Trace number 3190920

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
MD5SUM7b0b378358197932f5212c7e9e31a14b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9671
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-3190920-1304044848/watcher-3190920-1304044848 -o /tmp/evaluation-result-3190920-1304044848/solver-3190920-1304044848 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190920-1304044848.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: 9.76 10.06 10.07 6/182 12081
/proc/meminfo: memFree=13919632/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) R 12079 12081 10696 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0

[startup+0.42073 s]
/proc/loadavg: 9.76 10.06 10.07 6/182 12081
/proc/meminfo: memFree=13919632/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500716 s]
/proc/loadavg: 9.76 10.06 10.07 6/182 12081
/proc/meminfo: memFree=13919632/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600698 s]
/proc/loadavg: 9.76 10.06 10.07 6/182 12081
/proc/meminfo: memFree=13919632/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700682 s]
/proc/loadavg: 9.76 10.06 10.07 6/182 12081
/proc/meminfo: memFree=13919632/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50654 s]
/proc/loadavg: 9.76 10.06 10.07 11/188 12087
/proc/meminfo: memFree=13817564/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=51212 CPUtime=1.49 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 10891 0 0 0 148 1 0 0 25 0 1 0 516084578 52441088 8478 33554432000 4194304 4587354 140735047383840 18446744073709551615 4230185 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 12803 8478 326 96 0 9365 0
[pid=12083] ppid=12081 vsize=28440 CPUtime=1.49 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 5834 0 0 0 149 0 0 0 25 0 1 0 516084578 29122560 4401 33554432000 4194304 4785740 140734797017504 18446744073709551615 4553027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 7110 4401 340 145 0 4155 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=0.7 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 69 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=16176 CPUtime=1.49 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 5272 0 0 0 149 0 0 0 25 0 1 0 516084578 16564224 3146 33554432000 4194304 4352236 140735989906720 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 4044 3146 127 39 0 3124 0
[pid=12086] ppid=12081 vsize=24504 CPUtime=0.77 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 19043 0 0 0 75 2 0 0 25 0 1 0 516084578 25092096 3436 33554432000 4194304 4331988 140737246650528 18446744073709551615 4251979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 6126 3436 141 34 0 4568 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 602680

[startup+3.10126 s]
/proc/loadavg: 9.78 10.06 10.07 11/188 12087
/proc/meminfo: memFree=13809904/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=88716 CPUtime=3.09 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 11908 0 0 0 307 2 0 0 25 0 1 0 516084578 90845184 9494 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 22179 9494 326 96 0 18741 0
[pid=12083] ppid=12081 vsize=34196 CPUtime=3.09 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 7260 0 0 0 308 1 0 0 25 0 1 0 516084578 35016704 5827 33554432000 4194304 4785740 140734797017504 18446744073709551615 4304036 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 8549 5827 340 145 0 5594 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=1.5 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 149 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134526098 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=16176 CPUtime=3.09 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 5272 0 0 0 309 0 0 0 25 0 1 0 516084578 16564224 3146 33554432000 4194304 4352236 140735989906720 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 4044 3146 127 39 0 3124 0
[pid=12086] ppid=12081 vsize=66352 CPUtime=1.56 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 35787 0 0 0 152 4 0 0 25 0 1 0 516084578 67944448 7917 33554432000 4194304 4331988 140737246650528 18446744073709551615 4228847 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 16588 7917 173 34 0 15030 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 687788

[startup+6.30069 s]
/proc/loadavg: 9.78 10.06 10.07 11/188 12088
/proc/meminfo: memFree=13748524/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=88716 CPUtime=6.29 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 13791 0 0 0 627 2 0 0 25 0 1 0 516084578 90845184 11372 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238096 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 22179 11372 326 96 0 18741 0
[pid=12083] ppid=12081 vsize=47708 CPUtime=6.28 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 10644 0 0 0 627 1 0 0 25 0 1 0 516084578 48852992 9211 33554432000 4194304 4785740 140734797017504 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 11927 9211 340 145 0 8972 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=3.1 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 309 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=16176 CPUtime=6.29 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 5272 0 0 0 629 0 0 0 25 0 1 0 516084578 16564224 3146 33554432000 4194304 4352236 140735989906720 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 4044 3146 127 39 0 3124 0
[pid=12086] ppid=12081 vsize=67304 CPUtime=3.15 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 41705 0 0 0 309 6 0 0 25 0 1 0 516084578 68919296 13835 33554432000 4194304 4331988 140737246650528 18446744073709551615 4265367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 16826 13835 173 34 0 15268 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 702252

