Trace number 3280658

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.28 1201.71

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1110.09
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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-3280658-1304032407/watcher-3280658-1304032407 -o /tmp/evaluation-result-3280658-1304032407/solver-3280658-1304032407 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280658-1304032407.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.31 7.30 7.65 2/174 28189
/proc/meminfo: memFree=15123176/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) R 28187 28189 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0

[startup+0.025992 s]
/proc/loadavg: 5.31 7.30 7.65 2/174 28189
/proc/meminfo: memFree=15123176/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) R 28187 28189 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100977 s]
/proc/loadavg: 5.31 7.30 7.65 2/174 28189
/proc/meminfo: memFree=15123176/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) R 28187 28189 27798 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30094 s]
/proc/loadavg: 5.31 7.30 7.65 2/174 28189
/proc/meminfo: memFree=15123176/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700874 s]
/proc/loadavg: 5.31 7.30 7.65 2/174 28189
/proc/meminfo: memFree=15123176/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50073 s]
/proc/loadavg: 5.31 7.30 7.65 11/188 28206
/proc/meminfo: memFree=14131312/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=205832 CPUtime=1.49 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 34935 0 0 0 144 5 0 0 25 0 1 0 514840441 210771968 34003 33554432000 4194304 4587354 140737370972768 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 51458 34003 305 96 0 48020 0
[pid=28191] ppid=28189 vsize=195296 CPUtime=1.48 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 53881 0 0 0 141 7 0 0 25 0 1 0 514840441 199983104 44093 33554432000 4194304 4785740 140735555575072 18446744073709551615 274473628357 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 48824 44093 319 145 0 45869 0
[pid=28192] ppid=28189 vsize=468896 CPUtime=0.69 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 7211 0 0 0 68 1 0 0 25 0 1 0 514840441 480149504 7109 33554432000 134512640 134534564 4287659600 18446744073709551615 12241651 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 117224 7109 90 6 0 115890 0
[pid=28193] ppid=28189 vsize=76784 CPUtime=1.49 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 21075 0 0 0 146 3 0 0 25 0 1 0 514840441 78626816 18373 33554432000 4194304 4352236 140735265626784 18446744073709551615 4234513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 19196 18373 110 39 0 18276 0
[pid=28194] ppid=28189 vsize=186168 CPUtime=0.77 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4194304 32708 0 0 0 72 5 0 0 25 0 1 0 514840441 190636032 32601 33554432000 4194304 4331988 140737168401296 18446744073709551615 4215767 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 46542 32601 115 34 0 44984 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1151300

[startup+3.10045 s]
/proc/loadavg: 5.31 7.30 7.65 11/188 28206
/proc/meminfo: memFree=13930708/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=205832 CPUtime=3.09 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 34936 0 0 0 304 5 0 0 25 0 1 0 514840441 210771968 34004 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 51458 34004 305 96 0 48020 0
[pid=28191] ppid=28189 vsize=233216 CPUtime=3.08 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 63315 0 0 0 299 9 0 0 25 0 1 0 514840441 238813184 53527 33554432000 4194304 4785740 140735555575072 18446744073709551615 4483194 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 58304 53527 319 145 0 55349 0
[pid=28192] ppid=28189 vsize=527508 CPUtime=1.49 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 25803 0 0 0 145 4 0 0 25 0 1 0 514840441 540168192 25700 33554432000 134512640 134534564 4287659600 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 131877 25700 91 6 0 130543 0
[pid=28193] ppid=28189 vsize=90008 CPUtime=3.09 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 37516 0 0 0 304 5 0 0 25 0 1 0 514840441 92168192 21654 33554432000 4194304 4352236 140735265626784 18446744073709551615 4258904 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 22502 21654 117 39 0 21582 0
[pid=28194] ppid=28189 vsize=200336 CPUtime=1.57 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4194304 46618 0 0 0 150 7 0 0 25 0 1 0 514840441 205144064 33898 33554432000 4194304 4331988 140737168401296 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 50084 33898 128 34 0 48526 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1275224

