Trace number 3251127

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 par? (TO) 4800.22 1201.71

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.28965
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3251127-1304099134/watcher-3251127-1304099134 -o /tmp/evaluation-result-3251127-1304099134/solver-3251127-1304099134 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3251127-1304099134.cnf 

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

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


[startup+0 s]
/proc/loadavg: 9.56 9.29 8.79 6/182 2514
/proc/meminfo: memFree=30193300/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) R 2512 2514 2052 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0

[startup+0.268477 s]
/proc/loadavg: 9.56 9.29 8.79 6/182 2514
/proc/meminfo: memFree=30193300/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300473 s]
/proc/loadavg: 9.56 9.29 8.79 6/182 2514
/proc/meminfo: memFree=30193300/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400455 s]
/proc/loadavg: 9.56 9.29 8.79 6/182 2514
/proc/meminfo: memFree=30193300/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700402 s]
/proc/loadavg: 9.56 9.29 8.79 6/182 2514
/proc/meminfo: memFree=30193300/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50125 s]
/proc/loadavg: 9.56 9.29 8.79 11/188 2520
/proc/meminfo: memFree=30034160/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 16 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=85736 CPUtime=1.49 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 23761 0 0 0 146 3 0 0 20 0 1 0 521514149 87793664 15406 33554432000 4194304 4587354 140736680653968 18446744073709551615 4238065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 21434 15406 325 96 0 17996 0
[pid=2516] ppid=2514 vsize=37068 CPUtime=1.49 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 8290 0 0 0 148 1 0 0 20 0 1 0 521514149 37957632 6405 33554432000 4194304 4785740 140734520708320 18446744073709551615 4495595 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 9267 6405 313 145 0 6312 0
[pid=2517] ppid=2514 vsize=470872 CPUtime=0.73 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 6592 0 0 0 73 0 0 0 25 0 1 0 521514149 482172928 6489 33554432000 134512640 134534564 4286979216 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 117718 6489 91 6 0 116384 0
[pid=2518] ppid=2514 vsize=17244 CPUtime=1.49 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 5389 0 0 0 148 1 0 0 25 0 1 0 521514149 17657856 3204 33554432000 4194304 4352236 140733988698144 18446744073709551615 4208607 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 4311 3204 123 39 0 3391 0
[pid=2519] ppid=2514 vsize=43332 CPUtime=0.73 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 22155 0 0 0 70 3 0 0 25 0 1 0 521514149 44371968 5454 33554432000 4194304 4331988 140735963483136 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 10833 5454 149 34 0 9275 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 672576

[startup+3.10096 s]
/proc/loadavg: 9.56 9.29 8.79 11/188 2520
/proc/meminfo: memFree=30040984/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=85736 CPUtime=3.08 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 24900 0 0 0 305 3 0 0 25 0 1 0 521514149 87793664 16530 33554432000 4194304 4587354 140736680653968 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 21434 16530 326 96 0 17996 0
[pid=2516] ppid=2514 vsize=39972 CPUtime=3.08 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 9027 0 0 0 307 1 0 0 25 0 1 0 521514149 40931328 7142 33554432000 4194304 4785740 140734520708320 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 9993 7142 316 145 0 7038 0
[pid=2517] ppid=2514 vsize=470872 CPUtime=1.53 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 6592 0 0 0 153 0 0 0 25 0 1 0 521514149 482172928 6489 33554432000 134512640 134534564 4286979216 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 117718 6489 91 6 0 116384 0
[pid=2518] ppid=2514 vsize=17908 CPUtime=3.09 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 5823 0 0 0 308 1 0 0 25 0 1 0 521514149 18337792 3638 33554432000 4194304 4352236 140733988698144 18446744073709551615 4278694 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 4477 3638 126 39 0 3557 0
[pid=2519] ppid=2514 vsize=60400 CPUtime=1.53 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 31754 0 0 0 149 4 0 0 25 0 1 0 521514149 61849600 6933 33554432000 4194304 4331988 140735963483136 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15100 6933 170 34 0 13542 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 693212

