Trace number 3726320

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.1 900.523

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726320-1338658577.opb.
0.00/0.00	c Instance file HOME/instance-3726320-1338658577.opb
0.00/0.00	c File size is 942899 bytes.
0.09/0.12	c Cost Offset: 0
0.09/0.12	c Highest Coefficient sum: 211
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      21856                                               |
0.09/0.12	c |  Number Clauses:        8273                                                |
0.09/0.12	c |  Number Cardinality:    7696                                                |
0.09/0.12	c |  Number PB Constraints: 0                                                   |
0.09/0.12	c |                                                                             |
0.09/0.14	c |  Problem Type:          Optimization                                        |
0.09/0.14	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.14	c |                                                                             |
0.09/0.14	c ===============================================================================
1800.10/900.51	c ===============================================================================
1800.10/900.51	c Wall Clock Time: 900.51 s
1800.10/900.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3726320-1338658577/watcher-3726320-1338658577 -o /tmp/evaluation-result-3726320-1338658577/solver-3726320-1338658577 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726320-1338658577.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 3.84 3.96 3.91 3/178 30640
/proc/meminfo: memFree=26669760/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=6340 CPUtime=0 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) R 30638 30640 28266 0 -1 4202496 667 0 0 0 0 0 0 0 20 0 1 0 331982563 6492160 619 33554432000 4194304 5964478 140736789343120 140736789341000 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 1585 620 166 433 0 918 0

[startup+0.0918259 s]
/proc/loadavg: 3.84 3.96 3.91 3/178 30640
/proc/meminfo: memFree=26669760/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=23992 CPUtime=0.08 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) R 30638 30640 28266 0 -1 4202496 4849 0 0 0 7 1 0 0 20 0 1 0 331982563 24567808 4768 33554432000 4194304 5964478 140736789343120 140736789341592 4344275 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 5998 4768 326 433 0 5331 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23992

[startup+0.100367 s]
/proc/loadavg: 3.84 3.96 3.91 3/178 30640
/proc/meminfo: memFree=26669760/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=24652 CPUtime=0.09 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) R 30638 30640 28266 0 -1 4202496 5043 0 0 0 8 1 0 0 20 0 1 0 331982563 25243648 4962 33554432000 4194304 5964478 140736789343120 140736789341592 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 6163 4963 343 433 0 5496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24652

[startup+0.300199 s]
/proc/loadavg: 3.84 3.96 3.91 3/178 30640
/proc/meminfo: memFree=26669760/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=0.46 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 13984 0 0 0 43 3 0 0 20 0 3 0 331982563 190078976 12658 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 12658 194 433 0 45970 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 185624

[startup+0.700188 s]
/proc/loadavg: 3.84 3.96 3.91 3/178 30640
/proc/meminfo: memFree=26669760/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=1.26 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 14543 0 0 0 122 4 0 0 20 0 3 0 331982563 190078976 13077 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 13078 195 433 0 45970 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 185624

[startup+1.50037 s]
/proc/loadavg: 3.84 3.96 3.91 5/181 30643
/proc/meminfo: memFree=26613432/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=2.85 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 15971 0 0 0 281 4 0 0 20 0 3 0 331982563 190078976 14504 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 14504 195 433 0 45970 0
[pid=30640/tid=30642] ppid=30638 vsize=185624 CPUtime=1.35 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 7553 0 0 0 133 2 0 0 20 0 3 0 331982576 190078976 14504 33554432000 4194304 5964478 140736789343120 140642561206256 4382029 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=185624 CPUtime=1.35 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 2433 0 0 0 135 0 0 0 20 0 3 0 331982576 190078976 14504 33554432000 4194304 5964478 140736789343120 140642550716720 4400018 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 185624

[startup+3.10035 s]
/proc/loadavg: 3.84 3.96 3.91 5/181 30643
/proc/meminfo: memFree=26609340/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=6.04 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 17814 0 0 0 599 5 0 0 20 0 3 0 331982563 190078976 16347 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 16347 195 433 0 45970 0
[pid=30640/tid=30642] ppid=30638 vsize=185624 CPUtime=2.94 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 8707 0 0 0 292 2 0 0 20 0 3 0 331982576 190078976 16347 33554432000 4194304 5964478 140736789343120 140642561206256 4399978 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=185624 CPUtime=2.94 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 3122 0 0 0 294 0 0 0 20 0 3 0 331982576 190078976 16347 33554432000 4194304 5964478 140736789343120 140642550716728 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 185624

