Trace number 3249675

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/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
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 variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.83	This is pico-portfolio, a naive parallel portfolio
0.00/0.83	Copyright (C) 2011 Olivier Roussel
0.00/0.83	Using 4 processing units
0.00/0.83	This portfolio uses the following solvers:
0.00/0.83	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.83	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.83	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.83	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.83	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.83	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.83	Starting clasp 1.3.6 on core(s) 4
0.00/0.83	Starting TNM 2009 on core(s) 6
0.00/0.83	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.83	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-3249675-1304084470/watcher-3249675-1304084470 -o /tmp/evaluation-result-3249675-1304084470/solver-3249675-1304084470 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249675-1304084470.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: 4.77 5.22 6.26 2/171 4245
/proc/meminfo: memFree=27108576/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) R 4243 4245 3322 0 -1 4194304 491 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 387 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204467605 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4245/statm: 4581 387 339 23 0 91 0

[startup+0.0547451 s]
/proc/loadavg: 4.77 5.22 6.26 2/171 4245
/proc/meminfo: memFree=27108576/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) R 4243 4245 3322 0 -1 4194304 502 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 387 33554432000 4194304 4287625 140733820828656 18446744073709551615 4260339 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4245/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10075 s]
/proc/loadavg: 4.77 5.22 6.26 2/171 4245
/proc/meminfo: memFree=27108576/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) R 4243 4245 3322 0 -1 4194304 502 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 387 33554432000 4194304 4287625 140733820828656 18446744073709551615 4260339 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4245/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300705 s]
/proc/loadavg: 4.77 5.22 6.26 2/171 4245
/proc/meminfo: memFree=27108576/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) R 4243 4245 3322 0 -1 4194304 502 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 387 33554432000 4194304 4287625 140733820828656 18446744073709551615 4260339 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4245/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700638 s]
/proc/loadavg: 4.77 5.22 6.26 2/171 4245
/proc/meminfo: memFree=27108576/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) R 4243 4245 3322 0 -1 4194304 502 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 387 33554432000 4194304 4287625 140733820828656 18446744073709551615 4260339 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/4245/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50051 s]
/proc/loadavg: 4.77 5.22 6.26 6/177 4251
/proc/meminfo: memFree=27006964/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=37416 CPUtime=1.49 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 5812 0 0 0 148 1 0 0 20 0 1 0 520045554 38313984 5698 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 9354 5698 305 96 0 5916 0
[pid=4247] ppid=4245 vsize=36208 CPUtime=1.49 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 7506 0 0 0 148 1 0 0 20 0 1 0 520045554 37076992 6228 33554432000 4194304 4785740 140734062139792 18446744073709551615 210204308165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 9052 6228 316 145 0 6097 0
[pid=4248] ppid=4245 vsize=472060 CPUtime=1.16 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 6305 0 0 0 116 0 0 0 25 0 1 0 520045554 483389440 6202 33554432000 134512640 134534564 4289299904 18446744073709551615 134524681 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 118015 6202 91 6 0 116681 0
[pid=4249] ppid=4245 vsize=30532 CPUtime=1.48 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 8004 0 0 0 147 1 0 0 20 0 1 0 520045554 31264768 6821 33554432000 4194304 4352236 140733736081808 18446744073709551615 4289853 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 7633 6821 123 39 0 6713 0
[pid=4251] ppid=4245 vsize=38536 CPUtime=0.3 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4194304 7512 0 0 0 30 0 0 0 25 0 1 0 520045636 39460864 5629 33554432000 4194304 4331988 140736296410192 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 9634 5629 127 34 0 8076 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 633076

[startup+3.10121 s]
/proc/loadavg: 4.77 5.22 6.26 6/177 4251
/proc/meminfo: memFree=26949800/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=86372 CPUtime=3.08 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 23377 0 0 0 305 3 0 0 25 0 1 0 520045554 88444928 17247 33554432000 4194304 4587354 140734384686000 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 21593 17247 315 96 0 18155 0
[pid=4247] ppid=4245 vsize=40304 CPUtime=3.09 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 8537 0 0 0 308 1 0 0 25 0 1 0 520045554 41271296 7259 33554432000 4194304 4785740 140734062139792 18446744073709551615 4484287 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 10076 7259 316 145 0 7121 0
[pid=4248] ppid=4245 vsize=472060 CPUtime=1.96 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 6305 0 0 0 196 0 0 0 25 0 1 0 520045554 483389440 6202 33554432000 134512640 134534564 4289299904 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 118015 6202 91 6 0 116681 0
[pid=4249] ppid=4245 vsize=41020 CPUtime=3.08 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 10596 0 0 0 307 1 0 0 25 0 1 0 520045554 42004480 9413 33554432000 4194304 4352236 140733736081808 18446744073709551615 4267768 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 10255 9413 123 39 0 9335 0
[pid=4251] ppid=4245 vsize=42268 CPUtime=1.1 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 29975 0 0 0 106 4 0 0 25 0 1 0 520045636 43282432 6593 33554432000 4194304 4331988 140736296410192 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 10567 6593 150 34 0 9009 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 700348

