Trace number 3190930

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 par? (TO) 4800.3 1201.71

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1354319962-100-UNKNOWN.cnf
MD5SUM54460fee539c424ee8b11c1bf37a8da6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.893
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 4 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] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

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-3190930-1304046052/watcher-3190930-1304046052 -o /tmp/evaluation-result-3190930-1304046052/solver-3190930-1304046052 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190930-1304046052.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.12 5.45 7.21 1/171 12164
/proc/meminfo: memFree=14132520/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) R 12162 12164 10696 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0

[startup+0.220273 s]
/proc/loadavg: 5.12 5.45 7.21 1/171 12164
/proc/meminfo: memFree=14132520/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300261 s]
/proc/loadavg: 5.12 5.45 7.21 1/171 12164
/proc/meminfo: memFree=14132520/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400244 s]
/proc/loadavg: 5.12 5.45 7.21 1/171 12164
/proc/meminfo: memFree=14132520/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70019 s]
/proc/loadavg: 5.12 5.45 7.21 1/171 12164
/proc/meminfo: memFree=14132520/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50105 s]
/proc/loadavg: 5.12 5.45 7.21 6/177 12170
/proc/meminfo: memFree=14037612/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=51248 CPUtime=1.49 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 10822 0 0 0 148 1 0 0 25 0 1 0 516204980 52477952 8409 33554432000 4194304 4587354 140733486221216 18446744073709551615 4230206 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 12812 8409 326 96 0 9374 0
[pid=12166] ppid=12164 vsize=28612 CPUtime=1.48 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 5862 0 0 0 148 0 0 0 25 0 1 0 516204980 29298688 4429 33554432000 4194304 4785740 140733228660112 18446744073709551615 248089359045 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 7153 4429 340 145 0 4198 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=0.78 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 78 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=16532 CPUtime=1.48 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 5428 0 0 0 148 0 0 0 25 0 1 0 516204980 16928768 3300 33554432000 4194304 4352236 140733236216144 18446744073709551615 4207645 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 4133 3300 127 39 0 3213 0
[pid=12169] ppid=12164 vsize=29388 CPUtime=0.69 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 17768 0 0 0 67 2 0 0 25 0 1 0 516204980 30093312 4671 33554432000 4194304 4331988 140736661300272 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 7347 4671 141 34 0 5789 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 608128

[startup+3.10077 s]
/proc/loadavg: 5.12 5.45 7.21 6/177 12171
/proc/meminfo: memFree=14028196/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=88752 CPUtime=3.08 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 11822 0 0 0 307 1 0 0 25 0 1 0 516204980 90882048 9404 33554432000 4194304 4587354 140733486221216 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 22188 9404 326 96 0 18750 0
[pid=12166] ppid=12164 vsize=34380 CPUtime=3.08 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 7308 0 0 0 308 0 0 0 25 0 1 0 516204980 35205120 5875 33554432000 4194304 4785740 140733228660112 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 8595 5875 340 145 0 5640 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=1.57 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 157 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=16532 CPUtime=3.08 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 5428 0 0 0 308 0 0 0 25 0 1 0 516204980 16928768 3300 33554432000 4194304 4352236 140733236216144 18446744073709551615 4276801 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 4133 3300 127 39 0 3213 0
[pid=12169] ppid=12164 vsize=65276 CPUtime=1.5 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 34395 0 0 0 146 4 0 0 25 0 1 0 516204980 66842624 6504 33554432000 4194304 4331988 140736661300272 18446744073709551615 4295721 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 16319 6504 151 34 0 14761 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 687288

[startup+6.3012 s]
/proc/loadavg: 5.11 5.44 7.19 6/177 12171
/proc/meminfo: memFree=13969372/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=88752 CPUtime=6.29 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 13608 0 0 0 627 2 0 0 25 0 1 0 516204980 90882048 11179 33554432000 4194304 4587354 140733486221216 18446744073709551615 4230226 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 22188 11179 326 96 0 18750 0
[pid=12166] ppid=12164 vsize=48148 CPUtime=6.29 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 10745 0 0 0 628 1 0 0 25 0 1 0 516204980 49303552 9312 33554432000 4194304 4785740 140733228660112 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 12037 9312 340 145 0 9082 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=3.15 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 315 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=16532 CPUtime=6.29 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 5428 0 0 0 629 0 0 0 25 0 1 0 516204980 16928768 3300 33554432000 4194304 4352236 140733236216144 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 4133 3300 127 39 0 3213 0
[pid=12169] ppid=12164 vsize=67300 CPUtime=3.09 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 41721 0 0 0 304 5 0 0 25 0 1 0 516204980 68915200 13830 33554432000 4194304 4331988 140736661300272 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 16825 13830 173 34 0 15267 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 703080

