Trace number 3190884

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.26 1202.31

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
MD5SUM0aa289a52d8d004ea581b39b43a8a19a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.4335
Satisfiable
(Un)Satisfiability was proved
Number of variables29999
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6

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

running on 4 cores: 0,2,4,6

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: 9.76 10.07 9.92 6/182 11220
/proc/meminfo: memFree=13560416/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) R 11218 11220 10696 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0

[startup+0.220074 s]
/proc/loadavg: 9.76 10.07 9.92 6/182 11220
/proc/meminfo: memFree=13560416/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301063 s]
/proc/loadavg: 9.76 10.07 9.92 6/182 11220
/proc/meminfo: memFree=13560416/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.401043 s]
/proc/loadavg: 9.76 10.07 9.92 6/182 11220
/proc/meminfo: memFree=13560416/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70099 s]
/proc/loadavg: 9.76 10.07 9.92 6/182 11220
/proc/meminfo: memFree=13560416/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50085 s]
/proc/loadavg: 9.76 10.07 9.92 11/188 11226
/proc/meminfo: memFree=13465252/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=51216 CPUtime=1.49 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 10868 0 0 0 147 2 0 0 25 0 1 0 515746433 52445184 8455 33554432000 4194304 4587354 140733666067872 18446744073709551615 4238096 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 12804 8455 326 96 0 9366 0
[pid=11222] ppid=11220 vsize=28484 CPUtime=1.48 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 5811 0 0 0 148 0 0 0 25 0 1 0 515746433 29167616 4378 33554432000 4194304 4785740 140737021820784 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 7121 4378 340 145 0 4166 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=0.78 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 77 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=16368 CPUtime=1.48 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 5383 0 0 0 148 0 0 0 25 0 1 0 515746433 16760832 3258 33554432000 4194304 4352236 140733429733216 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 4092 3258 127 39 0 3172 0
[pid=11225] ppid=11220 vsize=29388 CPUtime=0.69 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 17753 0 0 0 67 2 0 0 25 0 1 0 515746433 30093312 4669 33554432000 4194304 4331988 140736467722400 18446744073709551615 4252228 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 7347 4669 141 34 0 5789 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 607804

[startup+3.10057 s]
/proc/loadavg: 9.76 10.07 9.92 11/188 11226
/proc/meminfo: memFree=13456076/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=88720 CPUtime=3.09 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 11863 0 0 0 307 2 0 0 25 0 1 0 515746433 90849280 9448 33554432000 4194304 4587354 140733666067872 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 22180 9448 326 96 0 18742 0
[pid=11222] ppid=11220 vsize=33920 CPUtime=3.09 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 7188 0 0 0 308 1 0 0 25 0 1 0 515746433 34734080 5755 33554432000 4194304 4785740 140737021820784 18446744073709551615 248089359045 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 8480 5755 340 145 0 5525 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=1.57 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 156 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134526136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=16368 CPUtime=3.08 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 5383 0 0 0 308 0 0 0 25 0 1 0 515746433 16760832 3258 33554432000 4194304 4352236 140733429733216 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 4092 3258 127 39 0 3172 0
[pid=11225] ppid=11220 vsize=65280 CPUtime=1.49 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 34935 0 0 0 145 4 0 0 25 0 1 0 515746433 66846720 7078 33554432000 4194304 4331988 140736467722400 18446744073709551615 4295989 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 16320 7078 151 34 0 14762 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 686636

[startup+6.301 s]
/proc/loadavg: 9.78 10.07 9.92 11/188 11226
/proc/meminfo: memFree=13447280/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=88720 CPUtime=6.29 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 13655 0 0 0 626 3 0 0 25 0 1 0 515746433 90849280 11231 33554432000 4194304 4587354 140733666067872 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 22180 11231 326 96 0 18742 0
[pid=11222] ppid=11220 vsize=46556 CPUtime=6.29 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 10345 0 0 0 627 2 0 0 25 0 1 0 515746433 47673344 8912 33554432000 4194304 4785740 140737021820784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 11639 8912 340 145 0 8684 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=3.16 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 315 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=16368 CPUtime=6.28 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 5383 0 0 0 628 0 0 0 25 0 1 0 515746433 16760832 3258 33554432000 4194304 4352236 140733429733216 18446744073709551615 4208055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 4092 3258 127 39 0 3172 0
[pid=11225] ppid=11220 vsize=67308 CPUtime=3.1 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 41689 0 0 0 305 5 0 0 25 0 1 0 515746433 68923392 13832 33554432000 4194304 4331988 140736467722400 18446744073709551615 4228361 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 16827 13832 173 34 0 15269 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 701300