[startup+6.30038 s]
/proc/loadavg: 9.60 9.31 8.80 11/188 2520
/proc/meminfo: memFree=30010332/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=397856 CPUtime=6.29 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 27105 0 0 0 625 4 0 0 25 0 1 0 521514149 407404544 16637 33554432000 4194304 4587354 140736680653968 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 99464 16637 337 96 0 96026 0
[pid=2516] ppid=2514 vsize=40732 CPUtime=6.28 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 10199 0 0 0 627 1 0 0 25 0 1 0 521514149 41709568 7521 33554432000 4194304 4785740 140734520708320 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 10183 7521 340 145 0 7228 0
[pid=2517] ppid=2514 vsize=470872 CPUtime=3.13 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 6592 0 0 0 313 0 0 0 25 0 1 0 521514149 482172928 6489 33554432000 134512640 134534564 4286979216 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 117718 6489 91 6 0 116384 0
[pid=2518] ppid=2514 vsize=34548 CPUtime=6.28 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 8960 0 0 0 627 1 0 0 25 0 1 0 521514149 35377152 6775 33554432000 4194304 4352236 140733988698144 18446744073709551615 4268336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 8637 6775 126 39 0 7717 0
[pid=2519] ppid=2514 vsize=60400 CPUtime=3.11 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 31773 0 0 0 307 4 0 0 25 0 1 0 521514149 61849600 6952 33554432000 4194304 4331988 140735963483136 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15100 6952 171 34 0 13542 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 1022732

[startup+12.7012 s]
/proc/loadavg: 9.63 9.32 8.81 11/188 2520
/proc/meminfo: memFree=29957768/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=397856 CPUtime=12.69 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 27105 0 0 0 1265 4 0 0 25 0 1 0 521514149 407404544 16637 33554432000 4194304 4587354 140736680653968 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 99464 16637 337 96 0 96026 0
[pid=2516] ppid=2514 vsize=74100 CPUtime=12.68 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 18413 0 0 0 1265 3 0 0 25 0 1 0 521514149 75878400 15735 33554432000 4194304 4785740 140734520708320 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 18525 15735 340 145 0 15570 0
[pid=2517] ppid=2514 vsize=474172 CPUtime=6.31 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9541 0 0 0 630 1 0 0 25 0 1 0 521514149 485552128 9438 33554432000 134512640 134534564 4286979216 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 118543 9438 95 6 0 117209 0
[pid=2518] ppid=2514 vsize=38952 CPUtime=12.68 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 10061 0 0 0 1267 1 0 0 25 0 1 0 521514149 39886848 7876 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 9738 7876 126 39 0 8818 0
[pid=2519] ppid=2514 vsize=61088 CPUtime=6.3 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 31934 0 0 0 626 4 0 0 25 0 1 0 521514149 62554112 7113 33554432000 4194304 4331988 140735963483136 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15272 7113 174 34 0 13714 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1064492

[startup+25.5069 s]
/proc/loadavg: 9.71 9.35 8.83 11/188 2521
/proc/meminfo: memFree=29878500/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=412352 CPUtime=25.5 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 29913 0 0 0 2546 4 0 0 25 0 1 0 521514149 422248448 19445 33554432000 4194304 4587354 140736680653968 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 103088 19445 337 96 0 99650 0
[pid=2516] ppid=2514 vsize=125820 CPUtime=25.49 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 31095 0 0 0 2541 8 0 0 25 0 1 0 521514149 128839680 28417 33554432000 4194304 4785740 140734520708320 18446744073709551615 4548911 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 31455 28417 340 145 0 28500 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=12.65 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 1264 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=52340 CPUtime=25.49 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 13408 0 0 0 2548 1 0 0 25 0 1 0 521514149 53596160 11223 33554432000 4194304 4352236 140733988698144 18446744073709551615 4231179 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 13085 11223 126 39 0 12165 0
[pid=2519] ppid=2514 vsize=61088 CPUtime=12.7 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 31957 0 0 0 1266 4 0 0 25 0 1 0 521514149 62554112 7136 33554432000 4194304 4331988 140735963483136 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15272 7136 174 34 0 13714 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1147928

[startup+51.1012 s]
/proc/loadavg: 9.93 9.43 8.87 11/188 2521
/proc/meminfo: memFree=29737280/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=534152 CPUtime=51.09 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 38719 0 0 0 5104 5 0 0 25 0 1 0 521514149 546971648 22496 33554432000 4194304 4587354 140736680653968 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 133538 22496 337 96 0 130100 0
[pid=2516] ppid=2514 vsize=187796 CPUtime=51.08 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 46108 0 0 0 5095 13 0 0 25 0 1 0 521514149 192303104 43430 33554432000 4194304 4785740 140734520708320 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 46949 43430 340 145 0 43994 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=25.4 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 2539 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=70200 CPUtime=51.09 cores=2

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

/proc/2519/statm: 15371 7206 174 34 0 13813 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1855400