[startup+6.30068 s]
/proc/loadavg: 4.79 5.21 6.25 6/177 4251
/proc/meminfo: memFree=26915452/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=131304 CPUtime=6.28 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 33299 0 0 0 623 5 0 0 25 0 1 0 520045554 134455296 22026 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 32826 22026 331 96 0 29388 0
[pid=4247] ppid=4245 vsize=47564 CPUtime=6.28 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 10337 0 0 0 627 1 0 0 25 0 1 0 520045554 48705536 9059 33554432000 4194304 4785740 140734062139792 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 11891 9059 316 145 0 8936 0
[pid=4248] ppid=4245 vsize=472060 CPUtime=3.54 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 6305 0 0 0 354 0 0 0 25 0 1 0 520045554 483389440 6202 33554432000 134512640 134534564 4289299904 18446744073709551615 134524469 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 118015 6202 91 6 0 116681 0
[pid=4249] ppid=4245 vsize=29048 CPUtime=6.28 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 10865 0 0 0 627 1 0 0 25 0 1 0 520045554 29745152 6423 33554432000 4194304 4352236 140733736081808 18446744073709551615 4205605 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 7262 6423 126 39 0 6342 0
[pid=4251] ppid=4245 vsize=42268 CPUtime=2.7 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 29975 0 0 0 266 4 0 0 25 0 1 0 520045636 43282432 6593 33554432000 4194304 4331988 140736296410192 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 10567 6593 150 34 0 9009 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 740568

[startup+12.7006 s]
/proc/loadavg: 4.81 5.21 6.25 6/177 4252
/proc/meminfo: memFree=26878896/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=150404 CPUtime=12.68 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 42234 0 0 0 1262 6 0 0 25 0 1 0 520045554 154013696 27241 33554432000 4194304 4587354 140734384686000 18446744073709551615 4365120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 37601 27241 337 96 0 34163 0
[pid=4247] ppid=4245 vsize=55220 CPUtime=12.68 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 12263 0 0 0 1266 2 0 0 25 0 1 0 520045554 56545280 10985 33554432000 4194304 4785740 140734062139792 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 13805 10985 316 145 0 10850 0
[pid=4248] ppid=4245 vsize=472060 CPUtime=6.73 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 6305 0 0 0 673 0 0 0 25 0 1 0 520045554 483389440 6202 33554432000 134512640 134534564 4289299904 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 118015 6202 91 6 0 116681 0
[pid=4249] ppid=4245 vsize=31024 CPUtime=12.69 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 11487 0 0 0 1267 2 0 0 25 0 1 0 520045554 31768576 6917 33554432000 4194304 4352236 140733736081808 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 7756 6917 126 39 0 6836 0
[pid=4251] ppid=4245 vsize=42268 CPUtime=5.87 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 29975 0 0 0 583 4 0 0 25 0 1 0 520045636 43282432 6593 33554432000 4194304 4331988 140736296410192 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 10567 6593 150 34 0 9009 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 769300

[startup+25.5005 s]
/proc/loadavg: 4.92 5.21 6.23 6/177 4252
/proc/meminfo: memFree=26821704/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=136116 CPUtime=25.48 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 51608 0 0 0 2540 8 0 0 25 0 1 0 520045554 139382784 25987 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 34029 25987 337 96 0 30591 0
[pid=4247] ppid=4245 vsize=95848 CPUtime=25.49 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 22867 0 0 0 2545 4 0 0 25 0 1 0 520045554 98148352 21081 33554432000 4194304 4785740 140734062139792 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 23962 21081 340 145 0 21007 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=13.14 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 1313 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=31408 CPUtime=25.49 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 11967 0 0 0 2547 2 0 0 25 0 1 0 520045554 32161792 7013 33554432000 4194304 4352236 140733736081808 18446744073709551615 4235910 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 7852 7013 126 39 0 6932 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=12.2 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 1215 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 828328

