Trace number 3222478

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 693.226 693.208

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
MD5SUMcb62702a06eba78f1f4308935b49c22d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.31089
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
693.19/693.20	s UNSATISFIABLE
693.19/693.20	solver [2] clasp 1.3.6 answered
693.19/693.20	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-3222478-1303305190/watcher-3222478-1303305190 -o /tmp/evaluation-result-3222478-1303305190/solver-3222478-1303305190 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3222478-1303305190.cnf 

running on 4 cores: 0,2,4,6

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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0

[startup+0.86582 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900812 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0008 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10074 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50067 s]
/proc/loadavg: 5.76 5.95 5.98 5/180 21233
/proc/meminfo: memFree=15336460/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10041 s]
/proc/loadavg: 5.76 5.95 5.98 7/184 21237
/proc/meminfo: memFree=15327120/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 16 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=370700 CPUtime=1.59 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 3036 0 0 0 159 0 0 0 20 0 1 0 442119470 379596800 2119 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 92675 2119 337 96 0 89237 0
[pid=21235] ppid=21233 vsize=13088 CPUtime=0.69 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 749 0 0 0 69 0 0 0 25 0 1 0 442119470 13402112 638 33554432000 4194304 4785740 140733249410480 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 3272 638 340 145 0 317 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=0.79 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 79 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 857948

[startup+6.30684 s]
/proc/loadavg: 5.78 5.95 5.98 7/184 21237
/proc/meminfo: memFree=15325892/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172902350618624 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=370248 CPUtime=2.69 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 3758 0 0 0 269 0 0 0 23 0 1 0 442119470 379133952 2130 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 92562 2130 337 96 0 89124 0
[pid=21235] ppid=21233 vsize=13624 CPUtime=1.74 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 879 0 0 0 174 0 0 0 25 0 1 0 442119470 13950976 768 33554432000 4194304 4785740 140733249410480 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 3406 768 340 145 0 451 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=1.84 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 184 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530135 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 858032

[startup+12.7007 s]
/proc/loadavg: 5.80 5.95 5.98 7/184 21237
/proc/meminfo: memFree=15322696/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172627472711680 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=373332 CPUtime=4.79 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 5302 0 0 0 479 0 0 0 25 0 1 0 442119470 382291968 2826 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 93333 2826 337 96 0 89895 0
[pid=21235] ppid=21233 vsize=14292 CPUtime=3.89 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 1033 0 0 0 389 0 0 0 25 0 1 0 442119470 14635008 922 33554432000 4194304 4785740 140733249410480 18446744073709551615 4553234 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 3573 922 340 145 0 618 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=3.99 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 399 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 861784

[startup+25.5003 s]
/proc/loadavg: 5.84 5.95 5.98 7/184 21237
/proc/meminfo: memFree=15321084/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172902350618624 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=373460 CPUtime=9.09 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 6980 0 0 0 909 0 0 0 25 0 1 0 442119470 382423040 3014 33554432000 4194304 4587354 140733771304592 18446744073709551615 4231884 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 93365 3014 337 96 0 89927 0
[pid=21235] ppid=21233 vsize=14972 CPUtime=8.13 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 1211 0 0 0 813 0 0 0 25 0 1 0 442119470 15331328 1100 33554432000 4194304 4785740 140733249410480 18446744073709551615 4277568 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 3743 1100 340 145 0 788 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=8.24 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 824 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 862592

[startup+51.1007 s]
/proc/loadavg: 5.89 5.95 5.98 7/184 21238
/proc/meminfo: memFree=15311672/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172902350618624 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=375968 CPUtime=17.58 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 10590 0 0 0 1757 1 0 0 25 0 1 0 442119470 384991232 3530 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 93992 3530 337 96 0 90554 0
[pid=21235] ppid=21233 vsize=16060 CPUtime=16.68 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 1481 0 0 0 1668 0 0 0 25 0 1 0 442119470 16445440 1370 33554432000 4194304 4785740 140733249410480 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 4015 1370 340 145 0 1060 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=16.8 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 1680 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 866188

