Trace number 3309007
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 | application/leberre/ 2dimensionalstrippacking/korf-18.cnf |
MD5SUM | 47bea79e2bf12e18e409c2c4bd6fac03 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | UNSAT |
Best CPU time to get the best result obtained on this benchmark | 671.532 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 7794 |
Number of clauses | 186934 |
Sum of the clauses size | 1289969 |
Maximum clause length | 55 |
Minimum clause length | 1 |
Number of clauses of size 1 | 6 |
Number of clauses of size 2 | 20093 |
Number of clauses of size 3 | 16000 |
Number of clauses of size 4 | 5706 |
Number of clauses of size 5 | 6282 |
Number of clauses of size over 5 | 138847 |
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-3309007-1303985844.cnf
0.00/0.00 c found header 'p cnf 7794 186934'
0.09/0.12 c finished parsing
0.09/0.12 c
0.09/0.12 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.12 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.12 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.12 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.12 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.12 c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.12 c
0.09/0.12 c sizeof vars[0] = 16 alignment = 0 0 MB
0.09/0.12 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.09/0.12 c sizeof occs[0] = 8 alignment = 0 0 MB
0.09/0.12 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.09/0.12 c
0.09/0.12 c starting search after 0.1 seconds
0.09/0.12 c no decision limit
0.09/0.12 c
0.09/0.12 c original/binary fixed eliminated learned agility
0.09/0.12 c seconds variables equivalent conflicts height MB
0.09/0.12 c
0.09/0.12 c * 0.1 186820 7716 6 72 0 0 0 0.0 0 14
0.89/0.99 c s 1.0 190946 6860 126 72 736 0 0 0.0 0 15
0.89/0.99 c l 1.0 190946 6860 126 72 736 0 167671 0.0 0 15
0.89/0.99 c R 1.0 190946 6860 126 72 736 100 100 95.7 7 15
1.00/1.01 c R 1.0 190946 6860 126 72 736 200 200 85.7 4 16
1.00/1.07 c R 1.1 190946 6860 126 72 736 804 804 66.0 5 17
1.00/1.10 c B 1.1 190946 6860 126 72 736 1001 1001 61.0 2 18
1.19/1.20 c B 1.2 190946 6860 126 72 736 2001 2001 61.7 4 18
1.19/1.24 c R 1.2 190946 6860 126 72 736 2407 2407 58.8 4 19
1.89/1.93 c R 1.9 205126 6856 130 72 736 6419 6419 51.0 4 22
2.10/2.10 c B 2.1 205190 6856 130 72 736 8004 8004 48.6 3 22
2.89/2.94 c R 2.9 206061 6856 130 72 736 16045 16045 47.3 3 25
3.99/4.05 c s 4.1 204979 6837 130 72 755 18057 12761 50.4 4 18
4.89/4.90 c B 4.9 204983 6837 130 72 755 24010 18713 50.5 3 23
7.09/7.12 c R 7.1 205095 6837 130 72 755 38489 33192 48.9 4 28
7.70/7.77 c s 7.8 204515 6819 130 72 773 39040 26027 48.8 5 21
11.90/11.95 c s 12.0 204552 6818 131 72 773 61170 48155 45.7 4 26
12.30/12.39 c B 12.4 204558 6818 131 72 773 64024 51009 45.8 4 30
17.50/17.56 c s 17.6 204646 6817 132 72 773 85081 72018 46.8 4 32
24.59/24.66 c
24.59/24.66 c original/binary fixed eliminated learned agility
24.59/24.66 c seconds variables equivalent conflicts height MB
24.59/24.66 c
24.59/24.66 c s 24.7 204707 6817 132 72 773 109777 96714 45.9 5 39
34.19/34.23 c s 34.2 205075 6816 133 72 773 135652 122541 44.6 6 45
42.99/43.08 c B 43.1 205117 6816 133 72 773 160049 146938 44.8 5 61
45.39/45.41 c s 45.4 205121 6816 133 72 773 164854 151740 44.7 4 53
46.29/46.34 c + 46.3 205121 6816 133 72 773 167672 184438 44.9 4 59
59.79/59.84 c s 59.8 205162 6815 134 72 773 195125 182011 45.3 3 62
67.19/67.21 c + 67.2 205169 6815 134 72 773 209590 202881 45.1 5 73
69.79/69.88 c R 69.9 205169 6815 134 72 773 216215 191088 44.9 4 75
76.09/76.14 c s 76.1 205001 6814 134 72 774 226771 199981 44.6 5 67
96.29/96.38 c s 96.4 205438 6813 135 72 774 259647 202892 44.5 4 68
97.79/97.81 c + 97.8 205440 6813 135 72 774 261985 223169 44.5 4 75
116.50/116.53 c s 116.5 205504 6813 135 72 774 292060 223192 44.0 3 73
139.50/139.55 c s 139.6 205534 6813 135 72 774 327158 223202 43.3 4 73
139.70/139.73 c + 139.7 205534 6813 135 72 774 327480 245485 43.3 6 76
142.00/142.01 c R 142.0 205534 6813 135 72 774 331645 227420 43.1 4 81
157.79/157.81 c s 157.8 205555 6813 135 72 774 362429 245508 42.9 4 80
173.59/173.62 c B 173.6 205559 6813 135 72 774 384103 245501 42.6 3 91
183.20/183.27 c s 183.3 205587 6813 135 72 774 396257 245597 42.5 8 79
192.70/192.74 c + 192.7 205595 6813 135 72 774 409350 270033 42.5 4 90
209.00/209.06 c
209.00/209.06 c original/binary fixed eliminated learned agility
209.00/209.06 c seconds variables equivalent conflicts height MB
209.00/209.06 c
209.00/209.06 c s 209.1 205598 6813 135 72 774 429699 265915 42.4 5 84
238.39/238.47 c s 238.5 205606 6812 136 72 774 466159 269196 41.9 4 85
270.50/270.54 c s 270.6 205630 6812 136 72 774 501638 270058 41.6 4 85
277.69/277.79 c + 277.8 205630 6812 136 72 774 511687 297036 41.5 3 96
302.00/302.03 c s 302.0 205668 6811 137 72 774 537468 295596 41.2 4 92
336.39/336.40 c s 336.4 205684 6811 137 72 774 577034 297066 40.7 3 91
373.10/373.16 c s 373.2 205750 6809 138 72 775 613439 289280 40.4 4 86
399.00/399.04 c + 399.1 205764 6809 138 72 775 639605 326739 40.3 5 104
409.50/409.57 c s 409.6 205772 6809 138 72 775 649556 307019 40.2 5 91
446.61/446.65 c s 446.7 205813 6809 138 72 775 690769 326799 39.5 4 95
488.60/488.68 c s 488.7 205820 6809 138 72 775 730104 326763 39.3 3 95
531.31/531.34 c s 531.4 205836 6809 138 72 775 769237 326799 38.8 4 93
558.30/558.35 c + 558.4 205838 6809 138 72 775 799508 359412 38.6 4 108
571.30/571.36 c s 571.4 205838 6809 138 72 775 810599 337849 38.5 5 95
613.10/613.18 c s 613.2 205878 6809 138 72 775 852726 359478 38.5 4 101
657.21/657.29 c s 657.3 205900 6809 138 72 775 894916 359450 38.3 4 102
659.61/659.63 c B 659.7 205902 6809 138 72 775 896224 359470 38.3 5 109
684.51/684.53 c R 684.5 205905 6809 138 72 775 924827 359438 38.2 5 118
699.11/699.13 c s 699.2 205954 6809 138 72 775 939083 359446 38.2 4 102
738.71/738.76 c
738.71/738.76 c original/binary fixed eliminated learned agility
738.71/738.76 c seconds variables equivalent conflicts height MB
738.71/738.76 c
738.71/738.76 c s 738.8 205991 6809 138 72 775 983574 359486 37.9 4 101
757.10/757.14 c + 757.2 205994 6809 138 72 775 999390 395353 37.8 4 117
785.51/785.58 c s 785.6 206006 6809 138 72 775 1024753 384851 37.7 4 107
842.21/842.29 c s 842.3 206023 6809 138 72 775 1069407 395444 37.6 4 111
900.21/900.26 c s 900.3 206008 6808 139 72 775 1114208 394476 37.3 4 110
956.51/956.50 c s 956.5 206018 6808 139 72 775 1157639 395384 37.2 4 110
1008.01/1008.09 c s 1008.1 206019 6808 139 72 775 1201754 395449 37.1 4 109
1065.82/1065.82 c s 1065.8 206029 6808 139 72 775 1245191 395384 37.0 3 109
1071.42/1071.45 c + 1071.5 206029 6808 139 72 775 1249236 434888 37.0 6 122
1124.82/1124.87 c s 1124.9 206037 6808 139 72 775 1289157 434925 37.0 3 121
1211.81/1211.80 c s 1211.8 206038 6808 139 72 775 1357057 434949 36.6 3 121
1271.02/1271.03 c s 1271.1 206039 6808 139 72 775 1402028 434899 36.6 4 120
1300.02/1300.00 c
1300.02/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.02/1300.00 c
1300.02/1300.00 c 1423244 conflicts, 2348031 decisions, 1171 random
1300.02/1300.00 c 4 iterations, 3301 restarts, 0 skipped
1300.02/1300.00 c 10 enlarged, 194 shrunken, 13914 rescored, 381 rebiased
1300.02/1300.00 c 39 simplifications, 0 reductions
1300.02/1300.00 c
1300.02/1300.00 c vars: 139 fixed, 72 equiv, 775 elim, 72 merged
1300.02/1300.00 c elim: 7242354 resolutions, 24 phases, 5 rounds
1300.02/1300.00 c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1300.02/1300.00 c arty: 2.00 and 0.00 xor average arity
1300.02/1300.00 c prbe: 912936 probed, 594 phases, 66 rounds
1300.02/1300.00 c prbe: 10 failed, 2 lifted, 0 merged
1300.02/1300.00 c sccs: 0 non trivial, 0 fixed, 0 merged
1300.02/1300.00 c hash: 1 units, 72 merged
1300.02/1300.00 c mins: 85399488 learned, 40% deleted, 162 strong, 40 depth
1300.02/1300.00 c subs: 309 forward, 241 backward, 3107 doms
1300.02/1300.00 c strs: 0 forward, 0 backward
1300.02/1300.00 c doms: 3111 dominators, 3032 high, 40 low
1300.02/1300.00 c prps: 735554940 propagations, 0.57 megaprops
1300.02/1300.00 c
1300.02/1300.00 c 1300.0 seconds, 144 MB max, 266 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-3309007-1303985844/watcher-3309007-1303985844 -o /tmp/evaluation-result-3309007-1303985844/solver-3309007-1303985844 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309007-1303985844.cnf
running on 2 cores: 5,7
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: 1.72 2.58 2.94 4/183 16717
/proc/meminfo: memFree=13915028/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=2120 CPUtime=0 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 453 0 0 0 0 0 0 0 21 0 1 0 510185396 2170880 409 33554432000 134512640 135151029 4287837744 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 530 410 65 156 0 373 0
[startup+0.0867411 s]
/proc/loadavg: 1.72 2.58 2.94 4/183 16717
/proc/meminfo: memFree=13915028/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=12200 CPUtime=0.08 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 2911 0 0 0 8 0 0 0 21 0 1 0 510185396 12492800 2834 33554432000 134512640 135151029 4287837744 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 3050 2834 65 156 0 2893 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12200
[startup+0.100745 s]
/proc/loadavg: 1.72 2.58 2.94 4/183 16717
/proc/meminfo: memFree=13915028/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=13844 CPUtime=0.09 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 3293 0 0 0 9 0 0 0 21 0 1 0 510185396 14176256 3216 33554432000 134512640 135151029 4287837744 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 3461 3217 65 156 0 3304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13844
[startup+0.300698 s]
/proc/loadavg: 1.72 2.58 2.94 4/183 16717
/proc/meminfo: memFree=13915028/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=18464 CPUtime=0.29 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 4453 0 0 0 29 0 0 0 22 0 1 0 510185396 18907136 4375 33554432000 134512640 135151029 4287837744 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 4616 4376 80 156 0 4459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18464
[startup+0.700624 s]
/proc/loadavg: 1.72 2.58 2.94 4/183 16717
/proc/meminfo: memFree=13915028/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=25448 CPUtime=0.69 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 6323 0 0 0 69 0 0 0 24 0 1 0 510185396 26058752 6169 33554432000 134512640 135151029 4287837744 18446744073709551615 134548507 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 6362 6169 80 156 0 6205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25448
[startup+1.50049 s]
/proc/loadavg: 1.72 2.58 2.94 5/187 16724
/proc/meminfo: memFree=13788964/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=25448 CPUtime=1.49 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 6343 0 0 0 149 0 0 0 25 0 1 0 510185396 26058752 6189 33554432000 134512640 135151029 4287837744 18446744073709551615 134554805 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 6362 6189 80 156 0 6205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25448
[startup+3.1002 s]
/proc/loadavg: 1.72 2.58 2.94 5/190 16730
/proc/meminfo: memFree=13702096/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=28156 CPUtime=3.09 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 7018 0 0 0 309 0 0 0 25 0 1 0 510185396 28831744 6864 33554432000 134512640 135151029 4287837744 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 7039 6864 80 156 0 6882 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28156
[startup+6.30064 s]
/proc/loadavg: 1.90 2.60 2.95 5/190 16730
/proc/meminfo: memFree=13578516/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=29996 CPUtime=6.29 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 7913 0 0 0 629 0 0 0 25 0 1 0 510185396 30715904 7319 33554432000 134512640 135151029 4287837744 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 7499 7319 80 156 0 7342 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29996
[startup+12.7005 s]
/proc/loadavg: 2.07 2.62 2.95 5/190 16731
/proc/meminfo: memFree=13532668/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=35228 CPUtime=12.7 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 10306 0 0 0 1269 1 0 0 25 0 1 0 510185396 36073472 8708 33554432000 134512640 135151029 4287837744 18446744073709551615 134574617 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 8807 8708 80 156 0 8650 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 35228
[startup+25.5002 s]
/proc/loadavg: 2.50 2.69 2.97 5/190 16758
/proc/meminfo: memFree=13511396/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=49796 CPUtime=25.49 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 14289 0 0 0 2547 2 0 0 25 0 1 0 510185396 50991104 12333 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 12449 12333 80 156 0 12292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49796
[startup+51.1007 s]
/proc/loadavg: 3.01 2.79 3.00 5/190 16759
/proc/meminfo: memFree=13419760/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=70720 CPUtime=51.09 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 19342 0 0 0 5105 4 0 0 25 0 1 0 510185396 72417280 17386 33554432000 134512640 135151029 4287837744 18446744073709551615 134578021 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 17680 17386 80 156 0 17523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70720
[startup+102.307 s]
/proc/loadavg: 3.57 2.98 3.05 5/190 16787
/proc/meminfo: memFree=13462004/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=85504 CPUtime=102.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 23444 0 0 0 10225 5 0 0 25 0 1 0 510185396 87556096 21120 33554432000 134512640 135151029 4287837744 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 21376 21120 80 156 0 21219 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85504
[startup+162.301 s]
/proc/loadavg: 3.84 3.16 3.10 5/190 16816
/proc/meminfo: memFree=13216368/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=97792 CPUtime=162.29 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 27234 0 0 0 16223 6 0 0 25 0 1 0 510185396 100139008 24199 33554432000 134512640 135151029 4287837744 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 24448 24199 80 156 0 24291 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97792
[startup+222.3 s]
/proc/loadavg: 3.94 3.31 3.16 5/190 16817
/proc/meminfo: memFree=13117800/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=105228 CPUtime=222.29 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 29562 0 0 0 22222 7 0 0 25 0 1 0 510185396 107753472 26027 33554432000 134512640 135151029 4287837744 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 26307 26027 80 156 0 26150 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105228
[startup+282.301 s]
/proc/loadavg: 3.98 3.43 3.21 5/190 16819
/proc/meminfo: memFree=13108276/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=105956 CPUtime=282.29 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 30241 0 0 0 28222 7 0 0 25 0 1 0 510185396 108498944 26345 33554432000 134512640 135151029 4287837744 18446744073709551615 134581754 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 26489 26345 80 156 0 26332 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105956
[startup+342.301 s]
/proc/loadavg: 3.99 3.53 3.25 5/190 16820
/proc/meminfo: memFree=13057132/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=113676 CPUtime=342.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 32532 0 0 0 34222 8 0 0 25 0 1 0 510185396 116404224 28285 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 28419 28285 80 156 0 28262 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113676
[startup+402.301 s]
/proc/loadavg: 4.05 3.63 3.30 5/190 16822
/proc/meminfo: memFree=13031344/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=115852 CPUtime=402.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 33361 0 0 0 40221 9 0 0 25 0 1 0 510185396 118632448 28644 33554432000 134512640 135151029 4287837744 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 28963 28644 80 156 0 28806 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115852
[startup+462.301 s]
/proc/loadavg: 3.67 3.62 3.32 4/184 16841
/proc/meminfo: memFree=13469328/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=121104 CPUtime=462.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 35504 0 0 0 46220 10 0 0 25 0 1 0 510185396 124010496 29802 33554432000 134512640 135151029 4287837744 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 30276 29802 80 156 0 30119 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 121104
[startup+522.3 s]
/proc/loadavg: 3.24 3.50 3.29 4/184 16842
/proc/meminfo: memFree=13468068/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=121424 CPUtime=522.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 36479 0 0 0 52220 10 0 0 25 0 1 0 510185396 124338176 29890 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 30356 29890 80 156 0 30199 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 121424
[startup+582.301 s]
/proc/loadavg: 3.09 3.41 3.27 4/184 16844
/proc/meminfo: memFree=13463408/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=121016 CPUtime=582.3 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 37898 0 0 0 58219 11 0 0 25 0 1 0 510185396 123920384 29848 33554432000 134512640 135151029 4287837744 18446744073709551615 134551595 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 30254 29848 80 156 0 30097 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 121016
[startup+642.301 s]
/proc/loadavg: 3.03 3.32 3.25 4/184 16845
/proc/meminfo: memFree=13442168/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=129824 CPUtime=642.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 40362 0 0 0 64219 12 0 0 25 0 1 0 510185396 132939776 31877 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 32456 31877 80 156 0 32299 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 129824
[startup+702.3 s]
/proc/loadavg: 3.01 3.27 3.23 4/184 16847
/proc/meminfo: memFree=13432072/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=126688 CPUtime=702.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 40907 0 0 0 70219 12 0 0 25 0 1 0 510185396 129728512 31482 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 31672 31482 80 156 0 31515 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 126688
[startup+762.307 s]
/proc/loadavg: 3.00 3.21 3.22 4/184 16849
/proc/meminfo: memFree=13418288/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=129760 CPUtime=762.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 41764 0 0 0 76219 12 0 0 25 0 1 0 510185396 132874240 32025 33554432000 134512640 135151029 4287837744 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 32440 32025 80 156 0 32283 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 129760
[startup+822.301 s]
/proc/loadavg: 3.05 3.19 3.20 3/179 16867
/proc/meminfo: memFree=13492172/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=139824 CPUtime=822.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 44028 0 0 0 82218 13 0 0 25 0 1 0 510185396 143179776 34289 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 34956 34289 80 156 0 34799 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 139824
[startup+882.301 s]
/proc/loadavg: 2.38 2.97 3.13 3/178 16869
/proc/meminfo: memFree=13475832/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=140520 CPUtime=882.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 45112 0 0 0 88217 14 0 0 25 0 1 0 510185396 143892480 34562 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 35130 34562 80 156 0 34973 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 140520
[startup+942.301 s]
/proc/loadavg: 2.22 2.81 3.06 3/178 16870
/proc/meminfo: memFree=13464092/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=141480 CPUtime=942.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 46313 0 0 0 94217 14 0 0 25 0 1 0 510185396 144875520 34733 33554432000 134512640 135151029 4287837744 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 35370 34733 80 156 0 35213 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 141480
[startup+1002.3 s]
/proc/loadavg: 2.15 2.67 2.99 3/178 16872
/proc/meminfo: memFree=13456856/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=140776 CPUtime=1002.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 47157 0 0 0 100217 14 0 0 25 0 1 0 510185396 144154624 34646 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 35194 34646 80 156 0 35037 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 140776
[startup+1062.3 s]
/proc/loadavg: 2.05 2.55 2.93 3/178 16874
/proc/meminfo: memFree=13456684/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=140584 CPUtime=1062.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 47960 0 0 0 106217 14 0 0 25 0 1 0 510185396 143958016 34676 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 35146 34676 80 156 0 34989 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 140584
[startup+1122.3 s]
/proc/loadavg: 2.02 2.45 2.87 3/178 16875
/proc/meminfo: memFree=13438648/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=151068 CPUtime=1122.32 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 51080 0 0 0 112216 16 0 0 25 0 1 0 510185396 154693632 36931 33554432000 134512640 135151029 4287837744 18446744073709551615 134574555 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 37767 36931 80 156 0 37610 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 151068
[startup+1182.3 s]
/proc/loadavg: 2.00 2.36 2.81 3/178 16877
/proc/meminfo: memFree=13433644/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=153656 CPUtime=1182.31 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 52068 0 0 0 118215 16 0 0 25 0 1 0 510185396 157343744 37919 33554432000 134512640 135151029 4287837744 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 38414 37919 80 156 0 38257 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 153656
[startup+1242.3 s]
/proc/loadavg: 2.00 2.29 2.76 3/178 16878
/proc/meminfo: memFree=13415480/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=151416 CPUtime=1242.32 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 52403 0 0 0 124216 16 0 0 25 0 1 0 510185396 155049984 37691 33554432000 134512640 135151029 4287837744 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 37854 37691 80 156 0 37697 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 151416
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 2.00 2.24 2.71 3/178 16880
/proc/meminfo: memFree=13431560/32951124 swapFree=67111528/67111528
[pid=16717] ppid=16715 vsize=151672 CPUtime=1300.02 cores=5,7
/proc/16717/stat : 16717 (precosat) R 16715 16717 16199 0 -1 4202496 52759 0 0 0 129986 16 0 0 25 0 1 0 510185396 155312128 37751 33554432000 134512640 135151029 4287837744 18446744073709551615 134574619 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/16717/statm: 37918 37751 80 156 0 37761 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 151672
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.01
CPU time (s): 1300.04
CPU user time (s): 1299.87
CPU system time (s): 0.174973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 155064
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.87
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52760
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= 5
involuntary context switches= 16790
runsolver used 1.9767 second user time and 5.12922 second system time
The end
Launcher Data
Begin job on node108 at 2011-04-28 12:17:25
IDJOB=3309007
IDBENCH=83446
IDSOLVER=1690
FILE ID=node108/3309007-1303985844
RUNJOBID= node108-1303985844-16690
PBS_JOBID= 13168718
Free space on /tmp= 72100 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-18.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309007-1303985844/watcher-3309007-1303985844 -o /tmp/evaluation-result-3309007-1303985844/solver-3309007-1303985844 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309007-1303985844.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 47bea79e2bf12e18e409c2c4bd6fac03
RANDOM SEED=1354110574
node108.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.820
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.64
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.820
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 : 5226.15
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.820
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.82
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.820
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.77
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.820
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 : 5332.82
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.820
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.75
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.820
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.820
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.83
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 13915432 kB
Buffers: 2290828 kB
Cached: 16080516 kB
SwapCached: 0 kB
Active: 10213700 kB
Inactive: 8241636 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 13915432 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 23016 kB
Writeback: 0 kB
AnonPages: 83328 kB
Mapped: 15268 kB
Slab: 518456 kB
PageTables: 5908 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 227128 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= 72088 MiB
End job on node108 at 2011-04-28 12:39:07