Trace number 3190977

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) 3894.21 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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
3894.16/1300.00	Done

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-3190977-1304050889/watcher-3190977-1304050889 -o /tmp/evaluation-result-3190977-1304050889/solver-3190977-1304050889 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190977-1304050889.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: 5.67 5.45 6.59 6/182 10557
/proc/meminfo: memFree=26695104/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) R 10555 10557 9252 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 516687594 18763776 390 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/10557/statm: 4581 390 341 23 0 91 0

[startup+0.269168 s]
/proc/loadavg: 5.67 5.45 6.59 6/182 10557
/proc/meminfo: memFree=26695104/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 516687594 18763776 390 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 4524623393500168191 0 0 17 1 0 0 0
/proc/10557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300163 s]
/proc/loadavg: 5.67 5.45 6.59 6/182 10557
/proc/meminfo: memFree=26695104/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 516687594 18763776 390 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 4524623393500168191 0 0 17 1 0 0 0
/proc/10557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400146 s]
/proc/loadavg: 5.67 5.45 6.59 6/182 10557
/proc/meminfo: memFree=26695104/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 516687594 18763776 390 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 4524623393500168191 0 0 17 1 0 0 0
/proc/10557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700096 s]
/proc/loadavg: 5.67 5.45 6.59 6/182 10557
/proc/meminfo: memFree=26695104/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 516687594 18763776 390 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 4524623393500168191 0 0 17 1 0 0 0
/proc/10557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50096 s]
/proc/loadavg: 5.67 5.45 6.59 10/187 10563
/proc/meminfo: memFree=26682924/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=14920 CPUtime=1.49 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 1159 0 0 0 149 0 0 0 20 0 1 0 516687594 15278080 1051 33554432000 4194304 4785740 140734560900432 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 3730 1051 340 145 0 775 0
[pid=10560] ppid=10557 vsize=452656 CPUtime=0.77 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 450 0 0 0 77 0 0 0 25 0 1 0 516687594 463519744 347 33554432000 134512640 134534564 4293302288 18446744073709551615 134524763 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 113164 347 91 6 0 111830 0
[pid=10561] ppid=10557 vsize=6224 CPUtime=1.49 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 1084 0 0 0 149 0 0 0 20 0 1 0 516687594 6373376 749 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 1556 749 127 39 0 636 0
[pid=10562] ppid=10557 vsize=8072 CPUtime=0.71 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1511 0 0 0 71 0 0 0 25 0 1 0 516687594 8265728 518 33554432000 4194304 4331988 140734252861808 18446744073709551615 4299344 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2018 518 174 34 0 460 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 500196

[startup+3.10069 s]
/proc/loadavg: 5.67 5.45 6.59 11/187 10563
/proc/meminfo: memFree=26677220/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=15804 CPUtime=3.09 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 1378 0 0 0 309 0 0 0 25 0 1 0 516687594 16183296 1270 33554432000 4194304 4785740 140734560900432 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 3951 1270 340 145 0 996 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=1.56 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 156 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=7508 CPUtime=3.09 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 1693 0 0 0 309 0 0 0 25 0 1 0 516687594 7688192 1070 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 1877 1070 127 39 0 957 0
[pid=10562] ppid=10557 vsize=8072 CPUtime=1.51 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1511 0 0 0 151 0 0 0 25 0 1 0 516687594 8265728 518 33554432000 4194304 4331988 140734252861808 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2018 518 174 34 0 460 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 506196

[startup+6.30116 s]
/proc/loadavg: 5.93 5.51 6.61 11/187 10563
/proc/meminfo: memFree=26675532/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=16728 CPUtime=6.29 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 1606 0 0 0 629 0 0 0 25 0 1 0 516687594 17129472 1498 33554432000 4194304 4785740 140734560900432 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 4182 1498 340 145 0 1227 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=3.15 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 315 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=8152 CPUtime=6.29 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 2270 0 0 0 629 0 0 0 25 0 1 0 516687594 8347648 1231 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 2038 1231 127 39 0 1118 0
[pid=10562] ppid=10557 vsize=8072 CPUtime=3.11 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1511 0 0 0 311 0 0 0 25 0 1 0 516687594 8265728 518 33554432000 4194304 4331988 140734252861808 18446744073709551615 4210438 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2018 518 174 34 0 460 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 507764