[startup+102.3 s]
/proc/loadavg: 5.95 5.96 5.98 7/184 21240
/proc/meminfo: memFree=15299888/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172902350618624 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=379988 CPUtime=34.69 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 16325 0 0 0 3466 3 0 0 25 0 1 0 442119470 389107712 4438 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 94997 4438 337 96 0 91559 0
[pid=21235] ppid=21233 vsize=17420 CPUtime=33.75 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 1805 0 0 0 3374 1 0 0 25 0 1 0 442119470 17838080 1694 33554432000 4194304 4785740 140733249410480 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 4355 1694 340 145 0 1400 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=33.84 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 3384 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 871568

[startup+162.3 s]
/proc/loadavg: 5.98 5.97 5.98 7/184 21241
/proc/meminfo: memFree=15300732/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091172902350618624 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=389416 CPUtime=54.68 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 22939 0 0 0 5465 3 0 0 25 0 1 0 442119470 398761984 7095 33554432000 4194304 4587354 140733771304592 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 97354 7095 337 96 0 93916 0
[pid=21235] ppid=21233 vsize=18548 CPUtime=53.76 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 2056 0 0 0 5375 1 0 0 25 0 1 0 442119470 18993152 1945 33554432000 4194304 4785740 140733249410480 18446744073709551615 4552547 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 4637 1945 340 145 0 1682 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=53.84 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 5384 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 882124

[startup+222.3 s]

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

/proc/21235/statm: 5769 3011 340 145 0 2814 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=213.87 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 21387 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 4963329 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 889572

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

