Trace number 3308461
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | APPLICATIONS/bitverif/ maxor/maxor128.cnf |
MD5SUM | e050fe11c7c50ba82ac7126f49db3c10 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | UNSAT |
Best CPU time to get the best result obtained on this benchmark | 2982.37 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 200308 |
Number of clauses | 598619 |
Sum of the clauses size | 1396775 |
Maximum clause length | 3 |
Minimum clause length | 1 |
Number of clauses of size 1 | 2 |
Number of clauses of size 2 | 399078 |
Number of clauses of size 3 | 199539 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 0 |
Solver Data
0.00/0.00 c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00 c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria. All rights reserved.
0.00/0.00 c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00 c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00 c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00 c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00 c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00 c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00 c
0.00/0.00 c reading HOME/instance-3308461-1303983223.cnf
0.00/0.00 c found header 'p cnf 200308 598619'
0.38/0.47 c finished parsing
0.38/0.47 c
0.38/0.47 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.38/0.47 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.38/0.47 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.38/0.47 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.38/0.47 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.38/0.47 c --random=1 --spread=2000 --seed=0 --skip=25
0.38/0.47 c
0.38/0.47 c sizeof vars[0] = 16 alignment = 0 3 MB
0.38/0.47 c sizeof orgs[0] = 8 alignment = 0 2 MB
0.38/0.47 c sizeof occs[0] = 8 alignment = 0 2 MB
0.38/0.47 c sizeof iirfs[0..1] = 8 alignment = 0 2 MB
0.38/0.47 c
0.38/0.47 c starting search after 0.5 seconds
0.38/0.47 c no decision limit
0.38/0.49 c
0.38/0.49 c original/binary fixed eliminated learned agility
0.38/0.49 c seconds variables equivalent conflicts height MB
0.38/0.49 c
0.38/0.49 c * 0.5 598617 200306 2 0 0 0 0 0.0 0 51
10.69/10.71 c s 10.7 996237 58588 280 5 141435 0 0 0.0 0 84
10.69/10.71 c l 10.7 996237 58588 280 5 141435 0 285914 0.0 0 84
11.29/11.32 c R 11.3 1332306 58586 281 6 141435 130 129 216.1 2 103
11.59/11.65 c R 11.7 1370116 58586 281 6 141435 231 226 233.9 17 113
12.99/13.00 c N 13.0 1489923 58586 281 6 141435 833 767 293.5 41 121
12.99/13.08 c B 13.1 1489927 58586 281 6 141435 1002 936 292.9 43 121
13.69/13.74 c B 13.7 1629005 58586 281 6 141435 2004 1937 286.6 24 129
14.30/14.39 c R 14.4 1706138 58586 281 6 141435 2438 2371 284.9 12 133
19.89/19.95 c N 19.9 1774524 58586 281 6 141435 6458 6377 360.7 27 139
21.49/21.56 c B 21.6 1786428 58586 281 6 141435 8007 7854 336.1 38 140
27.39/27.43 c s 27.4 1812722 58585 281 6 141436 10545 10356 333.0 13 140
33.49/33.52 c N 33.5 1842703 58585 281 6 141436 16198 15974 323.6 25 147
42.79/42.88 c B 42.9 1877140 58584 282 6 141436 24011 23759 321.4 35 154
58.49/58.56 c s 58.6 1932169 58584 282 6 141436 34281 33219 320.3 3 156
94.59/94.65 c s 94.7 1983201 58572 286 14 141436 63723 61333 320.5 13 174
95.18/95.28 c B 95.3 1983928 58572 286 14 141436 64041 61645 319.9 30 175
120.89/120.95 c R 121.0 2016450 58362 329 181 141436 92504 90013 312.6 10 197
134.10/134.17 c s 134.2 1701874 58321 335 214 141438 99588 93592 308.6 3 177
171.29/171.35 c
171.29/171.35 c original/binary fixed eliminated learned agility
171.29/171.35 c seconds variables equivalent conflicts height MB
171.29/171.35 c
171.29/171.35 c s 171.4 1676755 58219 344 305 141440 128122 119169 307.6 4 191
200.58/200.68 c B 200.7 1681891 58216 345 307 141440 160072 151063 311.7 19 217
210.19/210.23 c s 210.2 1680510 58141 345 307 141515 167119 156262 311.8 2 213
251.29/251.38 c s 251.4 1683925 58119 346 315 141528 205920 191423 311.7 3 234
252.79/252.86 c R 252.9 1684000 58119 346 315 141528 207882 193384 310.4 12 238
289.10/289.17 c s 289.2 1615432 57960 367 451 141530 232089 208540 305.0 17 240
332.10/332.16 c s 332.2 1589309 57871 371 498 141568 271094 245449 306.7 7 263
352.19/352.24 c + 352.3 1606276 57723 379 638 141568 285915 314505 305.2 12 281
375.20/375.23 c s 375.2 1525554 57673 381 683 141571 300694 271683 304.5 20 276
415.90/415.99 c s 416.0 1444485 57363 393 913 141639 328574 282381 303.4 3 271
448.30/448.37 c + 448.4 1481672 57175 402 1092 141639 357390 345955 301.7 21 301
454.40/454.40 c s 454.4 1356617 57111 402 1093 141702 359032 302688 301.6 22 275
481.29/481.37 c B 481.4 1360677 57076 404 1126 141702 384240 327865 303.2 5 302
492.80/492.89 c s 492.9 1347692 57070 404 1127 141707 391168 332728 302.7 11 294
532.10/532.17 c s 532.2 1342022 57024 405 1172 141707 426633 346622 302.7 6 299
551.29/551.35 c + 551.4 1353287 56863 409 1329 141707 446735 380550 303.6 20 319
570.80/570.90 c s 570.9 1281474 56793 413 1394 141708 458671 356229 302.4 21 302
611.00/611.04 c s 611.0 1066689 56325 443 1763 141777 486564 366022 299.6 16 292
611.00/611.04 c - 611.0 1066689 56325 443 1763 141777 486564 376745 299.6 16 292
646.89/646.99 c
646.89/646.99 c original/binary fixed eliminated learned agility
646.89/646.99 c seconds variables equivalent conflicts height MB
646.89/646.99 c
646.89/646.99 c s 647.0 1009480 55646 492 2306 141864 514341 363007 296.8 5 285
683.60/683.66 c s 683.7 995754 55473 521 2443 141871 542685 375700 295.6 2 292
695.70/695.74 c + 695.8 1003414 55365 526 2546 141871 552832 414419 294.5 15 301
720.09/720.14 c s 720.2 978987 55305 527 2598 141878 570658 391152 293.6 12 299
755.10/755.10 c s 755.1 968933 55239 533 2658 141878 598232 412762 292.3 2 312
786.90/786.92 c s 786.9 974968 55141 536 2711 141920 622807 411023 290.3 6 310
821.60/821.60 c s 821.6 974822 55110 543 2723 141932 650070 409733 288.6 4 307
856.40/856.46 c s 856.5 974328 55050 545 2779 141934 675941 412538 286.5 6 308
876.30/876.34 c + 876.4 981607 54991 546 2837 141934 691040 455860 285.5 11 322
894.01/894.00 c s 894.0 975678 54989 546 2839 141934 702126 425072 285.7 10 318
931.71/931.79 c s 931.8 979906 54988 547 2839 141934 729395 452145 285.2 3 337
974.41/974.45 c s 974.5 959409 54739 555 3063 141951 760106 426682 284.2 11 305
1008.01/1008.05 c s 1008.1 947771 54611 560 3173 141964 782088 442900 283.3 3 315
1042.41/1042.42 c s 1042.4 950407 54606 561 3176 141965 809371 455703 282.4 5 325
1076.81/1076.88 c s 1076.9 935883 54547 565 3222 141974 836652 453791 282.3 2 327
1106.51/1106.59 c + 1106.6 936054 54547 565 3222 141974 863801 501446 281.8 12 348
1111.21/1111.24 c s 1111.3 936054 54547 565 3222 141974 863935 457091 281.8 7 335
1146.11/1146.15 c s 1146.2 919304 54453 570 3295 141990 892975 483683 281.8 3 355
1151.31/1151.37 c B 1151.4 930065 54024 595 3699 141990 896372 487080 281.6 10 367
1183.01/1183.05 c
1183.01/1183.05 c original/binary fixed eliminated learned agility
1183.01/1183.05 c seconds variables equivalent conflicts height MB
1183.01/1183.05 c
1183.01/1183.05 c s 1183.1 852733 53551 598 4133 142026 918106 489767 280.8 7 359
1183.01/1183.05 c - 1183.1 852733 53551 598 4133 142026 918106 496432 280.8 7 359
1218.41/1218.42 c s 1218.4 849953 53466 603 4213 142026 942536 496511 280.3 6 369
1254.21/1254.28 c s 1254.3 851978 53454 607 4221 142026 965284 496392 280.0 7 376
1292.61/1292.67 c s 1292.7 849220 53383 608 4291 142026 994599 496886 280.0 4 385
1300.02/1300.00 c
1300.02/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.02/1300.00 c
1300.02/1300.00 c 1000148 conflicts, 7092297 decisions, 1959 random
1300.02/1300.00 c 79 iterations, 3154 restarts, 218 skipped
1300.02/1300.00 c 6 enlarged, 1046 shrunken, 9775 rescored, 254 rebiased
1300.02/1300.00 c 36 simplifications, 0 reductions
1300.02/1300.00 c
1300.02/1300.00 c vars: 608 fixed, 4291 equiv, 142026 elim, 4292 merged
1300.02/1300.00 c elim: 12921218 resolutions, 36 phases, 8 rounds
1300.02/1300.00 c sbst: 87% substituted, 0.7% nots, 99.1% ands, 0.2% xors, 0.1% ites
1300.02/1300.00 c arty: 2.16 and 2.00 xor average arity
1300.02/1300.00 c prbe: 352503 probed, 1907 phases, 3 rounds
1300.02/1300.00 c prbe: 89 failed, 278 lifted, 178 merged
1300.02/1300.00 c sccs: 144 non trivial, 0 fixed, 455 merged
1300.02/1300.00 c hash: 27 units, 3659 merged
1300.02/1300.00 c mins: 161258721 learned, 19% deleted, 389 strong, 513 depth
1300.02/1300.00 c subs: 828 forward, 3314 backward, 418249 doms
1300.02/1300.00 c strs: 1056 forward, 156 backward
1300.02/1300.00 c doms: 533582 dominators, 426306 high, 1232 low
1300.02/1300.00 c prps: 2199576461 propagations, 1.69 megaprops
1300.02/1300.00 c
1300.02/1300.00 c 1300.0 seconds, 403 MB max, 454 MB recycled
1300.02/1300.00 c
1300.02/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.02/1300.00 c
Verifier Data
ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.0 (svn: 935)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308461-1303983223/watcher-3308461-1303983223 -o /tmp/evaluation-result-3308461-1303983223/solver-3308461-1303983223 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308461-1303983223.cnf
running on 2 cores: 1,3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 21733
/proc/meminfo: memFree=14566976/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=8704 CPUtime=0 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 1750 0 0 0 0 0 0 0 21 0 1 0 588553031 8912896 1706 33554432000 134512640 135151029 4288905664 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21733/statm: 2176 1707 60 156 0 2019 0
[startup+0.039633 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 21733
/proc/meminfo: memFree=14566976/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=19936 CPUtime=0.03 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 4862 0 0 0 3 0 0 0 21 0 1 0 588553031 20414464 4785 33554432000 134512640 135151029 4288905664 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 4984 4786 64 156 0 4827 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19936
[startup+0.100623 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 21733
/proc/meminfo: memFree=14566976/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=26644 CPUtime=0.09 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 6738 0 0 0 9 0 0 0 21 0 1 0 588553031 27283456 6467 33554432000 134512640 135151029 4288905664 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 6661 6468 64 156 0 6504 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26644
[startup+0.300583 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 21733
/proc/meminfo: memFree=14566976/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=48928 CPUtime=0.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 12584 0 0 0 28 1 0 0 22 0 1 0 588553031 50102272 12056 33554432000 134512640 135151029 4288905664 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 12232 12056 64 156 0 12075 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48928
[startup+0.700497 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 21733
/proc/meminfo: memFree=14566976/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=63320 CPUtime=0.69 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 16622 0 0 0 67 2 0 0 23 0 1 0 588553031 64839680 15580 33554432000 134512640 135151029 4288905664 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 15830 15580 80 156 0 15673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63320
[startup+1.50035 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 21754
/proc/meminfo: memFree=14448636/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=79688 CPUtime=1.49 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 21633 0 0 0 146 3 0 0 25 0 1 0 588553031 81600512 19566 33554432000 134512640 135151029 4288905664 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 19922 19566 80 156 0 19765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79688
[startup+3.10107 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 21754
/proc/meminfo: memFree=14409824/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=118384 CPUtime=3.09 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 32869 0 0 0 304 5 0 0 25 0 1 0 588553031 121225216 28753 33554432000 134512640 135151029 4288905664 18446744073709551615 134581022 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 29596 28753 80 156 0 29439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118384
[startup+6.30049 s]
/proc/loadavg: 0.32 0.07 0.02 5/190 21754
/proc/meminfo: memFree=14338904/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=176772 CPUtime=6.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 53732 0 0 0 621 8 0 0 25 0 1 0 588553031 181014528 43064 33554432000 134512640 135151029 4288905664 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 44193 43064 80 156 0 44036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 176772
[startup+12.7003 s]
/proc/loadavg: 0.61 0.13 0.04 5/190 21754
/proc/meminfo: memFree=14322304/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=172932 CPUtime=12.69 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 66473 0 0 0 1259 10 0 0 25 0 1 0 588553031 177082368 42576 33554432000 134512640 135151029 4288905664 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 43233 42576 80 156 0 43076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 172932
[startup+25.501 s]
/proc/loadavg: 1.36 0.32 0.11 5/190 21755
/proc/meminfo: memFree=14310424/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=182928 CPUtime=25.49 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 76807 0 0 0 2537 12 0 0 25 0 1 0 588553031 187318272 44956 33554432000 134512640 135151029 4288905664 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 45732 44956 80 156 0 45575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 182928
[startup+51.1004 s]
/proc/loadavg: 2.26 0.62 0.21 5/190 21755
/proc/meminfo: memFree=14268036/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=191644 CPUtime=51.08 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 88268 0 0 0 5094 14 0 0 25 0 1 0 588553031 196243456 47288 33554432000 134512640 135151029 4288905664 18446744073709551615 134542811 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 47911 47288 80 156 0 47754 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 191644
[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/190 21784
/proc/meminfo: memFree=14218880/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=210132 CPUtime=102.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 129497 0 0 0 10208 22 0 0 25 0 1 0 588553031 215175168 51907 33554432000 134512640 135151029 4288905664 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 52533 51907 80 156 0 52376 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 210132
[startup+162.3 s]
/proc/loadavg: 3.72 1.65 0.63 5/190 21785
/proc/meminfo: memFree=14150588/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=234464 CPUtime=162.28 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 154119 0 0 0 16201 27 0 0 25 0 1 0 588553031 240091136 58028 33554432000 134512640 135151029 4288905664 18446744073709551615 134554531 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 58616 58028 80 156 0 58459 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 234464
[startup+222.3 s]
/proc/loadavg: 3.94 2.09 0.84 5/190 21787
/proc/meminfo: memFree=14082492/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=263256 CPUtime=222.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 199361 0 0 0 22193 36 0 0 25 0 1 0 588553031 269574144 65240 33554432000 134512640 135151029 4288905664 18446744073709551615 134530713 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 65814 65240 80 156 0 65657 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263256
[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.03 5/190 21789
/proc/meminfo: memFree=14017372/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=291584 CPUtime=282.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 225389 0 0 0 28187 42 0 0 25 0 1 0 588553031 298582016 72253 33554432000 134512640 135151029 4288905664 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 72896 72253 80 156 0 72739 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 291584
[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.22 5/190 21793
/proc/meminfo: memFree=13972632/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=312712 CPUtime=342.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 268741 0 0 0 34180 49 0 0 25 0 1 0 588553031 320217088 77575 33554432000 134512640 135151029 4288905664 18446744073709551615 134567952 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 78178 77575 80 156 0 78021 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 312712
[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.39 5/190 21795
/proc/meminfo: memFree=13943804/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=337508 CPUtime=402.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 294318 0 0 0 40175 54 0 0 25 0 1 0 588553031 345608192 83750 33554432000 134512640 135151029 4288905664 18446744073709551615 134554685 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 84377 83750 80 156 0 84220 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 337508
[startup+462.301 s]
/proc/loadavg: 3.99 3.14 1.55 5/190 21796
/proc/meminfo: memFree=13915140/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=341608 CPUtime=462.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 334186 0 0 0 46169 60 0 0 25 0 1 0 588553031 349806592 84814 33554432000 134512640 135151029 4288905664 18446744073709551615 134580559 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 85402 84814 80 156 0 85245 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 341608
[startup+522.3 s]
/proc/loadavg: 3.99 3.29 1.70 5/190 21798
/proc/meminfo: memFree=13882516/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=360500 CPUtime=522.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 358272 0 0 0 52165 64 0 0 25 0 1 0 588553031 369152000 89498 33554432000 134512640 135151029 4288905664 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 90125 89498 80 156 0 89968 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 360500
[startup+582.301 s]
/proc/loadavg: 3.99 3.42 1.84 5/190 21800
/proc/meminfo: memFree=13872196/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=359984 CPUtime=582.29 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 386739 0 0 0 58161 68 0 0 25 0 1 0 588553031 368623616 89404 33554432000 134512640 135151029 4288905664 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 89996 89404 80 156 0 89839 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 359984
[startup+642.301 s]
/proc/loadavg: 3.99 3.52 1.97 5/190 21801
/proc/meminfo: memFree=13843788/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=371776 CPUtime=642.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 400831 0 0 0 64159 71 0 0 25 0 1 0 588553031 380698624 92288 33554432000 134512640 135151029 4288905664 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 92944 92288 80 156 0 92787 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 371776
[startup+702.301 s]
/proc/loadavg: 4.03 3.62 2.10 5/190 21803
/proc/meminfo: memFree=13820568/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=371776 CPUtime=702.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 423119 0 0 0 70156 74 0 0 25 0 1 0 588553031 380698624 92289 33554432000 134512640 135151029 4288905664 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 92944 92289 80 156 0 92787 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 371776
[startup+762.307 s]
/proc/loadavg: 4.07 3.70 2.22 5/190 21804
/proc/meminfo: memFree=13781104/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=371776 CPUtime=762.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 445289 0 0 0 76154 77 0 0 25 0 1 0 588553031 380698624 92301 33554432000 134512640 135151029 4288905664 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 92944 92301 80 156 0 92787 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 371776
[startup+822.3 s]
/proc/loadavg: 4.02 3.75 2.33 5/190 21806
/proc/meminfo: memFree=13720824/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=371776 CPUtime=822.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 467451 0 0 0 82150 80 0 0 25 0 1 0 588553031 380698624 92305 33554432000 134512640 135151029 4288905664 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 92944 92305 80 156 0 92787 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 371776
[startup+882.3 s]
/proc/loadavg: 4.01 3.80 2.43 5/190 21808
/proc/meminfo: memFree=13715832/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=371776 CPUtime=882.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 478530 0 0 0 88148 82 0 0 25 0 1 0 588553031 380698624 92305 33554432000 134512640 135151029 4288905664 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 92944 92305 80 156 0 92787 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 371776
[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/190 21809
/proc/meminfo: memFree=13689648/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=385440 CPUtime=942.3 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 504188 0 0 0 94144 86 0 0 25 0 1 0 588553031 394690560 95805 33554432000 134512640 135151029 4288905664 18446744073709551615 134554571 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 96360 95805 80 156 0 96203 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 385440
[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.62 5/190 21811
/proc/meminfo: memFree=13676596/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=393648 CPUtime=1002.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 517215 0 0 0 100143 88 0 0 25 0 1 0 588553031 403095552 97753 33554432000 134512640 135151029 4288905664 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 98412 97753 80 156 0 98255 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 393648
[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/190 21812
/proc/meminfo: memFree=13670880/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=393648 CPUtime=1062.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 539375 0 0 0 106141 90 0 0 25 0 1 0 588553031 403095552 97755 33554432000 134512640 135151029 4288905664 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 98412 97755 80 156 0 98255 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 393648
[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/190 21814
/proc/meminfo: memFree=13666632/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=393648 CPUtime=1122.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 561546 0 0 0 112138 93 0 0 25 0 1 0 588553031 403095552 97768 33554432000 134512640 135151029 4288905664 18446744073709551615 134554640 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 98412 97768 80 156 0 98255 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 393648
[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.85 5/190 21816
/proc/meminfo: memFree=13645672/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=413420 CPUtime=1182.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 587098 0 0 0 118133 98 0 0 25 0 1 0 588553031 423342080 102700 33554432000 134512640 135151029 4288905664 18446744073709551615 134676692 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 103355 102700 80 156 0 103198 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 413420
[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.92 5/190 21817
/proc/meminfo: memFree=13632856/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=426004 CPUtime=1242.31 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 602992 0 0 0 124130 101 0 0 25 0 1 0 588553031 436228096 105903 33554432000 134512640 135151029 4288905664 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 106501 105903 80 156 0 106344 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 426004
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 4.08 3.96 2.99 4/188 21820
/proc/meminfo: memFree=13974980/32950928 swapFree=67111528/67111528
[pid=21733] ppid=21731 vsize=438924 CPUtime=1300.02 cores=1,3
/proc/21733/stat : 21733 (precosat) R 21731 21733 21693 0 -1 4202496 628347 0 0 0 129896 106 0 0 25 0 1 0 588553031 449458176 109100 33554432000 134512640 135151029 4288905664 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/21733/statm: 109731 109100 80 156 0 109574 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 438924
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1298.97
CPU system time (s): 1.08383
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 443024
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.97
system time used= 1.08384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2049
runsolver used 2.11168 second user time and 4.99424 second system time
The end
Launcher Data
Begin job on node112 at 2011-04-28 11:33:44
IDJOB=3308461
IDBENCH=70808
IDSOLVER=1690
FILE ID=node112/3308461-1303983223
RUNJOBID= node112-1303983222-21713
PBS_JOBID= 13168714
Free space on /tmp= 72552 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308461-1303983223/watcher-3308461-1303983223 -o /tmp/evaluation-result-3308461-1303983223/solver-3308461-1303983223 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308461-1303983223.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=992399535
node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.65
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.67
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5261.27
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.93
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32950928 kB
MemFree: 14567248 kB
Buffers: 1991528 kB
Cached: 15731056 kB
SwapCached: 0 kB
Active: 6817832 kB
Inactive: 11009052 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32950928 kB
LowFree: 14567248 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 16480 kB
Writeback: 0 kB
AnonPages: 103472 kB
Mapped: 15204 kB
Slab: 491844 kB
PageTables: 4820 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83586992 kB
Committed_AS: 248344 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 72540 MiB
End job on node112 at 2011-04-28 11:55:26