Trace number 3281256

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.71

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k80.cnf
MD5SUMd35e27c66dd20912347d4209a4f12c99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark53.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables165064
Number of clauses686589
Sum of the clauses size1761641
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2487000
Number of clauses of size 3128986
Number of clauses of size 424474
Number of clauses of size 513939
Number of clauses of size over 530118

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-3281256-1304032537/watcher-3281256-1304032537 -o /tmp/evaluation-result-3281256-1304032537/solver-3281256-1304032537 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281256-1304032537.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: 7.95 7.45 7.66 8/182 28807
/proc/meminfo: memFree=20169196/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0

[startup+0.163845 s]
/proc/loadavg: 7.95 7.45 7.66 8/182 28807
/proc/meminfo: memFree=20169196/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200839 s]
/proc/loadavg: 7.95 7.45 7.66 8/182 28807
/proc/meminfo: memFree=20169196/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300822 s]
/proc/loadavg: 7.95 7.45 7.66 8/182 28807
/proc/meminfo: memFree=20169196/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700752 s]
/proc/loadavg: 7.95 7.45 7.66 8/182 28807
/proc/meminfo: memFree=20169196/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50061 s]
/proc/loadavg: 7.95 7.45 7.66 12/188 28813
/proc/meminfo: memFree=19885192/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=95936 CPUtime=1.49 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 18301 0 0 0 148 1 0 0 25 0 1 0 247445062 98238464 17753 33554432000 4194304 4587354 140733412898480 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 23984 17753 310 96 0 20546 0
[pid=28809] ppid=28807 vsize=116092 CPUtime=1.43 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 30242 0 0 0 140 3 0 0 25 0 1 0 247445062 118878208 25751 33554432000 4194304 4785740 140736838564112 18446744073709551615 268660323013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 29023 25751 319 145 0 26068 0
[pid=28810] ppid=28807 vsize=493840 CPUtime=0.77 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 14219 0 0 0 75 2 0 0 25 0 1 0 247445062 505692160 14116 33554432000 134512640 134534564 4293069024 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 123460 14116 91 6 0 122126 0
[pid=28811] ppid=28807 vsize=40072 CPUtime=1.49 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 16799 0 0 0 147 2 0 0 25 0 1 0 247445062 41033728 9199 33554432000 4194304 4352236 140735846136560 18446744073709551615 4255829 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 10018 9199 116 39 0 9098 0
[pid=28812] ppid=28807 vsize=101048 CPUtime=0.7 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4194304 22019 0 0 0 67 3 0 0 25 0 1 0 247445062 103473152 16880 33554432000 4194304 4331988 140736058741168 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 25262 16880 126 34 0 23704 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 865312

[startup+3.10033 s]
/proc/loadavg: 7.95 7.45 7.66 11/188 28813
/proc/meminfo: memFree=19772848/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=167624 CPUtime=3.09 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 39073 0 0 0 306 3 0 0 25 0 1 0 247445062 171646976 34622 33554432000 4194304 4587354 140733412898480 18446744073709551615 4375056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 41906 34622 321 96 0 38468 0
[pid=28809] ppid=28807 vsize=111236 CPUtime=3.03 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 32014 0 0 0 300 3 0 0 25 0 1 0 247445062 113905664 24588 33554432000 4194304 4785740 140736838564112 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 27809 24588 340 145 0 24854 0
[pid=28810] ppid=28807 vsize=493840 CPUtime=1.56 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 14221 0 0 0 154 2 0 0 25 0 1 0 247445062 505692160 14118 33554432000 134512640 134534564 4293069024 18446744073709551615 134524594 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 123460 14118 91 6 0 122126 0
[pid=28811] ppid=28807 vsize=41880 CPUtime=3.09 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 17266 0 0 0 307 2 0 0 25 0 1 0 247445062 42885120 9666 33554432000 4194304 4352236 140735846136560 18446744073709551615 4291034 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 10470 9666 125 39 0 9550 0
[pid=28812] ppid=28807 vsize=130752 CPUtime=1.5 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4194304 31095 0 0 0 146 4 0 0 25 0 1 0 247445062 133890048 24605 33554432000 4194304 4331988 140736058741168 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 32688 24605 129 34 0 31130 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 963656

