Trace number 3310247

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
ppfolio parUNSAT 210.045 26.7135

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3987
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7
209.27/26.58	s UNSATISFIABLE
210.01/26.71	solver [5] plingeling 276-6264d55-100731 answered
210.01/26.71	Done

Verifier Data

No possible verification on an UNSAT instance

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-3310247-1304007523/watcher-3310247-1304007523 -o /tmp/evaluation-result-3310247-1304007523/solver-3310247-1304007523 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310247-1304007523.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.30 2.09 1.46 1/170 21596
/proc/meminfo: memFree=19761456/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0

[startup+0.0871169 s]
/proc/loadavg: 4.30 2.09 1.46 1/170 21596
/proc/meminfo: memFree=19761456/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101123 s]
/proc/loadavg: 4.30 2.09 1.46 1/170 21596
/proc/meminfo: memFree=19761456/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301079 s]
/proc/loadavg: 4.30 2.09 1.46 1/170 21596
/proc/meminfo: memFree=19761456/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70101 s]
/proc/loadavg: 4.30 2.09 1.46 1/170 21596
/proc/meminfo: memFree=19761456/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50084 s]
/proc/loadavg: 4.35 2.14 1.48 9/180 21611
/proc/meminfo: memFree=19382424/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=97656 CPUtime=1.49 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 18741 0 0 0 146 3 0 0 20 0 1 0 512350311 99999744 18592 33554432000 4194304 4587354 140736721455616 18446744073709551615 228244009669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 24414 18593 307 96 0 20976 0
[pid=21598] ppid=21596 vsize=85596 CPUtime=1.48 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 23002 0 0 0 146 2 0 0 20 0 1 0 512350311 87650304 18246 33554432000 4194304 4785740 140736669910192 18446744073709551615 4500020 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 21399 18246 319 145 0 18444 0
[pid=21599] ppid=21596 vsize=501364 CPUtime=1.48 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 16610 0 0 0 146 2 0 0 20 0 1 0 512350311 513396736 16507 33554432000 134512640 134534564 4287503648 18446744073709551615 134524752 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 125341 16507 91 6 0 124007 0
[pid=21600] ppid=21596 vsize=127152 CPUtime=1.49 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4194304 27061 0 0 0 146 3 0 0 20 0 1 0 512350311 130203648 21138 33554432000 4194304 4331988 140735672601312 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 31788 21138 129 34 0 30230 0
[pid=21601] ppid=21596 vsize=200916 CPUtime=3.45 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 23280 1248 0 0 343 2 0 0 18 0 5 0 512350311 205737984 22287 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 50229 22287 146 40 0 48773 0
[pid=21601/tid=21608] ppid=21596 vsize=200916 CPUtime=0.67 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 58 1248 0 0 67 0 0 0 18 0 5 0 512350394 205737984 22287 33554432000 4194304 4356188 140733204873440 18446744073709551615 4238400 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=200916 CPUtime=0.64 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 18 1248 0 0 64 0 0 0 25 0 5 0 512350394 205737984 22287 33554432000 4194304 4356188 140733204873440 18446744073709551615 4237629 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=200916 CPUtime=0.67 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 139 1248 0 0 67 0 0 0 21 0 5 0 512350394 205737984 22287 33554432000 4194304 4356188 140733204873440 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=200916 CPUtime=0.65 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 161 1248 0 0 65 0 0 0 21 0 5 0 512350394 205737984 22287 33554432000 4194304 4356188 140733204873440 18446744073709551615 4238780 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 1031008

[startup+3.10056 s]
/proc/loadavg: 4.35 2.14 1.48 9/180 21611
/proc/meminfo: memFree=19351672/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=115028 CPUtime=3.09 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 23060 0 0 0 305 4 0 0 25 0 1 0 512350311 117788672 22902 33554432000 4194304 4587354 140736721455616 18446744073709551615 4421108 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 28757 22902 316 96 0 25319 0
[pid=21598] ppid=21596 vsize=79104 CPUtime=3.08 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 23458 0 0 0 306 2 0 0 25 0 1 0 512350311 81002496 16861 33554432000 4194304 4785740 140736669910192 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 19776 16861 340 145 0 16821 0
[pid=21599] ppid=21596 vsize=555352 CPUtime=3.08 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 36124 0 0 0 304 4 0 0 25 0 1 0 512350311 568680448 36021 33554432000 134512640 134534564 4287503648 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 138838 36021 95 6 0 137504 0
[pid=21600] ppid=21596 vsize=127152 CPUtime=3.09 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4202496 27082 0 0 0 306 3 0 0 25 0 1 0 512350311 130203648 21159 33554432000 4194304 4331988 140735672601312 18446744073709551615 228244006684 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 31788 21159 150 34 0 30230 0
[pid=21601] ppid=21596 vsize=204280 CPUtime=9.85 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 55036 1248 0 0 976 9 0 0 18 0 5 0 512350311 209182720 23190 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 51070 23190 164 40 0 49614 0
[pid=21601/tid=21608] ppid=21596 vsize=204280 CPUtime=2.26 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 6956 1248 0 0 225 1 0 0 19 0 5 0 512350394 209182720 23190 33554432000 4194304 4356188 140733204873440 18446744073709551615 4287099 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=204280 CPUtime=2.23 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 9814 1248 0 0 222 1 0 0 25 0 5 0 512350394 209182720 23190 33554432000 4194304 4356188 140733204873440 18446744073709551615 4287099 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=204280 CPUtime=2.26 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 7721 1248 0 0 224 2 0 0 25 0 5 0 512350394 209182720 23190 33554432000 4194304 4356188 140733204873440 18446744073709551615 4252624 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=204280 CPUtime=2.24 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 7641 1248 0 0 223 1 0 0 25 0 5 0 512350394 209182720 23190 33554432000 4194304 4356188 140733204873440 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 1099240

