Trace number 3221644

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 614.865 614.843

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1404138730-025.UNKNOWN.cnf
MD5SUM2e059a7f69d15193cd88ec6d57d9e297
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.42702
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.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.01	Starting clasp 1.3.6 on core(s) 0
0.00/0.01	Starting TNM 2009 on core(s) 0
614.80/614.84	s UNSATISFIABLE
614.80/614.84	solver [2] clasp 1.3.6 answered
614.80/614.84	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-3221644-1303295275/watcher-3221644-1303295275 -o /tmp/evaluation-result-3221644-1303295275/solver-3221644-1303295275 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221644-1303295275.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: 6.02 5.97 5.17 4/180 24148
/proc/meminfo: memFree=21792460/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 4065141057665335554 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0

[startup+0.059556 s]
/proc/loadavg: 6.02 5.97 5.17 4/180 24148
/proc/meminfo: memFree=21792460/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 4065141057665335554 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100587 s]
/proc/loadavg: 6.02 5.97 5.17 4/180 24148
/proc/meminfo: memFree=21792460/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 4065141057665335554 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300545 s]
/proc/loadavg: 6.02 5.97 5.17 4/180 24148
/proc/meminfo: memFree=21792460/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195173918369382400 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700488 s]
/proc/loadavg: 6.02 5.97 5.17 4/180 24148
/proc/meminfo: memFree=21792460/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195173918369382400 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50031 s]
/proc/loadavg: 6.02 5.97 5.17 7/184 24152
/proc/meminfo: memFree=21788580/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195174055808335872 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=423236 CPUtime=0.49 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 1141 0 0 0 49 0 0 0 25 0 1 0 519757952 433393664 728 33554432000 4194304 4587354 140737004179552 18446744073709551615 4243943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 105809 728 327 96 0 102371 0
[pid=24150] ppid=24148 vsize=12960 CPUtime=0.44 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 712 0 0 0 44 0 0 0 25 0 1 0 519757952 13271040 601 33554432000 4194304 4785740 140737280957808 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 3240 601 340 145 0 285 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=0.54 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 54 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134530137 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 910360

[startup+3.10102 s]
/proc/loadavg: 6.02 5.97 5.17 7/184 24152
/proc/meminfo: memFree=21787216/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=423884 CPUtime=1.04 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 1587 0 0 0 104 0 0 0 25 0 1 0 519757952 434057216 941 33554432000 4194304 4587354 140737004179552 18446744073709551615 4244208 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 105971 941 331 96 0 102533 0
[pid=24150] ppid=24148 vsize=13356 CPUtime=0.99 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 796 0 0 0 99 0 0 0 25 0 1 0 519757952 13676544 685 33554432000 4194304 4785740 140737280957808 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 3339 685 340 145 0 384 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=1.04 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 104 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 911404

[startup+6.30044 s]
/proc/loadavg: 6.02 5.97 5.18 7/184 24152
/proc/meminfo: memFree=21780404/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172131662987264 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=428204 CPUtime=2.09 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 3306 0 0 0 209 0 0 0 25 0 1 0 519757952 438480896 2046 33554432000 4194304 4587354 140737004179552 18446744073709551615 4243768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 107051 2046 337 96 0 103613 0
[pid=24150] ppid=24148 vsize=13760 CPUtime=2.04 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 912 0 0 0 204 0 0 0 25 0 1 0 519757952 14090240 801 33554432000 4194304 4785740 140737280957808 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 3440 801 340 145 0 485 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=2.14 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 214 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 9813216 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 916128

[startup+12.7012 s]
/proc/loadavg: 6.02 5.97 5.18 7/184 24152
/proc/meminfo: memFree=21775444/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172269101940736 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=431844 CPUtime=4.24 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 5107 0 0 0 424 0 0 0 25 0 1 0 519757952 442208256 2688 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 107961 2688 337 96 0 104523 0
[pid=24150] ppid=24148 vsize=14448 CPUtime=4.19 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 1083 0 0 0 419 0 0 0 25 0 1 0 519757952 14794752 972 33554432000 4194304 4785740 140737280957808 18446744073709551615 4287574 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 3612 972 340 145 0 657 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=4.24 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 424 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 920456

