Trace number 3280428

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 4 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.01	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 5
0.00/0.01	Starting TNM 2009 on core(s) 7
0.00/0.01	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.01	Starting march_hi 2009 on core(s) 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3280428-1304031277/watcher-3280428-1304031277 -o /tmp/evaluation-result-3280428-1304031277/solver-3280428-1304031277 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3280428-1304031277.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18240 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) R 7541 7543 7235 0 -1 4194304 266 0 0 0 0 0 0 0 24 0 1 0 514728178 18677760 214 33554432000 4194304 4287625 140737330847184 18446744073709551615 244441982440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7543/statm: 4560 214 180 23 0 57 0

[startup+0.108601 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.03314 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10112 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.2331 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50105 s]
/proc/loadavg: 9.87 10.05 9.46 7/182 7543
/proc/meminfo: memFree=14801368/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10675 s]
/proc/loadavg: 9.87 10.05 9.46 11/188 7549
/proc/meminfo: memFree=14479212/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=113288 CPUtime=3.09 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 22236 0 0 0 306 3 0 0 25 0 1 0 514728178 116006912 21784 33554432000 4194304 4587354 140733207808976 18446744073709551615 4421127 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 28322 21784 312 96 0 24884 0
[pid=7546] ppid=7543 vsize=67188 CPUtime=3.09 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 20400 0 0 0 307 2 0 0 25 0 1 0 514728178 68800512 13807 33554432000 4194304 4785740 140734127317648 18446744073709551615 4552912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 16797 13807 340 145 0 13842 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=1.15 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 112 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=28812 CPUtime=2.98 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 13387 0 0 0 296 2 0 0 25 0 1 0 514728178 29503488 6241 33554432000 4194304 4352236 140737001972784 18446744073709551615 4207645 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 7203 6241 124 39 0 6283 0
[pid=7549] ppid=7543 vsize=103848 CPUtime=1.91 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 56848 0 0 0 182 9 0 0 21 0 1 0 514728179 106340352 18556 33554432000 4194304 4331988 140736867124224 18446744073709551615 244446612447 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 25962 18556 148 34 0 24404 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 824412

[startup+6.30116 s]
/proc/loadavg: 9.88 10.05 9.46 11/188 7549
/proc/meminfo: memFree=14422672/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=115060 CPUtime=6.29 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 24134 0 0 0 625 4 0 0 25 0 1 0 514728178 117821440 22536 33554432000 4194304 4587354 140733207808976 18446744073709551615 244446641851 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 28765 22536 330 96 0 25327 0
[pid=7546] ppid=7543 vsize=67188 CPUtime=6.29 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 20400 0 0 0 627 2 0 0 25 0 1 0 514728178 68800512 13807 33554432000 4194304 4785740 140734127317648 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 16797 13807 340 145 0 13842 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=2.73 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 270 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134529964 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=16336 CPUtime=6.18 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 13390 0 0 0 616 2 0 0 25 0 1 0 514728178 16728064 3125 33554432000 4194304 4352236 140737001972784 18446744073709551615 4234013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 4084 3125 127 39 0 3164 0
[pid=7549] ppid=7543 vsize=297616 CPUtime=3.52 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 111292 0 0 0 336 16 0 0 25 0 1 0 514728179 304758784 34054 33554432000 4194304 4331988 140736867124224 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 74404 34054 160 34 0 72846 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 1007476

