Trace number 3190805

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
MD5SUMe875844c76f68e9f4050986690c5cb90
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.236
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 4 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.01	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.01	Starting clasp 1.3.6 on core(s) 4
0.00/0.01	Starting TNM 2009 on core(s) 6
0.00/0.01	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.01	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-3190805-1304036420/watcher-3190805-1304036420 -o /tmp/evaluation-result-3190805-1304036420/solver-3190805-1304036420 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190805-1304036420.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.83 10.11 10.07 6/182 23559
/proc/meminfo: memFree=26288384/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0

[startup+0.20964 s]
/proc/loadavg: 9.83 10.11 10.07 6/182 23559
/proc/meminfo: memFree=26288384/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300627 s]
/proc/loadavg: 9.83 10.11 10.07 6/182 23559
/proc/meminfo: memFree=26288384/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400611 s]
/proc/loadavg: 9.83 10.11 10.07 6/182 23559
/proc/meminfo: memFree=26288384/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700561 s]
/proc/loadavg: 9.83 10.11 10.07 6/182 23559
/proc/meminfo: memFree=26288384/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50042 s]
/proc/loadavg: 9.83 10.11 10.07 12/188 23565
/proc/meminfo: memFree=26151928/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=71864 CPUtime=1.49 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 17465 0 0 0 146 3 0 0 25 0 1 0 515239989 73588736 12668 33554432000 4194304 4587354 140733777175680 18446744073709551615 228244045579 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 17966 12668 326 96 0 14528 0
[pid=23561] ppid=23559 vsize=39356 CPUtime=1.49 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 9707 0 0 0 148 1 0 0 25 0 1 0 515239989 40300544 6985 33554432000 4194304 4785740 140735852657904 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 9839 6985 340 145 0 6884 0
[pid=23562] ppid=23559 vsize=471136 CPUtime=0.78 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 6314 0 0 0 77 1 0 0 25 0 1 0 515239989 482443264 6211 33554432000 134512640 134534564 4291033760 18446744073709551615 134527402 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 117784 6211 92 6 0 116450 0
[pid=23563] ppid=23559 vsize=19720 CPUtime=1.49 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 7396 0 0 0 148 1 0 0 20 0 1 0 515239989 20193280 3731 33554432000 4194304 4352236 140735619020416 18446744073709551615 4259402 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 4930 3731 125 39 0 4010 0
[pid=23564] ppid=23559 vsize=44812 CPUtime=0.69 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4194304 15438 0 0 0 67 2 0 0 25 0 1 0 515239989 45887488 7707 33554432000 4194304 4331988 140733690862048 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 11203 7707 129 34 0 9645 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 665212

[startup+3.10114 s]
/proc/loadavg: 9.83 10.11 10.07 12/188 23565
/proc/meminfo: memFree=26130108/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=109368 CPUtime=3.08 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 18319 0 0 0 305 3 0 0 25 0 1 0 515239989 111992832 13521 33554432000 4194304 4587354 140733777175680 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 27342 13521 326 96 0 23904 0
[pid=23561] ppid=23559 vsize=39356 CPUtime=3.09 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 9800 0 0 0 308 1 0 0 25 0 1 0 515239989 40300544 7078 33554432000 4194304 4785740 140735852657904 18446744073709551615 4546275 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 9839 7078 340 145 0 6884 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=1.57 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 156 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=19716 CPUtime=3.08 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 7398 0 0 0 307 1 0 0 25 0 1 0 515239989 20189184 3732 33554432000 4194304 4352236 140735619020416 18446744073709551615 4207915 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 4929 3732 127 39 0 4009 0
[pid=23564] ppid=23559 vsize=36496 CPUtime=1.49 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 29698 0 0 0 145 4 0 0 25 0 1 0 515239989 37371904 5615 33554432000 4194304 4331988 140733690862048 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 9124 5615 141 34 0 7566 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 695320

