Trace number 3190924

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.11 1201.91

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
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.81	This is pico-portfolio, a naive parallel portfolio
0.00/0.81	Copyright (C) 2011 Olivier Roussel
0.00/0.81	Using 4 processing units
0.00/0.81	This portfolio uses the following solvers:
0.00/0.81	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.81	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.81	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.81	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.81	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.81	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.81	Starting clasp 1.3.6 on core(s) 4
0.00/0.81	Starting TNM 2009 on core(s) 6
0.00/0.81	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.81	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-3190924-1304045174/watcher-3190924-1304045174 -o /tmp/evaluation-result-3190924-1304045174/solver-3190924-1304045174 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190924-1304045174.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.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) R 25149 25151 25027 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0

[startup+1.01992 s]
/proc/loadavg: 10.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.1199 s]
/proc/loadavg: 10.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20089 s]
/proc/loadavg: 10.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.31987 s]
/proc/loadavg: 10.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.51983 s]
/proc/loadavg: 10.28 9.90 8.73 7/182 25151
/proc/meminfo: memFree=25912824/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10056 s]
/proc/loadavg: 10.28 9.90 8.73 11/188 25157
/proc/meminfo: memFree=25800796/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 18 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=88752 CPUtime=3.09 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 11880 0 0 0 308 1 0 0 25 0 1 0 516115337 90882048 9467 33554432000 4194304 4587354 140737216037296 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 22188 9468 326 96 0 18750 0
[pid=25153] ppid=25151 vsize=34612 CPUtime=3.09 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 7389 0 0 0 309 0 0 0 25 0 1 0 516115337 35442688 5956 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 8653 5956 340 145 0 5698 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=1.97 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 197 0 0 0 21 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=16184 CPUtime=3.09 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 5272 0 0 0 309 0 0 0 25 0 1 0 516115337 16572416 3148 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 4046 3148 127 39 0 3126 0
[pid=25156] ppid=25151 vsize=29284 CPUtime=1.09 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 26073 0 0 0 106 3 0 0 25 0 1 0 516115337 29986816 4580 33554432000 4194304 4331988 140734685127520 18446744073709551615 4271498 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 7321 4580 144 34 0 5763 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 651180

[startup+6.301 s]
/proc/loadavg: 10.26 9.90 8.74 11/188 25157
/proc/meminfo: memFree=25743760/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=88752 CPUtime=6.29 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 13716 0 0 0 627 2 0 0 25 0 1 0 516115337 90882048 11298 33554432000 4194304 4587354 140737216037296 18446744073709551615 228244045579 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 22188 11298 326 96 0 18750 0
[pid=25153] ppid=25151 vsize=48140 CPUtime=6.29 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 10752 0 0 0 628 1 0 0 25 0 1 0 516115337 49295360 9319 33554432000 4194304 4785740 140734761694512 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 12035 9319 340 145 0 9080 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=3.56 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 356 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=16184 CPUtime=6.29 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 5272 0 0 0 628 1 0 0 25 0 1 0 516115337 16572416 3148 33554432000 4194304 4352236 140736537921728 18446744073709551615 4327922 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 4046 3148 127 39 0 3126 0
[pid=25156] ppid=25151 vsize=66876 CPUtime=2.69 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 42582 0 0 0 264 5 0 0 25 0 1 0 516115337 68481024 13768 33554432000 4194304 4331988 140734685127520 18446744073709551615 4229021 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 16719 13768 173 34 0 15161 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 702300

[startup+12.7009 s]
/proc/loadavg: 10.24 9.90 8.74 11/188 25158
/proc/meminfo: memFree=25693304/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=98756 CPUtime=12.68 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 19060 0 0 0 1264 4 0 0 25 0 1 0 516115337 101126144 10572 33554432000 4194304 4587354 140737216037296 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 24689 10572 331 96 0 21251 0
[pid=25153] ppid=25151 vsize=71080 CPUtime=12.69 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 16468 0 0 0 1266 3 0 0 25 0 1 0 516115337 72785920 15035 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 17770 15035 340 145 0 14815 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=6.72 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 672 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=21652 CPUtime=12.68 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 6703 0 0 0 1267 1 0 0 25 0 1 0 516115337 22171648 4579 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 5413 4579 127 39 0 4493 0
[pid=25156] ppid=25151 vsize=69388 CPUtime=5.89 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 43139 0 0 0 584 5 0 0 25 0 1 0 516115337 71053312 14325 33554432000 4194304 4331988 140734685127520 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 17347 14325 173 34 0 15789 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 743224