[startup+6.30099 s]
/proc/loadavg: 4.64 2.23 1.51 9/180 21611
/proc/meminfo: memFree=18119240/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=166684 CPUtime=6.28 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 46758 0 0 0 622 6 0 0 25 0 1 0 512350311 170684416 34027 33554432000 4194304 4587354 140736721455616 18446744073709551615 228244045579 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 41671 34027 330 96 0 38233 0
[pid=21598] ppid=21596 vsize=79104 CPUtime=6.29 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 23460 0 0 0 627 2 0 0 25 0 1 0 512350311 81002496 16863 33554432000 4194304 4785740 140736669910192 18446744073709551615 4552680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 19776 16863 340 145 0 16821 0
[pid=21599] ppid=21596 vsize=555352 CPUtime=6.28 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 36124 0 0 0 624 4 0 0 25 0 1 0 512350311 568680448 36021 33554432000 134512640 134534564 4287503648 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 138838 36021 95 6 0 137504 0
[pid=21600] ppid=21596 vsize=1769500 CPUtime=6.28 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4202496 437438 0 0 0 580 48 0 0 25 0 1 0 512350311 1811968000 431515 33554432000 4194304 4331988 140735672601312 18446744073709551615 228244009669 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 442375 431519 151 34 0 440817 0
[pid=21601] ppid=21596 vsize=209084 CPUtime=22.63 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 56276 1248 0 0 2254 9 0 0 18 0 5 0 512350311 214102016 24398 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 52271 24398 164 40 0 50815 0
[pid=21601/tid=21608] ppid=21596 vsize=209084 CPUtime=5.47 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 6962 1248 0 0 546 1 0 0 25 0 5 0 512350394 214102016 24398 33554432000 4194304 4356188 140733204873440 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=209084 CPUtime=5.41 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 9852 1248 0 0 540 1 0 0 25 0 5 0 512350394 214102016 24398 33554432000 4194304 4356188 140733204873440 18446744073709551615 4281690 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=209084 CPUtime=5.46 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 7723 1248 0 0 544 2 0 0 25 0 5 0 512350394 214102016 24398 33554432000 4194304 4356188 140733204873440 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=209084 CPUtime=5.44 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 8835 1248 0 0 543 1 0 0 25 0 5 0 512350394 214102016 24398 33554432000 4194304 4356188 140733204873440 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.76
Current children cumulated vsize (KiB) 2798048

[startup+12.7009 s]
/proc/loadavg: 4.91 2.33 1.55 9/180 21612
/proc/meminfo: memFree=15801768/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=204268 CPUtime=12.69 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 49821 0 0 0 1261 8 0 0 25 0 1 0 512350311 209170432 37086 33554432000 4194304 4587354 140736721455616 18446744073709551615 4236780 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 51067 37086 330 96 0 47629 0
[pid=21598] ppid=21596 vsize=79104 CPUtime=12.69 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 23460 0 0 0 1267 2 0 0 25 0 1 0 512350311 81002496 16863 33554432000 4194304 4785740 140736669910192 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 19776 16863 340 145 0 16821 0
[pid=21599] ppid=21596 vsize=555352 CPUtime=12.68 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 36124 0 0 0 1264 4 0 0 25 0 1 0 512350311 568680448 36021 33554432000 134512640 134534564 4287503648 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 138838 36021 95 6 0 137504 0
[pid=21600] ppid=21596 vsize=3499704 CPUtime=12.69 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4202496 877341 0 0 0 1170 99 0 0 25 0 1 0 512350311 3583696896 864293 33554432000 4194304 4331988 140735672601312 18446744073709551615 4256838 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 874926 864293 151 34 0 873368 0
[pid=21601] ppid=21596 vsize=253836 CPUtime=48.19 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 67545 1248 0 0 4808 11 0 0 18 0 5 0 512350311 259928064 35649 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 63459 35649 164 40 0 62003 0
[pid=21601/tid=21608] ppid=21596 vsize=253836 CPUtime=11.86 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 7570 1248 0 0 1185 1 0 0 25 0 5 0 512350394 259928064 35649 33554432000 4194304 4356188 140733204873440 18446744073709551615 4284193 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=253836 CPUtime=11.78 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 14259 1248 0 0 1176 2 0 0 25 0 5 0 512350394 259928064 35649 33554432000 4194304 4356188 140733204873440 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=253836 CPUtime=11.86 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 8611 1248 0 0 1184 2 0 0 25 0 5 0 512350394 259928064 35649 33554432000 4194304 4356188 140733204873440 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=253836 CPUtime=11.84 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 14201 1248 0 0 1182 2 0 0 25 0 5 0 512350394 259928064 35649 33554432000 4194304 4356188 140733204873440 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (KiB) 4610588