[startup+25.5008 s]
/proc/loadavg: 6.02 5.97 5.19 7/184 24152
/proc/meminfo: memFree=21772860/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172543979847680 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=433448 CPUtime=8.49 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 6872 0 0 0 849 0 0 0 25 0 1 0 519757952 443850752 2974 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 108362 2974 337 96 0 104924 0
[pid=24150] ppid=24148 vsize=15124 CPUtime=8.45 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 1245 0 0 0 845 0 0 0 25 0 1 0 519757952 15486976 1134 33554432000 4194304 4785740 140737280957808 18446744073709551615 4550292 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 3781 1134 340 145 0 826 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=8.54 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 854 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134529228 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 922736

[startup+51.1011 s]
/proc/loadavg: 6.01 5.97 5.21 7/184 24153
/proc/meminfo: memFree=21774636/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172406540894208 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=434092 CPUtime=17.05 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 10454 0 0 0 1704 1 0 0 25 0 1 0 519757952 444510208 3435 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 108523 3435 337 96 0 105085 0
[pid=24150] ppid=24148 vsize=16388 CPUtime=16.99 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 1542 0 0 0 1699 0 0 0 25 0 1 0 519757952 16781312 1431 33554432000 4194304 4785740 140737280957808 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 4097 1431 340 145 0 1142 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=17.04 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 1704 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 924644

[startup+102.307 s]
/proc/loadavg: 6.07 5.99 5.26 7/184 24154
/proc/meminfo: memFree=21769160/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172543979847680 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=437908 CPUtime=34.09 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 16438 0 0 0 3406 3 0 0 25 0 1 0 519757952 448417792 4542 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 109477 4542 337 96 0 106039 0
[pid=24150] ppid=24148 vsize=17652 CPUtime=34.06 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 1856 0 0 0 3406 0 0 0 25 0 1 0 519757952 18075648 1745 33554432000 4194304 4785740 140737280957808 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 4413 1745 340 145 0 1458 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=34.14 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 3414 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 929724

[startup+162.3 s]
/proc/loadavg: 6.02 5.99 5.30 7/184 24156
/proc/meminfo: memFree=21726488/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172543979847680 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=54.09 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 23644 0 0 0 5405 4 0 0 25 0 1 0 519757952 459894784 6908 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 6908 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=18628 CPUtime=54.06 cores=0

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

/proc/24150/statm: 5682 2939 340 145 0 2727 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=194.12 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 19412 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 947052

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

[startup+588.701 s]
/proc/loadavg: 6.00 5.99 5.54 7/184 24167
/proc/meminfo: memFree=21729900/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172681418801152 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=450160 CPUtime=196.26 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 51374 0 0 0 19617 9 0 0 25 0 1 0 519757952 460963840 7748 33554432000 4194304 4587354 140737004179552 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112540 7748 337 96 0 109102 0
[pid=24150] ppid=24148 vsize=22860 CPUtime=196.16 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3058 0 0 0 19616 0 0 0 25 0 1 0 519757952 23408640 2947 33554432000 4194304 4785740 140737280957808 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5715 2947 340 145 0 2760 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=196.27 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 19627 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 9906616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 588.69
Current children cumulated vsize (KiB) 947184