[startup+6.30089 s]
/proc/loadavg: 5.69 7.35 7.66 11/188 28207
/proc/meminfo: memFree=13341092/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=266604 CPUtime=6.28 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 50039 0 0 0 622 6 0 0 25 0 1 0 514840441 273002496 49107 33554432000 4194304 4587354 140737370972768 18446744073709551615 4367388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 66651 49107 311 96 0 63213 0
[pid=28191] ppid=28189 vsize=252240 CPUtime=6.29 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 67867 0 0 0 617 12 0 0 25 0 1 0 514840441 258293760 58079 33554432000 4194304 4785740 140735555575072 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 63060 58079 319 145 0 60105 0
[pid=28192] ppid=28189 vsize=527508 CPUtime=3.09 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 25803 0 0 0 305 4 0 0 25 0 1 0 514840441 540168192 25700 33554432000 134512640 134534564 4287659600 18446744073709551615 134524556 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 131877 25700 91 6 0 130543 0
[pid=28193] ppid=28189 vsize=90892 CPUtime=6.29 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 37750 0 0 0 624 5 0 0 25 0 1 0 514840441 93073408 21888 33554432000 4194304 4352236 140735265626784 18446744073709551615 4213336 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 22723 21888 124 39 0 21803 0
[pid=28194] ppid=28189 vsize=191112 CPUtime=3.16 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4194304 83886 0 0 0 304 12 0 0 25 0 1 0 514840441 195698688 33222 33554432000 4194304 4331988 140737168401296 18446744073709551615 274473634846 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 47778 33222 129 34 0 46220 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1346680

[startup+12.7008 s]
/proc/loadavg: 6.03 7.39 7.67 11/188 28207
/proc/meminfo: memFree=13148408/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=363420 CPUtime=12.69 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 74767 0 0 0 1260 9 0 0 25 0 1 0 514840441 372142080 71013 33554432000 4194304 4587354 140737370972768 18446744073709551615 4370682 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 90855 71013 316 96 0 87417 0
[pid=28191] ppid=28189 vsize=244248 CPUtime=12.69 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 72425 0 0 0 1256 13 0 0 25 0 1 0 514840441 250109952 56660 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 61062 56660 340 145 0 58107 0
[pid=28192] ppid=28189 vsize=527508 CPUtime=6.29 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 25803 0 0 0 625 4 0 0 25 0 1 0 514840441 540168192 25700 33554432000 134512640 134534564 4287659600 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 131877 25700 91 6 0 130543 0
[pid=28193] ppid=28189 vsize=142140 CPUtime=12.69 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 50562 0 0 0 1262 7 0 0 25 0 1 0 514840441 145551360 34700 33554432000 4194304 4352236 140735265626784 18446744073709551615 4228442 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 35535 34700 124 39 0 34615 0
[pid=28194] ppid=28189 vsize=200324 CPUtime=6.32 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 185267 0 0 0 606 26 0 0 25 0 1 0 514840441 205131776 36380 33554432000 4194304 4331988 140737168401296 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 50081 36380 148 34 0 48523 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1495964

[startup+25.5005 s]
/proc/loadavg: 6.99 7.53 7.72 11/188 28207
/proc/meminfo: memFree=12908168/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=579760 CPUtime=25.49 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 104594 0 0 0 2534 15 0 0 25 0 1 0 514840441 593674240 94846 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 144940 94846 330 96 0 141502 0
[pid=28191] ppid=28189 vsize=244248 CPUtime=25.49 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 72425 0 0 0 2536 13 0 0 25 0 1 0 514840441 250109952 56660 33554432000 4194304 4785740 140735555575072 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 61062 56660 340 145 0 58107 0
[pid=28192] ppid=28189 vsize=527508 CPUtime=12.62 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 25803 0 0 0 1258 4 0 0 25 0 1 0 514840441 540168192 25700 33554432000 134512640 134534564 4287659600 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 131877 25700 91 6 0 130543 0
[pid=28193] ppid=28189 vsize=108224 CPUtime=25.49 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 50565 0 0 0 2542 7 0 0 25 0 1 0 514840441 110821376 26224 33554432000 4194304 4352236 140735265626784 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 27056 26224 127 39 0 26136 0
[pid=28194] ppid=28189 vsize=279740 CPUtime=12.71 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 254831 0 0 0 1234 37 0 0 25 0 1 0 514840441 286453760 55275 33554432000 4194304 4331988 140737168401296 18446744073709551615 274473634780 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 69935 55275 151 34 0 68377 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1757804