[startup+12.7009 s]
/proc/loadavg: 9.96 10.10 9.93 11/188 11227
/proc/meminfo: memFree=13404296/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=58888 CPUtime=12.69 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 18988 0 0 0 1264 5 0 0 25 0 1 0 515746433 60301312 10602 33554432000 4194304 4587354 140733666067872 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 14722 10602 331 96 0 11284 0
[pid=11222] ppid=11220 vsize=72112 CPUtime=12.68 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 16712 0 0 0 1265 3 0 0 25 0 1 0 515746433 73842688 15279 33554432000 4194304 4785740 140737021820784 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 18028 15279 340 145 0 15073 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=6.32 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 631 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=22000 CPUtime=12.68 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 6791 0 0 0 1268 0 0 0 25 0 1 0 515746433 22528000 4666 33554432000 4194304 4352236 140733429733216 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 5500 4666 127 39 0 4580 0
[pid=11225] ppid=11220 vsize=71600 CPUtime=6.29 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 42604 0 0 0 624 5 0 0 25 0 1 0 515746433 73318400 14747 33554432000 4194304 4331988 140736467722400 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 17900 14747 173 34 0 16342 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 706948

[startup+25.5066 s]
/proc/loadavg: 10.11 10.13 9.94 11/188 11227
/proc/meminfo: memFree=13335428/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=476608 CPUtime=25.5 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 55909 0 0 0 2537 13 0 0 25 0 1 0 515746433 488046592 21731 33554432000 4194304 4587354 140733666067872 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 119152 21731 337 96 0 115714 0
[pid=11222] ppid=11220 vsize=101492 CPUtime=25.48 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 24016 0 0 0 2542 6 0 0 25 0 1 0 515746433 103927808 22583 33554432000 4194304 4785740 140737021820784 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 25373 22583 340 145 0 22418 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=12.7 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 1269 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=23088 CPUtime=25.49 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 7063 0 0 0 2549 0 0 0 25 0 1 0 515746433 23642112 4938 33554432000 4194304 4352236 140733429733216 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 5772 4938 127 39 0 4852 0
[pid=11225] ppid=11220 vsize=74772 CPUtime=12.64 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 43503 0 0 0 1259 5 0 0 25 0 1 0 515746433 76566528 15646 33554432000 4194304 4331988 140736467722400 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 18693 15646 173 34 0 17135 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1158308

[startup+51.1011 s]
/proc/loadavg: 10.07 10.11 9.94 11/188 11228
/proc/meminfo: memFree=13303348/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=443912 CPUtime=51.09 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 82597 0 0 0 5091 18 0 0 25 0 1 0 515746433 454565888 13272 33554432000 4194304 4587354 140733666067872 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 110978 13272 337 96 0 107540 0
[pid=11222] ppid=11220 vsize=124744 CPUtime=51.08 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 29788 0 0 0 5099 9 0 0 25 0 1 0 515746433 127737856 28355 33554432000 4194304 4785740 140737021820784 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 31186 28355 340 145 0 28231 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=25.42 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 2541 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=26528 CPUtime=51.09 cores=2

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

/proc/11225/statm: 20145 17094 173 34 0 18587 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1418456

[startup+1002.31 s]
/proc/loadavg: 10.27 10.19 10.07 11/188 11295
/proc/meminfo: memFree=13435392/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=496676 CPUtime=1002.31 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 618572 0 0 0 100031 200 0 0 25 0 1 0 515746433 508596224 20832 33554432000 4194304 4587354 140733666067872 18446744073709551615 248089394955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 124169 20832 337 96 0 120731 0
[pid=11222] ppid=11220 vsize=362124 CPUtime=1002.21 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 87908 0 0 0 100197 24 0 0 25 0 1 0 515746433 370814976 86475 33554432000 4194304 4785740 140737021820784 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 90531 86475 340 145 0 87576 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=498.43 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 49842 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 11384310 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1002.31 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 100230 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80712 CPUtime=498.41 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 44973 0 0 0 49835 6 0 0 25 0 1 0 515746433 82649088 17116 33554432000 4194304 4331988 140736467722400 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20178 17116 173 34 0 18620 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 1452996

