Trace number 3276172

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 seqUNSAT 2300.65 2300.62

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark452.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

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 1 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	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
2300.60/2300.61	s UNSATISFIABLE
2300.60/2300.61	solver [1] cryptominisat 2.7.1 answered
2300.60/2300.61	Done

Verifier Data

No possible verification on an UNSAT instance

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-3276172-1303662273/watcher-3276172-1303662273 -o /tmp/evaluation-result-3276172-1303662273/solver-3276172-1303662273 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3276172-1303662273.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 6.00 5.75 4.24 4/180 18326
/proc/meminfo: memFree=20218132/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 3984336848628449544 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0

[startup+0.049402 s]
/proc/loadavg: 6.00 5.75 4.24 4/180 18326
/proc/meminfo: memFree=20218132/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 3984336848628449544 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100382 s]
/proc/loadavg: 6.00 5.75 4.24 4/180 18326
/proc/meminfo: memFree=20218132/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 500 0 0 0 0 0 0 0 25 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 3984336848628449544 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300348 s]
/proc/loadavg: 6.00 5.75 4.24 4/180 18326
/proc/meminfo: memFree=20218132/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 24 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700282 s]
/proc/loadavg: 6.00 5.75 4.24 4/180 18326
/proc/meminfo: memFree=20218132/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 24 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50115 s]
/proc/loadavg: 6.00 5.75 4.24 7/184 18330
/proc/meminfo: memFree=20206488/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600050711504355328 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2078128 CPUtime=0.35 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 2832 0 0 0 35 0 0 0 18 0 1 0 556457986 2128003072 2174 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 519532 2174 327 96 0 516094 0
[pid=18328] ppid=18326 vsize=16776 CPUtime=0.92 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 1692 0 0 0 92 0 0 0 19 0 1 0 556457986 17178624 1523 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 4194 1523 341 145 0 1239 0
[pid=18329] ppid=18326 vsize=454108 CPUtime=0.2 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 905 0 0 0 20 0 0 0 25 0 1 0 556457986 465006592 802 33554432000 134512640 134534564 4294837232 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113527 802 91 6 0 112193 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2567336

[startup+3.10088 s]
/proc/loadavg: 6.00 5.75 4.24 7/184 18330
/proc/meminfo: memFree=20201420/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600050986382262272 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2086948 CPUtime=1.34 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 5271 0 0 0 134 0 0 0 19 0 1 0 556457986 2137034752 3499 33554432000 4194304 4587354 140733276358912 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 521737 3499 338 96 0 518299 0
[pid=18328] ppid=18326 vsize=17044 CPUtime=1.22 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 1777 0 0 0 122 0 0 0 19 0 1 0 556457986 17453056 1608 33554432000 4194304 4785740 140735330537296 18446744073709551615 4277615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 4261 1608 341 145 0 1306 0
[pid=18329] ppid=18326 vsize=454108 CPUtime=0.52 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 905 0 0 0 52 0 0 0 25 0 1 0 556457986 465006592 802 33554432000 134512640 134534564 4294837232 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113527 802 91 6 0 112193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2576424

[startup+6.30034 s]
/proc/loadavg: 6.00 5.75 4.25 7/184 18330
/proc/meminfo: memFree=20192740/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600049062236913664 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2083968 CPUtime=2.44 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 6158 0 0 0 244 0 0 0 21 0 1 0 556457986 2133983232 3397 33554432000 4194304 4587354 140733276358912 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 520992 3397 338 96 0 517554 0
[pid=18328] ppid=18326 vsize=18000 CPUtime=2.23 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 2009 0 0 0 223 0 0 0 21 0 1 0 556457986 18432000 1840 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 4500 1840 341 145 0 1545 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=1.6 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 160 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 2575092

[startup+12.7003 s]
/proc/loadavg: 6.00 5.75 4.26 7/184 18330
/proc/meminfo: memFree=20191728/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2088852 CPUtime=4.54 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 7349 0 0 0 453 1 0 0 25 0 1 0 556457986 2138984448 3443 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 522213 3443 338 96 0 518775 0
[pid=18328] ppid=18326 vsize=19004 CPUtime=4.42 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 2265 0 0 0 442 0 0 0 25 0 1 0 556457986 19460096 2096 33554432000 4194304 4785740 140735330537296 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 4751 2096 341 145 0 1796 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=3.72 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 372 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2580980

