Trace number 3251391

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
MD5SUM683c9f75b69575e6451b8563d12f176b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85272
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of clauses333838
Sum of the clauses size669567
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2333793
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251391-1304099391/watcher-3251391-1304099391 -o /tmp/evaluation-result-3251391-1304099391/solver-3251391-1304099391 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3251391-1304099391.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: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0

[startup+1.06804 s]
/proc/loadavg: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16803 s]
/proc/loadavg: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20103 s]
/proc/loadavg: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36799 s]
/proc/loadavg: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56796 s]
/proc/loadavg: 5.08 5.11 6.02 1/171 25203
/proc/meminfo: memFree=19399168/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10069 s]
/proc/loadavg: 5.31 5.15 6.03 6/177 25209
/proc/meminfo: memFree=19248812/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=538748 CPUtime=3.09 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 19928 0 0 0 308 1 0 0 25 0 1 0 521537127 551677952 15383 33554432000 4194304 4587354 140735814559296 18446744073709551615 228122410641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 134687 15383 327 96 0 131249 0
[pid=25205] ppid=25203 vsize=32196 CPUtime=3.09 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 7807 0 0 0 309 0 0 0 25 0 1 0 521537127 32968704 5269 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 8049 5269 340 145 0 5094 0
[pid=25206] ppid=25203 vsize=467572 CPUtime=1.96 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 5468 0 0 0 196 0 0 0 21 0 1 0 521537127 478793728 5364 33554432000 134512640 134534564 4288464432 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 116893 5364 91 6 0 115559 0
[pid=25207] ppid=25203 vsize=18796 CPUtime=3.09 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 4991 0 0 0 309 0 0 0 25 0 1 0 521537127 19247104 3861 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 4699 3861 127 39 0 3779 0
[pid=25208] ppid=25203 vsize=51052 CPUtime=1.1 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26210 0 0 0 107 3 0 0 25 0 1 0 521537127 52277248 5728 33554432000 4194304 4331988 140736772659136 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 12763 5728 170 34 0 11205 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1126688

[startup+6.30111 s]
/proc/loadavg: 5.31 5.15 6.03 6/177 25209
/proc/meminfo: memFree=19221540/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=538748 CPUtime=6.29 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 20923 0 0 0 627 2 0 0 25 0 1 0 521537127 551677952 16362 33554432000 4194304 4587354 140735814559296 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 134687 16362 337 96 0 131249 0
[pid=25205] ppid=25203 vsize=55352 CPUtime=6.29 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 13697 0 0 0 627 2 0 0 25 0 1 0 521537127 56680448 11159 33554432000 4194304 4785740 140736621388816 18446744073709551615 228122374853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 13838 11159 340 145 0 10883 0
[pid=25206] ppid=25203 vsize=470212 CPUtime=3.55 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7901 0 0 0 355 0 0 0 25 0 1 0 521537127 481497088 7797 33554432000 134512640 134534564 4288464432 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 117553 7797 95 6 0 116219 0
[pid=25207] ppid=25203 vsize=28012 CPUtime=6.28 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 6784 0 0 0 628 0 0 0 25 0 1 0 521537127 28684288 5654 33554432000 4194304 4352236 140735431948544 18446744073709551615 4241377 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 7003 5654 127 39 0 6083 0
[pid=25208] ppid=25203 vsize=51052 CPUtime=2.7 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26232 0 0 0 267 3 0 0 25 0 1 0 521537127 52277248 5750 33554432000 4194304 4331988 140736772659136 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 12763 5750 171 34 0 11205 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1161700

