Trace number 3190863

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.23 1201.81

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.60	This is pico-portfolio, a naive parallel portfolio
0.00/0.60	Copyright (C) 2011 Olivier Roussel
0.00/0.60	Using 4 processing units
0.00/0.60	This portfolio uses the following solvers:
0.00/0.60	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.60	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.60	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.60	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.60	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.60	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.60	Starting clasp 1.3.6 on core(s) 4
0.00/0.60	Starting TNM 2009 on core(s) 6
0.00/0.60	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.60	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-3190863-1304039363/watcher-3190863-1304039363 -o /tmp/evaluation-result-3190863-1304039363/solver-3190863-1304039363 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190863-1304039363.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: 5.13 5.46 7.19 1/175 3539
/proc/meminfo: memFree=25120276/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) R 3536 3539 2100 0 -1 4194304 488 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 388 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516469185 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3539/statm: 4581 388 339 23 0 91 0

[startup+0.028744 s]
/proc/loadavg: 5.13 5.46 7.19 1/175 3539
/proc/meminfo: memFree=25120276/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) R 3536 3539 2100 0 -1 4194304 488 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 388 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516469185 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3539/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100735 s]
/proc/loadavg: 5.13 5.46 7.19 1/175 3539
/proc/meminfo: memFree=25120276/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) R 3536 3539 2100 0 -1 4194304 488 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 388 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516469185 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3539/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300718 s]
/proc/loadavg: 5.13 5.46 7.19 1/175 3539
/proc/meminfo: memFree=25120276/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) R 3536 3539 2100 0 -1 4194304 488 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 388 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516469185 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/3539/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700625 s]
/proc/loadavg: 5.13 5.46 7.19 1/175 3539
/proc/meminfo: memFree=25120276/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50049 s]
/proc/loadavg: 5.13 5.46 7.19 6/181 3545
/proc/meminfo: memFree=25039752/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=47192 CPUtime=1.49 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 9358 0 0 0 148 1 0 0 25 0 1 0 515534553 48324608 7336 33554432000 4194304 4587354 140734057179152 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 11798 7336 326 96 0 8360 0
[pid=3541] ppid=3539 vsize=26912 CPUtime=1.49 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 5403 0 0 0 149 0 0 0 20 0 1 0 515534553 27557888 4057 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 6728 4057 340 145 0 3773 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=1.07 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 107 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=11704 CPUtime=0.98 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 3951 0 0 0 98 0 0 0 25 0 1 0 515534603 11984896 2092 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 2926 2092 127 39 0 2006 0
[pid=3545] ppid=3539 vsize=21504 CPUtime=0.39 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 10988 0 0 0 38 1 0 0 25 0 1 0 515534603 22020096 2893 33554432000 4194304 4331988 140733570735408 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 5376 2893 141 34 0 3818 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 587532

[startup+3.1012 s]
/proc/loadavg: 5.12 5.45 7.18 6/181 3545
/proc/meminfo: memFree=25032684/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 18 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=84696 CPUtime=3.09 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 10363 0 0 0 308 1 0 0 25 0 1 0 515534553 86728704 8341 33554432000 4194304 4587354 140734057179152 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 21174 8341 326 96 0 17736 0
[pid=3541] ppid=3539 vsize=34636 CPUtime=3.08 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 7320 0 0 0 308 0 0 0 25 0 1 0 515534553 35467264 5974 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553216 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 8659 5974 340 145 0 5704 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=1.87 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 187 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=11704 CPUtime=2.58 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 3951 0 0 0 258 0 0 0 25 0 1 0 515534603 11984896 2092 33554432000 4194304 4352236 140735243770832 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 2926 2092 127 39 0 2006 0
[pid=3545] ppid=3539 vsize=56380 CPUtime=1.19 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 28949 0 0 0 116 3 0 0 25 0 1 0 515534603 57733120 8585 33554432000 4194304 4331988 140733570735408 18446744073709551615 4229544 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 14095 8585 173 34 0 12537 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 667636

[startup+6.30062 s]
/proc/loadavg: 5.12 5.45 7.18 6/181 3546
/proc/meminfo: memFree=24978500/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=84696 CPUtime=6.29 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 12183 0 0 0 627 2 0 0 25 0 1 0 515534553 86728704 10156 33554432000 4194304 4587354 140734057179152 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 21174 10156 326 96 0 17736 0
[pid=3541] ppid=3539 vsize=48184 CPUtime=6.28 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 10691 0 0 0 627 1 0 0 25 0 1 0 515534553 49340416 9345 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 12046 9345 340 145 0 9091 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=3.45 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 345 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=11704 CPUtime=5.78 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 3951 0 0 0 578 0 0 0 25 0 1 0 515534603 11984896 2092 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 2926 2092 127 39 0 2006 0
[pid=3545] ppid=3539 vsize=58012 CPUtime=2.79 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 32100 0 0 0 275 4 0 0 25 0 1 0 515534603 59404288 11736 33554432000 4194304 4331988 140733570735408 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 14503 11736 173 34 0 12945 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 682816

