Trace number 3191358

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 3084.63 772.302

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S2117313371-002.UNKNOWN.cnf
MD5SUM80ed5c7022fbd1c0bf0af45d87bcb3f8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark374.693
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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
3084.63/772.29	s UNSATISFIABLE
3084.63/772.30	solver [5] march_hi 2009 answered
3084.63/772.30	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-3191358-1304079089/watcher-3191358-1304079089 -o /tmp/evaluation-result-3191358-1304079089/solver-3191358-1304079089 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191358-1304079089.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.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0

[startup+1.26753 s]
/proc/loadavg: 9.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36752 s]
/proc/loadavg: 9.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40051 s]
/proc/loadavg: 9.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56748 s]
/proc/loadavg: 9.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60047 s]
/proc/loadavg: 9.70 10.06 9.52 6/182 15581
/proc/meminfo: memFree=26286584/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10118 s]
/proc/loadavg: 9.70 10.06 9.52 11/188 15587
/proc/meminfo: memFree=26257412/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=7551000 CPUtime=3.09 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 4877 0 0 0 309 0 0 0 25 0 1 0 519508613 7732224000 2599 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 1887750 2599 336 96 0 1884312 0
[pid=15583] ppid=15581 vsize=15052 CPUtime=3.09 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 1192 0 0 0 309 0 0 0 25 0 1 0 519508613 15413248 1084 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 3763 1084 341 145 0 808 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=1.97 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 197 0 0 0 21 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134529863 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=7596 CPUtime=3.09 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 1954 0 0 0 309 0 0 0 25 0 1 0 519508613 7778304 1092 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 1899 1092 127 39 0 979 0
[pid=15586] ppid=15581 vsize=7856 CPUtime=1.11 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1188 0 0 0 111 0 0 0 25 0 1 0 519508613 8044544 480 33554432000 4194304 4331988 140734294571776 18446744073709551615 4239523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 8056184

[startup+6.30057 s]
/proc/loadavg: 9.73 10.06 9.52 11/188 15587
/proc/meminfo: memFree=26254436/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=585244 CPUtime=6.29 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 6649 0 0 0 628 1 0 0 25 0 1 0 519508613 599289856 2878 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 146311 2878 336 96 0 142873 0
[pid=15583] ppid=15581 vsize=15780 CPUtime=6.29 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 1394 0 0 0 629 0 0 0 25 0 1 0 519508613 16158720 1286 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 3945 1286 341 145 0 990 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=3.55 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 355 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=7888 CPUtime=6.29 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 2646 0 0 0 629 0 0 0 25 0 1 0 519508613 8077312 1165 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 1972 1165 127 39 0 1052 0
[pid=15586] ppid=15581 vsize=7856 CPUtime=2.71 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1188 0 0 0 271 0 0 0 25 0 1 0 519508613 8044544 480 33554432000 4194304 4331988 140734294571776 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1091448

[startup+12.7004 s]
/proc/loadavg: 9.75 10.06 9.53 11/188 15587
/proc/meminfo: memFree=26238956/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=41420 CPUtime=12.69 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 11168 0 0 0 1267 2 0 0 25 0 1 0 519508613 42414080 4852 33554432000 4194304 4587354 140737138940720 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 10355 4852 336 96 0 6917 0
[pid=15583] ppid=15581 vsize=17004 CPUtime=12.69 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 1638 0 0 0 1269 0 0 0 25 0 1 0 519508613 17412096 1530 33554432000 4194304 4785740 140735764532208 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 4251 1530 341 145 0 1296 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=6.74 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 674 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134530576 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=10324 CPUtime=12.69 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 4599 0 0 0 1269 0 0 0 25 0 1 0 519508613 10571776 1774 33554432000 4194304 4352236 140733322167248 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 2581 1774 127 39 0 1661 0
[pid=15586] ppid=15581 vsize=7856 CPUtime=5.88 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1188 0 0 0 588 0 0 0 25 0 1 0 519508613 8044544 480 33554432000 4194304 4331988 140734294571776 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 551284

[startup+25.5009 s]
/proc/loadavg: 9.80 10.05 9.53 11/188 15620
/proc/meminfo: memFree=26222440/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=45556 CPUtime=25.49 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 15954 0 0 0 2546 3 0 0 25 0 1 0 519508613 46649344 5630 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 11389 5630 336 96 0 7951 0
[pid=15583] ppid=15581 vsize=18288 CPUtime=25.49 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 1950 0 0 0 2549 0 0 0 25 0 1 0 519508613 18726912 1842 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 4572 1842 341 145 0 1617 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=13.14 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 1314 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=10388 CPUtime=25.49 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 6979 0 0 0 2548 1 0 0 25 0 1 0 519508613 10637312 1786 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 2597 1786 127 39 0 1677 0
[pid=15586] ppid=15581 vsize=7856 CPUtime=12.21 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1188 0 0 0 1221 0 0 0 25 0 1 0 519508613 8044544 480 33554432000 4194304 4331988 140734294571776 18446744073709551615 4239622 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 1964 480 174 34 0 406 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 556768

