Trace number 3281072

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	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-3281072-1304032500/watcher-3281072-1304032500 -o /tmp/evaluation-result-3281072-1304032500/solver-3281072-1304032500 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281072-1304032500.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.30 6.73 7.50 7/186 26812
/proc/meminfo: memFree=31374928/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) R 26810 26812 26347 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0

[startup+0.136639 s]
/proc/loadavg: 4.30 6.73 7.50 7/186 26812
/proc/meminfo: memFree=31374928/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) R 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.20063 s]
/proc/loadavg: 4.30 6.73 7.50 7/186 26812
/proc/meminfo: memFree=31374928/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300612 s]
/proc/loadavg: 4.30 6.73 7.50 7/186 26812
/proc/meminfo: memFree=31374928/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700538 s]
/proc/loadavg: 4.30 6.73 7.50 7/186 26812
/proc/meminfo: memFree=31374928/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50039 s]
/proc/loadavg: 4.30 6.73 7.50 11/192 26818
/proc/meminfo: memFree=31198808/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=52036 CPUtime=1.48 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 8028 0 0 0 148 0 0 0 20 0 1 0 514847957 53284864 7805 33554432000 4194304 4587354 140734391025840 18446744073709551615 4421263 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 13009 7805 316 96 0 9571 0
[pid=26814] ppid=26812 vsize=40252 CPUtime=1.49 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 9339 0 0 0 148 1 0 0 25 0 1 0 514847957 41218048 7220 33554432000 4194304 4785740 140736421236800 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 10063 7220 340 145 0 7108 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=0.77 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 77 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=17200 CPUtime=1.48 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 5468 0 0 0 148 0 0 0 25 0 1 0 514847957 17612800 3465 33554432000 4194304 4352236 140737038942768 18446744073709551615 4227629 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 4300 3465 125 39 0 3380 0
[pid=26817] ppid=26812 vsize=37976 CPUtime=0.7 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 30262 0 0 0 66 4 0 0 25 0 1 0 514847957 38887424 6568 33554432000 4194304 4331988 140733202062224 18446744073709551615 271550186496 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 9494 6568 164 34 0 7936 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 630192

[startup+3.1011 s]
/proc/loadavg: 4.30 6.73 7.50 12/192 26818
/proc/meminfo: memFree=31118704/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=64704 CPUtime=3.09 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 14232 0 0 0 308 1 0 0 25 0 1 0 514847957 66256896 11586 33554432000 4194304 4587354 140734391025840 18446744073709551615 4239572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 16176 11586 333 96 0 12738 0
[pid=26814] ppid=26812 vsize=40916 CPUtime=3.09 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 9561 0 0 0 308 1 0 0 25 0 1 0 514847957 41897984 7442 33554432000 4194304 4785740 140736421236800 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 10229 7442 340 145 0 7274 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=1.56 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 156 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=22204 CPUtime=3.08 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 6720 0 0 0 308 0 0 0 25 0 1 0 514847957 22736896 4717 33554432000 4194304 4352236 140737038942768 18446744073709551615 4267912 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 5551 4717 125 39 0 4631 0
[pid=26817] ppid=26812 vsize=39032 CPUtime=1.5 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 32146 0 0 0 146 4 0 0 25 0 1 0 514847957 39968768 6854 33554432000 4194304 4331988 140733202062224 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 9758 6854 150 34 0 8200 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 649584

[startup+6.30052 s]
/proc/loadavg: 4.75 6.79 7.51 11/192 26819
/proc/meminfo: memFree=31107264/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=615512 CPUtime=6.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 17929 0 0 0 627 2 0 0 25 0 1 0 514847957 630284288 11793 33554432000 4194304 4587354 140734391025840 18446744073709551615 4238035 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 153878 11793 336 96 0 150440 0
[pid=26814] ppid=26812 vsize=43504 CPUtime=6.28 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 10184 0 0 0 627 1 0 0 25 0 1 0 514847957 44548096 8065 33554432000 4194304 4785740 140736421236800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 10876 8065 340 145 0 7921 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=3.15 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 315 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=22140 CPUtime=6.28 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 6722 0 0 0 627 1 0 0 25 0 1 0 514847957 22671360 4703 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 5535 4703 127 39 0 4615 0
[pid=26817] ppid=26812 vsize=39032 CPUtime=3.1 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 32147 0 0 0 306 4 0 0 25 0 1 0 514847957 39968768 6854 33554432000 4194304 4331988 140733202062224 18446744073709551615 271550196880 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 9758 6854 149 34 0 8200 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1202916