[startup+12.7004 s]
/proc/loadavg: 5.17 5.45 7.16 7/181 3546
/proc/meminfo: memFree=24942980/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1292472 CPUtime=12.69 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 18308 0 0 0 1265 4 0 0 25 0 1 0 515534553 1323491328 10855 33554432000 4194304 4587354 140734057179152 18446744073709551615 4268633 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 323118 10855 337 96 0 319680 0
[pid=3541] ppid=3539 vsize=72692 CPUtime=12.69 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 16808 0 0 0 1266 3 0 0 25 0 1 0 515534553 74436608 15462 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 18173 15462 340 145 0 15218 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=6.61 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 661 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=16396 CPUtime=12.18 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 5124 0 0 0 1218 0 0 0 25 0 1 0 515534603 16789504 3265 33554432000 4194304 4352236 140735243770832 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 4099 3265 127 39 0 3179 0
[pid=3545] ppid=3539 vsize=63164 CPUtime=5.99 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 33291 0 0 0 595 4 0 0 25 0 1 0 515534603 64679936 12927 33554432000 4194304 4331988 140733570735408 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 15791 12927 173 34 0 14233 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 1924944

[startup+25.5011 s]
/proc/loadavg: 5.15 5.44 7.14 6/181 3546
/proc/meminfo: memFree=24919072/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1308720 CPUtime=25.49 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 56632 0 0 0 2537 12 0 0 25 0 1 0 515534553 1340129280 12748 33554432000 4194304 4587354 140734057179152 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 327180 12748 337 96 0 323742 0
[pid=3541] ppid=3539 vsize=82208 CPUtime=25.49 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 19142 0 0 0 2545 4 0 0 25 0 1 0 515534553 84180992 17796 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 20552 17796 340 145 0 17597 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=12.99 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 1299 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=17468 CPUtime=24.98 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 5392 0 0 0 2498 0 0 0 25 0 1 0 515534603 17887232 3533 33554432000 4194304 4352236 140735243770832 18446744073709551615 4331583 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 4367 3533 127 39 0 3447 0
[pid=3545] ppid=3539 vsize=64616 CPUtime=12.35 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 33648 0 0 0 1231 4 0 0 25 0 1 0 515534603 66166784 13284 33554432000 4194304 4331988 140733570735408 18446744073709551615 4292232 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 16154 13284 173 34 0 14596 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 1953232

[startup+51.1004 s]
/proc/loadavg: 5.10 5.40 7.08 6/181 3547
/proc/meminfo: memFree=24882184/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=122692 CPUtime=51.08 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 79978 0 0 0 5089 19 0 0 25 0 1 0 515534553 125636608 12654 33554432000 4194304 4587354 140734057179152 18446744073709551615 246516530955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 30673 12654 337 96 0 27235 0
[pid=3541] ppid=3539 vsize=110836 CPUtime=51.09 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 26184 0 0 0 5103 6 0 0 25 0 1 0 515534553 113496064 24838 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 27709 24838 340 145 0 24754 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=25.71 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 2571 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=24476 CPUtime=50.59 cores=2

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

/proc/3545/statm: 17276 14415 173 34 0 15718 0
Current children cumulated CPU time (s) 3523.9
Current children cumulated vsize (KiB) 2271320

[startup+942.301 s]
/proc/loadavg: 5.15 5.14 5.84 6/181 3572
/proc/meminfo: memFree=24615040/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1375552 CPUtime=942.31 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 584054 0 0 0 94032 199 0 0 25 0 1 0 515534553 1408565248 25414 33554432000 4194304 4587354 140734057179152 18446744073709551615 4238262 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 343888 25414 337 96 0 340450 0
[pid=3541] ppid=3539 vsize=324952 CPUtime=942.3 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 78766 0 0 0 94212 18 0 0 25 0 1 0 515534553 332750848 77420 33554432000 4194304 4785740 140735415586928 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 81238 77420 340 145 0 78283 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=468.92 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 46892 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=26260 CPUtime=941.82 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 7590 0 0 0 94181 1 0 0 25 0 1 0 515534603 26890240 5731 33554432000 4194304 4352236 140735243770832 18446744073709551615 4280960 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 6565 5731 127 39 0 5645 0
[pid=3545] ppid=3539 vsize=69236 CPUtime=468.24 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34804 0 0 0 46820 4 0 0 25 0 1 0 515534603 70897664 14440 33554432000 4194304 4331988 140733570735408 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17309 14440 173 34 0 15751 0
Current children cumulated CPU time (s) 3763.59
Current children cumulated vsize (KiB) 2276220

