Trace number 3250907

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.39 1201.72

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250907-1304098186/watcher-3250907-1304098186 -o /tmp/evaluation-result-3250907-1304098186/solver-3250907-1304098186 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250907-1304098186.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.87 6.75 8.59 2/171 25106
/proc/meminfo: memFree=19395124/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) R 25104 25106 23533 0 -1 4194304 512 0 0 0 0 0 0 0 21 0 1 0 521416594 18763776 387 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122358860 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25106/statm: 4581 388 340 23 0 91 0

[startup+0.0444689 s]
/proc/loadavg: 4.87 6.75 8.59 2/171 25106
/proc/meminfo: memFree=19395124/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) R 25104 25106 23533 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10046 s]
/proc/loadavg: 4.87 6.75 8.59 2/171 25106
/proc/meminfo: memFree=19395124/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) R 25104 25106 23533 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300425 s]
/proc/loadavg: 4.87 6.75 8.59 2/171 25106
/proc/meminfo: memFree=19395124/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) R 25104 25106 23533 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700356 s]
/proc/loadavg: 4.87 6.75 8.59 2/171 25106
/proc/meminfo: memFree=19395124/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 4.87 6.75 8.59 6/177 25112
/proc/meminfo: memFree=19199280/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=96480 CPUtime=1.48 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 18512 0 0 0 145 3 0 0 25 0 1 0 521416595 98795520 18398 33554432000 4194304 4587354 140733519584528 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 24120 18398 314 96 0 20682 0
[pid=25108] ppid=25106 vsize=48460 CPUtime=1.49 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 11881 0 0 0 148 1 0 0 25 0 1 0 521416595 49623040 9079 33554432000 4194304 4785740 140734328360288 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 12115 9079 314 145 0 9160 0
[pid=25109] ppid=25106 vsize=479188 CPUtime=0.71 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 9364 0 0 0 70 1 0 0 25 0 1 0 521416595 490688512 9261 33554432000 134512640 134534564 4293368688 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 119797 9261 91 6 0 118463 0
[pid=25110] ppid=25106 vsize=26344 CPUtime=1.49 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 7605 0 0 0 148 1 0 0 25 0 1 0 521416595 26976256 5420 33554432000 4194304 4352236 140735295446224 18446744073709551615 4268416 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 6586 5420 123 39 0 5666 0
[pid=25111] ppid=25106 vsize=68704 CPUtime=0.76 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 26999 0 0 0 72 4 0 0 25 0 1 0 521416595 70352896 10051 33554432000 4194304 4331988 140736713903296 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 17176 10051 147 34 0 15618 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 737500

[startup+3.10092 s]
/proc/loadavg: 4.96 6.74 8.57 6/177 25112
/proc/meminfo: memFree=19169396/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=110220 CPUtime=3.09 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 33747 0 0 0 303 6 0 0 25 0 1 0 521416595 112865280 21756 33554432000 4194304 4587354 140733519584528 18446744073709551615 228122410763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 27555 21756 326 96 0 24117 0
[pid=25108] ppid=25106 vsize=48460 CPUtime=3.09 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 11884 0 0 0 308 1 0 0 25 0 1 0 521416595 49623040 9082 33554432000 4194304 4785740 140734328360288 18446744073709551615 4482874 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 12115 9082 317 145 0 9160 0
[pid=25109] ppid=25106 vsize=479188 CPUtime=1.51 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 9364 0 0 0 150 1 0 0 25 0 1 0 521416595 490688512 9261 33554432000 134512640 134534564 4293368688 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 119797 9261 91 6 0 118463 0
[pid=25110] ppid=25106 vsize=26344 CPUtime=3.09 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 7608 0 0 0 308 1 0 0 25 0 1 0 521416595 26976256 5423 33554432000 4194304 4352236 140735295446224 18446744073709551615 4329276 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 6586 5423 126 39 0 5666 0
[pid=25111] ppid=25106 vsize=80860 CPUtime=1.54 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 40092 0 0 0 149 5 0 0 25 0 1 0 521416595 82800640 9162 33554432000 4194304 4331988 140736713903296 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 20215 9162 159 34 0 18657 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 763396