[startup+12.7011 s]
/proc/loadavg: 5.10 5.43 7.18 6/177 12180
/proc/meminfo: memFree=13938240/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1349128 CPUtime=12.69 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 18831 0 0 0 1265 4 0 0 25 0 1 0 516204980 1381507072 10567 33554432000 4194304 4587354 140733486221216 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 337282 10567 331 96 0 333844 0
[pid=12166] ppid=12164 vsize=71472 CPUtime=12.68 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 16549 0 0 0 1265 3 0 0 25 0 1 0 516204980 73187328 15116 33554432000 4194304 4785740 140733228660112 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 17868 15116 340 145 0 14913 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=6.32 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 632 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=22156 CPUtime=12.68 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 6834 0 0 0 1268 0 0 0 25 0 1 0 516204980 22687744 4706 33554432000 4194304 4352236 140733236216144 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 5539 4706 127 39 0 4619 0
[pid=12169] ppid=12164 vsize=71600 CPUtime=6.29 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 42681 0 0 0 624 5 0 0 25 0 1 0 516204980 73318400 14790 33554432000 4194304 4331988 140736661300272 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 17900 14790 173 34 0 16342 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1996704

[startup+25.5068 s]
/proc/loadavg: 5.08 5.41 7.15 6/177 12180
/proc/meminfo: memFree=13854652/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=106704 CPUtime=25.49 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 58305 0 0 0 2536 13 0 0 25 0 1 0 516204980 109264896 21766 33554432000 4194304 4587354 140733486221216 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 26676 21766 337 96 0 23238 0
[pid=12166] ppid=12164 vsize=101152 CPUtime=25.49 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 23939 0 0 0 2543 6 0 0 25 0 1 0 516204980 103579648 22506 33554432000 4194304 4785740 140733228660112 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 25288 22506 340 145 0 22333 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=12.7 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 1270 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=23424 CPUtime=25.49 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 7151 0 0 0 2549 0 0 0 25 0 1 0 516204980 23986176 5023 33554432000 4194304 4352236 140733236216144 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 5856 5023 127 39 0 4936 0
[pid=12169] ppid=12164 vsize=74900 CPUtime=12.65 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 43542 0 0 0 1259 6 0 0 25 0 1 0 516204980 76697600 15651 33554432000 4194304 4331988 140736661300272 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 18725 15651 173 34 0 17167 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 788528

[startup+51.1013 s]
/proc/loadavg: 5.11 5.39 7.09 6/177 12181
/proc/meminfo: memFree=13873940/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1348004 CPUtime=51.09 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 85531 0 0 0 5088 21 0 0 25 0 1 0 516204980 1380356096 11528 33554432000 4194304 4587354 140733486221216 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 337001 11528 337 96 0 333563 0
[pid=12166] ppid=12164 vsize=119004 CPUtime=51.09 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 28375 0 0 0 5101 8 0 0 25 0 1 0 516204980 121860096 26942 33554432000 4194304 4785740 140733228660112 18446744073709551615 4550516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 29751 26942 340 145 0 26796 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=25.41 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 2541 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=26384 CPUtime=51.09 cores=3

################
# More data... #
################

/proc/12169/statm: 20111 17059 173 34 0 18553 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 2393020

