Trace number 3280612

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications 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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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-3280612-1304032404/watcher-3280612-1304032404 -o /tmp/evaluation-result-3280612-1304032404/solver-3280612-1304032404 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280612-1304032404.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: 7.15 7.93 7.85 8/182 17185
/proc/meminfo: memFree=11735164/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0

[startup+0.0748921 s]
/proc/loadavg: 7.15 7.93 7.85 8/182 17185
/proc/meminfo: memFree=11735164/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100889 s]
/proc/loadavg: 7.15 7.93 7.85 8/182 17185
/proc/meminfo: memFree=11735164/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300854 s]
/proc/loadavg: 7.15 7.93 7.85 8/182 17185
/proc/meminfo: memFree=11735164/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700785 s]
/proc/loadavg: 7.15 7.93 7.85 8/182 17185
/proc/meminfo: memFree=11735164/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 7.15 7.93 7.85 12/188 17191
/proc/meminfo: memFree=11503484/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=67020 CPUtime=1.48 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 10835 0 0 0 148 0 0 0 25 0 1 0 593471131 68628480 10545 33554432000 4194304 4587354 140737427004096 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 16755 10545 305 96 0 13317 0
[pid=17187] ppid=17185 vsize=79688 CPUtime=1.48 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 21500 0 0 0 146 2 0 0 25 0 1 0 593471131 81600512 16778 33554432000 4194304 4785740 140735728492800 18446744073709551615 216734837492 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 19922 16778 323 145 0 16967 0
[pid=17188] ppid=17185 vsize=474436 CPUtime=0.78 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 7857 0 0 0 77 1 0 0 25 0 1 0 593471131 485822464 7754 33554432000 134512640 134534564 4294179792 18446744073709551615 134524550 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 118609 7754 91 6 0 117275 0
[pid=17189] ppid=17185 vsize=33512 CPUtime=1.49 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 14231 0 0 0 147 2 0 0 25 0 1 0 593471131 34316288 7529 33554432000 4194304 4352236 140734077559680 18446744073709551615 4258990 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 8378 7529 117 39 0 7458 0
[pid=17190] ppid=17185 vsize=70932 CPUtime=0.69 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4194304 25069 0 0 0 66 3 0 0 25 0 1 0 593471131 72634368 12610 33554432000 4194304 4331988 140736957308432 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 17733 12610 128 34 0 16175 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 743912

[startup+3.10037 s]
/proc/loadavg: 7.15 7.93 7.85 11/188 17192
/proc/meminfo: memFree=11497288/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=85396 CPUtime=3.09 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 15371 0 0 0 308 1 0 0 25 0 1 0 593471131 87445504 15080 33554432000 4194304 4587354 140737427004096 18446744073709551615 4248827 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 21349 15080 311 96 0 17911 0
[pid=17187] ppid=17185 vsize=79688 CPUtime=3.08 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 21543 0 0 0 306 2 0 0 25 0 1 0 593471131 81600512 16821 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 19922 16821 340 145 0 16967 0
[pid=17188] ppid=17185 vsize=474436 CPUtime=1.57 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 7857 0 0 0 156 1 0 0 25 0 1 0 593471131 485822464 7754 33554432000 134512640 134534564 4294179792 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 118609 7754 91 6 0 117275 0
[pid=17189] ppid=17185 vsize=33820 CPUtime=3.09 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 14322 0 0 0 307 2 0 0 25 0 1 0 593471131 34631680 7620 33554432000 4194304 4352236 140734077559680 18446744073709551615 4302910 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 8455 7620 125 39 0 7535 0
[pid=17190] ppid=17185 vsize=79808 CPUtime=1.49 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 50691 0 0 0 142 7 0 0 25 0 1 0 593471131 81723392 14856 33554432000 4194304 4331988 140736957308432 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 19952 14856 148 34 0 18394 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 771472

