Trace number 3190995

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 parUNSAT 201.558 67.1669

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
MD5SUMdeef67012ed65265f92101778280c717
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.5169
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
201.30/67.16	s UNSATISFIABLE
201.30/67.16	solver [5] march_hi 2009 answered
201.30/67.16	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-3190995-1304051939/watcher-3190995-1304051939 -o /tmp/evaluation-result-3190995-1304051939/solver-3190995-1304051939 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190995-1304051939.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 24 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0

[startup+0.936974 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 24 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 18324

[startup+1.00096 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 24 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 18324

[startup+1.13694 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 24 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 18324

[startup+1.20092 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 24 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195386380386304 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 18324

[startup+1.50087 s]
/proc/loadavg: 7.26 7.93 8.00 4/176 30597
/proc/meminfo: memFree=24881248/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 18 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195738567704576 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 18324

[startup+3.10657 s]
/proc/loadavg: 7.40 7.95 8.00 11/187 30610
/proc/meminfo: memFree=24851692/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=14748 CPUtime=3.09 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 1145 0 0 0 309 0 0 0 25 0 1 0 595424349 15101952 1037 33554432000 4194304 4785740 140733419368592 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 3687 1037 340 145 0 732 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=1.97 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 197 0 0 0 21 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=7252 CPUtime=3.09 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 1853 0 0 0 309 0 0 0 25 0 1 0 595424349 7426048 1007 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 1813 1007 127 39 0 893 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=1.1 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 110 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 504304

[startup+6.30098 s]
/proc/loadavg: 7.40 7.95 8.00 11/187 30610
/proc/meminfo: memFree=24848684/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=15460 CPUtime=6.29 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 1313 0 0 0 629 0 0 0 25 0 1 0 595424349 15831040 1205 33554432000 4194304 4785740 140733419368592 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 3865 1205 340 145 0 910 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=3.56 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 356 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=7764 CPUtime=6.28 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 2523 0 0 0 628 0 0 0 25 0 1 0 595424349 7950336 1133 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328372 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 1941 1133 127 39 0 1021 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=2.7 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 270 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4287538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 19.25
Current children cumulated vsize (KiB) 505528

[startup+12.7008 s]
/proc/loadavg: 7.20 7.90 7.99 10/187 30675
/proc/meminfo: memFree=24857220/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=16688 CPUtime=12.68 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 1582 0 0 0 1268 0 0 0 25 0 1 0 595424349 17088512 1474 33554432000 4194304 4785740 140733419368592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 4172 1474 340 145 0 1217 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=6.72 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 672 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=10200 CPUtime=12.68 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 4220 0 0 0 1268 0 0 0 25 0 1 0 595424349 10444800 1742 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 2550 1742 127 39 0 1630 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=5.9 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 590 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 38.4
Current children cumulated vsize (KiB) 509192

[startup+25.5004 s]
/proc/loadavg: 7.60 7.95 8.00 10/187 30675
/proc/meminfo: memFree=24827860/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=18036 CPUtime=25.48 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 1901 0 0 0 2548 0 0 0 25 0 1 0 595424349 18468864 1793 33554432000 4194304 4785740 140733419368592 18446744073709551615 4553585 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 4509 1793 341 145 0 1554 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=13.12 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 1312 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=10716 CPUtime=25.48 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 6527 0 0 0 2547 1 0 0 25 0 1 0 595424349 10973184 1873 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328159 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 2679 1873 127 39 0 1759 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=12.24 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 1224 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4287517 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 76.74
Current children cumulated vsize (KiB) 511056

[startup+51.1007 s]
/proc/loadavg: 8.14 8.05 8.03 10/187 30676
/proc/meminfo: memFree=24804984/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=19928 CPUtime=51.08 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2303 0 0 0 5108 0 0 0 25 0 1 0 595424349 20406272 2195 33554432000 4194304 4785740 140733419368592 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 4982 2195 341 145 0 2027 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=25.81 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 2581 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16092 CPUtime=51.08 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 10943 0 0 0 5107 1 0 0 25 0 1 0 595424349 16478208 3217 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4023 3217 127 39 0 3103 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=25 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 2500 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 153.39
Current children cumulated vsize (KiB) 518324

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

[startup+52.0005 s]
/proc/loadavg: 8.14 8.05 8.03 10/187 30676
/proc/meminfo: memFree=24804240/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=19928 CPUtime=51.98 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2303 0 0 0 5198 0 0 0 25 0 1 0 595424349 20406272 2195 33554432000 4194304 4785740 140733419368592 18446744073709551615 4278026 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 4982 2195 341 145 0 2027 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=26.31 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 2631 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16348 CPUtime=51.98 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 11007 0 0 0 5197 1 0 0 25 0 1 0 595424349 16740352 3281 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4087 3281 127 39 0 3167 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=25.4 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 2540 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 156.09
Current children cumulated vsize (KiB) 518580

[startup+58.4003 s]
/proc/loadavg: 8.27 8.08 8.04 10/187 30676
/proc/meminfo: memFree=24803444/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20096 CPUtime=58.38 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2369 0 0 0 5838 0 0 0 25 0 1 0 595424349 20578304 2261 33554432000 4194304 4785740 140733419368592 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5024 2261 341 145 0 2069 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=29.47 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 2947 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=15836 CPUtime=58.38 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 11871 0 0 0 5837 1 0 0 25 0 1 0 595424349 16216064 3153 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 3959 3153 127 39 0 3039 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=28.6 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 2860 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 175.25
Current children cumulated vsize (KiB) 518236

[startup+61.6007 s]
/proc/loadavg: 8.27 8.08 8.04 10/187 30676
/proc/meminfo: memFree=24804560/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20268 CPUtime=61.58 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2396 0 0 0 6158 0 0 0 25 0 1 0 595424349 20754432 2288 33554432000 4194304 4785740 140733419368592 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5067 2288 341 145 0 2112 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=31.05 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3105 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=61.58 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 12288 0 0 0 6157 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=30.2 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3020 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 184.83
Current children cumulated vsize (KiB) 518796

[startup+64.8011 s]
/proc/loadavg: 8.33 8.10 8.05 10/187 30676
/proc/meminfo: memFree=24803940/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20268 CPUtime=64.78 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2417 0 0 0 6478 0 0 0 25 0 1 0 595424349 20754432 2309 33554432000 4194304 4785740 140733419368592 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5067 2309 341 145 0 2112 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=32.64 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3264 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=64.78 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 12704 0 0 0 6477 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=31.8 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3180 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299236 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 194.42
Current children cumulated vsize (KiB) 518796

[startup+66.4008 s]
/proc/loadavg: 8.33 8.10 8.05 10/187 30676
/proc/meminfo: memFree=24803816/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195738567704576 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20604 CPUtime=66.38 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2472 0 0 0 6638 0 0 0 25 0 1 0 595424349 21098496 2364 33554432000 4194304 4785740 140733419368592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5151 2364 341 145 0 2196 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=33.43 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3343 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=66.38 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 13088 0 0 0 6637 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4329185 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=32.6 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3260 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299190 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 199.21
Current children cumulated vsize (KiB) 519132

[startup+66.8007 s]
/proc/loadavg: 8.33 8.10 8.05 10/187 30676
/proc/meminfo: memFree=24802576/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20604 CPUtime=66.79 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2472 0 0 0 6679 0 0 0 25 0 1 0 595424349 21098496 2364 33554432000 4194304 4785740 140733419368592 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5151 2364 341 145 0 2196 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=33.63 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3363 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=66.78 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 13088 0 0 0 6677 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=32.8 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3280 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 200.42
Current children cumulated vsize (KiB) 519132

[startup+67.0007 s]
/proc/loadavg: 8.33 8.10 8.05 10/187 30676
/proc/meminfo: memFree=24802576/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195742862639364 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20604 CPUtime=66.98 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2472 0 0 0 6698 0 0 0 25 0 1 0 595424349 21098496 2364 33554432000 4194304 4785740 140733419368592 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5151 2364 341 145 0 2196 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=33.72 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3372 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=66.98 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 13088 0 0 0 6697 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=32.89 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3289 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 200.99
Current children cumulated vsize (KiB) 519132

[startup+67.1007 s]
/proc/loadavg: 8.33 8.10 8.05 10/187 30676
/proc/meminfo: memFree=24802576/32951124 swapFree=67111348/67111528
[pid=30597] ppid=30595 vsize=18324 CPUtime=0.42 cores=0,2,4,6
/proc/30597/stat : 30597 (ppfolio) S 30595 30597 30062 0 -1 4202496 524 1411 0 0 0 0 42 0 15 0 1 0 595424349 18763776 390 33554432000 4194304 4287625 140733546140576 18446744073709551615 252458085903 0 0 4096 65536 9224195738567704576 0 0 17 0 0 0 0
/proc/30597/statm: 4581 390 342 23 0 91 0
[pid=30604] ppid=30597 vsize=20604 CPUtime=67.08 cores=4
/proc/30604/stat : 30604 (clasp) R 30597 30597 30062 0 -1 4202496 2472 0 0 0 6708 0 0 0 25 0 1 0 595424349 21098496 2364 33554432000 4194304 4785740 140733419368592 18446744073709551615 4549947 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30604/statm: 5151 2364 341 145 0 2196 0
[pid=30605] ppid=30597 vsize=456224 CPUtime=33.81 cores=6
/proc/30605/stat : 30605 (TNM) R 30597 30597 30062 0 -1 4202496 441 0 0 0 3381 0 0 0 25 0 1 0 595424349 467173376 338 33554432000 134512640 134534564 4292719728 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30605/statm: 114056 338 95 6 0 112722 0
[pid=30606] ppid=30597 vsize=16224 CPUtime=67.08 cores=2
/proc/30606/stat : 30606 (lingeling) R 30597 30597 30062 0 -1 4202496 13088 0 0 0 6707 1 0 0 25 0 1 0 595424349 16613376 3250 33554432000 4194304 4352236 140737361862016 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/30606/statm: 4056 3250 127 39 0 3136 0
[pid=30607] ppid=30597 vsize=7756 CPUtime=32.91 cores=6
/proc/30607/stat : 30607 (march_hi) R 30597 30597 30062 0 -1 4202496 910 0 0 0 3291 0 0 0 25 0 1 0 595424349 7942144 468 33554432000 4194304 4331988 140734093431456 18446744073709551615 4299260 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/30607/statm: 1939 468 174 34 0 381 0
Current children cumulated CPU time (s) 201.3
Current children cumulated vsize (KiB) 519132

Child status: 0
Real time (s): 67.1669
CPU time (s): 201.558
CPU user time (s): 201.514
CPU system time (s): 0.043993
CPU usage (%): 300.086
Max. virtual memory (cumulated for all children) (KiB): 520500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.514
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18865
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= 1504
involuntary context switches= 1685

runsolver used 0.088986 second user time and 0.276957 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 06:38:59
IDJOB=3190995
IDBENCH=82726
IDSOLVER=1612
FILE ID=node111/3190995-1304051939
RUNJOBID= node111-1304051939-30578
PBS_JOBID= 13170403
Free space on /tmp= 70896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190995-1304051939/watcher-3190995-1304051939 -o /tmp/evaluation-result-3190995-1304051939/solver-3190995-1304051939 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190995-1304051939.cnf

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=1582333823

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24881544 kB
Buffers:       1269236 kB
Cached:        6248656 kB
SwapCached:        124 kB
Active:        3078492 kB
Inactive:      4503368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24881544 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           20236 kB
Writeback:           4 kB
AnonPages:       63540 kB
Mapped:          14708 kB
Slab:           425112 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188456 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= 70876 MiB
End job on node111 at 2011-04-29 06:40:06