[startup+1002.31 s]
/proc/loadavg: 10.20 10.15 9.69 11/188 2556
/proc/meminfo: memFree=28770516/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=553728 CPUtime=1002.32 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 233098 0 0 0 100163 69 0 0 25 0 1 0 521514149 567017472 60775 33554432000 4194304 4587354 140736680653968 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 138432 60775 337 96 0 134994 0
[pid=2516] ppid=2514 vsize=444332 CPUtime=1002.23 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 106832 0 0 0 100191 32 0 0 25 0 1 0 521514149 454995968 104154 33554432000 4194304 4785740 140734520708320 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 111083 104154 340 145 0 108128 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=498.42 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 49841 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=135744 CPUtime=1002.32 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 76754 0 0 0 100222 10 0 0 25 0 1 0 521514149 139001856 33097 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 33936 33097 126 39 0 33016 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=498.43 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32028 0 0 0 49839 4 0 0 25 0 1 0 521514149 62959616 7207 33554432000 4194304 4331988 140735963483136 18446744073709551615 4297266 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7207 174 34 0 13813 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1691616

[startup+1062.3 s]
/proc/loadavg: 10.22 10.17 9.72 11/188 2557
/proc/meminfo: memFree=28732868/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=623716 CPUtime=1062.31 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 242346 0 0 0 106157 74 0 0 25 0 1 0 521514149 638685184 57577 33554432000 4194304 4587354 140736680653968 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 155929 57577 337 96 0 152491 0
[pid=2516] ppid=2514 vsize=446752 CPUtime=1062.22 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 107423 0 0 0 106190 32 0 0 25 0 1 0 521514149 457474048 104745 33554432000 4194304 4785740 140734520708320 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 111688 104745 340 145 0 108733 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=528.26 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 52825 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=135744 CPUtime=1062.31 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 83410 0 0 0 106221 10 0 0 25 0 1 0 521514149 139001856 33097 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 33936 33097 126 39 0 33016 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=528.26 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32028 0 0 0 52822 4 0 0 25 0 1 0 521514149 62959616 7207 33554432000 4194304 4331988 140735963483136 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7207 174 34 0 13813 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1764024

[startup+1122.3 s]
/proc/loadavg: 10.46 10.23 9.77 11/188 2596
/proc/meminfo: memFree=29512768/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=618744 CPUtime=1122.32 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 252906 0 0 0 112152 80 0 0 25 0 1 0 521514149 633593856 59008 33554432000 4194304 4587354 140736680653968 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 154686 59008 337 96 0 151248 0
[pid=2516] ppid=2514 vsize=454112 CPUtime=1122.21 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 109220 0 0 0 112188 33 0 0 25 0 1 0 521514149 465010688 106542 33554432000 4194304 4785740 140734520708320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 113528 106542 340 145 0 110573 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=558.07 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 55806 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=150084 CPUtime=1122.31 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 97235 0 0 0 112218 13 0 0 25 0 1 0 521514149 153686016 36682 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 37521 36682 126 39 0 36601 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=558.12 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32028 0 0 0 55808 4 0 0 25 0 1 0 521514149 62959616 7207 33554432000 4194304 4331988 140735963483136 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7207 174 34 0 13813 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1780752

