Trace number 3263185

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.1 1203.11

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
MD5SUMb970e9358cd0cd1a9cfd3d4afb2e830d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables780
Number of clauses65612
Sum of the clauses size131952
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265586
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	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-3263185-1304090774/watcher-3263185-1304090774 -o /tmp/evaluation-result-3263185-1304090774/solver-3263185-1304090774 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263185-1304090774.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: 10.18 10.20 10.18 6/180 8151
/proc/meminfo: memFree=16587096/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) R 8149 8151 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0

[startup+0.0137909 s]
/proc/loadavg: 10.18 10.20 10.18 6/180 8151
/proc/meminfo: memFree=16587096/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) R 8149 8151 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100781 s]
/proc/loadavg: 10.18 10.20 10.18 6/180 8151
/proc/meminfo: memFree=16587096/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) R 8149 8151 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300744 s]
/proc/loadavg: 10.18 10.20 10.18 6/180 8151
/proc/meminfo: memFree=16587096/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700675 s]
/proc/loadavg: 10.18 10.20 10.18 6/180 8151
/proc/meminfo: memFree=16587096/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50054 s]
/proc/loadavg: 10.18 10.20 10.18 11/186 8157
/proc/meminfo: memFree=16546376/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 4 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=37408 CPUtime=1.48 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 4938 0 0 0 148 0 0 0 20 0 1 0 520676991 38305792 4395 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 9352 4395 326 96 0 5914 0
[pid=8153] ppid=8151 vsize=24308 CPUtime=1.49 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 3952 0 0 0 149 0 0 0 25 0 1 0 520676991 24891392 3416 33554432000 4194304 4785740 140733508295296 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 6077 3416 340 145 0 3122 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=0.75 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 75 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=10356 CPUtime=1.49 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 2113 0 0 0 149 0 0 0 25 0 1 0 520676991 10604544 1751 33554432000 4194304 4352236 140735300630960 18446744073709551615 4241424 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 2589 1751 127 39 0 1669 0
[pid=8156] ppid=8151 vsize=16296 CPUtime=0.72 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 1937 0 0 0 72 0 0 0 25 0 1 0 520676991 16687104 1636 33554432000 4194304 4331988 140734024445952 18446744073709551615 210647146368 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 4074 1636 174 34 0 2516 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 565956

[startup+3.10027 s]
/proc/loadavg: 10.25 10.21 10.19 11/186 8158
/proc/meminfo: memFree=16535836/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1633908 CPUtime=3.08 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 6958 0 0 0 307 1 0 0 25 0 1 0 520676991 1673121792 4691 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 408477 4691 331 96 0 405039 0
[pid=8153] ppid=8151 vsize=30080 CPUtime=2.73 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 5391 0 0 0 273 0 0 0 25 0 1 0 520676991 30801920 4855 33554432000 4194304 4785740 140733508295296 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 7520 4855 340 145 0 4565 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=1.56 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 156 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=13488 CPUtime=3.09 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 2896 0 0 0 309 0 0 0 25 0 1 0 520676991 13811712 2534 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 3372 2534 127 39 0 2452 0
[pid=8156] ppid=8151 vsize=16428 CPUtime=1.5 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 1981 0 0 0 150 0 0 0 25 0 1 0 520676991 16822272 1680 33554432000 4194304 4331988 140734024445952 18446744073709551615 4226618 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 4107 1680 174 34 0 2549 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 2171492

[startup+6.30074 s]
/proc/loadavg: 10.25 10.21 10.19 13/186 8158
/proc/meminfo: memFree=16498240/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1665696 CPUtime=6.29 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 14878 0 0 0 627 2 0 0 25 0 1 0 520676991 1705672704 12604 33554432000 4194304 4587354 140736121495728 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 416424 12604 337 96 0 412986 0
[pid=8153] ppid=8151 vsize=30216 CPUtime=3.37 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 5412 0 0 0 315 22 0 0 25 0 1 0 520676991 30941184 4876 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 7554 4876 340 145 0 4599 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=3.14 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 314 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=16304 CPUtime=6.29 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 4112 0 0 0 629 0 0 0 25 0 1 0 520676991 16695296 3238 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 4076 3238 127 39 0 3156 0
[pid=8156] ppid=8151 vsize=16624 CPUtime=3.1 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 1994 0 0 0 310 0 0 0 25 0 1 0 520676991 17022976 1693 33554432000 4194304 4331988 140734024445952 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 4156 1693 174 34 0 2598 0
Current children cumulated CPU time (s) 22.19
Current children cumulated vsize (KiB) 2206428