[startup+6.30058 s]
/proc/loadavg: 9.93 10.12 10.07 12/188 23565
/proc/meminfo: memFree=26100500/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=109368 CPUtime=6.29 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 19750 0 0 0 625 4 0 0 25 0 1 0 515239989 111992832 14949 33554432000 4194304 4587354 140733777175680 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 27342 14949 326 96 0 23904 0
[pid=23561] ppid=23559 vsize=48216 CPUtime=6.29 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 12012 0 0 0 627 2 0 0 25 0 1 0 515239989 49373184 9290 33554432000 4194304 4785740 140735852657904 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 12054 9290 340 145 0 9099 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=3.15 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 314 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=19716 CPUtime=6.28 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 7398 0 0 0 627 1 0 0 25 0 1 0 515239989 20189184 3732 33554432000 4194304 4352236 140735619020416 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 4929 3732 127 39 0 4009 0
[pid=23564] ppid=23559 vsize=104448 CPUtime=3.09 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 57520 0 0 0 301 8 0 0 25 0 1 0 515239989 106954752 10688 33554432000 4194304 4331988 140733690862048 18446744073709551615 4295797 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 26112 10688 151 34 0 24554 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 772132

[startup+12.7005 s]
/proc/loadavg: 9.93 10.12 10.07 12/188 23565
/proc/meminfo: memFree=25962396/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=109368 CPUtime=12.68 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 22502 0 0 0 1263 5 0 0 25 0 1 0 515239989 111992832 17691 33554432000 4194304 4587354 140733777175680 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 27342 17691 326 96 0 23904 0
[pid=23561] ppid=23559 vsize=70048 CPUtime=12.69 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 17430 0 0 0 1266 3 0 0 25 0 1 0 515239989 71729152 14708 33554432000 4194304 4785740 140735852657904 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 17512 14708 340 145 0 14557 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=6.31 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 630 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=19716 CPUtime=12.69 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 7398 0 0 0 1267 2 0 0 25 0 1 0 515239989 20189184 3732 33554432000 4194304 4352236 140735619020416 18446744073709551615 4328411 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 4929 3732 127 39 0 4009 0
[pid=23564] ppid=23559 vsize=107300 CPUtime=6.29 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 69635 0 0 0 619 10 0 0 25 0 1 0 515239989 109875200 22803 33554432000 4194304 4331988 140733690862048 18446744073709551615 4229049 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 26825 22803 173 34 0 25267 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 796816

[startup+25.5072 s]
/proc/loadavg: 10.02 10.13 10.08 12/188 23566
/proc/meminfo: memFree=25808136/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=260748 CPUtime=25.5 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 57156 0 0 0 2537 13 0 0 25 0 1 0 515239989 267005952 41356 33554432000 4194304 4587354 140733777175680 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 65187 41356 337 96 0 61749 0
[pid=23561] ppid=23559 vsize=110212 CPUtime=25.49 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 27445 0 0 0 2544 5 0 0 25 0 1 0 515239989 112857088 24723 33554432000 4194304 4785740 140735852657904 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 27553 24723 340 145 0 24598 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=12.69 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 1268 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 12254228 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=27364 CPUtime=25.49 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 9673 0 0 0 2547 2 0 0 25 0 1 0 515239989 28020736 6007 33554432000 4194304 4352236 140735619020416 18446744073709551615 4286454 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 6841 6007 127 39 0 5921 0
[pid=23564] ppid=23559 vsize=109584 CPUtime=12.65 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 70136 0 0 0 1255 10 0 0 25 0 1 0 515239989 112214016 23304 33554432000 4194304 4331988 140733690862048 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 27396 23304 173 34 0 25838 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 998292

[startup+51.1007 s]
/proc/loadavg: 10.01 10.12 10.07 12/188 23566
/proc/meminfo: memFree=25851884/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=192680 CPUtime=51.09 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 81139 0 0 0 5089 20 0 0 25 0 1 0 515239989 197304320 25505 33554432000 4194304 4587354 140733777175680 18446744073709551615 4243106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 48170 25505 337 96 0 44732 0
[pid=23561] ppid=23559 vsize=178532 CPUtime=51.09 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 44445 0 0 0 5100 9 0 0 25 0 1 0 515239989 182816768 41723 33554432000 4194304 4785740 140735852657904 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 44633 41723 340 145 0 41678 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=25.41 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 2540 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=29328 CPUtime=51.09 cores=2

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

/proc/23564/statm: 31850 27509 173 34 0 30292 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1422720