[startup+1062.3 s]
/proc/loadavg: 10.43 10.23 10.09 12/193 11614
/proc/meminfo: memFree=13299704/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=518984 CPUtime=1061.06 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 644315 0 0 0 105893 213 0 0 25 0 1 0 515746433 531439616 34251 33554432000 4194304 4587354 140733666067872 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 129746 34251 337 96 0 126308 0
[pid=11222] ppid=11220 vsize=365772 CPUtime=1062.17 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 88815 0 0 0 106193 24 0 0 25 0 1 0 515746433 374550528 87382 33554432000 4194304 4785740 140737021820784 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 91443 87382 340 145 0 88488 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=528.3 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 52829 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1062.2 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 106219 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80712 CPUtime=528.21 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 44993 0 0 0 52815 6 0 0 25 0 1 0 515746433 82649088 17136 33554432000 4194304 4331988 140736467722400 18446744073709551615 4211456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20178 17136 173 34 0 18620 0
Current children cumulated CPU time (s) 4241.94
Current children cumulated vsize (KiB) 1478952

[startup+1122.3 s]
/proc/loadavg: 10.35 10.26 10.11 11/188 11764
/proc/meminfo: memFree=13417600/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=476572 CPUtime=1120.97 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 673176 0 0 0 111872 225 0 0 25 0 1 0 515746433 488009728 22133 33554432000 4194304 4587354 140733666067872 18446744073709551615 4241235 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 119143 22133 337 96 0 115705 0
[pid=11222] ppid=11220 vsize=365772 CPUtime=1122.15 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 88824 0 0 0 112190 25 0 0 25 0 1 0 515746433 374550528 87391 33554432000 4194304 4785740 140737021820784 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 91443 87391 340 145 0 88488 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=558.12 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 55811 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1122.19 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 112218 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4281083 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80844 CPUtime=558.06 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 45011 0 0 0 55800 6 0 0 25 0 1 0 515746433 82784256 17154 33554432000 4194304 4331988 140736467722400 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20211 17154 173 34 0 18653 0
Current children cumulated CPU time (s) 4481.49
Current children cumulated vsize (KiB) 1436672

[startup+1182.3 s]
/proc/loadavg: 10.29 10.25 10.11 12/189 11769
/proc/meminfo: memFree=13367968/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=459688 CPUtime=1180.82 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 694649 0 0 0 117844 238 0 0 25 0 1 0 515746433 470720512 26193 33554432000 4194304 4587354 140733666067872 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 114922 26193 337 96 0 111484 0
[pid=11222] ppid=11220 vsize=374180 CPUtime=1182.14 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 90914 0 0 0 118189 25 0 0 25 0 1 0 515746433 383160320 89481 33554432000 4194304 4785740 140737021820784 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 93545 89481 340 145 0 90590 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=587.95 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 58794 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1182.16 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 118215 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80844 CPUtime=587.9 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 45028 0 0 0 58784 6 0 0 25 0 1 0 515746433 82784256 17171 33554432000 4194304 4331988 140736467722400 18446744073709551615 4226539 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20211 17171 173 34 0 18653 0
Current children cumulated CPU time (s) 4720.97
Current children cumulated vsize (KiB) 1428196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.3 s]
/proc/loadavg: 10.56 10.32 10.13 11/188 11769
/proc/meminfo: memFree=13383208/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=480668 CPUtime=1200.83 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 704372 0 0 0 119840 243 0 0 25 0 1 0 515746433 492204032 22738 33554432000 4194304 4587354 140733666067872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 120167 22738 337 96 0 116729 0
[pid=11222] ppid=11220 vsize=374840 CPUtime=1202.14 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 91085 0 0 0 120189 25 0 0 25 0 1 0 515746433 383836160 89652 33554432000 4194304 4785740 140737021820784 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 93710 89652 340 145 0 90755 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=597.92 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 59791 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1201.53 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 120152 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4276805 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80844 CPUtime=597.84 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 45033 0 0 0 59778 6 0 0 25 0 1 0 515746433 82784256 17176 33554432000 4194304 4331988 140736467722400 18446744073709551615 4228994 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20211 17176 173 34 0 18653 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1449836

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

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

