Trace number 3281716

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 163.577 40.9612

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.37
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
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 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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
163.30/40.95	s UNSATISFIABLE
163.30/40.96	solver [4] lingeling 276-6264d55-100731 answered
163.30/40.96	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-3281716-1304032659/watcher-3281716-1304032659 -o /tmp/evaluation-result-3281716-1304032659/solver-3281716-1304032659 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281716-1304032659.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.81 8.33 7.95 6/182 28842
/proc/meminfo: memFree=19659112/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) R 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0

[startup+0.0821051 s]
/proc/loadavg: 9.81 8.33 7.95 6/182 28842
/proc/meminfo: memFree=19659112/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101102 s]
/proc/loadavg: 9.81 8.33 7.95 6/182 28842
/proc/meminfo: memFree=19659112/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301068 s]
/proc/loadavg: 9.81 8.33 7.95 6/182 28842
/proc/meminfo: memFree=19659112/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700999 s]
/proc/loadavg: 9.81 8.33 7.95 6/182 28842
/proc/meminfo: memFree=19659112/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50086 s]
/proc/loadavg: 9.81 8.33 7.95 11/188 28848
/proc/meminfo: memFree=19473920/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=74452 CPUtime=1.49 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 13080 0 0 0 147 2 0 0 20 0 1 0 247457220 76238848 12716 33554432000 4194304 4587354 140734210161072 18446744073709551615 4268779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 18613 12716 312 96 0 15175 0
[pid=28844] ppid=28842 vsize=69000 CPUtime=1.48 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 17843 0 0 0 146 2 0 0 19 0 1 0 247457220 70656000 14192 33554432000 4194304 4785740 140733320777920 18446744073709551615 4319104 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 17250 14192 339 145 0 14295 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=0.75 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 74 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=22720 CPUtime=1.48 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 9730 0 0 0 148 0 0 0 25 0 1 0 247457220 23265280 4836 33554432000 4194304 4352236 140735563081328 18446744073709551615 4287586 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 5680 4836 121 39 0 4760 0
[pid=28847] ppid=28842 vsize=53408 CPUtime=0.72 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 31818 0 0 0 68 4 0 0 25 0 1 0 247457220 54689792 9121 33554432000 4194304 4331988 140737030531936 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 13352 9121 140 34 0 11794 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 709700

[startup+3.10058 s]
/proc/loadavg: 9.91 8.37 7.97 11/188 28848
/proc/meminfo: memFree=19420972/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=141096 CPUtime=3.08 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 23468 0 0 0 305 3 0 0 25 0 1 0 247457220 144482304 21058 33554432000 4194304 4587354 140734210161072 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 35274 21058 330 96 0 31836 0
[pid=28844] ppid=28842 vsize=69000 CPUtime=3.08 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 17844 0 0 0 306 2 0 0 25 0 1 0 247457220 70656000 14193 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 17250 14193 340 145 0 14295 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=1.55 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 154 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=34256 CPUtime=3.08 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 12624 0 0 0 308 0 0 0 25 0 1 0 247457220 35078144 7730 33554432000 4194304 4352236 140735563081328 18446744073709551615 4229909 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 8564 7730 125 39 0 7644 0
[pid=28847] ppid=28842 vsize=66320 CPUtime=1.51 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 63556 0 0 0 143 8 0 0 25 0 1 0 247457220 67911680 12373 33554432000 4194304 4331988 140737030531936 18446744073709551615 268660317192 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 16580 12373 144 34 0 15022 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 800792

[startup+6.30101 s]
/proc/loadavg: 9.91 8.37 7.97 11/188 28848
/proc/meminfo: memFree=19324004/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=141096 CPUtime=6.29 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 23884 0 0 0 625 4 0 0 25 0 1 0 247457220 144482304 21452 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 35274 21452 336 96 0 31836 0
[pid=28844] ppid=28842 vsize=69000 CPUtime=6.28 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 17844 0 0 0 626 2 0 0 25 0 1 0 247457220 70656000 14193 33554432000 4194304 4785740 140733320777920 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 17250 14193 340 145 0 14295 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=3.13 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 312 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29876 CPUtime=6.29 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 628 1 0 0 25 0 1 0 247457220 30593024 6637 33554432000 4194304 4352236 140735563081328 18446744073709551615 4247769 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7469 6637 127 39 0 6549 0
[pid=28847] ppid=28842 vsize=193164 CPUtime=3.11 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 98354 0 0 0 299 12 0 0 25 0 1 0 247457220 197799936 36420 33554432000 4194304 4331988 140737030531936 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48291 36420 173 34 0 46733 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 923256