[startup+6.30081 s]
/proc/loadavg: 7.38 7.96 7.86 12/188 17192
/proc/meminfo: memFree=11451836/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=86028 CPUtime=6.29 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 15526 0 0 0 628 1 0 0 25 0 1 0 593471131 88092672 15235 33554432000 4194304 4587354 140737427004096 18446744073709551615 4421086 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 21507 15235 313 96 0 18069 0
[pid=17187] ppid=17185 vsize=79688 CPUtime=6.28 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 21543 0 0 0 626 2 0 0 25 0 1 0 593471131 81600512 16821 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 19922 16821 340 145 0 16967 0
[pid=17188] ppid=17185 vsize=474436 CPUtime=3.15 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 7857 0 0 0 314 1 0 0 25 0 1 0 593471131 485822464 7754 33554432000 134512640 134534564 4294179792 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 118609 7754 91 6 0 117275 0
[pid=17189] ppid=17185 vsize=49748 CPUtime=6.28 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 18304 0 0 0 626 2 0 0 25 0 1 0 593471131 50941952 11602 33554432000 4194304 4352236 140734077559680 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12437 11602 125 39 0 11517 0
[pid=17190] ppid=17185 vsize=93484 CPUtime=3.1 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 76901 0 0 0 298 12 0 0 25 0 1 0 593471131 95727616 17905 33554432000 4194304 4331988 140736957308432 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 23371 17905 151 34 0 21813 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 801708

[startup+12.7007 s]
/proc/loadavg: 7.59 7.99 7.87 12/188 17192
/proc/meminfo: memFree=11308908/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=163748 CPUtime=12.68 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 32561 0 0 0 1265 3 0 0 25 0 1 0 593471131 167677952 26836 33554432000 4194304 4587354 140737427004096 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 40937 26836 330 96 0 37499 0
[pid=17187] ppid=17185 vsize=79688 CPUtime=12.68 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 21543 0 0 0 1266 2 0 0 25 0 1 0 593471131 81600512 16821 33554432000 4194304 4785740 140735728492800 18446744073709551615 4552525 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 19922 16821 340 145 0 16967 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=6.32 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 630 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=30344 CPUtime=12.68 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 18986 0 0 0 1266 2 0 0 25 0 1 0 593471131 31072256 6753 33554432000 4194304 4352236 140734077559680 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 7586 6753 127 39 0 6666 0
[pid=17190] ppid=17185 vsize=172012 CPUtime=6.3 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 98996 0 0 0 615 15 0 0 25 0 1 0 593471131 176140288 37727 33554432000 4194304 4331988 140736957308432 18446744073709551615 4256793 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 43003 37727 151 34 0 41445 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 942380

[startup+25.5005 s]
/proc/loadavg: 8.12 8.09 7.91 11/188 17192
/proc/meminfo: memFree=11045708/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=164548 CPUtime=25.49 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 33524 0 0 0 2545 4 0 0 25 0 1 0 593471131 168497152 27778 33554432000 4194304 4587354 140737427004096 18446744073709551615 4230260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 41137 27778 338 96 0 37699 0
[pid=17187] ppid=17185 vsize=82084 CPUtime=25.48 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 22245 0 0 0 2545 3 0 0 25 0 1 0 593471131 84054016 17523 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 20521 17523 340 145 0 17566 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=12.7 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 1268 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=33416 CPUtime=25.48 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 20621 0 0 0 2546 2 0 0 25 0 1 0 593471131 34217984 7521 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328544 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 8354 7521 127 39 0 7434 0
[pid=17190] ppid=17185 vsize=615924 CPUtime=12.64 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 388197 0 0 0 1212 52 0 0 25 0 1 0 593471131 630706176 99493 33554432000 4194304 4331988 140736957308432 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 153981 99493 172 34 0 152423 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1392560

[startup+51.101 s]
/proc/loadavg: 8.89 8.27 7.97 11/188 17193
/proc/meminfo: memFree=10991308/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=169888 CPUtime=51.09 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 35892 0 0 0 5105 4 0 0 25 0 1 0 593471131 173965312 30044 33554432000 4194304 4587354 140737427004096 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 42472 30044 338 96 0 39034 0
[pid=17187] ppid=17185 vsize=92508 CPUtime=51.09 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 24837 0 0 0 5105 4 0 0 25 0 1 0 593471131 94728192 20115 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 23127 20115 340 145 0 20172 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=25.42 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 2540 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=34200 CPUtime=51.08 cores=2

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

/proc/17190/statm: 157696 104604 175 34 0 156138 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 2624444