[startup+12.7011 s]
/proc/loadavg: 6.18 5.56 6.62 11/187 10563
/proc/meminfo: memFree=26669836/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=18620 CPUtime=12.69 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 1990 0 0 0 1269 0 0 0 25 0 1 0 516687594 19066880 1882 33554432000 4194304 4785740 140734560900432 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 4655 1882 340 145 0 1700 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=6.34 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 634 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=10660 CPUtime=12.69 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 3839 0 0 0 1269 0 0 0 25 0 1 0 516687594 10915840 1858 33554432000 4194304 4352236 140736295625024 18446744073709551615 4255757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 2665 1858 127 39 0 1745 0
[pid=10562] ppid=10557 vsize=8072 CPUtime=6.27 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1511 0 0 0 627 0 0 0 25 0 1 0 516687594 8265728 518 33554432000 4194304 4331988 140734252861808 18446744073709551615 4226333 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2018 518 174 34 0 460 0
Current children cumulated CPU time (s) 39.15
Current children cumulated vsize (KiB) 512164

[startup+25.5069 s]
/proc/loadavg: 6.80 5.73 6.66 11/187 10563
/proc/meminfo: memFree=26654852/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=20456 CPUtime=25.5 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 2396 0 0 0 2550 0 0 0 25 0 1 0 516687594 20946944 2288 33554432000 4194304 4785740 140734560900432 18446744073709551615 4552547 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 5114 2288 341 145 0 2159 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=12.74 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 1274 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=11172 CPUtime=25.49 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 5815 0 0 0 2549 0 0 0 25 0 1 0 516687594 11440128 1978 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328151 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 2793 1978 127 39 0 1873 0
[pid=10562] ppid=10557 vsize=8220 CPUtime=12.61 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1516 0 0 0 1261 0 0 0 25 0 1 0 516687594 8417280 523 33554432000 4194304 4331988 140734252861808 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2055 523 174 34 0 497 0
Current children cumulated CPU time (s) 77.5
Current children cumulated vsize (KiB) 514660

[startup+51.1006 s]
/proc/loadavg: 7.76 6.04 6.73 10/187 10628
/proc/meminfo: memFree=26661420/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=22916 CPUtime=51.09 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 2959 0 0 0 5109 0 0 0 25 0 1 0 516687594 23465984 2851 33554432000 4194304 4785740 140734560900432 18446744073709551615 4309533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 5729 2851 341 145 0 2774 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=25.44 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 2544 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=11812 CPUtime=51.08 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 9503 0 0 0 5108 0 0 0 25 0 1 0 516687594 12095488 2146 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 2953 2146 127 39 0 2033 0
[pid=10562] ppid=10557 vsize=8220 CPUtime=25.37 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1528 0 0 0 2537 0 0 0 25 0 1 0 516687594 8417280 535 33554432000 4194304 4331988 140734252861808 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2055 535 174 34 0 497 0
Current children cumulated CPU time (s) 154.14
Current children cumulated vsize (KiB) 517760

[startup+102.301 s]
/proc/loadavg: 8.54 6.51 6.86 10/187 10629
/proc/meminfo: memFree=26630872/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=25756 CPUtime=102.29 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 3576 0 0 0 10229 0 0 0 25 0 1 0 516687594 26374144 3468 33554432000 4194304 4785740 140734560900432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 6439 3468 341 145 0 3484 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=50.93 cores=7

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

[pid=10559] ppid=10557 vsize=41252 CPUtime=882.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7162 0 0 0 88230 0 0 0 25 0 1 0 516687594 42242048 7018 33554432000 4194304 4785740 140734560900432 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10313 7018 341 145 0 7358 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=438.78 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 43878 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=36456 CPUtime=882.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 73217 0 0 0 88220 10 0 0 25 0 1 0 516687594 37330944 8307 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 9114 8307 127 39 0 8194 0
[pid=10562] ppid=10557 vsize=9756 CPUtime=438.71 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1915 0 0 0 43871 0 0 0 25 0 1 0 516687594 9990144 922 33554432000 4194304 4331988 140734252861808 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2439 922 175 34 0 881 0
Current children cumulated CPU time (s) 2643.25
Current children cumulated vsize (KiB) 562276