[startup+12.701 s]
/proc/loadavg: 5.26 5.15 6.02 6/177 25210
/proc/meminfo: memFree=19176180/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=544528 CPUtime=12.69 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 21424 0 0 0 1267 2 0 0 25 0 1 0 521537127 557596672 16863 33554432000 4194304 4587354 140735814559296 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 136132 16863 337 96 0 132694 0
[pid=25205] ppid=25203 vsize=91880 CPUtime=12.69 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 22660 0 0 0 1264 5 0 0 25 0 1 0 521537127 94085120 20122 33554432000 4194304 4785740 140736621388816 18446744073709551615 228122374853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 22970 20122 340 145 0 20015 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=6.73 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 673 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=31596 CPUtime=12.68 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 7808 0 0 0 1268 0 0 0 25 0 1 0 521537127 32354304 6678 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328380 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 7899 6678 127 39 0 6979 0
[pid=25208] ppid=25203 vsize=51596 CPUtime=5.87 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26372 0 0 0 584 3 0 0 25 0 1 0 521537127 52834304 5890 33554432000 4194304 4331988 140736772659136 18446744073709551615 4292062 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 12899 5890 174 34 0 11341 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1211968

[startup+25.5006 s]
/proc/loadavg: 5.22 5.14 6.00 6/177 25210
/proc/meminfo: memFree=19081300/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=580084 CPUtime=25.49 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 33399 0 0 0 2545 4 0 0 25 0 1 0 521537127 594006016 25802 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 145021 25802 337 96 0 141583 0
[pid=25205] ppid=25203 vsize=143720 CPUtime=25.49 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 35328 0 0 0 2540 9 0 0 25 0 1 0 521537127 147169280 32790 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 35930 32790 340 145 0 32975 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=13.13 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 1313 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=36204 CPUtime=25.49 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 9088 0 0 0 2548 1 0 0 25 0 1 0 521537127 37072896 7958 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 9051 7958 127 39 0 8131 0
[pid=25208] ppid=25203 vsize=51992 CPUtime=12.2 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26468 0 0 0 1217 3 0 0 25 0 1 0 521537127 53239808 5986 33554432000 4194304 4331988 140736772659136 18446744073709551615 4237176 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 12998 5986 174 34 0 11440 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1304368

[startup+51.101 s]
/proc/loadavg: 5.22 5.15 5.98 6/177 25211
/proc/meminfo: memFree=19014220/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=616768 CPUtime=51.09 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 38836 0 0 0 5104 5 0 0 25 0 1 0 521537127 631570432 20979 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 154192 20979 337 96 0 150754 0
[pid=25205] ppid=25203 vsize=182492 CPUtime=51.09 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 44845 0 0 0 5096 13 0 0 25 0 1 0 521537127 186871808 42307 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 45623 42307 340 145 0 42668 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=25.83 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 2583 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=81272 CPUtime=51.08 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 22658 0 0 0 5106 2 0 0 25 0 1 0 521537127 83222528 19480 33554432000 4194304 4352236 140735431948544 18446744073709551615 4268304 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 20318 19480 127 39 0 19398 0
[pid=25208] ppid=25203 vsize=51992 CPUtime=24.97 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26483 0 0 0 2494 3 0 0 25 0 1 0 521537127 53239808 6001 33554432000 4194304 4331988 140736772659136 18446744073709551615 4287256 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 12998 6001 174 34 0 11440 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 1424892

[startup+102.301 s]
/proc/loadavg: 5.09 5.12 5.92 6/177 25212
/proc/meminfo: memFree=18920472/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=682544 CPUtime=102.29 cores=1

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

/proc/25208/statm: 13031 6038 174 34 0 11473 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 2075456

[startup+1002.3 s]
/proc/loadavg: 5.10 5.08 5.38 6/177 25248
/proc/meminfo: memFree=18437560/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=899456 CPUtime=1002.31 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 365950 0 0 0 100095 136 0 0 25 0 1 0 521537127 921042944 81683 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 224864 81683 337 96 0 221426 0
[pid=25205] ppid=25203 vsize=491132 CPUtime=1002.31 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 117760 0 0 0 100193 38 0 0 25 0 1 0 521537127 502919168 115222 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 122783 115222 340 145 0 119828 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=498.86 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 49886 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=121076 CPUtime=1002.31 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 275975 0 0 0 100195 36 0 0 25 0 1 0 521537127 123981824 29463 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 30269 29463 127 39 0 29349 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=497.98 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26521 0 0 0 49794 4 0 0 25 0 1 0 521537127 53374976 6039 33554432000 4194304 4331988 140736772659136 18446744073709551615 4246730 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6039 174 34 0 11473 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 2056156