[startup+12.7004 s]
/proc/loadavg: 5.17 6.84 7.52 11/192 26819
/proc/meminfo: memFree=30970048/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=615512 CPUtime=12.69 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 18436 0 0 0 1266 3 0 0 25 0 1 0 514847957 630284288 12295 33554432000 4194304 4587354 140734391025840 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 153878 12295 339 96 0 150440 0
[pid=26814] ppid=26812 vsize=50392 CPUtime=12.69 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 11904 0 0 0 1267 2 0 0 25 0 1 0 514847957 51601408 9785 33554432000 4194304 4785740 140736421236800 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 12598 9785 340 145 0 9643 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=6.31 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 631 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=21660 CPUtime=12.68 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 6722 0 0 0 1267 1 0 0 25 0 1 0 514847957 22179840 4583 33554432000 4194304 4352236 140737038942768 18446744073709551615 4276530 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 5415 4583 127 39 0 4495 0
[pid=26817] ppid=26812 vsize=112552 CPUtime=6.29 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 71154 0 0 0 619 10 0 0 25 0 1 0 514847957 115253248 23900 33554432000 4194304 4331988 140733202062224 18446744073709551615 4252211 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 28138 23900 151 34 0 26580 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1282844

[startup+25.501 s]
/proc/loadavg: 6.24 6.99 7.56 12/192 26819
/proc/meminfo: memFree=30857748/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=637448 CPUtime=25.48 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 23680 0 0 0 2545 3 0 0 25 0 1 0 514847957 652746752 17535 33554432000 4194304 4587354 140734391025840 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 159362 17535 339 96 0 155924 0
[pid=26814] ppid=26812 vsize=53968 CPUtime=25.49 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 12802 0 0 0 2547 2 0 0 25 0 1 0 514847957 55263232 10683 33554432000 4194304 4785740 140736421236800 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 13492 10683 340 145 0 10537 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=12.71 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 1271 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=21588 CPUtime=25.48 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 7057 0 0 0 2547 1 0 0 25 0 1 0 514847957 22106112 4565 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328022 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 5397 4565 127 39 0 4477 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=12.63 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 114915 0 0 0 1247 16 0 0 25 0 1 0 514847957 226078720 34557 33554432000 4194304 4331988 140733202062224 18446744073709551615 4210940 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 34557 204 34 0 53637 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1416512

[startup+51.1014 s]
/proc/loadavg: 7.66 7.27 7.64 12/192 26820
/proc/meminfo: memFree=30821836/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=638596 CPUtime=51.09 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 33936 0 0 0 5103 6 0 0 25 0 1 0 514847957 653922304 18201 33554432000 4194304 4587354 140734391025840 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 159649 18201 339 96 0 156211 0
[pid=26814] ppid=26812 vsize=61804 CPUtime=51.09 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 14771 0 0 0 5106 3 0 0 25 0 1 0 514847957 63287296 12652 33554432000 4194304 4785740 140736421236800 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 15451 12652 340 145 0 12496 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=25.41 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 2541 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=24304 CPUtime=51.07 cores=2

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

/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 1773696