[startup+942.3 s]
/proc/loadavg: 9.18 9.00 8.22 10/187 10652
/proc/meminfo: memFree=26479644/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=42020 CPUtime=942.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7320 0 0 0 94230 0 0 0 25 0 1 0 516687594 43028480 7176 33554432000 4194304 4785740 140734560900432 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10505 7176 341 145 0 7550 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=468.62 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 46862 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=32616 CPUtime=942.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 76609 0 0 0 94219 11 0 0 25 0 1 0 516687594 33398784 7347 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328059 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 8154 7347 127 39 0 7234 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=468.53 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1939 0 0 0 46853 0 0 0 25 0 1 0 516687594 10772480 946 33554432000 4194304 4331988 140734252861808 18446744073709551615 4299188 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 946 175 34 0 1072 0
Current children cumulated CPU time (s) 2822.91
Current children cumulated vsize (KiB) 559968

[startup+1002.31 s]
/proc/loadavg: 9.20 9.04 8.28 10/187 10653
/proc/meminfo: memFree=26483604/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=42080 CPUtime=1002.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7399 0 0 0 100230 0 0 0 25 0 1 0 516687594 43089920 7207 33554432000 4194304 4785740 140734560900432 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10520 7207 341 145 0 7565 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=498.47 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 49847 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=33240 CPUtime=1002.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 79874 0 0 0 100219 11 0 0 25 0 1 0 516687594 34037760 7503 33554432000 4194304 4352236 140736295625024 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 8310 7503 127 39 0 7390 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=498.37 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1968 0 0 0 49837 0 0 0 25 0 1 0 516687594 10772480 975 33554432000 4194304 4331988 140734252861808 18446744073709551615 4210461 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 975 175 34 0 1072 0
Current children cumulated CPU time (s) 3002.6
Current children cumulated vsize (KiB) 560652

[startup+1062.3 s]
/proc/loadavg: 9.26 9.08 8.34 10/187 10655
/proc/meminfo: memFree=26451464/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=41888 CPUtime=1062.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7461 0 0 0 106230 0 0 0 25 0 1 0 516687594 42893312 7221 33554432000 4194304 4785740 140734560900432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10472 7221 341 145 0 7517 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=528.28 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 52828 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=33240 CPUtime=1062.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 83010 0 0 0 106218 12 0 0 25 0 1 0 516687594 34037760 7503 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 8310 7503 127 39 0 7390 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=528.22 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 1996 0 0 0 52822 0 0 0 25 0 1 0 516687594 10772480 1003 33554432000 4194304 4331988 140734252861808 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 1003 175 34 0 1072 0
Current children cumulated CPU time (s) 3182.26
Current children cumulated vsize (KiB) 560460

[startup+1122.3 s]
/proc/loadavg: 9.10 9.06 8.38 10/187 10657
/proc/meminfo: memFree=26459252/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=41888 CPUtime=1122.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7474 0 0 0 112230 0 0 0 25 0 1 0 516687594 42893312 7234 33554432000 4194304 4785740 140734560900432 18446744073709551615 4538870 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10472 7234 341 145 0 7517 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=558.16 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 55816 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=33240 CPUtime=1122.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 86146 0 0 0 112217 13 0 0 25 0 1 0 516687594 34037760 7503 33554432000 4194304 4352236 140736295625024 18446744073709551615 4270760 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 8310 7503 127 39 0 7390 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=558.02 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 2025 0 0 0 55802 0 0 0 25 0 1 0 516687594 10772480 1032 33554432000 4194304 4331988 140734252861808 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 1032 175 34 0 1072 0
Current children cumulated CPU time (s) 3361.94
Current children cumulated vsize (KiB) 560460

[startup+1182.3 s]
/proc/loadavg: 9.20 9.09 8.43 10/187 10658
/proc/meminfo: memFree=26439400/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=41696 CPUtime=1182.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7521 0 0 0 118230 0 0 0 25 0 1 0 516687594 42696704 7233 33554432000 4194304 4785740 140734560900432 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10424 7233 341 145 0 7469 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=587.96 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 58796 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=35288 CPUtime=1182.31 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 89858 0 0 0 118217 14 0 0 25 0 1 0 516687594 36134912 8015 33554432000 4194304 4352236 140736295625024 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 8822 8015 127 39 0 7902 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=587.9 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 2051 0 0 0 58790 0 0 0 25 0 1 0 516687594 10772480 1058 33554432000 4194304 4331988 140734252861808 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 1058 175 34 0 1072 0
Current children cumulated CPU time (s) 3541.63
Current children cumulated vsize (KiB) 562316