[startup+1202.3 s]
/proc/loadavg: 10.56 10.32 10.13 11/188 11769
/proc/meminfo: memFree=13383208/32950928 swapFree=67111528/67111528
[pid=11220] ppid=11218 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/11220/stat : 11220 (ppfolio) S 11218 11220 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515746432 18763776 389 33554432000 4194304 4287625 140733466180016 18446744073709551615 248089718287 0 0 4096 65536 6296216588995526655 0 0 17 4 0 0 0
/proc/11220/statm: 4581 389 341 23 0 91 0
[pid=11221] ppid=11220 vsize=480668 CPUtime=1200.83 cores=0
/proc/11221/stat : 11221 (cryptominisat) R 11220 11220 10696 0 -1 4202496 704372 0 0 0 119840 243 0 0 25 0 1 0 515746433 492204032 22738 33554432000 4194304 4587354 140733666067872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11221/statm: 120167 22738 337 96 0 116729 0
[pid=11222] ppid=11220 vsize=374840 CPUtime=1202.14 cores=4
/proc/11222/stat : 11222 (clasp) R 11220 11220 10696 0 -1 4202496 91085 0 0 0 120189 25 0 0 25 0 1 0 515746433 383836160 89652 33554432000 4194304 4785740 140737021820784 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/11222/statm: 93710 89652 340 145 0 90755 0
[pid=11223] ppid=11220 vsize=464024 CPUtime=597.92 cores=6
/proc/11223/stat : 11223 (TNM) R 11220 11220 10696 0 -1 4202496 5104 0 0 0 59791 1 0 0 25 0 1 0 515746433 475160576 5001 33554432000 134512640 134534564 4292035744 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11223/statm: 116006 5001 95 6 0 114672 0
[pid=11224] ppid=11220 vsize=31136 CPUtime=1201.53 cores=2
/proc/11224/stat : 11224 (lingeling) R 11220 11220 10696 0 -1 4202496 9075 0 0 0 120152 1 0 0 25 0 1 0 515746433 31883264 6950 33554432000 4194304 4352236 140733429733216 18446744073709551615 4276805 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/11224/statm: 7784 6950 127 39 0 6864 0
[pid=11225] ppid=11220 vsize=80844 CPUtime=597.84 cores=6
/proc/11225/stat : 11225 (march_hi) R 11220 11220 10696 0 -1 4202496 45033 0 0 0 59778 6 0 0 25 0 1 0 515746433 82784256 17176 33554432000 4194304 4331988 140736467722400 18446744073709551615 4228994 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/11225/statm: 20211 17176 173 34 0 18653 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1449836

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11220 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=524340
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 1201.55
# while last known CPU time is 4800.26
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.31
CPU time (s): 4800.26
CPU user time (s): 4797.5
CPU system time (s): 2.76
CPU usage (%): 399.252
Max. virtual memory (cumulated for all children) (KiB): 1731032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.52
system time used= 0.023996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9598
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= 248
involuntary context switches= 2419

runsolver used 1.81472 second user time and 4.76228 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 03:44:26
IDJOB=3190884
IDBENCH=82615
IDSOLVER=1612
FILE ID=node123/3190884-1304041466
RUNJOBID= node123-1304037296-10714
PBS_JOBID= 13170370
Free space on /tmp= 72804 MiB

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

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

MD5SUM BENCH= 0aa289a52d8d004ea581b39b43a8a19a
RANDOM SEED=588073194

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:      13560696 kB
Buffers:       2191672 kB
Cached:       16026500 kB
SwapCached:          0 kB
Active:        9662500 kB
Inactive:      9178244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13560696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:      621968 kB
Mapped:          16716 kB
Slab:           486188 kB
PageTables:       6516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2159204 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= 72796 MiB
End job on node123 at 2011-04-29 04:04:31