[startup+51.101 s]
/proc/loadavg: 8.08 7.75 7.78 11/188 28208
/proc/meminfo: memFree=12203432/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=579760 CPUtime=51.09 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 105087 0 0 0 5094 15 0 0 25 0 1 0 514840441 593674240 95324 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 144940 95324 330 96 0 141502 0
[pid=28191] ppid=28189 vsize=244248 CPUtime=51.09 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 72427 0 0 0 5096 13 0 0 25 0 1 0 514840441 250109952 56662 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 61062 56662 340 145 0 58107 0
[pid=28192] ppid=28189 vsize=527508 CPUtime=25.39 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 25803 0 0 0 2535 4 0 0 25 0 1 0 514840441 540168192 25700 33554432000 134512640 134534564 4287659600 18446744073709551615 134524672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 131877 25700 91 6 0 130543 0
[pid=28193] ppid=28189 vsize=101340 CPUtime=51.09 cores=3

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

/proc/28194/statm: 748171 518523 175 34 0 746613 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 4503464

[startup+1002.3 s]
/proc/loadavg: 9.90 10.00 9.27 7/179 28252
/proc/meminfo: memFree=12023376/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1002.31 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 153619 0 0 0 100202 29 0 0 25 0 1 0 514840441 488509440 100520 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237443 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 100520 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=362676 CPUtime=1002.28 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 101656 0 0 0 100198 30 0 0 25 0 1 0 514840441 371380224 85891 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 90669 85891 340 145 0 87714 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=498.39 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 49833 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129968 CPUtime=1002.31 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 100222 9 0 0 25 0 1 0 514840441 133087232 31660 33554432000 4194304 4352236 140735265626784 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32492 31660 127 39 0 31572 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=498.44 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005828 0 0 0 49546 298 0 0 25 0 1 0 514840441 3082444800 521207 33554432000 4194304 4331988 140737168401296 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521207 175 34 0 750992 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 4538672

[startup+1062.3 s]
/proc/loadavg: 10.05 10.02 9.32 11/188 28267
/proc/meminfo: memFree=11039280/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1062.31 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 155005 0 0 0 106201 30 0 0 25 0 1 0 514840441 488509440 101850 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 101850 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=364452 CPUtime=1062.29 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 102105 0 0 0 106198 31 0 0 25 0 1 0 514840441 373198848 86340 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 91113 86340 340 145 0 88158 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=528.21 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 52815 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129944 CPUtime=1062.31 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 106222 9 0 0 25 0 1 0 514840441 133062656 31654 33554432000 4194304 4352236 140735265626784 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32486 31654 127 39 0 31566 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=528.3 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005894 0 0 0 52532 298 0 0 25 0 1 0 514840441 3082444800 521273 33554432000 4194304 4331988 140737168401296 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521273 175 34 0 750992 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 4540424

[startup+1122.3 s]
/proc/loadavg: 9.93 10.01 9.36 10/187 28268
/proc/meminfo: memFree=11033704/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1122.31 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 156474 0 0 0 112200 31 0 0 25 0 1 0 514840441 488509440 103261 33554432000 4194304 4587354 140737370972768 18446744073709551615 4238317 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 103261 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=367256 CPUtime=1122.29 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 102765 0 0 0 112198 31 0 0 25 0 1 0 514840441 376070144 87000 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 91814 87000 340 145 0 88859 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=558.04 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 55798 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129944 CPUtime=1122.31 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 112222 9 0 0 25 0 1 0 514840441 133062656 31654 33554432000 4194304 4352236 140735265626784 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32486 31654 127 39 0 31566 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=558.13 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005894 0 0 0 55515 298 0 0 25 0 1 0 514840441 3082444800 521273 33554432000 4194304 4331988 140737168401296 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521273 175 34 0 750992 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 4543228