[startup+25.5011 s]
/proc/loadavg: 6.00 5.77 4.29 7/184 18330
/proc/meminfo: memFree=20185436/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=3750540 CPUtime=8.84 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 10411 0 0 0 883 1 0 0 25 0 1 0 556457986 3840552960 5113 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 937635 5113 338 96 0 934197 0
[pid=18328] ppid=18326 vsize=20420 CPUtime=8.63 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 2589 0 0 0 863 0 0 0 25 0 1 0 556457986 20910080 2420 33554432000 4194304 4785740 140735330537296 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 5105 2420 341 145 0 2150 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=8 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 800 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4244084

[startup+51.1009 s]
/proc/loadavg: 6.00 5.78 4.33 7/184 18330
/proc/meminfo: memFree=20182932/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600049474553774080 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2086656 CPUtime=17.34 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 14278 0 0 0 1732 2 0 0 25 0 1 0 556457986 2136735744 5735 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 521664 5735 338 96 0 518226 0
[pid=18328] ppid=18326 vsize=21940 CPUtime=17.22 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 2967 0 0 0 1722 0 0 0 25 0 1 0 556457986 22466560 2798 33554432000 4194304 4785740 140735330537296 18446744073709551615 4552576 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 5485 2798 341 145 0 2530 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=16.52 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 1652 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2581720

[startup+102.306 s]
/proc/loadavg: 6.00 5.81 4.42 7/184 18332
/proc/meminfo: memFree=20174612/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600050161748541440 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2104924 CPUtime=34.43 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 18271 0 0 0 3441 2 0 0 25 0 1 0 556457986 2155442176 7715 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 526231 7715 338 96 0 522793 0
[pid=18328] ppid=18326 vsize=24184 CPUtime=34.25 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 3476 0 0 0 3425 0 0 0 25 0 1 0 556457986 24764416 3307 33554432000 4194304 4785740 140735330537296 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 6046 3307 341 145 0 3091 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=33.6 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 3360 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2602232

[startup+162.3 s]
/proc/loadavg: 6.00 5.85 4.51 7/184 18334
/proc/meminfo: memFree=20156244/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2108724 CPUtime=54.43 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 24541 0 0 0 5440 3 0 0 25 0 1 0 556457986 2159333376 11636 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 527181 11636 339 96 0 523743 0
[pid=18328] ppid=18326 vsize=26084 CPUtime=54.25 cores=1

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

/proc/18328/statm: 10818 7736 341 145 0 7863 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=733.59 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 73359 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2202.3
Current children cumulated vsize (KiB) 2626836