[startup+666.306 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15293536/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=222.66 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 55831 0 0 0 22256 10 0 0 25 0 1 0 442119470 412581888 7601 33554432000 4194304 4587354 140733771304592 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 7601 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=221.75 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3189 0 0 0 22174 1 0 0 25 0 1 0 442119470 23916544 3078 33554432000 4194304 4785740 140733249410480 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3078 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=221.88 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 22188 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 666.29
Current children cumulated vsize (KiB) 900428

[startup+679.101 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15291800/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=226.95 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 56325 0 0 0 22685 10 0 0 25 0 1 0 442119470 412581888 8066 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 8066 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=226.02 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3189 0 0 0 22601 1 0 0 25 0 1 0 442119470 23916544 3078 33554432000 4194304 4785740 140733249410480 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3078 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=226.11 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 22611 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 679.08
Current children cumulated vsize (KiB) 900428

[startup+685.501 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15290436/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=229.05 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 56547 0 0 0 22895 10 0 0 25 0 1 0 442119470 412581888 8274 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 8274 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=228.15 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3190 0 0 0 22814 1 0 0 25 0 1 0 442119470 23916544 3079 33554432000 4194304 4785740 140733249410480 18446744073709551615 4553106 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3079 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=228.28 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 22828 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 685.48
Current children cumulated vsize (KiB) 900428

[startup+688.7 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15289812/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=230.15 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 56658 0 0 0 23005 10 0 0 25 0 1 0 442119470 412581888 8381 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 8381 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=229.22 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3190 0 0 0 22921 1 0 0 25 0 1 0 442119470 23916544 3079 33554432000 4194304 4785740 140733249410480 18446744073709551615 4549842 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3079 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=229.31 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 22931 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 688.68
Current children cumulated vsize (KiB) 900428

[startup+690.301 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15289564/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=230.65 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 56705 0 0 0 23055 10 0 0 25 0 1 0 442119470 412581888 8427 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 8427 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=229.75 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3190 0 0 0 22974 1 0 0 25 0 1 0 442119470 23916544 3079 33554432000 4194304 4785740 140733249410480 18446744073709551615 4553083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3079 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=229.88 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 22988 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134528316 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 690.28
Current children cumulated vsize (KiB) 900428

[startup+691.901 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15289192/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=402912 CPUtime=231.22 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 56707 0 0 0 23112 10 0 0 25 0 1 0 442119470 412581888 8429 33554432000 4194304 4587354 140733771304592 18446744073709551615 4232269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 100728 8429 337 96 0 97290 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=230.25 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3191 0 0 0 23024 1 0 0 25 0 1 0 442119470 23916544 3080 33554432000 4194304 4785740 140733249410480 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3080 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=230.41 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 23041 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 4869344 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 691.88
Current children cumulated vsize (KiB) 900428

[startup+692.707 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15292912/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=392432 CPUtime=231.46 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 57337 0 0 0 23135 11 0 0 25 0 1 0 442119470 401850368 7339 33554432000 4194304 4587354 140733771304592 18446744073709551615 4243506 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 98108 7339 337 96 0 94670 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=230.55 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3191 0 0 0 23054 1 0 0 25 0 1 0 442119470 23916544 3080 33554432000 4194304 4785740 140733249410480 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3080 340 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=230.69 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 23069 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134529838 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 692.7
Current children cumulated vsize (KiB) 889948

[startup+693.101 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15292912/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=392432 CPUtime=231.63 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 57356 0 0 0 23152 11 0 0 25 0 1 0 442119470 401850368 7358 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 98108 7358 337 96 0 94670 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=230.65 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3192 0 0 0 23064 1 0 0 25 0 1 0 442119470 23916544 3081 33554432000 4194304 4785740 140733249410480 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3081 341 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=230.81 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 23081 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 693.09
Current children cumulated vsize (KiB) 889948

[startup+693.201 s]
/proc/loadavg: 6.00 5.99 5.98 7/184 21255
/proc/meminfo: memFree=15292912/32951124 swapFree=67111528/67111528
[pid=21233] ppid=21231 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (ppfolio) S 21231 21233 20175 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 442119470 18763776 394 33554432000 4194304 4287625 140736030026400 18446744073709551615 230809185807 0 0 4096 65536 16091173177228525568 0 0 17 2 0 0 0
/proc/21233/statm: 4581 394 345 23 0 91 0
[pid=21234] ppid=21233 vsize=392432 CPUtime=231.66 cores=0
/proc/21234/stat : 21234 (cryptominisat) R 21233 21233 20175 0 -1 4202496 57360 0 0 0 23155 11 0 0 25 0 1 0 442119470 401850368 7362 33554432000 4194304 4587354 140733771304592 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21234/statm: 98108 7362 337 96 0 94670 0
[pid=21235] ppid=21233 vsize=23356 CPUtime=230.72 cores=0
/proc/21235/stat : 21235 (clasp) R 21233 21233 20175 0 -1 4202496 3192 0 0 0 23071 1 0 0 25 0 1 0 442119470 23916544 3081 33554432000 4194304 4785740 140733249410480 18446744073709551615 4552832 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21235/statm: 5839 3081 341 145 0 2884 0
[pid=21236] ppid=21233 vsize=455836 CPUtime=230.81 cores=0
/proc/21236/stat : 21236 (TNM) R 21233 21233 20175 0 -1 4202496 312 0 0 0 23081 0 0 0 25 0 1 0 442119470 466776064 209 33554432000 134512640 134534564 4287037056 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21236/statm: 113959 209 95 6 0 112625 0
Current children cumulated CPU time (s) 693.19
Current children cumulated vsize (KiB) 889948

Child status: 0
Real time (s): 693.208
CPU time (s): 693.226
CPU user time (s): 693.093
CPU system time (s): 0.132979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1221276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 693.093
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172
involuntary context switches= 7651

runsolver used 1.16182 second user time and 2.26765 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-20 15:13:10
IDJOB=3222478
IDBENCH=83096
IDSOLVER=1639
FILE ID=node104/3222478-1303305190
RUNJOBID= node104-1303291528-20193
PBS_JOBID= 13049624
Free space on /tmp= 71600 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S761041117-050.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222478-1303305190/watcher-3222478-1303305190 -o /tmp/evaluation-result-3222478-1303305190/solver-3222478-1303305190 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3222478-1303305190.cnf

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

MD5SUM BENCH= cb62702a06eba78f1f4308935b49c22d
RANDOM SEED=619257467

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15336624 kB
Buffers:        697328 kB
Cached:       16397816 kB
SwapCached:          0 kB
Active:        8991132 kB
Inactive:      8272588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15336624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10104 kB
Writeback:           0 kB
AnonPages:      168648 kB
Mapped:          16440 kB
Slab:           287412 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1563404 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= 71588 MiB
End job on node104 at 2011-04-20 15:24:44