[startup+12.7006 s]
/proc/loadavg: 9.81 10.06 10.07 11/188 12088
/proc/meminfo: memFree=13734436/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2002308 CPUtime=12.68 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 18975 0 0 0 1265 3 0 0 25 0 1 0 516084578 2050363392 10445 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 500577 10445 331 96 0 497139 0
[pid=12083] ppid=12081 vsize=71052 CPUtime=12.68 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 16443 0 0 0 1265 3 0 0 25 0 1 0 516084578 72757248 15010 33554432000 4194304 4785740 140734797017504 18446744073709551615 4546087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 17763 15010 340 145 0 14808 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=6.3 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 629 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=21232 CPUtime=12.68 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 6600 0 0 0 1268 0 0 0 25 0 1 0 516084578 21741568 4474 33554432000 4194304 4352236 140735989906720 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 5308 4474 127 39 0 4388 0
[pid=12086] ppid=12081 vsize=71580 CPUtime=6.31 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 42656 0 0 0 625 6 0 0 25 0 1 0 516084578 73297920 14786 33554432000 4194304 4331988 140737246650528 18446744073709551615 4288429 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 17895 14786 173 34 0 16337 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 2648520

[startup+25.5013 s]
/proc/loadavg: 9.92 10.07 10.07 11/188 12088
/proc/meminfo: memFree=13685468/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=104764 CPUtime=25.49 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 56587 0 0 0 2539 10 0 0 25 0 1 0 516084578 107278336 21249 33554432000 4194304 4587354 140735047383840 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 26191 21249 337 96 0 22753 0
[pid=12083] ppid=12081 vsize=100492 CPUtime=25.48 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 23798 0 0 0 2542 6 0 0 25 0 1 0 516084578 102903808 22365 33554432000 4194304 4785740 140734797017504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 25123 22365 340 145 0 22168 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=12.66 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 1265 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=23876 CPUtime=25.48 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 7261 0 0 0 2548 0 0 0 25 0 1 0 516084578 24449024 5135 33554432000 4194304 4352236 140735989906720 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 5969 5135 127 39 0 5049 0
[pid=12086] ppid=12081 vsize=74752 CPUtime=12.7 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 43488 0 0 0 1263 7 0 0 25 0 1 0 516084578 76546048 15618 33554432000 4194304 4331988 140737246650528 18446744073709551615 4226485 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 18688 15618 173 34 0 17130 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 786232

[startup+51.1008 s]
/proc/loadavg: 10.01 10.08 10.07 11/188 12089
/proc/meminfo: memFree=13659256/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=66848 CPUtime=51.09 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 80067 0 0 0 5091 18 0 0 25 0 1 0 516084578 68452352 13230 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 16712 13230 337 96 0 13274 0
[pid=12083] ppid=12081 vsize=119544 CPUtime=51.09 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 28532 0 0 0 5100 9 0 0 25 0 1 0 516084578 122413056 27099 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 29886 27099 340 145 0 26931 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=25.4 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 2539 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=26836 CPUtime=51.09 cores=3

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

/proc/12086/statm: 20107 17042 173 34 0 18549 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 3041636

[startup+1002.3 s]
/proc/loadavg: 5.09 5.80 7.74 6/177 12132
/proc/meminfo: memFree=13570252/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2083216 CPUtime=1002.27 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 603971 0 0 0 99967 260 0 0 25 0 1 0 516084578 2133213184 22972 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 520804 22972 337 96 0 517366 0
[pid=12083] ppid=12081 vsize=374652 CPUtime=1002.31 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 91321 0 0 0 100204 27 0 0 25 0 1 0 516084578 383643648 89888 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 93663 89888 340 145 0 90708 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=498.42 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 49841 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1002.31 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 100230 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4329362 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80560 CPUtime=498.42 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 44935 0 0 0 49834 8 0 0 25 0 1 0 516084578 82493440 17065 33554432000 4194304 4331988 140737246650528 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20140 17065 173 34 0 18582 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 3052220

[startup+1062.3 s]
/proc/loadavg: 5.08 5.66 7.55 6/177 12134
/proc/meminfo: memFree=13508352/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2050796 CPUtime=1062.28 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 625951 0 0 0 105954 274 0 0 25 0 1 0 516084578 2100015104 32558 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 512699 32558 337 96 0 509261 0
[pid=12083] ppid=12081 vsize=395512 CPUtime=1062.32 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 96458 0 0 0 106202 30 0 0 25 0 1 0 516084578 405004288 95025 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 98878 95025 340 145 0 95923 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=528.22 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 52821 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1062.31 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 106230 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4331541 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80560 CPUtime=528.29 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 44964 0 0 0 52821 8 0 0 25 0 1 0 516084578 82493440 17094 33554432000 4194304 4331988 140737246650528 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20140 17094 173 34 0 18582 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 3040660

[startup+1122.3 s]
/proc/loadavg: 5.07 5.55 7.40 6/177 12135
/proc/meminfo: memFree=13531512/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2041896 CPUtime=1122.28 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 655980 0 0 0 111938 290 0 0 25 0 1 0 516084578 2090901504 24682 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 510474 24682 337 96 0 507036 0
[pid=12083] ppid=12081 vsize=403216 CPUtime=1122.32 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 98366 0 0 0 112202 30 0 0 25 0 1 0 516084578 412893184 96933 33554432000 4194304 4785740 140734797017504 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 100804 96933 340 145 0 97849 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=558.08 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 55807 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1122.32 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 112231 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80692 CPUtime=558.11 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 44982 0 0 0 55803 8 0 0 25 0 1 0 516084578 82628608 17112 33554432000 4194304 4331988 140737246650528 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20173 17112 173 34 0 18615 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 3039596