[startup+6.30035 s]
/proc/loadavg: 4.96 6.74 8.57 6/177 25112
/proc/meminfo: memFree=19164316/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1067692 CPUtime=6.28 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 36549 0 0 0 622 6 0 0 25 0 1 0 521416595 1093316608 22139 33554432000 4194304 4587354 140733519584528 18446744073709551615 228122410683 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 266923 22139 331 96 0 263485 0
[pid=25108] ppid=25106 vsize=46420 CPUtime=6.29 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 12768 0 0 0 628 1 0 0 25 0 1 0 521416595 47534080 8827 33554432000 4194304 4785740 140734328360288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 11605 8827 341 145 0 8650 0
[pid=25109] ppid=25106 vsize=479188 CPUtime=3.11 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 9364 0 0 0 310 1 0 0 25 0 1 0 521416595 490688512 9261 33554432000 134512640 134534564 4293368688 18446744073709551615 134524483 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 119797 9261 91 6 0 118463 0
[pid=25110] ppid=25106 vsize=41624 CPUtime=6.28 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 10728 0 0 0 627 1 0 0 25 0 1 0 521416595 42622976 8543 33554432000 4194304 4352236 140735295446224 18446744073709551615 4276488 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 10406 8543 126 39 0 9486 0
[pid=25111] ppid=25106 vsize=83376 CPUtime=3.13 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45409 0 0 0 307 6 0 0 25 0 1 0 521416595 85377024 9817 33554432000 4194304 4331988 140736713903296 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 20844 9817 171 34 0 19286 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1736624

[startup+12.7012 s]
/proc/loadavg: 4.97 6.68 8.53 6/177 25112
/proc/meminfo: memFree=19141900/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1067692 CPUtime=12.69 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 36634 0 0 0 1262 7 0 0 25 0 1 0 521416595 1093316608 22224 33554432000 4194304 4587354 140733519584528 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 266923 22224 337 96 0 263485 0
[pid=25108] ppid=25106 vsize=66900 CPUtime=12.68 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 17929 0 0 0 1266 2 0 0 25 0 1 0 521416595 68505600 13988 33554432000 4194304 4785740 140734328360288 18446744073709551615 228122410763 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 16725 13988 341 145 0 13770 0
[pid=25109] ppid=25106 vsize=479188 CPUtime=6.31 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 9364 0 0 0 630 1 0 0 25 0 1 0 521416595 490688512 9261 33554432000 134512640 134534564 4293368688 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 119797 9261 91 6 0 118463 0
[pid=25110] ppid=25106 vsize=47000 CPUtime=12.68 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 12073 0 0 0 1267 1 0 0 25 0 1 0 521416595 48128000 9888 33554432000 4194304 4352236 140735295446224 18446744073709551615 4307904 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 11750 9888 126 39 0 10830 0
[pid=25111] ppid=25106 vsize=83416 CPUtime=6.3 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45448 0 0 0 624 6 0 0 25 0 1 0 521416595 85417984 9856 33554432000 4194304 4331988 140736713903296 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 20854 9856 171 34 0 19296 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1762520

[startup+25.5009 s]
/proc/loadavg: 4.97 6.62 8.50 6/177 25113
/proc/meminfo: memFree=19064280/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1090652 CPUtime=25.48 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 41042 0 0 0 2541 7 0 0 25 0 1 0 521416595 1116827648 26632 33554432000 4194304 4587354 140733519584528 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 272663 26632 337 96 0 269225 0
[pid=25108] ppid=25106 vsize=113764 CPUtime=25.49 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 29527 0 0 0 2542 7 0 0 25 0 1 0 521416595 116494336 25586 33554432000 4194304 4785740 140734328360288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 28441 25586 341 145 0 25486 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=12.65 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 1264 1 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=54932 CPUtime=25.49 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 14056 0 0 0 2547 2 0 0 25 0 1 0 521416595 56250368 11871 33554432000 4194304 4352236 140735295446224 18446744073709551615 4327916 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 13733 11871 126 39 0 12813 0
[pid=25111] ppid=25106 vsize=84028 CPUtime=12.69 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45595 0 0 0 1263 6 0 0 25 0 1 0 521416595 86044672 10003 33554432000 4194304 4331988 140736713903296 18446744073709551615 4284392 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21007 10003 174 34 0 19449 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1845508

[startup+51.1013 s]
/proc/loadavg: 5.06 6.51 8.41 6/177 25113
/proc/meminfo: memFree=18957696/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1091600 CPUtime=51.08 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 52351 0 0 0 5099 9 0 0 25 0 1 0 521416595 1117798400 28906 33554432000 4194304 4587354 140733519584528 18446744073709551615 4237592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 272900 28906 337 96 0 269462 0
[pid=25108] ppid=25106 vsize=178516 CPUtime=51.08 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 45395 0 0 0 5095 13 0 0 25 0 1 0 521416595 182800384 41454 33554432000 4194304 4785740 140734328360288 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 44629 41454 341 145 0 41674 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=25.41 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 2540 1 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=70388 CPUtime=51.08 cores=3

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

/proc/25111/statm: 21371 10374 174 34 0 19813 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 2394308