[startup+6.30035 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26598056/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=12.42 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 19568 0 0 0 1237 5 0 0 20 0 3 0 331982563 190078976 18101 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 18101 195 433 0 45970 0
[pid=30640/tid=30642] ppid=30638 vsize=185624 CPUtime=6.12 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 9906 0 0 0 610 2 0 0 20 0 3 0 331982576 190078976 18101 33554432000 4194304 5964478 140736789343120 140642561206256 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=185624 CPUtime=6.13 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 3677 0 0 0 612 1 0 0 20 0 3 0 331982576 190078976 18101 33554432000 4194304 5964478 140736789343120 140642550716720 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 185624

[startup+12.7004 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26579352/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=185624 CPUtime=25.19 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 21864 0 0 0 2511 8 0 0 20 0 3 0 331982563 190078976 20397 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46406 20397 195 433 0 45970 0
[pid=30640/tid=30642] ppid=30638 vsize=185624 CPUtime=12.49 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 9934 0 0 0 1247 2 0 0 20 0 3 0 331982576 190078976 20397 33554432000 4194304 5964478 140736789343120 140642561206256 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=185624 CPUtime=12.5 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 5945 0 0 0 1246 4 0 0 20 0 3 0 331982576 190078976 20397 33554432000 4194304 5964478 140736789343120 140642550716776 4381664 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 185624

[startup+25.5004 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26537796/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=186552 CPUtime=50.77 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 29027 0 0 0 5057 20 0 0 20 0 3 0 331982563 191029248 27560 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 46638 27560 195 433 0 46202 0
[pid=30640/tid=30642] ppid=30638 vsize=186552 CPUtime=25.25 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 12486 0 0 0 2520 5 0 0 20 0 3 0 331982576 191029248 27560 33554432000 4194304 5964478 140736789343120 140642561206072 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=186552 CPUtime=25.26 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 10556 0 0 0 2512 14 0 0 20 0 3 0 331982576 191029248 27560 33554432000 4194304 5964478 140736789343120 140642550716720 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 186552

[startup+51.1004 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26484320/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=190864 CPUtime=101.94 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 36871 0 0 0 10164 30 0 0 20 0 3 0 331982563 195444736 35404 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 47716 35404 195 433 0 47280 0
[pid=30640/tid=30642] ppid=30638 vsize=190864 CPUtime=50.78 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 14445 0 0 0 5072 6 0 0 20 0 3 0 331982576 195444736 35404 33554432000 4194304 5964478 140736789343120 140642561206176 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=190864 CPUtime=50.77 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 16441 0 0 0 5055 22 0 0 20 0 3 0 331982576 195444736 35404 33554432000 4194304 5964478 140736789343120 140642550716832 4381560 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 190864

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26407096/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=261484 CPUtime=204.3 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 46771 0 0 0 20394 36 0 0 20 0 3 0 331982563 267759616 44804 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 65371 44804 195 433 0 64935 0
[pid=30640/tid=30642] ppid=30638 vsize=261484 CPUtime=101.85 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 23100 0 0 0 10173 12 0 0 20 0 3 0 331982576 267759616 44804 33554432000 4194304 5964478 140736789343120 140642561206176 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=261484 CPUtime=101.82 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 17686 0 0 0 10158 24 0 0 20 0 3 0 331982576 267759616 44804 33554432000 4194304 5964478 140736789343120 140642550716488 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.3
Current children cumulated vsize (KiB) 261484

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26330260/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=329208 CPUtime=324.26 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 61187 0 0 0 32375 51 0 0 20 0 3 0 331982563 337108992 58972 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 82302 58972 195 433 0 81866 0
[pid=30640/tid=30642] ppid=30638 vsize=329208 CPUtime=161.69 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 23476 0 0 0 16156 13 0 0 20 0 3 0 331982576 337108992 58972 33554432000 4194304 5964478 140736789343120 140642561206176 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=329208 CPUtime=161.65 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 31726 0 0 0 16125 40 0 0 20 0 3 0 331982576 337108992 58972 33554432000 4194304 5964478 140736789343120 140642550716488 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.26
Current children cumulated vsize (KiB) 329208

[startup+222.3 s]
/proc/loadavg: 4.09 4.02 3.93 5/181 30764
/proc/meminfo: memFree=27114908/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=335012 CPUtime=444.19 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 62519 0 0 0 44367 52 0 0 20 0 3 0 331982563 343052288 60509 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 83753 60509 195 433 0 83317 0
[pid=30640/tid=30642] ppid=30638 vsize=335012 CPUtime=221.53 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 23874 0 0 0 22139 14 0 0 20 0 3 0 331982576 343052288 60509 33554432000 4194304 5964478 140736789343120 140642561206176 4399964 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=335012 CPUtime=221.45 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 32660 0 0 0 22103 42 0 0 20 0 3 0 331982576 343052288 60509 33554432000 4194304 5964478 140736789343120 140642550716720 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.19
Current children cumulated vsize (KiB) 335012

[startup+282.3 s]
/proc/loadavg: 4.07 4.03 3.94 5/182 30768
/proc/meminfo: memFree=27049968/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=337076 CPUtime=564.1 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 67055 0 0 0 56353 57 0 0 20 0 3 0 331982563 345165824 65003 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 84269 65003 195 433 0 83833 0
[pid=30640/tid=30642] ppid=30638 vsize=337076 CPUtime=281.37 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 25263 0 0 0 28121 16 0 0 20 0 3 0 331982576 345165824 65003 33554432000 4194304 5964478 140736789343120 140642561206312 4400091 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=337076 CPUtime=281.23 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 35807 0 0 0 28076 47 0 0 20 0 3 0 331982576 345165824 65003 33554432000 4194304 5964478 140736789343120 140642550716776 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.1
Current children cumulated vsize (KiB) 337076

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/181 30768
/proc/meminfo: memFree=26969156/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=405184 CPUtime=684.03 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 72673 0 0 0 68340 63 0 0 20 0 3 0 331982563 414908416 70717 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 101296 70717 195 433 0 100860 0

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

[pid=30640/tid=30643] ppid=30638 vsize=405184 CPUtime=341.05 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 39429 0 0 0 34053 52 0 0 20 0 3 0 331982576 414908416 70717 33554432000 4194304 5964478 140736789343120 140642550716728 4399975 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.03
Current children cumulated vsize (KiB) 405184

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/181 30768
/proc/meminfo: memFree=26920468/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=410260 CPUtime=803.98 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 77406 0 0 0 80330 68 0 0 20 0 3 0 331982563 420106240 75899 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 102565 75899 195 433 0 102129 0
[pid=30640/tid=30642] ppid=30638 vsize=410260 CPUtime=401.03 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 29889 0 0 0 40080 23 0 0 20 0 3 0 331982576 420106240 75899 33554432000 4194304 5964478 140736789343120 140642561206264 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=410260 CPUtime=400.87 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 41532 0 0 0 40033 54 0 0 20 0 3 0 331982576 420106240 75899 33554432000 4194304 5964478 140736789343120 140642550716488 4400401 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.98
Current children cumulated vsize (KiB) 410260

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/181 30768
/proc/meminfo: memFree=26838084/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=412236 CPUtime=923.95 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 83591 0 0 0 92316 79 0 0 20 0 3 0 331982563 422129664 82071 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 103059 82071 195 433 0 102623 0
[pid=30640/tid=30642] ppid=30638 vsize=412236 CPUtime=460.88 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 31835 0 0 0 46062 26 0 0 20 0 3 0 331982576 422129664 82071 33554432000 4194304 5964478 140736789343120 140642561206264 4399941 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=412236 CPUtime=460.71 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 45771 0 0 0 46007 64 0 0 20 0 3 0 331982576 422129664 82071 33554432000 4194304 5964478 140736789343120 140642550716776 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.95
Current children cumulated vsize (KiB) 412236

[startup+522.3 s]
/proc/loadavg: 4.08 4.03 3.95 5/181 30768
/proc/meminfo: memFree=26730248/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=478952 CPUtime=1043.92 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 107517 0 0 0 104284 108 0 0 20 0 3 0 331982563 490446848 106120 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 119738 106120 195 433 0 119302 0
[pid=30640/tid=30642] ppid=30638 vsize=478952 CPUtime=520.72 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 33758 0 0 0 52044 28 0 0 20 0 3 0 331982576 490446848 106120 33554432000 4194304 5964478 140736789343120 140642561206072 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=478952 CPUtime=520.54 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 67774 0 0 0 51962 92 0 0 20 0 3 0 331982576 490446848 106120 33554432000 4194304 5964478 140736789343120 140642550716728 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.92
Current children cumulated vsize (KiB) 478952

[startup+582.3 s]
/proc/loadavg: 4.06 4.04 3.95 5/181 30769
/proc/meminfo: memFree=26616444/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=613756 CPUtime=1163.86 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 128194 0 0 0 116259 127 0 0 20 0 3 0 331982563 628486144 126782 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 153439 126782 195 433 0 153003 0
[pid=30640/tid=30642] ppid=30638 vsize=613756 CPUtime=580.57 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 35497 0 0 0 58027 30 0 0 20 0 3 0 331982576 628486144 126782 33554432000 4194304 5964478 140736789343120 140642561206312 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=613756 CPUtime=580.35 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 86712 0 0 0 57924 111 0 0 20 0 3 0 331982576 628486144 126782 33554432000 4194304 5964478 140736789343120 140642550716488 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.86
Current children cumulated vsize (KiB) 613756

[startup+642.3 s]
/proc/loadavg: 4.02 4.03 3.95 5/181 30769
/proc/meminfo: memFree=26578112/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=617432 CPUtime=1283.82 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 130997 0 0 0 128251 131 0 0 20 0 3 0 331982563 632250368 130382 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 154358 130382 195 433 0 153922 0
[pid=30640/tid=30642] ppid=30638 vsize=617432 CPUtime=640.4 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 37643 0 0 0 64006 34 0 0 20 0 3 0 331982576 632250368 130382 33554432000 4194304 5964478 140736789343120 140642561206072 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=617432 CPUtime=640.19 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 87369 0 0 0 63906 113 0 0 20 0 3 0 331982576 632250368 130382 33554432000 4194304 5964478 140736789343120 140642550716488 4403668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.82
Current children cumulated vsize (KiB) 617432

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.95 5/181 30769
/proc/meminfo: memFree=26567552/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=618848 CPUtime=1403.77 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 132992 0 0 0 140244 133 0 0 20 0 3 0 331982563 633700352 132366 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 154712 132366 195 433 0 154276 0
[pid=30640/tid=30642] ppid=30638 vsize=618848 CPUtime=700.24 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 39279 0 0 0 69987 37 0 0 20 0 3 0 331982576 633700352 132366 33554432000 4194304 5964478 140736789343120 140642561206072 4400787 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=618848 CPUtime=700.02 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 87728 0 0 0 69888 114 0 0 20 0 3 0 331982576 633700352 132366 33554432000 4194304 5964478 140736789343120 140642550716488 4382008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1403.77
Current children cumulated vsize (KiB) 618848

[startup+762.307 s]
/proc/loadavg: 4.08 4.04 3.96 5/181 30769
/proc/meminfo: memFree=26510076/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=620124 CPUtime=1523.75 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 134832 0 0 0 152240 135 0 0 20 0 3 0 331982563 635006976 134259 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 155031 134259 195 433 0 154595 0
[pid=30640/tid=30642] ppid=30638 vsize=620124 CPUtime=760.09 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 40810 0 0 0 75969 40 0 0 20 0 3 0 331982576 635006976 134259 33554432000 4194304 5964478 140736789343120 140642561206312 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=620124 CPUtime=759.85 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 88037 0 0 0 75870 115 0 0 20 0 3 0 331982576 635006976 134259 33554432000 4194304 5964478 140736789343120 140642550716488 4391401 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1523.75
Current children cumulated vsize (KiB) 620124

[startup+822.3 s]
/proc/loadavg: 4.06 4.05 3.97 5/181 30769
/proc/meminfo: memFree=26483052/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=624188 CPUtime=1643.72 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 137053 0 0 0 164233 139 0 0 20 0 3 0 331982563 639168512 136480 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 156047 136480 195 433 0 155611 0
[pid=30640/tid=30642] ppid=30638 vsize=624188 CPUtime=819.93 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 42275 0 0 0 81949 44 0 0 20 0 3 0 331982576 639168512 136480 33554432000 4194304 5964478 140736789343120 140642561206072 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=624188 CPUtime=819.68 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 88793 0 0 0 81851 117 0 0 20 0 3 0 331982576 639168512 136480 33554432000 4194304 5964478 140736789343120 140642550716488 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1643.72
Current children cumulated vsize (KiB) 624188

[startup+882.3 s]
/proc/loadavg: 4.02 4.04 3.97 5/182 30773
/proc/meminfo: memFree=26423000/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=626564 CPUtime=1763.69 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 139340 0 0 0 176227 142 0 0 20 0 3 0 331982563 641601536 138765 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 156641 138765 195 433 0 156205 0
[pid=30640/tid=30642] ppid=30638 vsize=626564 CPUtime=879.78 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 44020 0 0 0 87930 48 0 0 20 0 3 0 331982576 641601536 138765 33554432000 4194304 5964478 140736789343120 140642561206072 4400528 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=626564 CPUtime=879.52 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 89335 0 0 0 87834 118 0 0 20 0 3 0 331982576 641601536 138765 33554432000 4194304 5964478 140736789343120 140642550716488 4399964 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1763.69
Current children cumulated vsize (KiB) 626564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.08 4.05 3.97 5/181 30773
/proc/meminfo: memFree=26402424/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=626696 CPUtime=1800.1 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 139713 0 0 0 179868 142 0 0 20 0 3 0 331982563 641736704 139138 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 156674 139138 195 433 0 156238 0
[pid=30640/tid=30642] ppid=30638 vsize=626696 CPUtime=897.94 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 44347 0 0 0 89746 48 0 0 20 0 3 0 331982576 641736704 139138 33554432000 4194304 5964478 140736789343120 140642561206264 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=626696 CPUtime=897.67 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 89381 0 0 0 89649 118 0 0 20 0 3 0 331982576 641736704 139138 33554432000 4194304 5964478 140736789343120 140642550716832 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 626696

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

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

[startup+900.5 s]
/proc/loadavg: 4.08 4.05 3.97 5/181 30773
/proc/meminfo: memFree=26402424/32873844 swapFree=6608/6608
[pid=30640] ppid=30638 vsize=626696 CPUtime=1800.1 cores=1,3,5,7
/proc/30640/stat : 30640 (pwbo2.02) S 30638 30640 28266 0 -1 4202496 139713 0 0 0 179868 142 0 0 20 0 3 0 331982563 641736704 139138 33554432000 4194304 5964478 140736789343120 140736789342640 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30640/statm: 156674 139138 195 433 0 156238 0
[pid=30640/tid=30642] ppid=30638 vsize=626696 CPUtime=897.94 cores=1,3,5,7
/proc/30640/task/30642/stat : 30642 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 44347 0 0 0 89746 48 0 0 20 0 3 0 331982576 641736704 139138 33554432000 4194304 5964478 140736789343120 140642561206264 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=30640/tid=30643] ppid=30638 vsize=626696 CPUtime=897.67 cores=1,3,5,7
/proc/30640/task/30643/stat : 30643 (pwbo2.02) R 30638 30640 28266 0 -1 4202560 89381 0 0 0 89649 118 0 0 20 0 3 0 331982576 641736704 139138 33554432000 4194304 5964478 140736789343120 140642550716832 4389160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 626696

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30640 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=74259
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=704740
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.523
CPU time (s): 1800.1
CPU user time (s): 1798.68
CPU system time (s): 1.42
CPU usage (%): 199.895
Max. virtual memory (cumulated for all children) (KiB): 626696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.70474
maximum resident set size= 556556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139714
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= 1553
involuntary context switches= 2303

runsolver used 2.32065 second user time and 5.07523 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 19:36:17
IDJOB=3726320
IDBENCH=89848
IDSOLVER=2309
FILE ID=node140/3726320-1338658577
RUNJOBID= node140-1338651425-29650
PBS_JOBID= 14636440
Free space on /tmp= 70620 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894244.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726320-1338658577/watcher-3726320-1338658577 -o /tmp/evaluation-result-3726320-1338658577/solver-3726320-1338658577 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726320-1338658577.opb

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1283511379

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26670288 kB
Buffers:          391552 kB
Cached:          4149316 kB
SwapCached:         1664 kB
Active:          1989912 kB
Inactive:        3326376 kB
Active(anon):     768080 kB
Inactive(anon):     9416 kB
Active(file):    1221832 kB
Inactive(file):  3316960 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:              6292 kB
Writeback:             0 kB
AnonPages:        780368 kB
Mapped:            11076 kB
Shmem:                 8 kB
Slab:             747132 kB
SReclaimable:     189400 kB
SUnreclaim:       557732 kB
KernelStack:        1480 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     191360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70612 MiB
End job on node140 at 2012-06-02 19:51:20