[startup+12.7009 s]
/proc/loadavg: 9.99 8.44 8.00 11/188 28848
/proc/meminfo: memFree=19260912/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=147380 CPUtime=12.69 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 26218 0 0 0 1265 4 0 0 25 0 1 0 247457220 150917120 23697 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 36845 23697 336 96 0 33407 0
[pid=28844] ppid=28842 vsize=71236 CPUtime=12.69 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 18411 0 0 0 1266 3 0 0 25 0 1 0 247457220 72945664 14760 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553317 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 17809 14760 340 145 0 14854 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=6.29 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 628 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29872 CPUtime=12.69 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 1268 1 0 0 25 0 1 0 247457220 30588928 6636 33554432000 4194304 4352236 140735563081328 18446744073709551615 4268312 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7468 6636 127 39 0 6548 0
[pid=28847] ppid=28842 vsize=194668 CPUtime=6.32 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104090 0 0 0 619 13 0 0 25 0 1 0 247457220 199340032 42156 33554432000 4194304 4331988 140737030531936 18446744073709551615 4229368 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48667 42156 173 34 0 47109 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 933276

[startup+25.5006 s]
/proc/loadavg: 9.99 8.49 8.02 11/188 28849
/proc/meminfo: memFree=19219356/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=647236 CPUtime=25.49 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 31795 0 0 0 2543 6 0 0 25 0 1 0 247457220 662769664 24426 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 161809 24426 336 96 0 158371 0
[pid=28844] ppid=28842 vsize=74216 CPUtime=25.49 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 19145 0 0 0 2546 3 0 0 25 0 1 0 247457220 75997184 15494 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553071 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 18554 15494 340 145 0 15599 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=12.69 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 1268 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29868 CPUtime=25.49 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 2548 1 0 0 25 0 1 0 247457220 30584832 6635 33554432000 4194304 4352236 140735563081328 18446744073709551615 4327857 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7467 6635 127 39 0 6547 0
[pid=28847] ppid=28842 vsize=195612 CPUtime=12.65 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104326 0 0 0 1252 13 0 0 25 0 1 0 247457220 200306688 42392 33554432000 4194304 4331988 140737030531936 18446744073709551615 4229469 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48903 42392 173 34 0 47345 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1437052

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

[startup+31.9075 s]
/proc/loadavg: 9.99 8.54 8.04 11/188 28849
/proc/meminfo: memFree=19217124/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=647236 CPUtime=31.89 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 32623 0 0 0 3183 6 0 0 25 0 1 0 247457220 662769664 25200 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 161809 25200 336 96 0 158371 0
[pid=28844] ppid=28842 vsize=75676 CPUtime=31.89 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 19522 0 0 0 3186 3 0 0 25 0 1 0 247457220 77492224 15871 33554432000 4194304 4785740 140733320777920 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 18919 15871 340 145 0 15964 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=15.89 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 1588 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29868 CPUtime=31.9 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 3189 1 0 0 25 0 1 0 247457220 30584832 6635 33554432000 4194304 4352236 140735563081328 18446744073709551615 268660686743 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7467 6635 127 39 0 6547 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=15.82 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104355 0 0 0 1569 13 0 0 25 0 1 0 247457220 200441856 42421 33554432000 4194304 4331988 140737030531936 18446744073709551615 4228998 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42421 173 34 0 47378 0
Current children cumulated CPU time (s) 127.39
Current children cumulated vsize (KiB) 1438644