[startup+25.5007 s]
/proc/loadavg: 10.18 9.91 8.76 11/188 25158
/proc/meminfo: memFree=25620892/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=104076 CPUtime=25.48 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 56111 0 0 0 2538 10 0 0 25 0 1 0 516115337 106573824 21125 33554432000 4194304 4587354 140737216037296 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 26019 21125 337 96 0 22581 0
[pid=25153] ppid=25151 vsize=94448 CPUtime=25.49 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 22268 0 0 0 2545 4 0 0 25 0 1 0 516115337 96714752 20835 33554432000 4194304 4785740 140734761694512 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 23612 20835 340 145 0 20657 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=13.1 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 1310 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=24152 CPUtime=25.48 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 7328 0 0 0 2547 1 0 0 25 0 1 0 516115337 24731648 5204 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 6038 5204 127 39 0 5118 0
[pid=25156] ppid=25151 vsize=74764 CPUtime=12.24 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 44431 0 0 0 1219 5 0 0 25 0 1 0 516115337 76558336 15617 33554432000 4194304 4331988 140734685127520 18446744073709551615 4263120 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 18691 15617 173 34 0 17133 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 779788

[startup+51.1012 s]
/proc/loadavg: 10.26 9.95 8.80 11/188 25159
/proc/meminfo: memFree=25612356/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=69656 CPUtime=51.09 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 82858 0 0 0 5092 17 0 0 25 0 1 0 516115337 71327744 13931 33554432000 4194304 4587354 140737216037296 18446744073709551615 4238355 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 17414 13931 337 96 0 13976 0
[pid=25153] ppid=25151 vsize=124288 CPUtime=51.09 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 29673 0 0 0 5103 6 0 0 25 0 1 0 516115337 127270912 28240 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 31072 28240 340 145 0 28117 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=25.81 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 2581 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=25176 CPUtime=51.08 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 7584 0 0 0 5107 1 0 0 25 0 1 0 516115337 25780224 5460 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 6294 5460 127 39 0 5374 0
[pid=25156] ppid=25151 vsize=75952 CPUtime=24.99 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 44741 0 0 0 2494 5 0 0 25 0 1 0 516115337 77774848 15927 33554432000 4194304 4331988 140734685127520 18446744073709551615 4315849 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 18988 15927 173 34 0 17430 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 777420

[startup+102.301 s]
/proc/loadavg: 10.29 10.00 8.88 11/188 25160
/proc/meminfo: memFree=25551952/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=129920 CPUtime=102.29 cores=0

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

/proc/25156/statm: 20111 17058 173 34 0 18553 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 1129844

[startup+1002.3 s]
/proc/loadavg: 10.16 10.14 9.65 12/188 25225
/proc/meminfo: memFree=25134932/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=152328 CPUtime=1002.28 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 620700 0 0 0 100017 211 0 0 25 0 1 0 516115337 155983872 21817 33554432000 4194304 4587354 140737216037296 18446744073709551615 4238101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 38082 21817 337 96 0 34644 0
[pid=25153] ppid=25151 vsize=403680 CPUtime=1002.31 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98733 0 0 0 100204 27 0 0 25 0 1 0 516115337 413368320 97300 33554432000 4194304 4785740 140734761694512 18446744073709551615 228244046442 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 100920 97300 340 145 0 97965 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=498.82 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 49882 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=29528 CPUtime=1002.19 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8672 0 0 0 100216 3 0 0 25 0 1 0 516115337 30236672 6548 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7382 6548 127 39 0 6462 0
[pid=25156] ppid=25151 vsize=80576 CPUtime=498.01 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45894 0 0 0 49795 6 0 0 25 0 1 0 516115337 82509824 17080 33554432000 4194304 4331988 140734685127520 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20144 17080 173 34 0 18586 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1148460