[startup+1182.3 s]
/proc/loadavg: 9.46 9.86 9.35 10/187 28270
/proc/meminfo: memFree=10958924/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1182.32 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 157939 0 0 0 118199 33 0 0 25 0 1 0 514840441 488509440 104669 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 104669 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=368892 CPUtime=1182.29 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 103095 0 0 0 118198 31 0 0 25 0 1 0 514840441 377745408 87330 33554432000 4194304 4785740 140735555575072 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 92223 87330 340 145 0 89268 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=587.9 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 58784 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129944 CPUtime=1182.31 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 118222 9 0 0 25 0 1 0 514840441 133062656 31654 33554432000 4194304 4352236 140735265626784 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32486 31654 127 39 0 31566 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=587.96 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005959 0 0 0 58498 298 0 0 25 0 1 0 514840441 3082444800 521338 33554432000 4194304 4331988 140737168401296 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521338 175 34 0 750992 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 4544864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.39 9.82 9.35 10/187 28270
/proc/meminfo: memFree=10949252/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1201.72 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 158395 0 0 0 120139 33 0 0 25 0 1 0 514840441 488509440 105105 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 105105 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=371240 CPUtime=1201.69 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 103643 0 0 0 120138 31 0 0 25 0 1 0 514840441 380149760 87878 33554432000 4194304 4785740 140735555575072 18446744073709551615 4552662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 92810 87878 340 145 0 89855 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=597.52 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 59746 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129920 CPUtime=1201.72 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 120163 9 0 0 25 0 1 0 514840441 133038080 31648 33554432000 4194304 4352236 140735265626784 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32480 31648 127 39 0 31560 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=597.63 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005959 0 0 0 59465 298 0 0 25 0 1 0 514840441 3082444800 521338 33554432000 4194304 4331988 140737168401296 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521338 175 34 0 750992 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 4547188

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: 9.39 9.82 9.35 10/187 28270
/proc/meminfo: memFree=10949252/32950928 swapFree=67111528/67111528
[pid=28189] ppid=28187 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28189/stat : 28189 (ppfolio) S 28187 28189 27798 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514840440 18763776 389 33554432000 4194304 4287625 140733679571456 18446744073709551615 274473987599 0 0 4096 65536 4608105600545456127 0 0 17 1 0 0 0
/proc/28189/statm: 4581 389 341 23 0 91 0
[pid=28190] ppid=28189 vsize=477060 CPUtime=1201.72 cores=1
/proc/28190/stat : 28190 (cryptominisat) R 28189 28189 27798 0 -1 4202496 158395 0 0 0 120139 33 0 0 25 0 1 0 514840441 488509440 105105 33554432000 4194304 4587354 140737370972768 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28190/statm: 119265 105105 336 96 0 115827 0
[pid=28191] ppid=28189 vsize=371240 CPUtime=1201.69 cores=5
/proc/28191/stat : 28191 (clasp) R 28189 28189 27798 0 -1 4202496 103643 0 0 0 120138 31 0 0 25 0 1 0 514840441 380149760 87878 33554432000 4194304 4785740 140735555575072 18446744073709551615 4552662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28191/statm: 92810 87878 340 145 0 89855 0
[pid=28192] ppid=28189 vsize=540444 CPUtime=597.52 cores=7
/proc/28192/stat : 28192 (TNM) R 28189 28189 27798 0 -1 4202496 42304 0 0 0 59746 6 0 0 25 0 1 0 514840441 553414656 42201 33554432000 134512640 134534564 4287659600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28192/statm: 135111 42201 95 6 0 133777 0
[pid=28193] ppid=28189 vsize=129920 CPUtime=1201.72 cores=3
/proc/28193/stat : 28193 (lingeling) R 28189 28189 27798 0 -1 4202496 65463 0 0 0 120163 9 0 0 25 0 1 0 514840441 133038080 31648 33554432000 4194304 4352236 140735265626784 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28193/statm: 32480 31648 127 39 0 31560 0
[pid=28194] ppid=28189 vsize=3010200 CPUtime=597.63 cores=7
/proc/28194/stat : 28194 (march_hi) R 28189 28189 27798 0 -1 4202496 2005959 0 0 0 59465 298 0 0 25 0 1 0 514840441 3082444800 521338 33554432000 4194304 4331988 140737168401296 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28194/statm: 752550 521338 175 34 0 750992 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 4547188

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28189 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.003998
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4796.51
CPU system time (s): 3.77
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 5449944

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

runsolver used 1.74573 second user time and 4.81827 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 01:13:28
IDJOB=3280658
IDBENCH=20410
IDSOLVER=1612
FILE ID=node125/3280658-1304032407
RUNJOBID= node125-1304032406-28176
PBS_JOBID= 13170327
Free space on /tmp= 72720 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280658-1304032407/watcher-3280658-1304032407 -o /tmp/evaluation-result-3280658-1304032407/solver-3280658-1304032407 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280658-1304032407.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=787406813

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15123332 kB
Buffers:       2215916 kB
Cached:       15009784 kB
SwapCached:          0 kB
Active:        8928708 kB
Inactive:      8364652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15123332 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           57968 kB
Writeback:           0 kB
AnonPages:       66992 kB
Mapped:          14528 kB
Slab:           471480 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190312 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= 72720 MiB
End job on node125 at 2011-04-29 01:33:32