[startup+942.3 s]
/proc/loadavg: 10.37 10.10 9.22 12/192 26844
/proc/meminfo: memFree=29943380/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=886676 CPUtime=942.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 744445 0 0 0 94031 198 0 0 25 0 1 0 514847957 907956224 75245 33554432000 4194304 4587354 140734391025840 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 221669 75245 340 96 0 218231 0
[pid=26814] ppid=26812 vsize=356724 CPUtime=942.31 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 88049 0 0 0 94200 31 0 0 25 0 1 0 514847957 365285376 85930 33554432000 4194304 4785740 140736421236800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 89181 85931 340 145 0 86226 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=468.63 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 46863 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=36004 CPUtime=942.21 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 14726 0 0 0 94219 2 0 0 25 0 1 0 514847957 36868096 8169 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 9001 8169 127 39 0 8081 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=468.53 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 46837 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1982912

[startup+1002.3 s]
/proc/loadavg: 10.34 10.13 9.28 12/192 26845
/proc/meminfo: memFree=29895712/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=886676 CPUtime=1002.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 744445 0 0 0 100031 198 0 0 25 0 1 0 514847957 907956224 75245 33554432000 4194304 4587354 140734391025840 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 221669 75245 340 96 0 218231 0
[pid=26814] ppid=26812 vsize=397056 CPUtime=1002.31 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 97344 0 0 0 100196 35 0 0 25 0 1 0 514847957 406585344 95225 33554432000 4194304 4785740 140736421236800 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 99264 95225 340 145 0 96309 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=498.43 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 49843 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=35996 CPUtime=1002.2 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 14726 0 0 0 100218 2 0 0 25 0 1 0 514847957 36859904 8167 33554432000 4194304 4352236 140737038942768 18446744073709551615 4329165 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 8999 8167 127 39 0 8079 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=498.4 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 49824 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 2023236

[startup+1062.3 s]
/proc/loadavg: 10.21 10.13 9.34 12/192 26847
/proc/meminfo: memFree=30046576/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=690184 CPUtime=1062.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 761933 0 0 0 106025 204 0 0 25 0 1 0 514847957 706748416 28326 33554432000 4194304 4587354 140734391025840 18446744073709551615 4237946 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 172546 28327 340 96 0 169108 0
[pid=26814] ppid=26812 vsize=397056 CPUtime=1062.31 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 97346 0 0 0 106196 35 0 0 25 0 1 0 514847957 406585344 95227 33554432000 4194304 4785740 140736421236800 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 99264 95227 340 145 0 96309 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=528.29 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 52829 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=35988 CPUtime=1062.21 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 16262 0 0 0 106218 3 0 0 25 0 1 0 514847957 36851712 8165 33554432000 4194304 4352236 140737038942768 18446744073709551615 4234291 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 8997 8165 127 39 0 8077 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=528.22 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 52806 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1826736

[startup+1122.3 s]
/proc/loadavg: 10.27 10.15 9.39 11/192 26848
/proc/meminfo: memFree=30120048/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=687700 CPUtime=1122.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 833479 0 0 0 112001 228 0 0 25 0 1 0 514847957 704204800 29416 33554432000 4194304 4587354 140734391025840 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 171925 29416 340 96 0 168487 0
[pid=26814] ppid=26812 vsize=397056 CPUtime=1122.31 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 97353 0 0 0 112196 35 0 0 25 0 1 0 514847957 406585344 95234 33554432000 4194304 4785740 140736421236800 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 99264 95234 340 145 0 96309 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=558.13 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 55813 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=38036 CPUtime=1122.2 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 17030 0 0 0 112217 3 0 0 25 0 1 0 514847957 38948864 8677 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 9509 8677 127 39 0 8589 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=558.05 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 55789 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4242620 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 4482.98
Current children cumulated vsize (KiB) 1826300