[startup+601.501 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21728408/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172681418801152 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=200.52 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52367 0 0 0 20043 9 0 0 25 0 1 0 519757952 459894784 7076 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7076 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22860 CPUtime=200.46 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3079 0 0 0 20046 0 0 0 25 0 1 0 519757952 23408640 2968 33554432000 4194304 4785740 140737280957808 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5715 2968 340 145 0 2760 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=200.51 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20051 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 601.49
Current children cumulated vsize (KiB) 946140

[startup+607.9 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21731504/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172681418801152 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=202.66 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52670 0 0 0 20257 9 0 0 25 0 1 0 519757952 459894784 7367 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7367 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=202.56 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3092 0 0 0 20256 0 0 0 25 0 1 0 519757952 23543808 2981 33554432000 4194304 4785740 140737280957808 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2981 340 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=202.67 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20267 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 9905595 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 607.89
Current children cumulated vsize (KiB) 946272

[startup+611.101 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21731008/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=203.72 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52789 0 0 0 20363 9 0 0 25 0 1 0 519757952 459894784 7482 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7482 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=203.66 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3093 0 0 0 20366 0 0 0 25 0 1 0 519757952 23543808 2982 33554432000 4194304 4785740 140737280957808 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2982 340 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=203.71 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20371 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 611.09
Current children cumulated vsize (KiB) 946272

[startup+612.706 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21730636/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=204.26 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52853 0 0 0 20417 9 0 0 25 0 1 0 519757952 459894784 7544 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7544 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=204.16 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3093 0 0 0 20416 0 0 0 25 0 1 0 519757952 23543808 2982 33554432000 4194304 4785740 140737280957808 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2982 340 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=204.28 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20428 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 612.7
Current children cumulated vsize (KiB) 946272

[startup+613.5 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21730636/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=204.52 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52883 0 0 0 20443 9 0 0 25 0 1 0 519757952 459894784 7574 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7574 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=204.46 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3094 0 0 0 20446 0 0 0 25 0 1 0 519757952 23543808 2983 33554432000 4194304 4785740 140737280957808 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2983 340 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=204.51 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20451 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 613.49
Current children cumulated vsize (KiB) 946272

[startup+614.301 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21730512/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=204.76 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52909 0 0 0 20467 9 0 0 25 0 1 0 519757952 459894784 7598 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7598 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=204.72 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3096 0 0 0 20472 0 0 0 25 0 1 0 519757952 23543808 2985 33554432000 4194304 4785740 140737280957808 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2985 341 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=204.81 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20481 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 614.29
Current children cumulated vsize (KiB) 946272

[startup+614.701 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21730512/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=204.92 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52929 0 0 0 20483 9 0 0 25 0 1 0 519757952 459894784 7615 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7615 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=204.86 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3096 0 0 0 20486 0 0 0 25 0 1 0 519757952 23543808 2985 33554432000 4194304 4785740 140737280957808 18446744073709551615 4290588 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2985 341 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=204.91 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20491 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 614.69
Current children cumulated vsize (KiB) 946272

[startup+614.801 s]
/proc/loadavg: 6.00 5.99 5.55 7/184 24168
/proc/meminfo: memFree=21730388/32951124 swapFree=67111480/67111528
[pid=24148] ppid=24146 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24148/stat : 24148 (ppfolio) S 24146 24148 23947 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 519757952 18763776 394 33554432000 4194304 4287625 140736581400592 18446744073709551615 252458085903 0 0 4096 65536 3195172818857754624 0 0 17 4 0 0 0
/proc/24148/statm: 4581 394 345 23 0 91 0
[pid=24149] ppid=24148 vsize=449116 CPUtime=204.96 cores=0
/proc/24149/stat : 24149 (cryptominisat) R 24148 24148 23947 0 -1 4202496 52934 0 0 0 20487 9 0 0 25 0 1 0 519757952 459894784 7620 33554432000 4194304 4587354 140737004179552 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24149/statm: 112279 7620 337 96 0 108841 0
[pid=24150] ppid=24148 vsize=22992 CPUtime=204.86 cores=0
/proc/24150/stat : 24150 (clasp) R 24148 24148 23947 0 -1 4202496 3096 0 0 0 20486 0 0 0 25 0 1 0 519757952 23543808 2985 33554432000 4194304 4785740 140737280957808 18446744073709551615 4290588 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/24150/statm: 5748 2985 341 145 0 2793 0
[pid=24151] ppid=24148 vsize=455840 CPUtime=204.98 cores=0
/proc/24151/stat : 24151 (TNM) R 24148 24148 23947 0 -1 4202496 313 0 0 0 20498 0 0 0 25 0 1 0 519757952 466780160 210 33554432000 134512640 134534564 4289992096 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24151/statm: 113960 210 95 6 0 112626 0
Current children cumulated CPU time (s) 614.8
Current children cumulated vsize (KiB) 946272

Child status: 0
Real time (s): 614.843
CPU time (s): 614.865
CPU user time (s): 614.761
CPU system time (s): 0.103984
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1356484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.761
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56880
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= 173
involuntary context switches= 7561

runsolver used 1.05384 second user time and 2.16567 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-20 12:27:55
IDJOB=3221644
IDBENCH=82957
IDSOLVER=1639
FILE ID=node111/3221644-1303295275
RUNJOBID= node111-1303293779-23965
PBS_JOBID= 13049632
Free space on /tmp= 71908 MiB

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

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

MD5SUM BENCH= 2e059a7f69d15193cd88ec6d57d9e297
RANDOM SEED=324860326

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:      21792624 kB
Buffers:        708764 kB
Cached:        9945320 kB
SwapCached:         44 kB
Active:        5997900 kB
Inactive:      4795132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21792624 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:      138548 kB
Mapped:          16408 kB
Slab:           300592 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2371304 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= 71900 MiB
End job on node111 at 2011-04-20 12:38:10