[startup+1002.3 s]
/proc/loadavg: 5.14 5.14 5.79 6/181 3573
/proc/meminfo: memFree=24663772/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1372284 CPUtime=1002.32 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 607104 0 0 0 100020 212 0 0 25 0 1 0 515534553 1405218816 12995 33554432000 4194304 4587354 140734057179152 18446744073709551615 246516530836 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 343071 12995 337 96 0 339633 0
[pid=3541] ppid=3539 vsize=325236 CPUtime=1002.3 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 78825 0 0 0 100212 18 0 0 25 0 1 0 515534553 333041664 77479 33554432000 4194304 4785740 140735415586928 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 81309 77479 340 145 0 78354 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=498.72 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 49872 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=26260 CPUtime=1001.82 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 7590 0 0 0 100181 1 0 0 25 0 1 0 515534603 26890240 5731 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 6565 5731 127 39 0 5645 0
[pid=3545] ppid=3539 vsize=69236 CPUtime=498.12 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34826 0 0 0 49807 5 0 0 25 0 1 0 515534603 70897664 14462 33554432000 4194304 4331988 140733570735408 18446744073709551615 4229061 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17309 14462 173 34 0 15751 0
Current children cumulated CPU time (s) 4003.28
Current children cumulated vsize (KiB) 2273236

[startup+1062.3 s]
/proc/loadavg: 5.10 5.12 5.75 6/181 3575
/proc/meminfo: memFree=24636364/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1320260 CPUtime=1062.32 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 650174 0 0 0 106005 227 0 0 25 0 1 0 515534553 1351946240 19930 33554432000 4194304 4587354 140734057179152 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 330065 19930 337 96 0 326627 0
[pid=3541] ppid=3539 vsize=325664 CPUtime=1062.3 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 78911 0 0 0 106212 18 0 0 25 0 1 0 515534553 333479936 77565 33554432000 4194304 4785740 140735415586928 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 81416 77565 340 145 0 78461 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=528.6 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 52860 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=26260 CPUtime=1061.82 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 7590 0 0 0 106181 1 0 0 25 0 1 0 515534603 26890240 5731 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 6565 5731 127 39 0 5645 0
[pid=3545] ppid=3539 vsize=69368 CPUtime=527.91 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34843 0 0 0 52786 5 0 0 25 0 1 0 515534603 71032832 14479 33554432000 4194304 4331988 140733570735408 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17342 14479 173 34 0 15784 0
Current children cumulated CPU time (s) 4242.95
Current children cumulated vsize (KiB) 2221772

[startup+1122.3 s]
/proc/loadavg: 5.07 5.11 5.70 6/181 3576
/proc/meminfo: memFree=24656204/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1331940 CPUtime=1122.32 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 677062 0 0 0 111991 241 0 0 25 0 1 0 515534553 1363906560 14283 33554432000 4194304 4587354 140734057179152 18446744073709551615 4250322 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 332985 14283 337 96 0 329547 0
[pid=3541] ppid=3539 vsize=325664 CPUtime=1122.31 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 78927 0 0 0 112212 19 0 0 25 0 1 0 515534553 333479936 77581 33554432000 4194304 4785740 140735415586928 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 81416 77581 340 145 0 78461 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=558.4 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 55840 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134528966 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=28308 CPUtime=1121.82 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 8102 0 0 0 112181 1 0 0 25 0 1 0 515534603 28987392 6243 33554432000 4194304 4352236 140735243770832 18446744073709551615 4208047 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 7077 6243 127 39 0 6157 0
[pid=3545] ppid=3539 vsize=69368 CPUtime=557.79 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34862 0 0 0 55774 5 0 0 25 0 1 0 515534603 71032832 14498 33554432000 4194304 4331988 140733570735408 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17342 14498 173 34 0 15784 0
Current children cumulated CPU time (s) 4482.64
Current children cumulated vsize (KiB) 2235500