[startup+1002.3 s]
/proc/loadavg: 10.22 10.13 9.39 11/188 17250
/proc/meminfo: memFree=10283912/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1192412 CPUtime=1002.31 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 139270 0 0 0 100192 39 0 0 25 0 1 0 593471131 1221029888 36703 33554432000 4194304 4587354 140737427004096 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 298103 36703 338 96 0 294665 0
[pid=17187] ppid=17185 vsize=205436 CPUtime=1002.3 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 52411 0 0 0 100215 15 0 0 25 0 1 0 593471131 210366464 47689 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 51359 47689 340 145 0 48404 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=498.43 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 49841 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51772 CPUtime=1002.19 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 100214 5 0 0 25 0 1 0 593471131 53014528 12110 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12943 12110 127 39 0 12023 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=498.41 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393308 0 0 0 49788 53 0 0 25 0 1 0 593471131 645922816 104604 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104604 175 34 0 156138 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 2576992

[startup+1062.3 s]
/proc/loadavg: 10.31 10.16 9.44 11/188 17252
/proc/meminfo: memFree=10280804/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1192412 CPUtime=1062.31 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 139270 0 0 0 106192 39 0 0 25 0 1 0 593471131 1221029888 36703 33554432000 4194304 4587354 140737427004096 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 298103 36703 338 96 0 294665 0
[pid=17187] ppid=17185 vsize=205724 CPUtime=1062.3 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 52484 0 0 0 106215 15 0 0 25 0 1 0 593471131 210661376 47762 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 51431 47762 340 145 0 48476 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=528.3 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 52828 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51768 CPUtime=1062.19 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 106214 5 0 0 25 0 1 0 593471131 53010432 12109 33554432000 4194304 4352236 140734077559680 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12942 12109 127 39 0 12022 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=528.21 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393317 0 0 0 52768 53 0 0 25 0 1 0 593471131 645922816 104613 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104613 175 34 0 156138 0
Current children cumulated CPU time (s) 4243.31
Current children cumulated vsize (KiB) 2577276

[startup+1122.3 s]
/proc/loadavg: 10.21 10.16 9.48 11/188 17253
/proc/meminfo: memFree=10177248/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1207832 CPUtime=1122.31 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 155399 0 0 0 112190 41 0 0 25 0 1 0 593471131 1236819968 52830 33554432000 4194304 4587354 140737427004096 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 301958 52830 338 96 0 298520 0
[pid=17187] ppid=17185 vsize=205724 CPUtime=1122.3 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 52515 0 0 0 112215 15 0 0 25 0 1 0 593471131 210661376 47793 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 51431 47793 340 145 0 48476 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=558.12 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 55810 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51768 CPUtime=1122.18 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 112213 5 0 0 25 0 1 0 593471131 53010432 12109 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12942 12109 127 39 0 12022 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=558.06 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393317 0 0 0 55753 53 0 0 25 0 1 0 593471131 645922816 104613 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104613 175 34 0 156138 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 2592696