[startup+25.5006 s]
/proc/loadavg: 5.39 2.51 1.61 9/180 21612
/proc/meminfo: memFree=15786044/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=174332 CPUtime=25.49 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 62321 0 0 0 2536 13 0 0 25 0 1 0 512350311 178515968 36131 33554432000 4194304 4587354 140736721455616 18446744073709551615 228244045579 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 43583 36131 330 96 0 40145 0
[pid=21598] ppid=21596 vsize=82976 CPUtime=25.49 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 24536 0 0 0 2546 3 0 0 25 0 1 0 512350311 84967424 17939 33554432000 4194304 4785740 140736669910192 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 20744 17939 340 145 0 17789 0
[pid=21599] ppid=21596 vsize=555352 CPUtime=25.48 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 36124 0 0 0 2544 4 0 0 25 0 1 0 512350311 568680448 36021 33554432000 134512640 134534564 4287503648 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 138838 36021 95 6 0 137504 0
[pid=21600] ppid=21596 vsize=3499704 CPUtime=25.49 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4202496 877341 0 0 0 2450 99 0 0 25 0 1 0 512350311 3583696896 864293 33554432000 4194304 4331988 140735672601312 18446744073709551615 4256848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 874926 864293 151 34 0 873368 0
[pid=21601] ppid=21596 vsize=267108 CPUtime=99.32 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 83943 1248 0 0 9918 14 0 0 18 0 5 0 512350311 273518592 39095 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 66777 39095 164 40 0 65321 0
[pid=21601/tid=21608] ppid=21596 vsize=267108 CPUtime=24.67 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 12706 1248 0 0 2465 2 0 0 25 0 5 0 512350394 273518592 39095 33554432000 4194304 4356188 140733204873440 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=267108 CPUtime=24.5 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 14259 1248 0 0 2448 2 0 0 25 0 5 0 512350394 273518592 39095 33554432000 4194304 4356188 140733204873440 18446744073709551615 4283929 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=267108 CPUtime=24.66 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 13503 1248 0 0 2463 3 0 0 25 0 5 0 512350394 273518592 39095 33554432000 4194304 4356188 140733204873440 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=267108 CPUtime=24.64 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 20571 1248 0 0 2461 3 0 0 25 0 5 0 512350394 273518592 39095 33554432000 4194304 4356188 140733204873440 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 201.27
Current children cumulated vsize (KiB) 4597796

Solver just ended. Dumping a history of the last processes samples