[startup+12.7007 s]
/proc/loadavg: 10.21 10.20 10.18 12/186 8158
/proc/meminfo: memFree=16491584/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1656412 CPUtime=12.69 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 15653 0 0 0 1266 3 0 0 25 0 1 0 520676991 1696165888 11164 33554432000 4194304 4587354 140736121495728 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 414103 11164 337 96 0 410665 0
[pid=8153] ppid=8151 vsize=37172 CPUtime=9.77 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 7059 0 0 0 955 22 0 0 25 0 1 0 520676991 38064128 6523 33554432000 4194304 4785740 140733508295296 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 9293 6523 340 145 0 6338 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=6.34 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 634 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=20152 CPUtime=12.69 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 6098 0 0 0 1269 0 0 0 25 0 1 0 520676991 20635648 4200 33554432000 4194304 4352236 140735300630960 18446744073709551615 4276411 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 5038 4200 127 39 0 4118 0
[pid=8156] ppid=8151 vsize=16624 CPUtime=6.26 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 2018 0 0 0 626 0 0 0 25 0 1 0 520676991 17022976 1717 33554432000 4194304 4331988 140734024445952 18446744073709551615 4227062 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 4156 1717 174 34 0 2598 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 2207948

[startup+25.5065 s]
/proc/loadavg: 10.17 10.20 10.18 12/186 8158
/proc/meminfo: memFree=16451164/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1693404 CPUtime=25.5 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 21641 0 0 0 2546 4 0 0 25 0 1 0 520676991 1734045696 17151 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 423351 17151 337 96 0 419913 0
[pid=8153] ppid=8151 vsize=49412 CPUtime=22.57 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 10001 0 0 0 2235 22 0 0 25 0 1 0 520676991 50597888 9465 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 12353 9465 340 145 0 9398 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=12.73 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 1273 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=22456 CPUtime=25.49 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 6674 0 0 0 2549 0 0 0 25 0 1 0 520676991 22994944 4776 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 5614 4776 127 39 0 4694 0
[pid=8156] ppid=8151 vsize=17232 CPUtime=12.6 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 2159 0 0 0 1260 0 0 0 25 0 1 0 520676991 17645568 1858 33554432000 4194304 4331988 140734024445952 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 4308 1858 174 34 0 2750 0
Current children cumulated CPU time (s) 98.89
Current children cumulated vsize (KiB) 2260092

[startup+51.1012 s]
/proc/loadavg: 10.11 10.18 10.18 12/186 8159
/proc/meminfo: memFree=16426468/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1695196 CPUtime=51.09 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 27066 0 0 0 5104 5 0 0 25 0 1 0 520676991 1735880704 20182 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 423799 20182 337 96 0 420361 0
[pid=8153] ppid=8151 vsize=60212 CPUtime=48.17 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 12564 0 0 0 4794 23 0 0 25 0 1 0 520676991 61657088 12028 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 15053 12028 340 145 0 12098 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=25.44 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 2544 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134528906 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=31676 CPUtime=51.09 cores=2

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

/proc/8156/statm: 14743 10655 175 34 0 13185 0
Current children cumulated CPU time (s) 3758.33
Current children cumulated vsize (KiB) 2482916

[startup+1002.31 s]
/proc/loadavg: 10.27 10.22 10.19 11/186 8217
/proc/meminfo: memFree=16228576/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1740796 CPUtime=1002.31 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 112307 0 0 0 100201 30 0 0 25 0 1 0 520676991 1782575104 31961 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 435199 31961 337 96 0 431761 0
[pid=8153] ppid=8151 vsize=137668 CPUtime=999.39 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 30552 0 0 0 99912 27 0 0 25 0 1 0 520676991 140972032 30016 33554432000 4194304 4785740 140733508295296 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 34417 30016 340 145 0 31462 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=498.47 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 49847 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=65216 CPUtime=999.52 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 205140 0 0 0 99887 65 0 0 25 0 1 0 520676991 66781184 15466 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 16304 15466 127 39 0 15384 0
[pid=8156] ppid=8151 vsize=58972 CPUtime=498.35 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 11792 0 0 0 49830 5 0 0 25 0 1 0 520676991 60387328 11491 33554432000 4194304 4331988 140734024445952 18446744073709551615 4212248 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 14743 11491 175 34 0 13185 0
Current children cumulated CPU time (s) 3998.04
Current children cumulated vsize (KiB) 2480240