[startup+1182.3 s]
/proc/loadavg: 5.07 5.46 7.25 6/177 12137
/proc/meminfo: memFree=13498496/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2060104 CPUtime=1182.28 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 681805 0 0 0 117921 307 0 0 25 0 1 0 516084578 2109546496 33120 33554432000 4194304 4587354 140735047383840 18446744073709551615 4243707 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 515026 33120 337 96 0 511588 0
[pid=12083] ppid=12081 vsize=403216 CPUtime=1182.32 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 98375 0 0 0 118202 30 0 0 25 0 1 0 516084578 412893184 96942 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 100804 96942 340 145 0 97849 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=587.92 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 58791 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1182.31 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 118230 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4208047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80692 CPUtime=587.94 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 45000 0 0 0 58786 8 0 0 25 0 1 0 516084578 82628608 17130 33554432000 4194304 4331988 140737246650528 18446744073709551615 4240241 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20173 17130 173 34 0 18615 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 3057804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.12 5.45 7.21 6/177 12137
/proc/meminfo: memFree=13528736/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2074044 CPUtime=1201.68 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 691761 0 0 0 119854 314 0 0 25 0 1 0 516084578 2123821056 25332 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 518511 25332 337 96 0 515073 0
[pid=12083] ppid=12081 vsize=403216 CPUtime=1201.72 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 98375 0 0 0 120142 30 0 0 25 0 1 0 516084578 412893184 96942 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 100804 96942 340 145 0 97849 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=597.55 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 59754 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1201.72 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 120171 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4329367 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80824 CPUtime=597.6 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 45006 0 0 0 59752 8 0 0 25 0 1 0 516084578 82763776 17136 33554432000 4194304 4331988 140737246650528 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20206 17136 173 34 0 18648 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 3071876

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.12 5.45 7.21 6/177 12137
/proc/meminfo: memFree=13528736/32950928 swapFree=67111528/67111528
[pid=12081] ppid=12079 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (ppfolio) S 12079 12081 10696 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516084578 18763776 390 33554432000 4194304 4287625 140736115580640 18446744073709551615 248089718287 0 0 4096 65536 2023690325318434815 0 0 17 3 0 0 0
/proc/12081/statm: 4581 390 341 23 0 91 0
[pid=12082] ppid=12081 vsize=2074044 CPUtime=1201.68 cores=1
/proc/12082/stat : 12082 (cryptominisat) R 12081 12081 10696 0 -1 4202496 691761 0 0 0 119854 314 0 0 25 0 1 0 516084578 2123821056 25332 33554432000 4194304 4587354 140735047383840 18446744073709551615 4238731 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12082/statm: 518511 25332 337 96 0 515073 0
[pid=12083] ppid=12081 vsize=403216 CPUtime=1201.72 cores=5
/proc/12083/stat : 12083 (clasp) R 12081 12081 10696 0 -1 4202496 98375 0 0 0 120142 30 0 0 25 0 1 0 516084578 412893184 96942 33554432000 4194304 4785740 140734797017504 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12083/statm: 100804 96942 340 145 0 97849 0
[pid=12084] ppid=12081 vsize=464024 CPUtime=597.55 cores=7
/proc/12084/stat : 12084 (TNM) R 12081 12081 10696 0 -1 4202496 5103 0 0 0 59754 1 0 0 25 0 1 0 516084578 475160576 5000 33554432000 134512640 134534564 4286807712 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12084/statm: 116006 5000 95 6 0 114672 0
[pid=12085] ppid=12081 vsize=31444 CPUtime=1201.72 cores=3
/proc/12085/stat : 12085 (lingeling) R 12081 12081 10696 0 -1 4202496 9153 0 0 0 120171 1 0 0 25 0 1 0 516084578 32198656 7027 33554432000 4194304 4352236 140735989906720 18446744073709551615 4329367 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/12085/statm: 7861 7027 127 39 0 6941 0
[pid=12086] ppid=12081 vsize=80824 CPUtime=597.6 cores=7
/proc/12086/stat : 12086 (march_hi) R 12081 12081 10696 0 -1 4202496 45006 0 0 0 59752 8 0 0 25 0 1 0 516084578 82763776 17136 33554432000 4194304 4331988 140737246650528 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/12086/statm: 20206 17136 173 34 0 18648 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 3071876

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12081 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=5999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.008998
# while last known CPU time is 4800.27
#
# 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.27
CPU user time (s): 4796.73
CPU system time (s): 3.54
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 5053400

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

runsolver used 1.81872 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 04:40:48
IDJOB=3190920
IDBENCH=82651
IDSOLVER=1612
FILE ID=node123/3190920-1304044848
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72804 MiB

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

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

MD5SUM BENCH= 7b0b378358197932f5212c7e9e31a14b
RANDOM SEED=769899740

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:      13919912 kB
Buffers:       2192116 kB
Cached:       16024656 kB
SwapCached:          0 kB
Active:        9304524 kB
Inactive:      9177804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13919912 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12196 kB
Writeback:           0 kB
AnonPages:      265176 kB
Mapped:          16904 kB
Slab:           486588 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2204424 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:00:52