[startup+12.701 s]
/proc/loadavg: 9.89 10.05 9.46 11/188 7549
/proc/meminfo: memFree=14420580/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1670284 CPUtime=12.69 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 28577 0 0 0 1263 6 0 0 25 0 1 0 514728178 1710370816 24667 33554432000 4194304 4587354 140733207808976 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 417571 24667 340 96 0 414133 0
[pid=7546] ppid=7543 vsize=67800 CPUtime=12.68 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 20718 0 0 0 1266 2 0 0 25 0 1 0 514728178 69427200 14125 33554432000 4194304 4785740 140734127317648 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 16950 14125 340 145 0 13995 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=5.9 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 587 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=14392 CPUtime=12.59 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 13911 0 0 0 1256 3 0 0 25 0 1 0 514728178 14737408 2511 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 3598 2511 127 39 0 2678 0
[pid=7549] ppid=7543 vsize=282940 CPUtime=6.72 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 114878 0 0 0 655 17 0 0 25 0 1 0 514728179 289730560 31991 33554432000 4194304 4331988 140736867124224 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 70735 31991 172 34 0 69177 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 2546692

[startup+25.5006 s]
/proc/loadavg: 10.06 10.08 9.48 11/188 7549
/proc/meminfo: memFree=14376492/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1618524 CPUtime=25.48 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 28951 0 0 0 2542 6 0 0 25 0 1 0 514728178 1657368576 23531 33554432000 4194304 4587354 140733207808976 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 404631 23531 340 96 0 401193 0
[pid=7546] ppid=7543 vsize=79016 CPUtime=25.49 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 23342 0 0 0 2546 3 0 0 25 0 1 0 514728178 80912384 16749 33554432000 4194304 4785740 140734127317648 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 19754 16749 340 145 0 16799 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=12.29 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 1226 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=18484 CPUtime=25.39 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 15710 0 0 0 2536 3 0 0 25 0 1 0 514728178 18927616 3789 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 4621 3789 127 39 0 3701 0
[pid=7549] ppid=7543 vsize=284696 CPUtime=13.05 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 115638 0 0 0 1288 17 0 0 25 0 1 0 514728179 291528704 32751 33554432000 4194304 4331988 140736867124224 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 71174 32751 175 34 0 69616 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 2511996

[startup+51.1008 s]
/proc/loadavg: 10.11 10.09 9.50 11/188 7550
/proc/meminfo: memFree=14351504/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1604532 CPUtime=51.09 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 31484 0 0 0 5102 7 0 0 25 0 1 0 514728178 1643040768 26041 33554432000 4194304 4587354 140733207808976 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 401133 26041 340 96 0 397695 0
[pid=7546] ppid=7543 vsize=93728 CPUtime=51.08 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 26836 0 0 0 5104 4 0 0 25 0 1 0 514728178 95977472 20243 33554432000 4194304 4785740 140734127317648 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 23432 20243 340 145 0 20477 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=24.99 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 2496 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=22580 CPUtime=50.98 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 17762 0 0 0 5095 3 0 0 25 0 1 0 514728178 23121920 4813 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 5645 4813 127 39 0 4725 0
[pid=7549] ppid=7543 vsize=289096 CPUtime=25.81 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 116560 0 0 0 2564 17 0 0 25 0 1 0 514728179 296034304 33673 33554432000 4194304 4331988 140736867124224 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 72274 33673 175 34 0 70716 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 2521212

[startup+102.301 s]
/proc/loadavg: 10.18 10.10 9.53 11/188 7551
/proc/meminfo: memFree=14304996/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=141096 CPUtime=102.29 cores=1

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

/proc/7549/statm: 76558 37927 175 34 0 75000 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 2789500

[startup+942.301 s]
/proc/loadavg: 10.11 10.18 9.91 11/188 7586
/proc/meminfo: memFree=13539328/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1704360 CPUtime=942.31 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 150619 0 0 0 94176 55 0 0 25 0 1 0 514728178 1745264640 42627 33554432000 4194304 4587354 140733207808976 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 426090 42627 341 96 0 422652 0
[pid=7546] ppid=7543 vsize=217400 CPUtime=942.32 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56759 0 0 0 94211 21 0 0 25 0 1 0 514728178 222617600 50166 33554432000 4194304 4785740 140734127317648 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54350 50166 340 145 0 51395 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=468.22 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 46819 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=942.2 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 63337 0 0 0 94212 8 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306364 CPUtime=468.95 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120910 0 0 0 46876 19 0 0 25 0 1 0 514728179 313716736 37964 33554432000 4194304 4331988 140736867124224 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76591 37964 175 34 0 75033 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 2809084