[startup+1062.3 s]
/proc/loadavg: 10.20 10.20 10.18 11/186 8219
/proc/meminfo: memFree=16229824/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1742216 CPUtime=1062.3 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 116828 0 0 0 106198 32 0 0 25 0 1 0 520676991 1784029184 31961 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 435554 31961 337 96 0 432116 0
[pid=8153] ppid=8151 vsize=138236 CPUtime=1059.38 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 30715 0 0 0 105911 27 0 0 25 0 1 0 520676991 141553664 30179 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 34559 30179 340 145 0 31604 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=528.27 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 52827 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=65216 CPUtime=1059.5 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 218708 0 0 0 105884 66 0 0 25 0 1 0 520676991 66781184 15466 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328377 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 16304 15466 127 39 0 15384 0
[pid=8156] ppid=8151 vsize=78616 CPUtime=528.23 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 12604 0 0 0 52817 6 0 0 25 0 1 0 520676991 80502784 12303 33554432000 4194304 4331988 140734024445952 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 19654 12303 175 34 0 18096 0
Current children cumulated CPU time (s) 4237.68
Current children cumulated vsize (KiB) 2501872

[startup+1122.3 s]
/proc/loadavg: 10.21 10.21 10.18 11/186 8220
/proc/meminfo: memFree=16220032/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1737364 CPUtime=1122.3 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 121442 0 0 0 112196 34 0 0 25 0 1 0 520676991 1779060736 31961 33554432000 4194304 4587354 140736121495728 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 434341 31961 337 96 0 430903 0
[pid=8153] ppid=8151 vsize=138996 CPUtime=1119.38 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 30874 0 0 0 111911 27 0 0 25 0 1 0 520676991 142331904 30338 33554432000 4194304 4785740 140733508295296 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 34749 30338 340 145 0 31794 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=558.14 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 55814 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=73412 CPUtime=1119.49 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 228181 0 0 0 111879 70 0 0 25 0 1 0 520676991 75173888 17515 33554432000 4194304 4352236 140735300630960 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 18353 17515 127 39 0 17433 0
[pid=8156] ppid=8151 vsize=81068 CPUtime=558.02 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 13409 0 0 0 55796 6 0 0 25 0 1 0 520676991 83013632 13108 33554432000 4194304 4331988 140734024445952 18446744073709551615 4265504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 20267 13108 175 34 0 18709 0
Current children cumulated CPU time (s) 4477.33
Current children cumulated vsize (KiB) 2508428

[startup+1182.3 s]
/proc/loadavg: 10.23 10.20 10.18 11/186 8222
/proc/meminfo: memFree=16200944/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1739312 CPUtime=1182.31 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 133843 0 0 0 118194 37 0 0 25 0 1 0 520676991 1781055488 33392 33554432000 4194304 4587354 140736121495728 18446744073709551615 4236673 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 434828 33392 337 96 0 431390 0
[pid=8153] ppid=8151 vsize=141512 CPUtime=1179.38 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 31498 0 0 0 117911 27 0 0 25 0 1 0 520676991 144908288 30962 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 35378 30962 340 145 0 32423 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=587.95 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 58795 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=73412 CPUtime=1179.49 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 235989 0 0 0 117878 71 0 0 25 0 1 0 520676991 75173888 17515 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 18353 17515 127 39 0 17433 0
[pid=8156] ppid=8151 vsize=81068 CPUtime=587.89 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 14215 0 0 0 58783 6 0 0 25 0 1 0 520676991 83013632 13914 33554432000 4194304 4331988 140734024445952 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 20267 13914 175 34 0 18709 0
Current children cumulated CPU time (s) 4717.02
Current children cumulated vsize (KiB) 2512892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 10.16 10.19 10.18 11/186 8223
/proc/meminfo: memFree=16192636/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1739280 CPUtime=1203.11 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 135395 0 0 0 120273 38 0 0 25 0 1 0 520676991 1781022720 31961 33554432000 4194304 4587354 140736121495728 18446744073709551615 4236545 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 434820 31961 337 96 0 431382 0
[pid=8153] ppid=8151 vsize=141512 CPUtime=1200.19 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 31498 0 0 0 119992 27 0 0 25 0 1 0 520676991 144908288 30962 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 35378 30962 340 145 0 32423 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=598.31 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 59831 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=87748 CPUtime=1200.28 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 239573 0 0 0 119956 72 0 0 25 0 1 0 520676991 89853952 21099 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 21937 21099 127 39 0 21017 0
[pid=8156] ppid=8151 vsize=81068 CPUtime=598.21 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 14487 0 0 0 59815 6 0 0 25 0 1 0 520676991 83013632 14186 33554432000 4194304 4331988 140734024445952 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 20267 14186 175 34 0 18709 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2527196

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

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