[startup+1062.3 s]
/proc/loadavg: 10.15 10.14 9.68 11/188 25227
/proc/meminfo: memFree=25100684/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=167984 CPUtime=1062.27 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 640807 0 0 0 106007 220 0 0 25 0 1 0 516115337 172015616 29601 33554432000 4194304 4587354 140737216037296 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 41996 29601 337 96 0 38558 0
[pid=25153] ppid=25151 vsize=404392 CPUtime=1062.31 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98885 0 0 0 106204 27 0 0 25 0 1 0 516115337 414097408 97452 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 101098 97452 340 145 0 98143 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=528.7 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 52870 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=29528 CPUtime=1062.19 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8672 0 0 0 106216 3 0 0 25 0 1 0 516115337 30236672 6548 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328423 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7382 6548 127 39 0 6462 0
[pid=25156] ppid=25151 vsize=80708 CPUtime=527.81 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45919 0 0 0 52775 6 0 0 25 0 1 0 516115337 82644992 17105 33554432000 4194304 4331988 140734685127520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20177 17105 173 34 0 18619 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1164960

[startup+1122.3 s]
/proc/loadavg: 10.44 10.22 9.73 12/188 25231
/proc/meminfo: memFree=25117112/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=156044 CPUtime=1121.45 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 667285 0 0 0 111914 231 0 0 25 0 1 0 516115337 159789056 21747 33554432000 4194304 4587354 140737216037296 18446744073709551615 4244609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 39011 21747 337 96 0 35573 0
[pid=25153] ppid=25151 vsize=404392 CPUtime=1122.31 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98892 0 0 0 112204 27 0 0 25 0 1 0 516115337 414097408 97459 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 101098 97459 340 145 0 98143 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=558.51 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 55851 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=30552 CPUtime=1122.18 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8928 0 0 0 112215 3 0 0 25 0 1 0 516115337 31285248 6804 33554432000 4194304 4352236 140736537921728 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7638 6804 127 39 0 6718 0
[pid=25156] ppid=25151 vsize=80708 CPUtime=557.67 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45940 0 0 0 55761 6 0 0 25 0 1 0 516115337 82644992 17126 33554432000 4194304 4331988 140734685127520 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20177 17126 173 34 0 18619 0
Current children cumulated CPU time (s) 4482.12
Current children cumulated vsize (KiB) 1154044

[startup+1182.3 s]
/proc/loadavg: 10.21 10.19 9.75 11/188 25233
/proc/meminfo: memFree=25081216/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=112104 CPUtime=1181.46 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 692216 0 0 0 117901 245 0 0 25 0 1 0 516115337 114794496 20929 33554432000 4194304 4587354 140737216037296 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 28026 20929 337 96 0 24588 0
[pid=25153] ppid=25151 vsize=404392 CPUtime=1182.32 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98892 0 0 0 118205 27 0 0 25 0 1 0 516115337 414097408 97459 33554432000 4194304 4785740 140734761694512 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 101098 97459 340 145 0 98143 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=588.35 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 58835 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=30552 CPUtime=1182.18 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8928 0 0 0 118215 3 0 0 25 0 1 0 516115337 31285248 6804 33554432000 4194304 4352236 140736537921728 18446744073709551615 4207645 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7638 6804 127 39 0 6718 0
[pid=25156] ppid=25151 vsize=80840 CPUtime=587.5 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45961 0 0 0 58744 6 0 0 25 0 1 0 516115337 82780160 17147 33554432000 4194304 4331988 140734685127520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20210 17147 173 34 0 18652 0
Current children cumulated CPU time (s) 4721.81
Current children cumulated vsize (KiB) 1110236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.21 10.20 9.76 12/188 25233
/proc/meminfo: memFree=25133404/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=117988 CPUtime=1201.06 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 701614 0 0 0 119854 252 0 0 25 0 1 0 516115337 120819712 12605 33554432000 4194304 4587354 140737216037296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 29497 12605 337 96 0 26059 0
[pid=25153] ppid=25151 vsize=404392 CPUtime=1201.92 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98892 0 0 0 120165 27 0 0 25 0 1 0 516115337 414097408 97459 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 101098 97459 340 145 0 98143 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=598.11 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 59811 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134526098 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=30552 CPUtime=1201.78 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8928 0 0 0 120175 3 0 0 25 0 1 0 516115337 31285248 6804 33554432000 4194304 4352236 140736537921728 18446744073709551615 4280960 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7638 6804 127 39 0 6718 0
[pid=25156] ppid=25151 vsize=80840 CPUtime=597.24 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45969 0 0 0 59718 6 0 0 25 0 1 0 516115337 82780160 17155 33554432000 4194304 4331988 140734685127520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20210 17155 173 34 0 18652 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1116120

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

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