[startup+1062.3 s]
/proc/loadavg: 5.09 5.08 5.36 6/177 25250
/proc/meminfo: memFree=18424244/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=903308 CPUtime=1062.32 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 386811 0 0 0 106084 148 0 0 25 0 1 0 521537127 924987392 86632 33554432000 4194304 4587354 140735814559296 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 225827 86632 337 96 0 222389 0
[pid=25205] ppid=25203 vsize=497876 CPUtime=1062.31 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 119507 0 0 0 106192 39 0 0 25 0 1 0 521537127 509825024 116969 33554432000 4194304 4785740 140736621388816 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 124469 116969 340 145 0 121514 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=528.7 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 52870 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=108788 CPUtime=1062.31 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 290823 0 0 0 106193 38 0 0 25 0 1 0 521537127 111398912 26391 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 27197 26391 127 39 0 26277 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=527.83 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26521 0 0 0 52779 4 0 0 25 0 1 0 521537127 53374976 6039 33554432000 4194304 4331988 140736772659136 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6039 174 34 0 11473 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 2054464

[startup+1122.3 s]
/proc/loadavg: 5.15 5.10 5.35 6/177 25251
/proc/meminfo: memFree=18404248/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=878740 CPUtime=1122.32 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 407586 0 0 0 112073 159 0 0 25 0 1 0 521537127 899829760 85465 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 219685 85465 337 96 0 216247 0
[pid=25205] ppid=25203 vsize=501488 CPUtime=1122.31 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 120297 0 0 0 112192 39 0 0 25 0 1 0 521537127 513523712 117759 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 125372 117759 340 145 0 122417 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=558.55 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 55855 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=131316 CPUtime=1122.31 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 304135 0 0 0 112191 40 0 0 25 0 1 0 521537127 134467584 32023 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 32829 32023 127 39 0 31909 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=557.64 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26522 0 0 0 55760 4 0 0 25 0 1 0 521537127 53374976 6040 33554432000 4194304 4331988 140736772659136 18446744073709551615 4237195 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6040 174 34 0 11473 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 2056036