[startup+1182.3 s]
/proc/loadavg: 10.38 10.25 9.80 11/188 2597
/proc/meminfo: memFree=29327060/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=1534140 CPUtime=1182.33 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 265081 0 0 0 118146 87 0 0 25 0 1 0 521514149 1570959360 61102 33554432000 4194304 4587354 140736680653968 18446744073709551615 4413098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 383535 61102 337 96 0 380097 0
[pid=2516] ppid=2514 vsize=470500 CPUtime=1182.21 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 113039 0 0 0 118187 34 0 0 25 0 1 0 521514149 481792000 110361 33554432000 4194304 4785740 140734520708320 18446744073709551615 4538906 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 117625 110361 340 145 0 114670 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=587.95 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 58794 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=150084 CPUtime=1182.31 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 102355 0 0 0 118218 13 0 0 25 0 1 0 521514149 153686016 36682 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 37521 36682 126 39 0 36601 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=587.91 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32029 0 0 0 58787 4 0 0 25 0 1 0 521514149 62959616 7208 33554432000 4194304 4331988 140735963483136 18446744073709551615 4228257 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7208 174 34 0 13813 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 2712536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.35 10.25 9.81 11/188 2598
/proc/meminfo: memFree=29332360/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=672936 CPUtime=1201.73 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 268530 0 0 0 120084 89 0 0 25 0 1 0 521514149 689086464 57772 33554432000 4194304 4587354 140736680653968 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 168234 57772 337 96 0 164796 0
[pid=2516] ppid=2514 vsize=470500 CPUtime=1201.62 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 113039 0 0 0 120128 34 0 0 25 0 1 0 521514149 481792000 110361 33554432000 4194304 4785740 140734520708320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 117625 110361 340 145 0 114670 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=597.55 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 59754 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=150084 CPUtime=1201.71 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 102867 0 0 0 120158 13 0 0 25 0 1 0 521514149 153686016 36682 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 37521 36682 126 39 0 36601 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=597.61 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32030 0 0 0 59757 4 0 0 25 0 1 0 521514149 62959616 7209 33554432000 4194304 4331988 140735963483136 18446744073709551615 4314748 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7209 174 34 0 13813 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1851332

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 10.35 10.25 9.81 11/188 2598
/proc/meminfo: memFree=29332360/32951124 swapFree=67110188/67111528
[pid=2514] ppid=2512 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/2514/stat : 2514 (ppfolio) S 2512 2514 2052 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 521514149 18763776 390 33554432000 4194304 4287625 140735904166640 18446744073709551615 222921797135 0 0 4096 65536 4601191871430000639 0 0 17 2 0 0 0
/proc/2514/statm: 4581 390 341 23 0 91 0
[pid=2515] ppid=2514 vsize=672936 CPUtime=1201.73 cores=0
/proc/2515/stat : 2515 (cryptominisat) R 2514 2514 2052 0 -1 4202496 268530 0 0 0 120084 89 0 0 25 0 1 0 521514149 689086464 57772 33554432000 4194304 4587354 140736680653968 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2515/statm: 168234 57772 337 96 0 164796 0
[pid=2516] ppid=2514 vsize=470500 CPUtime=1201.62 cores=4
/proc/2516/stat : 2516 (clasp) R 2514 2514 2052 0 -1 4202496 113039 0 0 0 120128 34 0 0 25 0 1 0 521514149 481792000 110361 33554432000 4194304 4785740 140734520708320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2516/statm: 117625 110361 340 145 0 114670 0
[pid=2517] ppid=2514 vsize=478004 CPUtime=597.55 cores=6
/proc/2517/stat : 2517 (TNM) R 2514 2514 2052 0 -1 4202496 9542 0 0 0 59754 1 0 0 25 0 1 0 521514149 489476096 9439 33554432000 134512640 134534564 4286979216 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2517/statm: 119501 9439 95 6 0 118167 0
[pid=2518] ppid=2514 vsize=150084 CPUtime=1201.71 cores=2
/proc/2518/stat : 2518 (lingeling) R 2514 2514 2052 0 -1 4202496 102867 0 0 0 120158 13 0 0 25 0 1 0 521514149 153686016 36682 33554432000 4194304 4352236 140733988698144 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/2518/statm: 37521 36682 126 39 0 36601 0
[pid=2519] ppid=2514 vsize=61484 CPUtime=597.61 cores=6
/proc/2519/stat : 2519 (march_hi) R 2514 2514 2052 0 -1 4202496 32030 0 0 0 59757 4 0 0 25 0 1 0 521514149 62959616 7209 33554432000 4194304 4331988 140735963483136 18446744073709551615 4314748 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/2519/statm: 15371 7209 174 34 0 13813 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1851332

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.71
CPU time (s): 4800.22
CPU user time (s): 4798.81
CPU system time (s): 1.41
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 2712536

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

runsolver used 1.9667 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 19:45:34
IDJOB=3251127
IDBENCH=88211
IDSOLVER=1612
FILE ID=node109/3251127-1304099134
RUNJOBID= node109-1304096344-2070
PBS_JOBID= 13170607
Free space on /tmp= 72364 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251127-1304099134/watcher-3251127-1304099134 -o /tmp/evaluation-result-3251127-1304099134/solver-3251127-1304099134 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3251127-1304099134.cnf

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=717913532

node109.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.809
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.61
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.809
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.809
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.809
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.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30193580 kB
Buffers:        725628 kB
Cached:        1020084 kB
SwapCached:        712 kB
Active:         717168 kB
Inactive:      1650300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30193580 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           15300 kB
Writeback:           0 kB
AnonPages:      621068 kB
Mapped:          16576 kB
Slab:           324976 kB
PageTables:       5928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1751096 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= 72352 MiB
End job on node109 at 2011-04-29 20:05:38