[startup+35.1009 s]
/proc/loadavg: 9.99 8.54 8.04 12/188 28849
/proc/meminfo: memFree=19208308/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=650180 CPUtime=35.09 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 33639 0 0 0 3502 7 0 0 25 0 1 0 247457220 665784320 26214 33554432000 4194304 4587354 140734210161072 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 162545 26214 336 96 0 159107 0
[pid=28844] ppid=28842 vsize=76736 CPUtime=35.09 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 19771 0 0 0 3506 3 0 0 25 0 1 0 247457220 78577664 16120 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 19184 16120 340 145 0 16229 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=17.48 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 1747 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29868 CPUtime=35.09 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 3508 1 0 0 25 0 1 0 247457220 30584832 6635 33554432000 4194304 4352236 140735563081328 18446744073709551615 4238648 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7467 6635 127 39 0 6547 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=17.41 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104357 0 0 0 1728 13 0 0 25 0 1 0 247457220 200441856 42423 33554432000 4194304 4331988 140737030531936 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42423 173 34 0 47378 0
Current children cumulated CPU time (s) 140.16
Current children cumulated vsize (KiB) 1442648

[startup+38.3004 s]
/proc/loadavg: 9.99 8.56 8.05 11/188 28849
/proc/meminfo: memFree=19203472/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=650180 CPUtime=38.28 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 34004 0 0 0 3821 7 0 0 25 0 1 0 247457220 665784320 26560 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 162545 26560 336 96 0 159107 0
[pid=28844] ppid=28842 vsize=77660 CPUtime=38.28 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 20025 0 0 0 3825 3 0 0 25 0 1 0 247457220 79523840 16374 33554432000 4194304 4785740 140733320777920 18446744073709551615 4552622 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 19415 16374 340 145 0 16460 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=19.06 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 1905 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29864 CPUtime=38.29 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 3828 1 0 0 25 0 1 0 247457220 30580736 6634 33554432000 4194304 4352236 140735563081328 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7466 6634 127 39 0 6546 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=19.01 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104365 0 0 0 1888 13 0 0 25 0 1 0 247457220 200441856 42431 33554432000 4194304 4331988 140737030531936 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42431 173 34 0 47378 0
Current children cumulated CPU time (s) 152.92
Current children cumulated vsize (KiB) 1443568

[startup+39.9011 s]
/proc/loadavg: 9.99 8.56 8.05 11/188 28849
/proc/meminfo: memFree=19199752/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=662392 CPUtime=39.88 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 37254 0 0 0 3981 7 0 0 25 0 1 0 247457220 678289408 25046 33554432000 4194304 4587354 140734210161072 18446744073709551615 4250497 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 165598 25046 336 96 0 162160 0
[pid=28844] ppid=28842 vsize=78056 CPUtime=39.88 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 20105 0 0 0 3985 3 0 0 25 0 1 0 247457220 79929344 16454 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 19514 16454 340 145 0 16559 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=19.85 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 1984 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134525956 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29860 CPUtime=39.89 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 3988 1 0 0 25 0 1 0 247457220 30576640 6633 33554432000 4194304 4352236 140735563081328 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7465 6633 127 39 0 6545 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=19.81 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104381 0 0 0 1968 13 0 0 25 0 1 0 247457220 200441856 42447 33554432000 4194304 4331988 140737030531936 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42447 173 34 0 47378 0
Current children cumulated CPU time (s) 159.31
Current children cumulated vsize (KiB) 1456172

[startup+40.707 s]
/proc/loadavg: 9.99 8.56 8.05 11/188 28849
/proc/meminfo: memFree=19204592/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=662392 CPUtime=40.68 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 37347 0 0 0 4061 7 0 0 25 0 1 0 247457220 678289408 25135 33554432000 4194304 4587354 140734210161072 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 165598 25135 336 96 0 162160 0
[pid=28844] ppid=28842 vsize=78056 CPUtime=40.69 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 20105 0 0 0 4066 3 0 0 25 0 1 0 247457220 79929344 16454 33554432000 4194304 4785740 140733320777920 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 19514 16454 340 145 0 16559 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=20.25 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 2024 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29860 CPUtime=40.69 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 4068 1 0 0 25 0 1 0 247457220 30576640 6633 33554432000 4194304 4352236 140735563081328 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7465 6633 127 39 0 6545 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=20.21 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104382 0 0 0 2008 13 0 0 25 0 1 0 247457220 200441856 42448 33554432000 4194304 4331988 140737030531936 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42448 173 34 0 47378 0
Current children cumulated CPU time (s) 162.52
Current children cumulated vsize (KiB) 1456172