[startup+1182.3 s]
/proc/loadavg: 10.28 10.19 9.53 11/188 17255
/proc/meminfo: memFree=10221504/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1124080 CPUtime=1182.32 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 155473 0 0 0 118191 41 0 0 25 0 1 0 593471131 1151057920 52873 33554432000 4194304 4587354 140737427004096 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 281020 52873 338 96 0 277582 0
[pid=17187] ppid=17185 vsize=207540 CPUtime=1182.3 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 52886 0 0 0 118215 15 0 0 25 0 1 0 593471131 212520960 48164 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 51885 48164 340 145 0 48930 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=587.96 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 58794 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51768 CPUtime=1182.18 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 118213 5 0 0 25 0 1 0 593471131 53010432 12109 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12942 12109 127 39 0 12022 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=587.9 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393317 0 0 0 58737 53 0 0 25 0 1 0 593471131 645922816 104613 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104613 175 34 0 156138 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 2510760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.27 10.19 9.55 11/188 17255
/proc/meminfo: memFree=10151812/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1124080 CPUtime=1201.72 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 155473 0 0 0 120131 41 0 0 25 0 1 0 593471131 1151057920 52873 33554432000 4194304 4587354 140737427004096 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 281020 52873 338 96 0 277582 0
[pid=17187] ppid=17185 vsize=208608 CPUtime=1201.71 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 53118 0 0 0 120156 15 0 0 25 0 1 0 593471131 213614592 48396 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 52152 48396 340 145 0 49197 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=597.61 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 59759 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51768 CPUtime=1201.59 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 120154 5 0 0 25 0 1 0 593471131 53010432 12109 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12942 12109 127 39 0 12022 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=597.54 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393317 0 0 0 59701 53 0 0 25 0 1 0 593471131 645922816 104613 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104613 175 34 0 156138 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2511828

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.27 10.19 9.55 11/188 17255
/proc/meminfo: memFree=10151812/32951124 swapFree=67102140/67111528
[pid=17185] ppid=17183 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/17185/stat : 17185 (ppfolio) S 17183 17185 16723 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 593471131 18763776 389 33554432000 4194304 4287625 140736304888688 18446744073709551615 216735198735 0 0 4096 65536 4579237098124476415 0 0 17 2 0 0 0
/proc/17185/statm: 4581 389 341 23 0 91 0
[pid=17186] ppid=17185 vsize=1124080 CPUtime=1201.72 cores=0
/proc/17186/stat : 17186 (cryptominisat) R 17185 17185 16723 0 -1 4202496 155473 0 0 0 120131 41 0 0 25 0 1 0 593471131 1151057920 52873 33554432000 4194304 4587354 140737427004096 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17186/statm: 281020 52873 338 96 0 277582 0
[pid=17187] ppid=17185 vsize=208608 CPUtime=1201.71 cores=4
/proc/17187/stat : 17187 (clasp) R 17185 17185 16723 0 -1 4202496 53118 0 0 0 120156 15 0 0 25 0 1 0 593471131 213614592 48396 33554432000 4194304 4785740 140735728492800 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17187/statm: 52152 48396 340 145 0 49197 0
[pid=17188] ppid=17185 vsize=478264 CPUtime=597.61 cores=6
/proc/17188/stat : 17188 (TNM) R 17185 17185 16723 0 -1 4202496 12844 0 0 0 59759 2 0 0 25 0 1 0 593471131 489742336 12741 33554432000 134512640 134534564 4294179792 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17188/statm: 119566 12741 95 6 0 118232 0
[pid=17189] ppid=17185 vsize=51768 CPUtime=1201.59 cores=2
/proc/17189/stat : 17189 (lingeling) R 17185 17185 16723 0 -1 4202496 35947 0 0 0 120154 5 0 0 25 0 1 0 593471131 53010432 12109 33554432000 4194304 4352236 140734077559680 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/17189/statm: 12942 12109 127 39 0 12022 0
[pid=17190] ppid=17185 vsize=630784 CPUtime=597.54 cores=6
/proc/17190/stat : 17190 (march_hi) R 17185 17185 16723 0 -1 4202496 393317 0 0 0 59701 53 0 0 25 0 1 0 593471131 645922816 104613 33554432000 4194304 4331988 140736957308432 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17190/statm: 157696 104613 175 34 0 156138 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2511828

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17185 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.010997
# while last known CPU time is 4800.17
#
# 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.17
CPU user time (s): 4799.01
CPU system time (s): 1.16
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 3649636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259
involuntary context switches= 6

runsolver used 1.80672 second user time and 4.75728 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 01:13:25
IDJOB=3280612
IDBENCH=20406
IDSOLVER=1612
FILE ID=node119/3280612-1304032404
RUNJOBID= node119-1304032404-17160
PBS_JOBID= 13170333
Free space on /tmp= 71800 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280612-1304032404/watcher-3280612-1304032404 -o /tmp/evaluation-result-3280612-1304032404/solver-3280612-1304032404 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280612-1304032404.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=630136957

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:     32951124 kB
MemFree:      11735444 kB
Buffers:       2241988 kB
Cached:       18311732 kB
SwapCached:       5504 kB
Active:        9500660 kB
Inactive:     11131052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11735444 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           26708 kB
Writeback:           0 kB
AnonPages:       75404 kB
Mapped:          16536 kB
Slab:           520736 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2598236 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= 71788 MiB
End job on node119 at 2011-04-29 01:33:28