[startup+1201.9 s]
/proc/loadavg: 10.21 10.20 9.76 12/188 25233
/proc/meminfo: memFree=25133404/32951124 swapFree=67111364/67111528
[pid=25151] ppid=25149 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25151/stat : 25151 (ppfolio) S 25149 25151 25027 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 516115336 18763776 389 33554432000 4194304 4287625 140735516293696 18446744073709551615 228244368911 0 0 4096 65536 10517286533126422527 0 0 17 4 0 0 0
/proc/25151/statm: 4581 389 341 23 0 91 0
[pid=25152] ppid=25151 vsize=117988 CPUtime=1201.06 cores=0
/proc/25152/stat : 25152 (cryptominisat) R 25151 25151 25027 0 -1 4202496 701614 0 0 0 119854 252 0 0 25 0 1 0 516115337 120819712 12605 33554432000 4194304 4587354 140737216037296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25152/statm: 29497 12605 337 96 0 26059 0
[pid=25153] ppid=25151 vsize=404392 CPUtime=1201.92 cores=4
/proc/25153/stat : 25153 (clasp) R 25151 25151 25027 0 -1 4202496 98892 0 0 0 120165 27 0 0 25 0 1 0 516115337 414097408 97459 33554432000 4194304 4785740 140734761694512 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25153/statm: 101098 97459 340 145 0 98143 0
[pid=25154] ppid=25151 vsize=464024 CPUtime=598.11 cores=6
/proc/25154/stat : 25154 (TNM) R 25151 25151 25027 0 -1 4202496 5103 0 0 0 59811 0 0 0 25 0 1 0 516115337 475160576 5000 33554432000 134512640 134534564 4288257072 18446744073709551615 134526098 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25154/statm: 116006 5000 95 6 0 114672 0
[pid=25155] ppid=25151 vsize=30552 CPUtime=1201.78 cores=2
/proc/25155/stat : 25155 (lingeling) R 25151 25151 25027 0 -1 4202496 8928 0 0 0 120175 3 0 0 25 0 1 0 516115337 31285248 6804 33554432000 4194304 4352236 140736537921728 18446744073709551615 4280960 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25155/statm: 7638 6804 127 39 0 6718 0
[pid=25156] ppid=25151 vsize=80840 CPUtime=597.24 cores=6
/proc/25156/stat : 25156 (march_hi) R 25151 25151 25027 0 -1 4202496 45969 0 0 0 59718 6 0 0 25 0 1 0 516115337 82780160 17155 33554432000 4194304 4331988 140734685127520 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25156/statm: 20210 17155 173 34 0 18652 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1116120

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25151 and gives
#  childrusage.ru_utime.tv_sec=2997
#  childrusage.ru_utime.tv_usec=496311
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=630600
# CPU time returned by wait4() is 3000.13
# while last known CPU time is 4800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.11
CPU user time (s): 4797.23
CPU system time (s): 2.88
CPU usage (%): 399.373
Max. virtual memory (cumulated for all children) (KiB): 1337828

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

runsolver used 1.86272 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 04:46:14
IDJOB=3190924
IDBENCH=82655
IDSOLVER=1612
FILE ID=node136/3190924-1304045174
RUNJOBID= node136-1304044537-25045
PBS_JOBID= 13170391
Free space on /tmp= 72320 MiB

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

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=941459075

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:      25913104 kB
Buffers:       1053244 kB
Cached:        5009944 kB
SwapCached:        100 kB
Active:        1044648 kB
Inactive:      5440504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25913104 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12428 kB
Writeback:           0 kB
AnonPages:      421248 kB
Mapped:          16936 kB
Slab:           486020 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1590224 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 05:06:18