[startup+2262.3 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20098480/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2139712 CPUtime=754.43 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 117183 0 0 0 75423 20 0 0 25 0 1 0 556457986 2191065088 16807 33554432000 4194304 4587354 140733276358912 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 534928 16807 339 96 0 531490 0
[pid=18328] ppid=18326 vsize=43272 CPUtime=754.28 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7935 0 0 0 75428 0 0 0 25 0 1 0 556457986 44310528 7766 33554432000 4194304 4785740 140735330537296 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10818 7766 341 145 0 7863 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=753.59 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 75359 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2262.3
Current children cumulated vsize (KiB) 2656108

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

[startup+2278.3 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20083712/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2139712 CPUtime=759.72 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 117557 0 0 0 75952 20 0 0 25 0 1 0 556457986 2191065088 17172 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 534928 17172 339 96 0 531490 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=759.6 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7958 0 0 0 75960 0 0 0 25 0 1 0 556457986 44572672 7789 33554432000 4194304 4785740 140735330537296 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7789 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=758.97 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 75897 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2278.29
Current children cumulated vsize (KiB) 2656364

[startup+2291.1 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20072180/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2139712 CPUtime=764.02 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 117852 0 0 0 76382 20 0 0 25 0 1 0 556457986 2191065088 17458 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 534928 17458 339 96 0 531490 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=763.89 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76389 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=763.19 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76319 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2291.1
Current children cumulated vsize (KiB) 2656364

[startup+2297.5 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20094872/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2139712 CPUtime=766.12 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 117976 0 0 0 76592 20 0 0 25 0 1 0 556457986 2191065088 17577 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 534928 17577 339 96 0 531490 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=766 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76600 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553293 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=765.37 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76537 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2297.49
Current children cumulated vsize (KiB) 2656364

[startup+2299.1 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20108384/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2119332 CPUtime=766.71 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 118000 0 0 0 76651 20 0 0 25 0 1 0 556457986 2170195968 14060 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 529833 14060 339 96 0 526395 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=766.5 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76650 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4552918 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=765.89 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76589 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2299.1
Current children cumulated vsize (KiB) 2635984

[startup+2299.9 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20108384/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2119332 CPUtime=766.92 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 118000 0 0 0 76672 20 0 0 25 0 1 0 556457986 2170195968 14060 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 529833 14060 339 96 0 526395 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=766.8 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76680 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=766.18 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76618 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2299.9
Current children cumulated vsize (KiB) 2635984

[startup+2300.3 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20108384/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2119332 CPUtime=767.11 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 118000 0 0 0 76691 20 0 0 25 0 1 0 556457986 2170195968 14060 33554432000 4194304 4587354 140733276358912 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 529833 14060 339 96 0 526395 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=766.9 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76690 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=766.29 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76629 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2300.3
Current children cumulated vsize (KiB) 2635984

[startup+2300.5 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20108384/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2119332 CPUtime=767.12 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 118000 0 0 0 76692 20 0 0 25 0 1 0 556457986 2170195968 14060 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 529833 14060 339 96 0 526395 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=767 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76700 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=766.38 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76638 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134530234 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2300.5
Current children cumulated vsize (KiB) 2635984

[startup+2300.6 s]
/proc/loadavg: 6.00 6.00 5.82 7/184 18402
/proc/meminfo: memFree=20108384/32951124 swapFree=67110396/67111528
[pid=18326] ppid=18324 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18326/stat : 18326 (ppfolio) S 18324 18326 16655 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 556457986 18763776 394 33554432000 4194304 4287625 140733632623008 18446744073709551615 224284945935 0 0 4096 65536 4600049749431681024 0 0 17 5 0 0 0
/proc/18326/statm: 4581 394 345 23 0 91 0
[pid=18327] ppid=18326 vsize=2119332 CPUtime=767.21 cores=1
/proc/18327/stat : 18327 (cryptominisat) R 18326 18326 16655 0 -1 4202496 118000 0 0 0 76701 20 0 0 25 0 1 0 556457986 2170195968 14060 33554432000 4194304 4587354 140733276358912 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18327/statm: 529833 14060 339 96 0 526395 0
[pid=18328] ppid=18326 vsize=43528 CPUtime=767 cores=1
/proc/18328/stat : 18328 (clasp) R 18326 18326 16655 0 -1 4202496 7959 0 0 0 76700 0 0 0 25 0 1 0 556457986 44572672 7790 33554432000 4194304 4785740 140735330537296 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18328/statm: 10882 7790 341 145 0 7927 0
[pid=18329] ppid=18326 vsize=454800 CPUtime=766.39 cores=1
/proc/18329/stat : 18329 (TNM) R 18326 18326 16655 0 -1 4202496 1231 0 0 0 76639 0 0 0 25 0 1 0 556457986 465715200 1128 33554432000 134512640 134534564 4294837232 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18329/statm: 113700 1128 95 6 0 112366 0
Current children cumulated CPU time (s) 2300.6
Current children cumulated vsize (KiB) 2635984

Child status: 0
Real time (s): 2300.62
CPU time (s): 2300.65
CPU user time (s): 2300.43
CPU system time (s): 0.220966
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 6317060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2300.43
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127725
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= 274
involuntary context switches= 25151

runsolver used 3.78143 second user time and 8.77267 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-24 18:24:33
IDJOB=3276172
IDBENCH=85799
IDSOLVER=1639
FILE ID=node118/3276172-1303662273
RUNJOBID= node118-1303661386-18220
PBS_JOBID= 13150730
Free space on /tmp= 71768 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276172-1303662273/watcher-3276172-1303662273 -o /tmp/evaluation-result-3276172-1303662273/solver-3276172-1303662273 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3276172-1303662273.cnf

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=1827458591

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20218288 kB
Buffers:       1863472 kB
Cached:       10004516 kB
SwapCached:        600 kB
Active:        8766484 kB
Inactive:      3444100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20218288 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           10872 kB
Writeback:           0 kB
AnonPages:      341840 kB
Mapped:          16720 kB
Slab:           459636 kB
PageTables:       5764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1176248 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= 71756 MiB
End job on node118 at 2011-04-24 19:02:54