[startup+40.9009 s]
/proc/loadavg: 9.99 8.56 8.05 11/188 28849
/proc/meminfo: memFree=19204592/32951124 swapFree=67111528/67111528
[pid=28842] ppid=28840 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28842/stat : 28842 (ppfolio) S 28840 28842 28368 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 247457219 18763776 389 33554432000 4194304 4287625 140735089867840 18446744073709551615 268660682255 0 0 4096 65536 4351146572038275071 0 0 17 3 0 0 0
/proc/28842/statm: 4581 389 341 23 0 91 0
[pid=28843] ppid=28842 vsize=662392 CPUtime=40.88 cores=1
/proc/28843/stat : 28843 (cryptominisat) R 28842 28842 28368 0 -1 4202496 37366 0 0 0 4081 7 0 0 25 0 1 0 247457220 678289408 25152 33554432000 4194304 4587354 140734210161072 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28843/statm: 165598 25152 336 96 0 162160 0
[pid=28844] ppid=28842 vsize=78056 CPUtime=40.88 cores=5
/proc/28844/stat : 28844 (clasp) R 28842 28842 28368 0 -1 4202496 20105 0 0 0 4085 3 0 0 25 0 1 0 247457220 79929344 16454 33554432000 4194304 4785740 140733320777920 18446744073709551615 4312736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28844/statm: 19514 16454 340 145 0 16559 0
[pid=28845] ppid=28842 vsize=471796 CPUtime=20.34 cores=7
/proc/28845/stat : 28845 (TNM) R 28842 28842 28368 0 -1 4202496 10014 0 0 0 2033 1 0 0 25 0 1 0 247457220 483119104 9911 33554432000 134512640 134534564 4289322320 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28845/statm: 117949 9911 95 6 0 116615 0
[pid=28846] ppid=28842 vsize=29860 CPUtime=40.89 cores=3
/proc/28846/stat : 28846 (lingeling) R 28842 28842 28368 0 -1 4202496 13650 0 0 0 4088 1 0 0 25 0 1 0 247457220 30576640 6633 33554432000 4194304 4352236 140735563081328 18446744073709551615 4276475 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28846/statm: 7465 6633 127 39 0 6545 0
[pid=28847] ppid=28842 vsize=195744 CPUtime=20.31 cores=7
/proc/28847/stat : 28847 (march_hi) R 28842 28842 28368 0 -1 4202496 104382 0 0 0 2018 13 0 0 25 0 1 0 247457220 200441856 42448 33554432000 4194304 4331988 140737030531936 18446744073709551615 4292062 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28847/statm: 48936 42448 173 34 0 47378 0
Current children cumulated CPU time (s) 163.3
Current children cumulated vsize (KiB) 1456172

Child status: 0
Real time (s): 40.9612
CPU time (s): 163.577
CPU user time (s): 163.275
CPU system time (s): 0.301954
CPU usage (%): 399.347
Max. virtual memory (cumulated for all children) (KiB): 1456172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.275
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186062
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= 167
involuntary context switches= 1667

runsolver used 0.06099 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 01:17:40
IDJOB=3281716
IDBENCH=69599
IDSOLVER=1612
FILE ID=node107/3281716-1304032659
RUNJOBID= node107-1304032485-28749
PBS_JOBID= 13170345
Free space on /tmp= 71772 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281716-1304032659/watcher-3281716-1304032659 -o /tmp/evaluation-result-3281716-1304032659/solver-3281716-1304032659 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3281716-1304032659.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=108824483

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19659392 kB
Buffers:       2024464 kB
Cached:        9984084 kB
SwapCached:          0 kB
Active:        5561040 kB
Inactive:      7249284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19659392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:      800648 kB
Mapped:          16948 kB
Slab:           416396 kB
PageTables:       6636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3076044 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= 71760 MiB
End job on node107 at 2011-04-29 01:18:21