[startup+1182.3 s]
/proc/loadavg: 5.05 5.08 5.32 6/177 25253
/proc/meminfo: memFree=18416112/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=878740 CPUtime=1182.33 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 428401 0 0 0 118062 171 0 0 25 0 1 0 521537127 899829760 81994 33554432000 4194304 4587354 140735814559296 18446744073709551615 228122410690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 219685 81994 337 96 0 216247 0
[pid=25205] ppid=25203 vsize=509168 CPUtime=1182.32 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 122018 0 0 0 118192 40 0 0 25 0 1 0 521537127 521388032 119480 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 127292 119480 340 145 0 124337 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=588.35 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 58835 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=125172 CPUtime=1182.33 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 316935 0 0 0 118191 42 0 0 25 0 1 0 521537127 128176128 30487 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 31293 30487 127 39 0 30373 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=587.52 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26522 0 0 0 58748 4 0 0 25 0 1 0 521537127 53374976 6040 33554432000 4194304 4331988 140736772659136 18446744073709551615 4315894 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6040 174 34 0 11473 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 2057572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.04 5.07 5.31 6/177 25253
/proc/meminfo: memFree=18303884/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=878740 CPUtime=1201.73 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 435937 0 0 0 119997 176 0 0 25 0 1 0 521537127 899829760 83188 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 219685 83188 337 96 0 216247 0
[pid=25205] ppid=25203 vsize=512528 CPUtime=1201.72 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 122765 0 0 0 120132 40 0 0 25 0 1 0 521537127 524828672 120227 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 128132 120227 340 145 0 125177 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=598.05 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 59805 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=229620 CPUtime=1201.72 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 343047 0 0 0 120128 44 0 0 25 0 1 0 521537127 235130880 56599 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 57405 56599 127 39 0 56485 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=597.12 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26522 0 0 0 59708 4 0 0 25 0 1 0 521537127 53374976 6040 33554432000 4194304 4331988 140736772659136 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6040 174 34 0 11473 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2165380

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.04 5.07 5.31 6/177 25253
/proc/meminfo: memFree=18303884/32951124 swapFree=67111524/67111528
[pid=25203] ppid=25201 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/25203/stat : 25203 (ppfolio) S 25201 25203 23533 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521537127 18763776 390 33554432000 4194304 4287625 140733419856976 18446744073709551615 228122734095 0 0 4096 65536 8159669720384012287 0 0 17 5 0 0 0
/proc/25203/statm: 4581 390 341 23 0 91 0
[pid=25204] ppid=25203 vsize=878740 CPUtime=1201.73 cores=1
/proc/25204/stat : 25204 (cryptominisat) R 25203 25203 23533 0 -1 4202496 435937 0 0 0 119997 176 0 0 25 0 1 0 521537127 899829760 83188 33554432000 4194304 4587354 140735814559296 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25204/statm: 219685 83188 337 96 0 216247 0
[pid=25205] ppid=25203 vsize=512528 CPUtime=1201.72 cores=5
/proc/25205/stat : 25205 (clasp) R 25203 25203 23533 0 -1 4202496 122765 0 0 0 120132 40 0 0 25 0 1 0 521537127 524828672 120227 33554432000 4194304 4785740 140736621388816 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25205/statm: 128132 120227 340 145 0 125177 0
[pid=25206] ppid=25203 vsize=474044 CPUtime=598.05 cores=7
/proc/25206/stat : 25206 (TNM) R 25203 25203 23533 0 -1 4202496 7902 0 0 0 59805 0 0 0 25 0 1 0 521537127 485421056 7798 33554432000 134512640 134534564 4288464432 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25206/statm: 118511 7798 95 6 0 117177 0
[pid=25207] ppid=25203 vsize=229620 CPUtime=1201.72 cores=3
/proc/25207/stat : 25207 (lingeling) R 25203 25203 23533 0 -1 4202496 343047 0 0 0 120128 44 0 0 25 0 1 0 521537127 235130880 56599 33554432000 4194304 4352236 140735431948544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/25207/statm: 57405 56599 127 39 0 56485 0
[pid=25208] ppid=25203 vsize=52124 CPUtime=597.12 cores=7
/proc/25208/stat : 25208 (march_hi) R 25203 25203 23533 0 -1 4202496 26522 0 0 0 59708 4 0 0 25 0 1 0 521537127 53374976 6040 33554432000 4194304 4331988 140736772659136 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/25208/statm: 13031 6040 174 34 0 11473 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2165380

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25203 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=4999
# CPU time returned by wait4() is 0.007998
# while last known CPU time is 4800.34
#
# 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.34
CPU user time (s): 4797.7
CPU system time (s): 2.64
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 2651236

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

runsolver used 1.76173 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 19:49:52
IDJOB=3251391
IDBENCH=88221
IDSOLVER=1612
FILE ID=node138/3251391-1304099391
RUNJOBID= node138-1304093161-24370
PBS_JOBID= 13170556
Free space on /tmp= 71812 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p15-s16393788.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251391-1304099391/watcher-3251391-1304099391 -o /tmp/evaluation-result-3251391-1304099391/solver-3251391-1304099391 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3251391-1304099391.cnf

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

MD5SUM BENCH= 683c9f75b69575e6451b8563d12f176b
RANDOM SEED=2049024076

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:      19399448 kB
Buffers:       2036368 kB
Cached:       10887936 kB
SwapCached:          4 kB
Active:        2872156 kB
Inactive:     10115916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19399448 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14252 kB
Writeback:           0 kB
AnonPages:       63444 kB
Mapped:          15120 kB
Slab:           500536 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188256 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= 71804 MiB
End job on node138 at 2011-04-29 20:09:55