[startup+1002.31 s]
/proc/loadavg: 5.18 5.12 5.79 6/177 12209
/proc/meminfo: memFree=13558036/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1418688 CPUtime=1002.31 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 624237 0 0 0 99966 265 0 0 25 0 1 0 516204980 1452736512 22874 33554432000 4194304 4587354 140733486221216 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 354672 22874 337 96 0 351234 0
[pid=12166] ppid=12164 vsize=385124 CPUtime=1002.31 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 93596 0 0 0 100196 35 0 0 25 0 1 0 516204980 394366976 92163 33554432000 4194304 4785740 140733228660112 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 96281 92163 340 145 0 93326 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=498.43 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 49843 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1002.32 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 100231 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80576 CPUtime=498.42 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 44976 0 0 0 49835 7 0 0 25 0 1 0 516204980 82509824 17085 33554432000 4194304 4331988 140736661300272 18446744073709551615 4228841 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20144 17085 173 34 0 18586 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 2398640

[startup+1062.3 s]
/proc/loadavg: 5.12 5.11 5.75 6/177 12211
/proc/meminfo: memFree=13520196/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1403720 CPUtime=1062.3 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 646012 0 0 0 105951 279 0 0 25 0 1 0 516204980 1437409280 32402 33554432000 4194304 4587354 140733486221216 18446744073709551615 4239464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 350930 32402 337 96 0 347492 0
[pid=12166] ppid=12164 vsize=385608 CPUtime=1062.31 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 93710 0 0 0 106196 35 0 0 25 0 1 0 516204980 394862592 92277 33554432000 4194304 4785740 140733228660112 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 96402 92277 340 145 0 93447 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=528.3 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 52830 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1062.31 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 106230 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4270879 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80708 CPUtime=528.21 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 45003 0 0 0 52814 7 0 0 25 0 1 0 516204980 82644992 17112 33554432000 4194304 4331988 140736661300272 18446744073709551615 4229057 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20177 17112 173 34 0 18619 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 2384288

[startup+1122.3 s]
/proc/loadavg: 5.16 5.12 5.71 6/177 12212
/proc/meminfo: memFree=13546080/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1424928 CPUtime=1122.3 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 673148 0 0 0 111940 290 0 0 25 0 1 0 516204980 1459126272 24537 33554432000 4194304 4587354 140733486221216 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 356232 24537 337 96 0 352794 0
[pid=12166] ppid=12164 vsize=390188 CPUtime=1122.32 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 94874 0 0 0 112196 36 0 0 25 0 1 0 516204980 399552512 93441 33554432000 4194304 4785740 140733228660112 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 97547 93441 340 145 0 94592 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=558.12 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 55812 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530390 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1122.32 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 112231 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80708 CPUtime=558.07 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 45024 0 0 0 55800 7 0 0 25 0 1 0 516204980 82644992 17133 33554432000 4194304 4331988 140736661300272 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20177 17133 173 34 0 18619 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 2410076