[startup+6.30077 s]
/proc/loadavg: 8.12 7.49 7.67 12/188 28813
/proc/meminfo: memFree=19665724/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=218308 CPUtime=6.29 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 50858 0 0 0 624 5 0 0 25 0 1 0 247445062 223547392 40387 33554432000 4194304 4587354 140733412898480 18446744073709551615 4244156 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 54577 40387 333 96 0 51139 0
[pid=28809] ppid=28807 vsize=111236 CPUtime=6.23 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 32040 0 0 0 620 3 0 0 25 0 1 0 247445062 113905664 24614 33554432000 4194304 4785740 140736838564112 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 27809 24614 340 145 0 24854 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=3.14 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 311 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=45492 CPUtime=6.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 18169 0 0 0 626 3 0 0 25 0 1 0 247445062 46583808 10569 33554432000 4194304 4352236 140735846136560 18446744073709551615 4208914 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 11373 10569 125 39 0 10453 0
[pid=28812] ppid=28807 vsize=130748 CPUtime=3.1 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 31206 0 0 0 306 4 0 0 25 0 1 0 247445062 133885952 24702 33554432000 4194304 4331988 140736058741168 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 32687 24702 149 34 0 31129 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 1025736

[startup+12.7006 s]
/proc/loadavg: 8.27 7.53 7.68 12/188 28813
/proc/meminfo: memFree=19476364/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=218308 CPUtime=12.69 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 51151 0 0 0 1264 5 0 0 25 0 1 0 247445062 223547392 40665 33554432000 4194304 4587354 140733412898480 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 54577 40665 339 96 0 51139 0
[pid=28809] ppid=28807 vsize=111236 CPUtime=12.63 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 32041 0 0 0 1260 3 0 0 25 0 1 0 247445062 113905664 24615 33554432000 4194304 4785740 140736838564112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 27809 24615 340 145 0 24854 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=6.34 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 631 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=47808 CPUtime=12.68 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 23957 0 0 0 1265 3 0 0 25 0 1 0 247445062 48955392 11120 33554432000 4194304 4352236 140735846136560 18446744073709551615 4257282 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 11952 11120 127 39 0 11032 0
[pid=28812] ppid=28807 vsize=405860 CPUtime=6.27 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 102782 0 0 0 616 11 0 0 25 0 1 0 247445062 415600640 52209 33554432000 4194304 4331988 140736058741168 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 101465 52209 333 34 0 99907 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 1303164

[startup+25.5004 s]
/proc/loadavg: 8.72 7.67 7.72 12/188 28813
/proc/meminfo: memFree=19522496/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=229208 CPUtime=25.49 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 55136 0 0 0 2543 6 0 0 25 0 1 0 247445062 234708992 44596 33554432000 4194304 4587354 140733412898480 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 57302 44596 339 96 0 53864 0
[pid=28809] ppid=28807 vsize=111236 CPUtime=25.43 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 32044 0 0 0 2540 3 0 0 25 0 1 0 247445062 113905664 24618 33554432000 4194304 4785740 140736838564112 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 27809 24618 340 145 0 24854 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=12.74 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 1271 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=51880 CPUtime=25.48 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 25721 0 0 0 2544 4 0 0 25 0 1 0 247445062 53125120 12138 33554432000 4194304 4352236 140735846136560 18446744073709551615 4257355 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 12970 12138 127 39 0 12050 0
[pid=28812] ppid=28807 vsize=413368 CPUtime=12.6 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 105905 0 0 0 1248 12 0 0 25 0 1 0 247445062 423288832 55173 33554432000 4194304 4331988 140736058741168 18446744073709551615 4263230 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 103342 55173 177 34 0 101784 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 1325644

[startup+51.1009 s]
/proc/loadavg: 9.15 7.85 7.78 12/188 28814
/proc/meminfo: memFree=19480416/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=208836 CPUtime=51.09 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 59576 0 0 0 5102 7 0 0 25 0 1 0 247445062 213848064 43156 33554432000 4194304 4587354 140733412898480 18446744073709551615 4239534 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 52209 43156 339 96 0 48771 0
[pid=28809] ppid=28807 vsize=127840 CPUtime=51.04 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 36140 0 0 0 5099 5 0 0 25 0 1 0 247445062 130908160 28714 33554432000 4194304 4785740 140736838564112 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 31960 28714 340 145 0 29005 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=25.44 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 2541 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134530236 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=53900 CPUtime=51.08 cores=2

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

/proc/28812/statm: 110886 64209 176 34 0 109328 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1959968