[startup+1002.3 s]
/proc/loadavg: 10.20 10.19 9.93 11/188 7587
/proc/meminfo: memFree=13572280/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1686180 CPUtime=1002.31 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 152033 0 0 0 100175 56 0 0 25 0 1 0 514728178 1726648320 39350 33554432000 4194304 4587354 140733207808976 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 421545 39350 341 96 0 418107 0
[pid=7546] ppid=7543 vsize=218040 CPUtime=1002.32 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56896 0 0 0 100211 21 0 0 25 0 1 0 514728178 223272960 50303 33554432000 4194304 4785740 140734127317648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54510 50303 340 145 0 51555 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=498.01 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 49798 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=1002.21 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 63337 0 0 0 100213 8 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306364 CPUtime=498.83 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120918 0 0 0 49864 19 0 0 25 0 1 0 514728179 313716736 37972 33554432000 4194304 4331988 140736867124224 18446744073709551615 4237393 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76591 37972 175 34 0 75033 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 2791544

[startup+1062.3 s]
/proc/loadavg: 9.92 10.09 9.91 11/188 7622
/proc/meminfo: memFree=14913684/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1686160 CPUtime=1062.32 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 152465 0 0 0 106175 57 0 0 25 0 1 0 514728178 1726627840 39760 33554432000 4194304 4587354 140733207808976 18446744073709551615 4232225 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 421540 39760 341 96 0 418102 0
[pid=7546] ppid=7543 vsize=218040 CPUtime=1062.33 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56900 0 0 0 106212 21 0 0 25 0 1 0 514728178 223272960 50307 33554432000 4194304 4785740 140734127317648 18446744073709551615 4552918 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54510 50307 340 145 0 51555 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=527.89 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 52786 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=1062.21 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 63337 0 0 0 106213 8 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306496 CPUtime=528.63 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120930 0 0 0 52844 19 0 0 25 0 1 0 514728179 313851904 37984 33554432000 4194304 4331988 140736867124224 18446744073709551615 244446340365 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76624 37984 175 34 0 75066 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 2791656

[startup+1122.3 s]
/proc/loadavg: 10.13 10.12 9.93 11/188 7655
/proc/meminfo: memFree=14917796/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1686152 CPUtime=1122.32 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 158125 0 0 0 112172 60 0 0 25 0 1 0 514728178 1726619648 39575 33554432000 4194304 4587354 140733207808976 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 421538 39575 341 96 0 418100 0
[pid=7546] ppid=7543 vsize=218040 CPUtime=1122.32 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56919 0 0 0 112211 21 0 0 25 0 1 0 514728178 223272960 50326 33554432000 4194304 4785740 140734127317648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54510 50326 340 145 0 51555 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=557.71 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 55768 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=1122.21 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 63337 0 0 0 112213 8 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306496 CPUtime=558.48 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120935 0 0 0 55829 19 0 0 25 0 1 0 514728179 313851904 37989 33554432000 4194304 4331988 140736867124224 18446744073709551615 4239523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76624 37989 175 34 0 75066 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 2791648