[startup+51.1012 s]
/proc/loadavg: 4.94 5.20 6.20 6/177 4252
/proc/meminfo: memFree=26737932/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1562348 CPUtime=51.08 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 84140 0 0 0 5094 14 0 0 25 0 1 0 520045554 1599844352 39470 33554432000 4194304 4587354 140734384686000 18446744073709551615 4364768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 390587 39470 337 96 0 387149 0
[pid=4247] ppid=4245 vsize=125192 CPUtime=51.08 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 29871 0 0 0 5102 6 0 0 25 0 1 0 520045554 128196608 28085 33554432000 4194304 4785740 140734062139792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 31298 28085 340 145 0 28343 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=25.84 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 2583 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=32432 CPUtime=51.08 cores=2

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

/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 2420308

[startup+1002.3 s]
/proc/loadavg: 5.08 5.08 5.46 6/177 4278
/proc/meminfo: memFree=26492104/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1626984 CPUtime=1002.3 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1707878 0 0 0 99840 390 0 0 25 0 1 0 520045554 1666031616 55124 33554432000 4194304 4587354 140734384686000 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 406746 55124 337 96 0 403308 0
[pid=4247] ppid=4245 vsize=305516 CPUtime=1002.3 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 71731 0 0 0 100214 16 0 0 25 0 1 0 520045554 312848384 69945 33554432000 4194304 4785740 140734062139792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 76379 69945 340 145 0 73424 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=498.87 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 49886 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=48056 CPUtime=1002.29 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 48321 0 0 0 100223 6 0 0 25 0 1 0 520045554 49209344 11175 33554432000 4194304 4352236 140733736081808 18446744073709551615 4277624 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 12014 11175 126 39 0 11094 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=498.02 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 49797 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2545512

[startup+1062.3 s]
/proc/loadavg: 5.08 5.08 5.44 6/177 4280
/proc/meminfo: memFree=26586960/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1513640 CPUtime=1062.3 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1734390 0 0 0 105833 397 0 0 25 0 1 0 520045554 1549967360 32200 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 378410 32200 337 96 0 374972 0
[pid=4247] ppid=4245 vsize=309444 CPUtime=1062.31 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 72603 0 0 0 106214 17 0 0 25 0 1 0 520045554 316870656 70817 33554432000 4194304 4785740 140734062139792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 77361 70817 340 145 0 74406 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=528.75 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 52874 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134528451 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=43448 CPUtime=1062.3 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 49473 0 0 0 106223 7 0 0 25 0 1 0 520045554 44490752 10023 33554432000 4194304 4352236 140733736081808 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 10862 10023 126 39 0 9942 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=527.82 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 52777 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 2431488

[startup+1122.3 s]
/proc/loadavg: 5.07 5.08 5.41 6/177 4281
/proc/meminfo: memFree=26578772/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1512940 CPUtime=1122.3 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1821014 0 0 0 111811 419 0 0 25 0 1 0 520045554 1549250560 33058 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 378235 33058 337 96 0 374797 0
[pid=4247] ppid=4245 vsize=312804 CPUtime=1122.3 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 73405 0 0 0 112213 17 0 0 25 0 1 0 520045554 320311296 71619 33554432000 4194304 4785740 140734062139792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 78201 71619 340 145 0 75246 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=558.55 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 55854 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=43448 CPUtime=1122.3 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 51777 0 0 0 112223 7 0 0 25 0 1 0 520045554 44490752 10023 33554432000 4194304 4352236 140733736081808 18446744073709551615 4270775 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 10862 10023 126 39 0 9942 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=557.68 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 55763 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 2434148