[startup+1182.3 s]
/proc/loadavg: 5.10 5.11 5.66 6/177 12214
/proc/meminfo: memFree=13547796/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=134800 CPUtime=1182.31 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 698865 0 0 0 117924 307 0 0 25 0 1 0 516204980 138035200 24375 33554432000 4194304 4587354 140733486221216 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 33700 24375 337 96 0 30262 0
[pid=12166] ppid=12164 vsize=390188 CPUtime=1182.32 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 94874 0 0 0 118196 36 0 0 25 0 1 0 516204980 399552512 93441 33554432000 4194304 4785740 140733228660112 18446744073709551615 4309494 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 97547 93441 340 145 0 94592 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=587.96 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 58796 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1182.32 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 118231 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80840 CPUtime=587.9 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 45043 0 0 0 58783 7 0 0 25 0 1 0 516204980 82780160 17152 33554432000 4194304 4331988 140736661300272 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20210 17152 173 34 0 18652 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 1120080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.07 5.10 5.65 6/177 12214
/proc/meminfo: memFree=13577668/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1362820 CPUtime=1201.71 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 708677 0 0 0 119858 313 0 0 25 0 1 0 516204980 1395527680 16552 33554432000 4194304 4587354 140733486221216 18446744073709551615 248089394886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 340705 16552 337 96 0 337267 0
[pid=12166] ppid=12164 vsize=390188 CPUtime=1201.72 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 94884 0 0 0 120136 36 0 0 25 0 1 0 516204980 399552512 93451 33554432000 4194304 4785740 140733228660112 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 97547 93451 340 145 0 94592 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=597.61 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 59761 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1201.72 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 120171 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80840 CPUtime=597.54 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 45048 0 0 0 59747 7 0 0 25 0 1 0 516204980 82780160 17157 33554432000 4194304 4331988 140736661300272 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20210 17157 173 34 0 18652 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2348100

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 5.07 5.10 5.65 6/177 12214
/proc/meminfo: memFree=13577668/32950928 swapFree=67111528/67111528
[pid=12164] ppid=12162 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12164/stat : 12164 (ppfolio) S 12162 12164 10696 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516204980 18763776 390 33554432000 4194304 4287625 140733822632688 18446744073709551615 248089718287 0 0 4096 65536 4607666070772252671 0 0 17 1 0 0 0
/proc/12164/statm: 4581 390 341 23 0 91 0
[pid=12165] ppid=12164 vsize=1362820 CPUtime=1201.71 cores=1
/proc/12165/stat : 12165 (cryptominisat) R 12164 12164 10696 0 -1 4202496 708677 0 0 0 119858 313 0 0 25 0 1 0 516204980 1395527680 16552 33554432000 4194304 4587354 140733486221216 18446744073709551615 248089394886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12165/statm: 340705 16552 337 96 0 337267 0
[pid=12166] ppid=12164 vsize=390188 CPUtime=1201.72 cores=5
/proc/12166/stat : 12166 (clasp) R 12164 12164 10696 0 -1 4202496 94884 0 0 0 120136 36 0 0 25 0 1 0 516204980 399552512 93451 33554432000 4194304 4785740 140733228660112 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12166/statm: 97547 93451 340 145 0 94592 0
[pid=12167] ppid=12164 vsize=464024 CPUtime=597.61 cores=7
/proc/12167/stat : 12167 (TNM) R 12164 12164 10696 0 -1 4202496 5104 0 0 0 59761 0 0 0 25 0 1 0 516204980 475160576 5001 33554432000 134512640 134534564 4290446144 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12167/statm: 116006 5001 95 6 0 114672 0
[pid=12168] ppid=12164 vsize=31904 CPUtime=1201.72 cores=3
/proc/12168/stat : 12168 (lingeling) R 12164 12164 10696 0 -1 4202496 9271 0 0 0 120171 1 0 0 25 0 1 0 516204980 32669696 7143 33554432000 4194304 4352236 140733236216144 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12168/statm: 7976 7143 127 39 0 7056 0
[pid=12169] ppid=12164 vsize=80840 CPUtime=597.54 cores=7
/proc/12169/stat : 12169 (march_hi) R 12164 12164 10696 0 -1 4202496 45048 0 0 0 59747 7 0 0 25 0 1 0 516204980 82780160 17157 33554432000 4194304 4331988 140736661300272 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12169/statm: 20210 17157 173 34 0 18652 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2348100

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12164 and gives
#  childrusage.ru_utime.tv_sec=2400
#  childrusage.ru_utime.tv_usec=309097
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=159519
# CPU time returned by wait4() is 2403.47
# while last known CPU time is 4800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.3
CPU user time (s): 4796.73
CPU system time (s): 3.57
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 3645224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.31
system time used= 3.15952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 718474
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= 274
involuntary context switches= 3112

runsolver used 1.79673 second user time and 4.76828 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 05:00:52
IDJOB=3190930
IDBENCH=82661
IDSOLVER=1612
FILE ID=node123/3190930-1304046052
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72816 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1354319962-100-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190930-1304046052/watcher-3190930-1304046052 -o /tmp/evaluation-result-3190930-1304046052/solver-3190930-1304046052 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190930-1304046052.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 54460fee539c424ee8b11c1bf37a8da6
RANDOM SEED=425266082

node123.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.838
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.67
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.838
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.838
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.838
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:     32950928 kB
MemFree:      14132552 kB
Buffers:       2192168 kB
Cached:       16013660 kB
SwapCached:          0 kB
Active:        9092148 kB
Inactive:      9177792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14132552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12456 kB
Writeback:           0 kB
AnonPages:       63524 kB
Mapped:          14716 kB
Slab:           486340 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189356 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= 72804 MiB
End job on node123 at 2011-04-29 05:20:56