[startup+1002.3 s]
/proc/loadavg: 5.10 5.15 6.25 6/177 25139
/proc/meminfo: memFree=18449260/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1318900 CPUtime=1002.31 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 217588 0 0 0 100156 75 0 0 25 0 1 0 521416595 1350553600 54321 33554432000 4194304 4587354 140733519584528 18446744073709551615 4244136 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 329725 54321 337 96 0 326287 0
[pid=25108] ppid=25106 vsize=542504 CPUtime=1002.31 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 131942 0 0 0 100179 52 0 0 25 0 1 0 521416595 555524096 128001 33554432000 4194304 4785740 140734328360288 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 135626 128001 341 145 0 132671 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=498.44 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 49842 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=126732 CPUtime=1002.31 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 153094 0 0 0 100211 20 0 0 25 0 1 0 521416595 129773568 30877 33554432000 4194304 4352236 140735295446224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 31683 30877 127 39 0 30763 0
[pid=25111] ppid=25106 vsize=85616 CPUtime=498.46 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45978 0 0 0 49839 7 0 0 25 0 1 0 521416595 87670784 10386 33554432000 4194304 4331988 140736713903296 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21404 10386 174 34 0 19846 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 2575884

[startup+1062.3 s]
/proc/loadavg: 5.04 5.12 6.17 6/177 25140
/proc/meminfo: memFree=18448600/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1179440 CPUtime=1062.31 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 226966 0 0 0 106149 82 0 0 25 0 1 0 521416595 1207746560 55359 33554432000 4194304 4587354 140733519584528 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 294860 55359 337 96 0 291422 0
[pid=25108] ppid=25106 vsize=556396 CPUtime=1062.31 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 135004 0 0 0 106178 53 0 0 25 0 1 0 521416595 569749504 131063 33554432000 4194304 4785740 140734328360288 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 139099 131063 341 145 0 136144 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=528.26 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 52824 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=110348 CPUtime=1062.31 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 158214 0 0 0 106211 20 0 0 25 0 1 0 521416595 112996352 26781 33554432000 4194304 4352236 140735295446224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 27587 26781 127 39 0 26667 0
[pid=25111] ppid=25106 vsize=85616 CPUtime=528.32 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45985 0 0 0 52825 7 0 0 25 0 1 0 521416595 87670784 10393 33554432000 4194304 4331988 140736713903296 18446744073709551615 4314316 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21404 10393 174 34 0 19846 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 2433932

[startup+1122.3 s]
/proc/loadavg: 5.11 5.12 6.11 6/177 25142
/proc/meminfo: memFree=18395468/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1298824 CPUtime=1122.31 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 235713 0 0 0 112143 88 0 0 25 0 1 0 521416595 1329995776 52571 33554432000 4194304 4587354 140733519584528 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 324706 52571 337 96 0 321268 0
[pid=25108] ppid=25106 vsize=556396 CPUtime=1122.31 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 135035 0 0 0 112178 53 0 0 25 0 1 0 521416595 569749504 131094 33554432000 4194304 4785740 140734328360288 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 139099 131094 341 145 0 136144 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=558.13 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 55811 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=173836 CPUtime=1122.31 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 179206 0 0 0 112208 23 0 0 25 0 1 0 521416595 178008064 42653 33554432000 4194304 4352236 140735295446224 18446744073709551615 4327806 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 43459 42653 127 39 0 42539 0
[pid=25111] ppid=25106 vsize=85616 CPUtime=558.12 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 45996 0 0 0 55805 7 0 0 25 0 1 0 521416595 87670784 10404 33554432000 4194304 4331988 140736713903296 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21404 10404 174 34 0 19846 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 2616804

[startup+1182.3 s]
/proc/loadavg: 5.11 5.11 6.04 6/177 25144
/proc/meminfo: memFree=18410160/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1179468 CPUtime=1182.31 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 245499 0 0 0 118135 96 0 0 25 0 1 0 521416595 1207775232 55484 33554432000 4194304 4587354 140733519584528 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 294867 55484 337 96 0 291429 0
[pid=25108] ppid=25106 vsize=561996 CPUtime=1182.32 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 136357 0 0 0 118178 54 0 0 25 0 1 0 521416595 575483904 132416 33554432000 4194304 4785740 140734328360288 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 140499 132416 341 145 0 137544 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=587.93 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 58791 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=143116 CPUtime=1182.32 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 185862 0 0 0 118208 24 0 0 25 0 1 0 521416595 146550784 34973 33554432000 4194304 4352236 140735295446224 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 35779 34973 127 39 0 34859 0
[pid=25111] ppid=25106 vsize=85748 CPUtime=588 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 46008 0 0 0 58793 7 0 0 25 0 1 0 521416595 87805952 10416 33554432000 4194304 4331988 140736713903296 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21437 10416 174 34 0 19879 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 2472460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.08 5.11 6.02 6/177 25144
/proc/meminfo: memFree=18399236/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1179584 CPUtime=1201.72 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 249037 0 0 0 120073 99 0 0 25 0 1 0 521416595 1207894016 55553 33554432000 4194304 4587354 140733519584528 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 294896 55553 337 96 0 291458 0
[pid=25108] ppid=25106 vsize=561996 CPUtime=1201.73 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 136376 0 0 0 120119 54 0 0 25 0 1 0 521416595 575483904 132435 33554432000 4194304 4785740 140734328360288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 140499 132435 341 145 0 137544 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=597.61 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 59759 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=153356 CPUtime=1201.72 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 188422 0 0 0 120148 24 0 0 25 0 1 0 521416595 157036544 37533 33554432000 4194304 4352236 140735295446224 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 38339 37533 127 39 0 37419 0
[pid=25111] ppid=25106 vsize=85748 CPUtime=597.61 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 46008 0 0 0 59754 7 0 0 25 0 1 0 521416595 87805952 10416 33554432000 4194304 4331988 140736713903296 18446744073709551615 4237176 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21437 10416 174 34 0 19879 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2482816

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

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