[startup+942.301 s]
/proc/loadavg: 10.19 10.05 9.23 11/188 28934
/proc/meminfo: memFree=18859068/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=321552 CPUtime=942.31 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 221884 0 0 0 94174 57 0 0 25 0 1 0 247445062 329269248 71677 33554432000 4194304 4587354 140733412898480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 80388 71677 339 96 0 76950 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=942.25 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155045 0 0 0 94184 41 0 0 25 0 1 0 247445062 623108096 147619 33554432000 4194304 4785740 140736838564112 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147619 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=468.63 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 46860 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=105728 CPUtime=942.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 45395 0 0 0 94222 7 0 0 25 0 1 0 247445062 108265472 25600 33554432000 4194304 4352236 140735846136560 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 26432 25600 127 39 0 25512 0
[pid=28812] ppid=28807 vsize=443544 CPUtime=468.53 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 114955 0 0 0 46838 15 0 0 25 0 1 0 247445062 454189056 64222 33554432000 4194304 4331988 140736058741168 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 110886 64222 176 34 0 109328 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 1999280

[startup+1002.3 s]
/proc/loadavg: 10.12 10.05 9.28 11/188 28935
/proc/meminfo: memFree=18890904/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=1747136 CPUtime=1002.31 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 223242 0 0 0 100172 59 0 0 25 0 1 0 247445062 1789067264 62537 33554432000 4194304 4587354 140733412898480 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 436784 62537 339 96 0 433346 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=1002.25 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155048 0 0 0 100184 41 0 0 25 0 1 0 247445062 623108096 147622 33554432000 4194304 4785740 140736838564112 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147622 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=498.46 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 49843 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=105712 CPUtime=1002.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 45395 0 0 0 100222 7 0 0 25 0 1 0 247445062 108249088 25596 33554432000 4194304 4352236 140735846136560 18446744073709551615 4327863 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 26428 25596 127 39 0 25508 0
[pid=28812] ppid=28807 vsize=443544 CPUtime=498.37 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 114967 0 0 0 49822 15 0 0 25 0 1 0 247445062 454189056 64234 33554432000 4194304 4331988 140736058741168 18446744073709551615 4242671 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 110886 64234 176 34 0 109328 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 3424848

[startup+1062.3 s]
/proc/loadavg: 10.11 10.06 9.33 11/188 28937
/proc/meminfo: memFree=18882548/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=1729096 CPUtime=1062.32 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 224607 0 0 0 106172 60 0 0 25 0 1 0 247445062 1770594304 63008 33554432000 4194304 4587354 140733412898480 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 432274 63008 339 96 0 428836 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=1062.25 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155049 0 0 0 106184 41 0 0 25 0 1 0 247445062 623108096 147623 33554432000 4194304 4785740 140736838564112 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147623 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=528.29 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 52826 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=105700 CPUtime=1062.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 45395 0 0 0 106222 7 0 0 25 0 1 0 247445062 108236800 25593 33554432000 4194304 4352236 140735846136560 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 26425 25593 127 39 0 25505 0
[pid=28812] ppid=28807 vsize=443676 CPUtime=528.22 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 115015 0 0 0 52807 15 0 0 25 0 1 0 247445062 454324224 64282 33554432000 4194304 4331988 140736058741168 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 110919 64282 176 34 0 109361 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 3406928

[startup+1122.3 s]
/proc/loadavg: 10.14 10.07 9.38 11/188 28939
/proc/meminfo: memFree=18875448/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=1729096 CPUtime=1122.32 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 225366 0 0 0 112172 60 0 0 25 0 1 0 247445062 1770594304 63743 33554432000 4194304 4587354 140733412898480 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 432274 63743 339 96 0 428836 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=1122.25 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155049 0 0 0 112184 41 0 0 25 0 1 0 247445062 623108096 147623 33554432000 4194304 4785740 140736838564112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147623 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=558.15 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 55812 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=105700 CPUtime=1122.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 45395 0 0 0 112222 7 0 0 25 0 1 0 247445062 108236800 25593 33554432000 4194304 4352236 140735846136560 18446744073709551615 4207744 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 26425 25593 127 39 0 25505 0
[pid=28812] ppid=28807 vsize=443808 CPUtime=558.03 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 115094 0 0 0 55788 15 0 0 25 0 1 0 247445062 454459392 64361 33554432000 4194304 4331988 140736058741168 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 110952 64361 176 34 0 109394 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 3407060