[startup+26.3005 s]
/proc/loadavg: 5.68 2.62 1.65 9/180 21612
/proc/meminfo: memFree=15799564/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=0 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 512350311 18763776 389 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4108558710261940223 0 0 17 4 0 0 0
/proc/21596/statm: 4581 389 341 23 0 91 0
[pid=21597] ppid=21596 vsize=174332 CPUtime=26.29 cores=0
/proc/21597/stat : 21597 (cryptominisat) R 21596 21596 21445 0 -1 4202496 62578 0 0 0 2616 13 0 0 25 0 1 0 512350311 178515968 36387 33554432000 4194304 4587354 140736721455616 18446744073709551615 4477278 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21597/statm: 43583 36387 332 96 0 40145 0
[pid=21598] ppid=21596 vsize=84172 CPUtime=26.3 cores=1
/proc/21598/stat : 21598 (clasp) R 21596 21596 21445 0 -1 4202496 24836 0 0 0 2627 3 0 0 25 0 1 0 512350311 86192128 18239 33554432000 4194304 4785740 140736669910192 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21598/statm: 21043 18239 340 145 0 18088 0
[pid=21599] ppid=21596 vsize=555352 CPUtime=26.28 cores=2
/proc/21599/stat : 21599 (TNM) R 21596 21596 21445 0 -1 4202496 36124 0 0 0 2624 4 0 0 25 0 1 0 512350311 568680448 36021 33554432000 134512640 134534564 4287503648 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21599/statm: 138838 36021 95 6 0 137504 0
[pid=21600] ppid=21596 vsize=3499704 CPUtime=26.29 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4202496 877341 0 0 0 2530 99 0 0 25 0 1 0 512350311 3583696896 864293 33554432000 4194304 4331988 140735672601312 18446744073709551615 4256854 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21600/statm: 874926 864293 151 34 0 873368 0
[pid=21601] ppid=21596 vsize=249408 CPUtime=102.54 cores=4-7
/proc/21601/stat : 21601 (plingeling) S 21596 21596 21445 0 -1 4202496 83943 1248 0 0 10240 14 0 0 18 0 5 0 512350311 255393792 34670 33554432000 4194304 4356188 140733204873440 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21601/statm: 62352 34670 164 40 0 60896 0
[pid=21601/tid=21608] ppid=21596 vsize=249408 CPUtime=25.47 cores=4-7
/proc/21601/task/21608/stat : 21608 (plingeling) R 21596 21596 21445 0 -1 4202560 12706 1248 0 0 2545 2 0 0 25 0 5 0 512350394 255393792 34670 33554432000 4194304 4356188 140733204873440 18446744073709551615 4241585 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21601/tid=21609] ppid=21596 vsize=249408 CPUtime=25.3 cores=4-7
/proc/21601/task/21609/stat : 21609 (plingeling) R 21596 21596 21445 0 -1 4202560 14259 1248 0 0 2528 2 0 0 25 0 5 0 512350394 255393792 34670 33554432000 4194304 4356188 140733204873440 18446744073709551615 4237291 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=21601/tid=21610] ppid=21596 vsize=249408 CPUtime=25.47 cores=4-7
/proc/21601/task/21610/stat : 21610 (plingeling) R 21596 21596 21445 0 -1 4202560 13503 1248 0 0 2544 3 0 0 25 0 5 0 512350394 255393792 34670 33554432000 4194304 4356188 140733204873440 18446744073709551615 4238436 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21601/tid=21611] ppid=21596 vsize=249408 CPUtime=25.45 cores=4-7
/proc/21601/task/21611/stat : 21611 (plingeling) R 21596 21596 21445 0 -1 4202560 20571 1248 0 0 2542 3 0 0 25 0 5 0 512350394 255393792 34670 33554432000 4194304 4356188 140733204873440 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 207.7
Current children cumulated vsize (KiB) 4581292

[startup+26.7005 s]
/proc/loadavg: 5.68 2.62 1.65 9/180 21612
/proc/meminfo: memFree=15799564/32951124 swapFree=67111464/67111528
[pid=21596] ppid=21594 vsize=18324 CPUtime=183.32 cores=0-7
/proc/21596/stat : 21596 (ppfolio) S 21594 21596 21445 0 -1 4202496 521 208931 0 0 0 0 18294 38 15 0 1 0 512350311 18763776 390 33554432000 4194304 4287625 140734393687840 18446744073709551615 228244368911 0 0 4096 65536 4612412250152501247 0 0 17 4 0 0 0
/proc/21596/statm: 4581 390 342 23 0 91 0
[pid=21600] ppid=21596 vsize=0 CPUtime=26.69 cores=3
/proc/21600/stat : 21600 (march_hi) R 21596 21596 21445 0 -1 4203524 877341 0 0 0 2558 111 0 0 25 0 1 0 512350311 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21600/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.01
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 26.7135
CPU time (s): 210.045
CPU user time (s): 208.526
CPU system time (s): 1.51877
CPU usage (%): 786.289
Max. virtual memory (cumulated for all children) (KiB): 4690288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.526
system time used= 1.51877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1086810
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= 415
involuntary context switches= 1013

runsolver used 0.051992 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 18:18:43
IDJOB=3310247
IDBENCH=82420
IDSOLVER=1638
FILE ID=node136/3310247-1304007523
RUNJOBID= node136-1304007401-21459
PBS_JOBID= 13168831
Free space on /tmp= 72320 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310247-1304007523/watcher-3310247-1304007523 -o /tmp/evaluation-result-3310247-1304007523/solver-3310247-1304007523 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310247-1304007523.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=85781473

node136.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.809
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.61
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.809
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.75
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19761612 kB
Buffers:       1736016 kB
Cached:       10805036 kB
SwapCached:         60 kB
Active:        5643460 kB
Inactive:      6963136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19761612 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           25368 kB
Writeback:           0 kB
AnonPages:       64968 kB
Mapped:          14344 kB
Slab:           517060 kB
PageTables:       4564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187508 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= 72312 MiB
End job on node136 at 2011-04-28 18:19:10