[startup+1201.7 s]
/proc/loadavg: 5.08 5.11 6.02 6/177 25144
/proc/meminfo: memFree=18399236/32951124 swapFree=67111524/67111528
[pid=25106] ppid=25104 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (ppfolio) S 25104 25106 23533 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 521416594 18763776 389 33554432000 4194304 4287625 140736721260704 18446744073709551615 228122734095 0 0 4096 65536 4607201114792656895 0 0 17 1 0 0 0
/proc/25106/statm: 4581 389 341 23 0 91 0
[pid=25107] ppid=25106 vsize=1179584 CPUtime=1201.72 cores=1
/proc/25107/stat : 25107 (cryptominisat) R 25106 25106 23533 0 -1 4202496 249037 0 0 0 120073 99 0 0 25 0 1 0 521416595 1207894016 55553 33554432000 4194304 4587354 140733519584528 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25107/statm: 294896 55553 337 96 0 291458 0
[pid=25108] ppid=25106 vsize=561996 CPUtime=1201.73 cores=5
/proc/25108/stat : 25108 (clasp) R 25106 25106 23533 0 -1 4202496 136376 0 0 0 120119 54 0 0 25 0 1 0 521416595 575483904 132435 33554432000 4194304 4785740 140734328360288 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25108/statm: 140499 132435 341 145 0 137544 0
[pid=25109] ppid=25106 vsize=483808 CPUtime=597.61 cores=7
/proc/25109/stat : 25109 (TNM) R 25106 25106 23533 0 -1 4202496 13563 0 0 0 59759 2 0 0 25 0 1 0 521416595 495419392 13460 33554432000 134512640 134534564 4293368688 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25109/statm: 120952 13460 95 6 0 119618 0
[pid=25110] ppid=25106 vsize=153356 CPUtime=1201.72 cores=3
/proc/25110/stat : 25110 (lingeling) R 25106 25106 23533 0 -1 4202496 188422 0 0 0 120148 24 0 0 25 0 1 0 521416595 157036544 37533 33554432000 4194304 4352236 140735295446224 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25110/statm: 38339 37533 127 39 0 37419 0
[pid=25111] ppid=25106 vsize=85748 CPUtime=597.61 cores=7
/proc/25111/stat : 25111 (march_hi) R 25106 25106 23533 0 -1 4202496 46008 0 0 0 59754 7 0 0 25 0 1 0 521416595 87805952 10416 33554432000 4194304 4331988 140736713903296 18446744073709551615 4237176 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25111/statm: 21437 10416 174 34 0 19879 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2482816

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25106 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.005999
# while last known CPU time is 4800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.72
CPU time (s): 4800.39
CPU user time (s): 4798.53
CPU system time (s): 1.86
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 3679048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.005999
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= 270
involuntary context switches= 6

runsolver used 1.92171 second user time and 4.5833 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 19:29:46
IDJOB=3250907
IDBENCH=88204
IDSOLVER=1612
FILE ID=node138/3250907-1304098186
RUNJOBID= node138-1304093161-24370
PBS_JOBID= 13170556
Free space on /tmp= 71808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250907-1304098186/watcher-3250907-1304098186 -o /tmp/evaluation-result-3250907-1304098186/solver-3250907-1304098186 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250907-1304098186.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1658106612

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.75
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19395404 kB
Buffers:       2036268 kB
Cached:       10891428 kB
SwapCached:          4 kB
Active:        2874420 kB
Inactive:     10116800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19395404 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17488 kB
Writeback:           0 kB
AnonPages:       63416 kB
Mapped:          15160 kB
Slab:           500436 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189424 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= 71800 MiB
End job on node138 at 2011-04-29 19:49:50