[startup+1182.31 s]
/proc/loadavg: 9.85 10.06 9.92 10/187 7657
/proc/meminfo: memFree=14918132/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1686144 CPUtime=1182.33 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 163141 0 0 0 118170 63 0 0 25 0 1 0 514728178 1726611456 39377 33554432000 4194304 4587354 140733207808976 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 421536 39377 341 96 0 418098 0
[pid=7546] ppid=7543 vsize=218040 CPUtime=1182.33 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56941 0 0 0 118212 21 0 0 25 0 1 0 514728178 223272960 50348 33554432000 4194304 4785740 140734127317648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54510 50348 340 145 0 51555 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=587.55 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 58752 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=1182.23 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 65385 0 0 0 118214 9 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4327859 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306496 CPUtime=588.32 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120950 0 0 0 58813 19 0 0 25 0 1 0 514728179 313851904 38004 33554432000 4194304 4331988 140736867124224 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76624 38004 175 34 0 75066 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 2791640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.61 9.99 9.90 10/187 7658
/proc/meminfo: memFree=14905600/32951124 swapFree=67111528/67111528
[pid=7543] ppid=7541 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/7543/stat : 7543 (ppfolio) S 7541 7543 7235 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514728178 18763776 390 33554432000 4194304 4287625 140737330847184 18446744073709551615 244446965263 0 0 4096 65536 4398741269308768255 0 0 17 3 0 0 0
/proc/7543/statm: 4581 390 341 23 0 91 0
[pid=7545] ppid=7543 vsize=1705064 CPUtime=1201.73 cores=1
/proc/7545/stat : 7545 (cryptominisat) R 7543 7543 7235 0 -1 4202496 166317 0 0 0 120109 64 0 0 25 0 1 0 514728178 1745985536 42215 33554432000 4194304 4587354 140733207808976 18446744073709551615 4357604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7545/statm: 426266 42215 341 96 0 422828 0
[pid=7546] ppid=7543 vsize=218040 CPUtime=1201.73 cores=5
/proc/7546/stat : 7546 (clasp) R 7543 7543 7235 0 -1 4202496 56951 0 0 0 120152 21 0 0 25 0 1 0 514728178 223272960 50358 33554432000 4194304 4785740 140734127317648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7546/statm: 54510 50358 340 145 0 51555 0
[pid=7547] ppid=7543 vsize=492952 CPUtime=597.2 cores=7
/proc/7547/stat : 7547 (TNM) R 7543 7543 7235 0 -1 4202496 19052 0 0 0 59717 3 0 0 25 0 1 0 514728178 504782848 18949 33554432000 134512640 134534564 4291685664 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7547/statm: 123238 18949 95 6 0 121904 0
[pid=7548] ppid=7543 vsize=69684 CPUtime=1201.63 cores=3
/proc/7548/stat : 7548 (lingeling) R 7543 7543 7235 0 -1 4202496 65385 0 0 0 120154 9 0 0 25 0 1 0 514728178 71356416 16589 33554432000 4194304 4352236 140737001972784 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/7548/statm: 17421 16589 127 39 0 16501 0
[pid=7549] ppid=7543 vsize=306628 CPUtime=597.96 cores=7
/proc/7549/stat : 7549 (march_hi) R 7543 7543 7235 0 -1 4202496 120993 0 0 0 59777 19 0 0 25 0 1 0 514728179 313987072 38047 33554432000 4194304 4331988 140736867124224 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/7549/statm: 76657 38047 175 34 0 75099 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2810692

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 7543 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 4800.25
#
# 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.25
CPU user time (s): 4799.09
CPU system time (s): 1.16
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 4300044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.002999
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= 318
involuntary context switches= 18

runsolver used 1.86871 second user time and 4.69129 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 00:54:37
IDJOB=3280428
IDBENCH=20387
IDSOLVER=1612
FILE ID=node105/3280428-1304031277
RUNJOBID= node105-1304028688-7255
PBS_JOBID= 13170347
Free space on /tmp= 71908 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280428-1304031277/watcher-3280428-1304031277 -o /tmp/evaluation-result-3280428-1304031277/solver-3280428-1304031277 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3280428-1304031277.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1807001845

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      14801648 kB
Buffers:       2296548 kB
Cached:       14409484 kB
SwapCached:          0 kB
Active:        9730428 kB
Inactive:      7848304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14801648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20996 kB
Writeback:           0 kB
AnonPages:      872036 kB
Mapped:          16720 kB
Slab:           507084 kB
PageTables:       6732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3552968 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= 71908 MiB
End job on node105 at 2011-04-29 01:14:41