[startup+51.101 s]
/proc/loadavg: 10.02 10.08 9.56 11/188 15620
/proc/meminfo: memFree=26203244/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=48656 CPUtime=51.09 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 23183 0 0 0 5105 4 0 0 25 0 1 0 519508613 49823744 6951 33554432000 4194304 4587354 140737138940720 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 12164 6951 336 96 0 8726 0
[pid=15583] ppid=15581 vsize=20492 CPUtime=51.09 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 2433 0 0 0 5109 0 0 0 25 0 1 0 519508613 20983808 2325 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 5123 2325 341 145 0 2168 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=25.84 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 2584 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=16664 CPUtime=51.09 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 12356 0 0 0 5108 1 0 0 25 0 1 0 519508613 17063936 3355 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328166 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 4166 3355 127 39 0 3246 0
[pid=15586] ppid=15581 vsize=8116 CPUtime=24.97 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1191 0 0 0 2497 0 0 0 25 0 1 0 519508613 8310784 483 33554432000 4194304 4331988 140734294571776 18446744073709551615 4226270 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2029 483 174 34 0 471 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 568608

[startup+102.301 s]
/proc/loadavg: 10.13 10.10 9.59 11/188 15622
/proc/meminfo: memFree=26176564/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=54328 CPUtime=102.3 cores=1

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

/proc/15583/statm: 8343 5265 341 145 0 5388 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=379.71 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 37971 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=34980 CPUtime=762.71 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 72549 0 0 0 76263 8 0 0 25 0 1 0 519508613 35819520 7938 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8745 7938 127 39 0 7825 0
[pid=15586] ppid=15581 vsize=9424 CPUtime=378.84 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1616 0 0 0 37884 0 0 0 25 0 1 0 519508613 9650176 864 33554432000 4194304 4331988 140734294571776 18446744073709551615 4226253 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2356 864 175 34 0 798 0
Current children cumulated CPU time (s) 3046.66
Current children cumulated vsize (KiB) 625172