[startup+1002.31 s]
/proc/loadavg: 10.06 10.13 10.09 12/188 23592
/proc/meminfo: memFree=25259576/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=826188 CPUtime=1002.32 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 584204 0 0 0 100034 198 0 0 25 0 1 0 515239989 846016512 28215 33554432000 4194304 4587354 140733777175680 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 206547 28215 337 96 0 203109 0
[pid=23561] ppid=23559 vsize=553752 CPUtime=1002.22 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 136224 0 0 0 100186 36 0 0 25 0 1 0 515239989 567042048 133502 33554432000 4194304 4785740 140735852657904 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 138438 133502 340 145 0 135483 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=498.42 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 49841 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1002.32 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 100229 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4329367 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=127532 CPUtime=498.41 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74384 0 0 0 49830 11 0 0 25 0 1 0 515239989 130592768 27552 33554432000 4194304 4331988 140733690862048 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 31883 27552 173 34 0 30325 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 2043744

[startup+1062.3 s]
/proc/loadavg: 10.10 10.13 10.09 12/188 23593
/proc/meminfo: memFree=25198908/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=806336 CPUtime=1062.31 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 648073 0 0 0 106020 211 0 0 25 0 1 0 515239989 825688064 34095 33554432000 4194304 4587354 140733777175680 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 201584 34095 337 96 0 198146 0
[pid=23561] ppid=23559 vsize=573368 CPUtime=1062.21 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 141065 0 0 0 106184 37 0 0 25 0 1 0 515239989 587128832 138343 33554432000 4194304 4785740 140735852657904 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 143342 138343 340 145 0 140387 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=528.29 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 52828 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1062.31 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 106228 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4231337 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=127664 CPUtime=528.21 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74415 0 0 0 52810 11 0 0 25 0 1 0 515239989 130727936 27583 33554432000 4194304 4331988 140733690862048 18446744073709551615 4229061 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 31916 27583 173 34 0 30358 0
Current children cumulated CPU time (s) 4243.33
Current children cumulated vsize (KiB) 2043640

[startup+1122.3 s]
/proc/loadavg: 10.15 10.14 10.09 11/188 23628
/proc/meminfo: memFree=25431072/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=819020 CPUtime=1122.31 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 669794 0 0 0 112009 222 0 0 25 0 1 0 515239989 838676480 30162 33554432000 4194304 4587354 140733777175680 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 204755 30162 337 96 0 201317 0
[pid=23561] ppid=23559 vsize=612800 CPUtime=1122.2 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 150716 0 0 0 112179 41 0 0 25 0 1 0 515239989 627507200 147994 33554432000 4194304 4785740 140735852657904 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 153200 147994 340 145 0 150245 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=558.1 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 55809 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1122.31 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 112228 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4281083 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=127800 CPUtime=558.06 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74451 0 0 0 55795 11 0 0 25 0 1 0 515239989 130867200 27619 33554432000 4194304 4331988 140733690862048 18446744073709551615 4240214 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 31950 27619 173 34 0 30392 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 2095892