[startup+1182.3 s]
/proc/loadavg: 10.28 10.17 9.44 11/192 26850
/proc/meminfo: memFree=30071892/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=723868 CPUtime=1182.29 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 897399 0 0 0 117980 249 0 0 25 0 1 0 514847957 741240832 37705 33554432000 4194304 4587354 140734391025840 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 180967 37705 340 96 0 177529 0
[pid=26814] ppid=26812 vsize=397056 CPUtime=1182.32 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 97356 0 0 0 118197 35 0 0 25 0 1 0 514847957 406585344 95237 33554432000 4194304 4785740 140736421236800 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 99264 95237 340 145 0 96309 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=587.95 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 58795 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=35984 CPUtime=1182.2 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 17030 0 0 0 118217 3 0 0 25 0 1 0 514847957 36847616 8164 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 8996 8164 127 39 0 8076 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=587.91 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 58775 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1860416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.20 10.16 9.45 6/186 26851
/proc/meminfo: memFree=30649084/32951124 swapFree=67111344/67111528
[pid=26812] ppid=26810 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (ppfolio) S 26810 26812 26347 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514847957 18763776 390 33554432000 4194304 4287625 140736634902688 18446744073709551615 271550557711 0 0 4096 65536 5533218328920719359 0 0 17 4 0 0 0
/proc/26812/statm: 4581 390 341 23 0 91 0
[pid=26813] ppid=26812 vsize=715716 CPUtime=1201.7 cores=0
/proc/26813/stat : 26813 (cryptominisat) R 26812 26812 26347 0 -1 4202496 917550 0 0 0 119914 256 0 0 25 0 1 0 514847957 732893184 38887 33554432000 4194304 4587354 140734391025840 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26813/statm: 178929 38887 340 96 0 175491 0
[pid=26814] ppid=26812 vsize=397056 CPUtime=1201.72 cores=4
/proc/26814/stat : 26814 (clasp) R 26812 26812 26347 0 -1 4202496 97356 0 0 0 120137 35 0 0 25 0 1 0 514847957 406585344 95237 33554432000 4194304 4785740 140736421236800 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26814/statm: 99264 95237 340 145 0 96309 0
[pid=26815] ppid=26812 vsize=464404 CPUtime=597.62 cores=6
/proc/26815/stat : 26815 (TNM) R 26812 26812 26347 0 -1 4202496 6004 0 0 0 59762 0 0 0 25 0 1 0 514847957 475549696 5901 33554432000 134512640 134534564 4294537776 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26815/statm: 116101 5901 95 6 0 114767 0
[pid=26816] ppid=26812 vsize=38032 CPUtime=1201.61 cores=2
/proc/26816/stat : 26816 (lingeling) R 26812 26812 26347 0 -1 4202496 17542 0 0 0 120158 3 0 0 25 0 1 0 514847957 38944768 8676 33554432000 4194304 4352236 140737038942768 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26816/statm: 9508 8676 127 39 0 8588 0
[pid=26817] ppid=26812 vsize=220780 CPUtime=597.53 cores=6
/proc/26817/stat : 26817 (march_hi) R 26812 26812 26347 0 -1 4202496 115566 0 0 0 59737 16 0 0 25 0 1 0 514847957 226078720 35177 33554432000 4194304 4331988 140733202062224 18446744073709551615 4243048 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26817/statm: 55195 35177 176 34 0 53637 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1854312

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 26812 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=583331
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=38994
# CPU time returned by wait4() is 1201.62
# while last known CPU time is 4800.18
#
# 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.18
CPU user time (s): 4797.08
CPU system time (s): 3.1
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 2459924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.58
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18068
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= 172
involuntary context switches= 3534

runsolver used 1.80173 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 01:15:01
IDJOB=3281072
IDBENCH=20521
IDSOLVER=1612
FILE ID=node133/3281072-1304032500
RUNJOBID= node133-1304032500-26787
PBS_JOBID= 13170319
Free space on /tmp= 71880 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281072-1304032500/watcher-3281072-1304032500 -o /tmp/evaluation-result-3281072-1304032500/solver-3281072-1304032500 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3281072-1304032500.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=426088289

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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:      31376696 kB
Buffers:        661388 kB
Cached:         494104 kB
SwapCached:        124 kB
Active:         546048 kB
Inactive:       683552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31376696 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           27664 kB
Writeback:           0 kB
AnonPages:       74116 kB
Mapped:          16056 kB
Slab:           280376 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   676196 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= 71868 MiB
End job on node133 at 2011-04-29 01:35:04