[startup+1182.3 s]
/proc/loadavg: 10.15 10.09 9.43 11/188 28940
/proc/meminfo: memFree=18849236/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=1783256 CPUtime=1182.31 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 225580 0 0 0 118171 60 0 0 25 0 1 0 247445062 1826054144 63008 33554432000 4194304 4587354 140733412898480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 445814 63008 339 96 0 442376 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=1182.25 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155110 0 0 0 118184 41 0 0 25 0 1 0 247445062 623108096 147684 33554432000 4194304 4785740 140736838564112 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147684 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=587.95 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 58792 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=108188 CPUtime=1182.29 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 46021 0 0 0 118222 7 0 0 25 0 1 0 247445062 110784512 26215 33554432000 4194304 4352236 140735846136560 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 27047 26215 127 39 0 26127 0
[pid=28812] ppid=28807 vsize=444072 CPUtime=587.91 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 115161 0 0 0 58776 15 0 0 25 0 1 0 247445062 454729728 64428 33554432000 4194304 4331988 140736058741168 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 111018 64428 176 34 0 109460 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 3463972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.18 10.10 9.44 11/188 28941
/proc/meminfo: memFree=18857168/32951124 swapFree=67111528/67111528
[pid=28807] ppid=28805 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/28807/stat : 28807 (ppfolio) S 28805 28807 28368 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 247445061 18763776 389 33554432000 4194304 4287625 140733607657872 18446744073709551615 268660682255 0 0 4096 65536 4401953080212455423 0 0 17 4 0 0 0
/proc/28807/statm: 4581 389 341 23 0 91 0
[pid=28808] ppid=28807 vsize=1783256 CPUtime=1201.72 cores=0
/proc/28808/stat : 28808 (cryptominisat) R 28807 28807 28368 0 -1 4202496 226158 0 0 0 120111 61 0 0 25 0 1 0 247445062 1826054144 63576 33554432000 4194304 4587354 140733412898480 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28808/statm: 445814 63576 339 96 0 442376 0
[pid=28809] ppid=28807 vsize=608504 CPUtime=1201.66 cores=4
/proc/28809/stat : 28809 (clasp) R 28807 28807 28368 0 -1 4202496 155114 0 0 0 120125 41 0 0 25 0 1 0 247445062 623108096 147688 33554432000 4194304 4785740 140736838564112 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/28809/statm: 152126 147688 340 145 0 149171 0
[pid=28810] ppid=28807 vsize=501628 CPUtime=597.64 cores=6
/proc/28810/stat : 28810 (TNM) R 28807 28807 28368 0 -1 4202496 23395 0 0 0 59761 3 0 0 25 0 1 0 247445062 513667072 23292 33554432000 134512640 134534564 4293069024 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28810/statm: 125407 23292 95 6 0 124073 0
[pid=28811] ppid=28807 vsize=108188 CPUtime=1201.7 cores=2
/proc/28811/stat : 28811 (lingeling) R 28807 28807 28368 0 -1 4202496 46021 0 0 0 120163 7 0 0 25 0 1 0 247445062 110784512 26215 33554432000 4194304 4352236 140735846136560 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/28811/statm: 27047 26215 127 39 0 26127 0
[pid=28812] ppid=28807 vsize=445568 CPUtime=597.51 cores=6
/proc/28812/stat : 28812 (march_hi) R 28807 28807 28368 0 -1 4202496 115393 0 0 0 59736 15 0 0 25 0 1 0 247445062 456261632 64660 33554432000 4194304 4331988 140736058741168 18446744073709551615 268660358923 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/28812/statm: 111392 64660 176 34 0 109834 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 3465468

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 28807 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=3999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.011997
# 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.71
CPU time (s): 4800.23
CPU user time (s): 4798.96
CPU system time (s): 1.27
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 5215652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.003999
system time used= 0.007998
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= 267
involuntary context switches= 8

runsolver used 1.82172 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 01:15:38
IDJOB=3281256
IDBENCH=20558
IDSOLVER=1612
FILE ID=node107/3281256-1304032537
RUNJOBID= node107-1304032485-28748
PBS_JOBID= 13170345
Free space on /tmp= 71772 MiB

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

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

MD5SUM BENCH= d35e27c66dd20912347d4209a4f12c99
RANDOM SEED=108824483

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20169476 kB
Buffers:       2024392 kB
Cached:        9983616 kB
SwapCached:          0 kB
Active:        5051348 kB
Inactive:      7249232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20169476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26420 kB
Writeback:          20 kB
AnonPages:      291872 kB
Mapped:          16620 kB
Slab:           416988 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2559464 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= 71764 MiB
End job on node107 at 2011-04-29 01:35:42