[startup+1182.3 s]
/proc/loadavg: 10.12 10.14 10.09 11/188 23629
/proc/meminfo: memFree=25348648/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=778556 CPUtime=1182.32 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 689101 0 0 0 117999 233 0 0 25 0 1 0 515239989 797241344 36168 33554432000 4194304 4587354 140733777175680 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 194639 36168 337 96 0 191201 0
[pid=23561] ppid=23559 vsize=612800 CPUtime=1182.2 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 150735 0 0 0 118179 41 0 0 25 0 1 0 515239989 627507200 148013 33554432000 4194304 4785740 140735852657904 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 153200 148013 340 145 0 150245 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=587.95 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 58794 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1182.31 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 118228 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4331578 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=127932 CPUtime=587.9 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74485 0 0 0 58779 11 0 0 25 0 1 0 515239989 131002368 27653 33554432000 4194304 4331988 140733690862048 18446744073709551615 4240241 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 31983 27653 173 34 0 30425 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 2055560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.15 10.14 10.09 11/188 23630
/proc/meminfo: memFree=25404572/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=778832 CPUtime=1201.72 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 693651 0 0 0 119937 235 0 0 25 0 1 0 515239989 797523968 27209 33554432000 4194304 4587354 140733777175680 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 194708 27209 337 96 0 191270 0
[pid=23561] ppid=23559 vsize=612800 CPUtime=1201.6 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 150744 0 0 0 120119 41 0 0 25 0 1 0 515239989 627507200 148022 33554432000 4194304 4785740 140735852657904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 153200 148022 340 145 0 150245 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=597.6 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 59759 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1201.72 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 120169 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4208062 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=128064 CPUtime=597.54 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74498 0 0 0 59743 11 0 0 25 0 1 0 515239989 131137536 27666 33554432000 4194304 4331988 140733690862048 18446744073709551615 4240137 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 32016 27666 173 34 0 30458 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 2055968

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: 10.15 10.14 10.09 11/188 23630
/proc/meminfo: memFree=25404572/32951124 swapFree=67111364/67111528
[pid=23559] ppid=23557 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23559/stat : 23559 (ppfolio) S 23557 23559 22773 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515239989 18763776 389 33554432000 4194304 4287625 140734991384624 18446744073709551615 228244368911 0 0 4096 65536 4113272591488122879 0 0 17 4 0 0 0
/proc/23559/statm: 4581 389 341 23 0 91 0
[pid=23560] ppid=23559 vsize=778832 CPUtime=1201.72 cores=0
/proc/23560/stat : 23560 (cryptominisat) R 23559 23559 22773 0 -1 4202496 693651 0 0 0 119937 235 0 0 25 0 1 0 515239989 797523968 27209 33554432000 4194304 4587354 140733777175680 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23560/statm: 194708 27209 337 96 0 191270 0
[pid=23561] ppid=23559 vsize=612800 CPUtime=1201.6 cores=4
/proc/23561/stat : 23561 (clasp) R 23559 23559 22773 0 -1 4202496 150744 0 0 0 120119 41 0 0 25 0 1 0 515239989 627507200 148022 33554432000 4194304 4785740 140735852657904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23561/statm: 153200 148022 340 145 0 150245 0
[pid=23562] ppid=23559 vsize=472060 CPUtime=597.6 cores=6
/proc/23562/stat : 23562 (TNM) R 23559 23559 22773 0 -1 4202496 8335 0 0 0 59759 1 0 0 25 0 1 0 515239989 483389440 8232 33554432000 134512640 134534564 4291033760 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23562/statm: 118015 8232 95 6 0 116681 0
[pid=23563] ppid=23559 vsize=45888 CPUtime=1201.72 cores=2
/proc/23563/stat : 23563 (lingeling) R 23559 23559 22773 0 -1 4202496 14304 0 0 0 120169 3 0 0 25 0 1 0 515239989 46989312 10638 33554432000 4194304 4352236 140735619020416 18446744073709551615 4208062 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23563/statm: 11472 10638 127 39 0 10552 0
[pid=23564] ppid=23559 vsize=128064 CPUtime=597.54 cores=6
/proc/23564/stat : 23564 (march_hi) R 23559 23559 22773 0 -1 4202496 74498 0 0 0 59743 11 0 0 25 0 1 0 515239989 131137536 27666 33554432000 4194304 4331988 140733690862048 18446744073709551615 4240137 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23564/statm: 32016 27666 173 34 0 30458 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 2055968

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23559 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=695314
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=37994
# CPU time returned by wait4() is 1201.73
# while last known CPU time is 4800.18
#
# 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.18
CPU user time (s): 4797.27
CPU system time (s): 2.91
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 2748600

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

runsolver used 1.76273 second user time and 4.80127 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 02:20:20
IDJOB=3190805
IDBENCH=82536
IDSOLVER=1612
FILE ID=node136/3190805-1304036420
RUNJOBID= node136-1304032720-23161
PBS_JOBID= 13170316
Free space on /tmp= 72320 MiB

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

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

MD5SUM BENCH= e875844c76f68e9f4050986690c5cb90
RANDOM SEED=1248389863

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26288424 kB
Buffers:       1048200 kB
Cached:        4904268 kB
SwapCached:        100 kB
Active:         763536 kB
Inactive:      5347904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26288424 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14404 kB
Writeback:           0 kB
AnonPages:      158444 kB
Mapped:          16708 kB
Slab:           485928 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2691240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72312 MiB
End job on node136 at 2011-04-29 02:40:24