[startup+1242.3 s]
/proc/loadavg: 8.36 8.92 8.41 5/176 10678
/proc/meminfo: memFree=26648704/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=42264 CPUtime=1242.3 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7634 0 0 0 124230 0 0 0 25 0 1 0 516687594 43278336 7346 33554432000 4194304 4785740 140734560900432 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10566 7346 341 145 0 7611 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=617.82 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 61782 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134528832 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=51672 CPUtime=1242.3 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 97154 0 0 0 124216 14 0 0 25 0 1 0 516687594 52912128 12111 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 12918 12111 127 39 0 11998 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=617.71 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 2078 0 0 0 61771 0 0 0 25 0 1 0 516687594 10772480 1085 33554432000 4194304 4331988 140734252861808 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 1085 175 34 0 1072 0
Current children cumulated CPU time (s) 3721.29
Current children cumulated vsize (KiB) 579268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.65 8.04 8.14 5/176 10679
/proc/meminfo: memFree=26645108/32950928 swapFree=67111524/67111528
[pid=10557] ppid=10555 vsize=18324 CPUtime=1.16 cores=1,3,5,7
/proc/10557/stat : 10557 (ppfolio) S 10555 10557 9252 0 -1 4202496 526 2510 0 0 0 0 116 0 15 0 1 0 516687594 18763776 391 33554432000 4194304 4287625 140736350132288 18446744073709551615 251814260239 0 0 4096 65536 9224195742862639365 0 0 17 1 0 0 0
/proc/10557/statm: 4581 391 342 23 0 91 0
[pid=10559] ppid=10557 vsize=42648 CPUtime=1300.02 cores=5
/proc/10559/stat : 10559 (clasp) R 10557 10557 9252 0 -1 4202496 7750 0 0 0 130001 1 0 0 25 0 1 0 516687594 43671552 7414 33554432000 4194304 4785740 140734560900432 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10559/statm: 10662 7414 341 145 0 7707 0
[pid=10560] ppid=10557 vsize=456488 CPUtime=646.55 cores=7
/proc/10560/stat : 10560 (TNM) R 10557 10557 9252 0 -1 4202496 518 0 0 0 64655 0 0 0 25 0 1 0 516687594 467443712 415 33554432000 134512640 134534564 4293302288 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10560/statm: 114122 415 95 6 0 112788 0
[pid=10561] ppid=10557 vsize=55512 CPUtime=1300.01 cores=3
/proc/10561/stat : 10561 (lingeling) R 10557 10557 9252 0 -1 4202496 99714 0 0 0 129986 15 0 0 25 0 1 0 516687594 56844288 13071 33554432000 4194304 4352236 140736295625024 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10561/statm: 13878 13071 127 39 0 12958 0
[pid=10562] ppid=10557 vsize=10520 CPUtime=646.42 cores=7
/proc/10562/stat : 10562 (march_hi) R 10557 10557 9252 0 -1 4202496 2105 0 0 0 64642 0 0 0 25 0 1 0 516687594 10772480 1112 33554432000 4194304 4331988 140734252861808 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10562/statm: 2630 1112 175 34 0 1072 0
Current children cumulated CPU time (s) 3894.16
Current children cumulated vsize (KiB) 583492

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 3894.21
CPU user time (s): 3894.03
CPU system time (s): 0.178972
CPU usage (%): 299.553
Max. virtual memory (cumulated for all children) (KiB): 585764

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

runsolver used 2.05169 second user time and 4.99024 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 06:21:29
IDJOB=3190977
IDBENCH=82708
IDSOLVER=1612
FILE ID=node126/3190977-1304050889
RUNJOBID= node126-1304050872-10436
PBS_JOBID= 13170390
Free space on /tmp= 71588 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190977-1304050889/watcher-3190977-1304050889 -o /tmp/evaluation-result-3190977-1304050889/solver-3190977-1304050889 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190977-1304050889.cnf

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

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=2065900135

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26695392 kB
Buffers:       1408416 kB
Cached:        4211420 kB
SwapCached:          4 kB
Active:         272668 kB
Inactive:      5438432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26695392 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20356 kB
Writeback:           0 kB
AnonPages:       90848 kB
Mapped:          16952 kB
Slab:           480896 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1122660 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= 71588 MiB
End job on node126 at 2011-04-29 06:43:09