[startup+1182.3 s]
/proc/loadavg: 5.07 5.11 5.66 6/181 3578
/proc/meminfo: memFree=24608456/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1320384 CPUtime=1182.32 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 702599 0 0 0 117978 254 0 0 25 0 1 0 515534553 1352073216 23105 33554432000 4194304 4587354 140734057179152 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 330096 23105 337 96 0 326658 0
[pid=3541] ppid=3539 vsize=338868 CPUtime=1182.31 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 82174 0 0 0 118212 19 0 0 25 0 1 0 515534553 347000832 80828 33554432000 4194304 4785740 140735415586928 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 84717 80828 340 145 0 81762 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=588.26 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 58826 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=28308 CPUtime=1181.82 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 8102 0 0 0 118181 1 0 0 25 0 1 0 515534603 28987392 6243 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 7077 6243 127 39 0 6157 0
[pid=3545] ppid=3539 vsize=69500 CPUtime=587.6 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34882 0 0 0 58755 5 0 0 25 0 1 0 515534603 71168000 14518 33554432000 4194304 4331988 140733570735408 18446744073709551615 4284198 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17375 14518 173 34 0 15817 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 2237280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 5.10 5.11 5.65 6/181 3578
/proc/meminfo: memFree=24627924/32951124 swapFree=67111352/67111528
[pid=3539] ppid=3536 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/3539/stat : 3539 (ppfolio) S 3536 3539 2100 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515534553 18763776 390 33554432000 4194304 4287625 140733924396720 18446744073709551615 246516854287 0 0 4096 65536 13709828495536816127 0 0 17 2 0 0 0
/proc/3539/statm: 4581 390 341 23 0 91 0
[pid=3540] ppid=3539 vsize=1339376 CPUtime=1201.83 cores=0
/proc/3540/stat : 3540 (cryptominisat) R 3539 3539 2100 0 -1 4202496 711852 0 0 0 119923 260 0 0 25 0 1 0 515534553 1371521024 15638 33554432000 4194304 4587354 140734057179152 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3540/statm: 334844 15638 337 96 0 331406 0
[pid=3541] ppid=3539 vsize=346896 CPUtime=1201.81 cores=4
/proc/3541/stat : 3541 (clasp) R 3539 3539 2100 0 -1 4202496 84156 0 0 0 120161 20 0 0 25 0 1 0 515534553 355221504 82810 33554432000 4194304 4785740 140735415586928 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3541/statm: 86724 82810 340 145 0 83769 0
[pid=3542] ppid=3539 vsize=461896 CPUtime=597.96 cores=6
/proc/3542/stat : 3542 (TNM) R 3539 3539 2100 0 -1 4202496 4293 0 0 0 59796 0 0 0 25 0 1 0 515534553 472981504 4190 33554432000 134512640 134534564 4294813920 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3542/statm: 115474 4190 95 6 0 114140 0
[pid=3544] ppid=3539 vsize=29332 CPUtime=1201.33 cores=2
/proc/3544/stat : 3544 (lingeling) R 3539 3539 2100 0 -1 4202496 8358 0 0 0 120132 1 0 0 25 0 1 0 515534603 30035968 6499 33554432000 4194304 4352236 140735243770832 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/3544/statm: 7333 6499 127 39 0 6413 0
[pid=3545] ppid=3539 vsize=69500 CPUtime=597.3 cores=6
/proc/3545/stat : 3545 (march_hi) R 3539 3539 2100 0 -1 4202496 34887 0 0 0 59725 5 0 0 25 0 1 0 515534603 71168000 14523 33554432000 4194304 4331988 140733570735408 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/3545/statm: 17375 14523 173 34 0 15817 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 2265324

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.81
CPU time (s): 4800.23
CPU user time (s): 4797.37
CPU system time (s): 2.86
CPU usage (%): 399.416
Max. virtual memory (cumulated for all children) (KiB): 3539172

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

runsolver used 2.09868 second user time and 4.46632 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 03:09:24
IDJOB=3190863
IDBENCH=82594
IDSOLVER=1612
FILE ID=node134/3190863-1304039363
RUNJOBID= node134-1304036955-3306
PBS_JOBID= 13170318
Free space on /tmp= 71584 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190863-1304039363/watcher-3190863-1304039363 -o /tmp/evaluation-result-3190863-1304039363/solver-3190863-1304039363 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190863-1304039363.cnf

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1128912512

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25120440 kB
Buffers:       1470628 kB
Cached:        5774784 kB
SwapCached:         64 kB
Active:        1388644 kB
Inactive:      5920440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25120440 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           12092 kB
Writeback:           0 kB
AnonPages:       63180 kB
Mapped:          14872 kB
Slab:           458144 kB
PageTables:       4548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-29 03:29:27