[startup+1203.1 s]
/proc/loadavg: 10.16 10.19 10.18 11/186 8223
/proc/meminfo: memFree=16192636/32951132 swapFree=67111524/67111528
[pid=8151] ppid=8149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/8151/stat : 8151 (ppfolio) S 8149 8151 5255 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520676990 18763776 390 33554432000 4194304 4287625 140734463795200 18446744073709551615 210647166479 0 0 4096 65536 3006698663087964159 0 0 17 0 0 0 0
/proc/8151/statm: 4581 390 341 23 0 91 0
[pid=8152] ppid=8151 vsize=1739280 CPUtime=1203.11 cores=0
/proc/8152/stat : 8152 (cryptominisat) R 8151 8151 5255 0 -1 4202496 135395 0 0 0 120273 38 0 0 25 0 1 0 520676991 1781022720 31961 33554432000 4194304 4587354 140736121495728 18446744073709551615 4236545 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8152/statm: 434820 31961 337 96 0 431382 0
[pid=8153] ppid=8151 vsize=141512 CPUtime=1200.19 cores=4
/proc/8153/stat : 8153 (clasp) R 8151 8151 5255 0 -1 4202496 31498 0 0 0 119992 27 0 0 25 0 1 0 520676991 144908288 30962 33554432000 4194304 4785740 140733508295296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8153/statm: 35378 30962 340 145 0 32423 0
[pid=8154] ppid=8151 vsize=459264 CPUtime=598.31 cores=6
/proc/8154/stat : 8154 (TNM) R 8151 8151 5255 0 -1 4202496 1775 0 0 0 59831 0 0 0 25 0 1 0 520676991 470286336 1672 33554432000 134512640 134534564 4287313568 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8154/statm: 114816 1672 95 6 0 113482 0
[pid=8155] ppid=8151 vsize=87748 CPUtime=1200.28 cores=2
/proc/8155/stat : 8155 (lingeling) R 8151 8151 5255 0 -1 4202496 239573 0 0 0 119956 72 0 0 25 0 1 0 520676991 89853952 21099 33554432000 4194304 4352236 140735300630960 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/8155/statm: 21937 21099 127 39 0 21017 0
[pid=8156] ppid=8151 vsize=81068 CPUtime=598.21 cores=6
/proc/8156/stat : 8156 (march_hi) R 8151 8151 5255 0 -1 4202496 14487 0 0 0 59815 6 0 0 25 0 1 0 520676991 83013632 14186 33554432000 4194304 4331988 140734024445952 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/8156/statm: 20267 14186 175 34 0 18709 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2527196

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8151 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=3999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.11
CPU time (s): 4800.1
CPU user time (s): 4798.67
CPU system time (s): 1.43
CPU usage (%): 398.973
Max. virtual memory (cumulated for all children) (KiB): 4095836

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

runsolver used 1.87971 second user time and 4.68929 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 17:26:14
IDJOB=3263185
IDBENCH=83934
IDSOLVER=1612
FILE ID=node129/3263185-1304090774
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_60_1-dir.shuffled-as.sat03-167.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263185-1304090774/watcher-3263185-1304090774 -o /tmp/evaluation-result-3263185-1304090774/solver-3263185-1304090774 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263185-1304090774.cnf

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

MD5SUM BENCH= b970e9358cd0cd1a9cfd3d4afb2e830d
RANDOM SEED=1619700362

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      16587384 kB
Buffers:       1283724 kB
Cached:       14174588 kB
SwapCached:          4 kB
Active:        3960064 kB
Inactive:     11735964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16587384 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10532 kB
Writeback:           0 kB
AnonPages:      237636 kB
Mapped:          17008 kB
Slab:           603868 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   849596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node129 at 2011-04-29 17:46:19