[startup+769.101 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25914324/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=769.12 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110619 0 0 0 76880 32 0 0 25 0 1 0 519508613 74522624 12465 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12465 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33372 CPUtime=769.08 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5376 0 0 0 76908 0 0 0 25 0 1 0 519508613 34172928 5268 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8343 5268 341 145 0 5388 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=382.89 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38289 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=769.12 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 76903 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=9424 CPUtime=382.03 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1622 0 0 0 38202 1 0 0 25 0 1 0 519508613 9650176 870 33554432000 4194304 4331988 140734294571776 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2356 870 175 34 0 798 0
Current children cumulated CPU time (s) 3072.24
Current children cumulated vsize (KiB) 622416

[startup+770.701 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25912956/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=770.72 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110736 0 0 0 77040 32 0 0 25 0 1 0 519508613 74522624 12580 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12580 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33372 CPUtime=770.68 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5381 0 0 0 77068 0 0 0 25 0 1 0 519508613 34172928 5273 33554432000 4194304 4785740 140735764532208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8343 5273 341 145 0 5388 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=383.69 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38369 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=770.72 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 77063 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328039 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=9424 CPUtime=382.83 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1624 0 0 0 38282 1 0 0 25 0 1 0 519508613 9650176 872 33554432000 4194304 4331988 140734294571776 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2356 872 175 34 0 798 0
Current children cumulated CPU time (s) 3078.64
Current children cumulated vsize (KiB) 622416

[startup+771.501 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25911220/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=771.52 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110799 0 0 0 77120 32 0 0 25 0 1 0 519508613 74522624 12641 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12641 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33564 CPUtime=771.48 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5423 0 0 0 77148 0 0 0 25 0 1 0 519508613 34369536 5315 33554432000 4194304 4785740 140735764532208 18446744073709551615 4538864 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8391 5315 341 145 0 5436 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=384.09 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38409 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=771.52 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 77143 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=10188 CPUtime=383.22 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1625 0 0 0 38321 1 0 0 25 0 1 0 519508613 10432512 873 33554432000 4194304 4331988 140734294571776 18446744073709551615 4287517 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2547 873 175 34 0 989 0
Current children cumulated CPU time (s) 3081.83
Current children cumulated vsize (KiB) 623372

[startup+771.901 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25911220/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=771.92 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110826 0 0 0 77160 32 0 0 25 0 1 0 519508613 74522624 12667 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12667 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33564 CPUtime=771.88 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5423 0 0 0 77188 0 0 0 25 0 1 0 519508613 34369536 5315 33554432000 4194304 4785740 140735764532208 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8391 5315 341 145 0 5436 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=384.29 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38429 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=771.92 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 77183 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4329077 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=10188 CPUtime=383.42 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1626 0 0 0 38341 1 0 0 25 0 1 0 519508613 10432512 874 33554432000 4194304 4331988 140734294571776 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 3083.43
Current children cumulated vsize (KiB) 623372

[startup+772.101 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25911220/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=772.12 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110842 0 0 0 77180 32 0 0 25 0 1 0 519508613 74522624 12683 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12683 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33564 CPUtime=772.08 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5423 0 0 0 77208 0 0 0 25 0 1 0 519508613 34369536 5315 33554432000 4194304 4785740 140735764532208 18446744073709551615 4278126 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8391 5315 341 145 0 5436 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=384.39 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38439 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=772.12 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 77203 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=10188 CPUtime=383.52 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1626 0 0 0 38351 1 0 0 25 0 1 0 519508613 10432512 874 33554432000 4194304 4331988 140734294571776 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 3084.23
Current children cumulated vsize (KiB) 623372

[startup+772.201 s]
/proc/loadavg: 9.82 10.09 9.85 10/187 15672
/proc/meminfo: memFree=25910352/32950928 swapFree=67111364/67111528
[pid=15581] ppid=15579 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/15581/stat : 15581 (ppfolio) S 15579 15581 15268 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 519508613 18763776 389 33554432000 4194304 4287625 140736535132864 18446744073709551615 208080252431 0 0 4096 65536 4536241520554016767 0 0 17 5 0 0 0
/proc/15581/statm: 4581 389 341 23 0 91 0
[pid=15582] ppid=15581 vsize=72776 CPUtime=772.22 cores=1
/proc/15582/stat : 15582 (cryptominisat) R 15581 15581 15268 0 -1 4202496 110852 0 0 0 77190 32 0 0 25 0 1 0 519508613 74522624 12693 33554432000 4194304 4587354 140737138940720 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15582/statm: 18194 12693 336 96 0 14756 0
[pid=15583] ppid=15581 vsize=33564 CPUtime=772.18 cores=5
/proc/15583/stat : 15583 (clasp) R 15581 15581 15268 0 -1 4202496 5423 0 0 0 77218 0 0 0 25 0 1 0 519508613 34369536 5315 33554432000 4194304 4785740 140735764532208 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15583/statm: 8391 5315 341 145 0 5436 0
[pid=15584] ppid=15581 vsize=456356 CPUtime=384.46 cores=7
/proc/15584/stat : 15584 (TNM) R 15581 15581 15268 0 -1 4202496 479 0 0 0 38446 0 0 0 25 0 1 0 519508613 467308544 376 33554432000 134512640 134534564 4289475696 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15584/statm: 114089 376 95 6 0 112755 0
[pid=15585] ppid=15581 vsize=32164 CPUtime=772.22 cores=3
/proc/15585/stat : 15585 (lingeling) R 15581 15581 15268 0 -1 4202496 73061 0 0 0 77213 9 0 0 25 0 1 0 519508613 32935936 7234 33554432000 4194304 4352236 140733322167248 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15585/statm: 8041 7234 127 39 0 7121 0
[pid=15586] ppid=15581 vsize=10188 CPUtime=383.55 cores=7
/proc/15586/stat : 15586 (march_hi) R 15581 15581 15268 0 -1 4202496 1626 0 0 0 38354 1 0 0 25 0 1 0 519508613 10432512 874 33554432000 4194304 4331988 140734294571776 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15586/statm: 2547 874 175 34 0 989 0
Current children cumulated CPU time (s) 3084.63
Current children cumulated vsize (KiB) 623372

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15581 and gives
#  childrusage.ru_utime.tv_sec=2701
#  childrusage.ru_utime.tv_usec=11383
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=440932
# CPU time returned by wait4() is 2701.45
# while last known CPU time is 3084.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 772.302
CPU time (s): 3084.63
CPU user time (s): 3084.21
CPU system time (s): 0.42
CPU usage (%): 399.407
Max. virtual memory (cumulated for all children) (KiB): 8137568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2701.01
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190357
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= 1088
involuntary context switches= 21108

runsolver used 1.23681 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 14:11:29
IDJOB=3191358
IDBENCH=83089
IDSOLVER=1612
FILE ID=node127/3191358-1304079089
RUNJOBID= node127-1304077884-15287
PBS_JOBID= 13170516
Free space on /tmp= 71808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S2117313371-002.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191358-1304079089/watcher-3191358-1304079089 -o /tmp/evaluation-result-3191358-1304079089/solver-3191358-1304079089 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191358-1304079089.cnf

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

MD5SUM BENCH= 80ed5c7022fbd1c0bf0af45d87bcb3f8
RANDOM SEED=876975553

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:     32950928 kB
MemFree:      26286864 kB
Buffers:       1393408 kB
Cached:        4724376 kB
SwapCached:          0 kB
Active:        1782480 kB
Inactive:      4405764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26286864 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20160 kB
Writeback:           0 kB
AnonPages:       70184 kB
Mapped:          16904 kB
Slab:           411228 kB
PageTables:       4920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2675136 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= 71792 MiB
End job on node127 at 2011-04-29 14:24:22