[startup+1182.3 s]
/proc/loadavg: 5.11 5.09 5.39 6/177 4282
/proc/meminfo: memFree=26579764/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=324792 CPUtime=1182.31 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1907148 0 0 0 117788 443 0 0 25 0 1 0 520045554 332587008 31354 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 81198 31354 337 96 0 77760 0
[pid=4247] ppid=4245 vsize=317604 CPUtime=1182.3 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 74535 0 0 0 118213 17 0 0 25 0 1 0 520045554 325226496 72749 33554432000 4194304 4785740 140734062139792 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 79401 72749 340 145 0 76446 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=588.41 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 58840 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=47544 CPUtime=1182.31 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 53953 0 0 0 118223 8 0 0 25 0 1 0 520045554 48685056 11047 33554432000 4194304 4352236 140733736081808 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 11886 11047 126 39 0 10966 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=587.51 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 58746 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4263246 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 1254896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.14 5.10 5.39 6/178 4284
/proc/meminfo: memFree=26596384/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1513544 CPUtime=1201.71 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1937528 0 0 0 119721 450 0 0 25 0 1 0 520045554 1549869056 26184 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 378386 26184 337 96 0 374948 0
[pid=4247] ppid=4245 vsize=317604 CPUtime=1201.71 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 74539 0 0 0 120154 17 0 0 25 0 1 0 520045554 325226496 72753 33554432000 4194304 4785740 140734062139792 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 79401 72753 340 145 0 76446 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=598.05 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 59804 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=47544 CPUtime=1201.71 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 56129 0 0 0 120163 8 0 0 25 0 1 0 520045554 48685056 11047 33554432000 4194304 4352236 140733736081808 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 11886 11047 126 39 0 10966 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=597.16 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 59711 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4265323 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2443648

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.14 5.10 5.39 6/178 4284
/proc/meminfo: memFree=26596384/32951124 swapFree=67088964/67111528
[pid=4245] ppid=4243 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/4245/stat : 4245 (ppfolio) S 4243 4245 3322 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520045553 18763776 389 33554432000 4194304 4287625 140733820828656 18446744073709551615 210204667407 0 0 4096 65536 3456293228293128191 0 0 17 2 0 0 0
/proc/4245/statm: 4581 389 341 23 0 91 0
[pid=4246] ppid=4245 vsize=1513544 CPUtime=1201.71 cores=0
/proc/4246/stat : 4246 (cryptominisat) R 4245 4245 3322 0 -1 4202496 1937528 0 0 0 119721 450 0 0 25 0 1 0 520045554 1549869056 26184 33554432000 4194304 4587354 140734384686000 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4246/statm: 378386 26184 337 96 0 374948 0
[pid=4247] ppid=4245 vsize=317604 CPUtime=1201.71 cores=4
/proc/4247/stat : 4247 (clasp) R 4245 4245 3322 0 -1 4202496 74539 0 0 0 120154 17 0 0 25 0 1 0 520045554 325226496 72753 33554432000 4194304 4785740 140734062139792 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/4247/statm: 79401 72753 340 145 0 76446 0
[pid=4248] ppid=4245 vsize=480380 CPUtime=598.05 cores=6
/proc/4248/stat : 4248 (TNM) R 4245 4245 3322 0 -1 4202496 8774 0 0 0 59804 1 0 0 25 0 1 0 520045554 491909120 8671 33554432000 134512640 134534564 4289299904 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4248/statm: 120095 8671 95 6 0 118761 0
[pid=4249] ppid=4245 vsize=47544 CPUtime=1201.71 cores=2
/proc/4249/stat : 4249 (lingeling) R 4245 4245 3322 0 -1 4202496 56129 0 0 0 120163 8 0 0 25 0 1 0 520045554 48685056 11047 33554432000 4194304 4352236 140733736081808 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/4249/statm: 11886 11047 126 39 0 10966 0
[pid=4251] ppid=4245 vsize=66252 CPUtime=597.16 cores=6
/proc/4251/stat : 4251 (march_hi) R 4245 4245 3322 0 -1 4202496 35318 0 0 0 59711 5 0 0 25 0 1 0 520045636 67842048 9677 33554432000 4194304 4331988 140736296410192 18446744073709551615 4265323 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/4251/statm: 16563 9677 173 34 0 15005 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 2443648

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4245 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.002998
# 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): 4795.53
CPU system time (s): 4.81
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 3868148

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

runsolver used 2.14767 second user time and 4.34434 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 15:41:10
IDJOB=3249675
IDBENCH=83180
IDSOLVER=1612
FILE ID=node130/3249675-1304084470
RUNJOBID= node130-1304076955-3340
PBS_JOBID= 13170506
Free space on /tmp= 71988 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249675-1304084470/watcher-3249675-1304084470 -o /tmp/evaluation-result-3249675-1304084470/solver-3249675-1304084470 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249675-1304084470.cnf

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=2020713027

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27108732 kB
Buffers:       1170960 kB
Cached:        4154740 kB
SwapCached:      22432 kB
Active:         499004 kB
Inactive:      4912232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27108732 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:           15960 kB
Writeback:          68 kB
AnonPages:       62996 kB
Mapped:          14552 kB
Slab:           369492 kB
PageTables:       4348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189564 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= 71980 MiB
End job on node130 at 2011-04-29 16:01:14