Trace number 3726332

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.05 900.441

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE2.0_TMAX180_K67_cod2.opb
MD5SUMc53c9beb9cd805e63a521141c2bc7101
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-153854
Best CPU time to get the best result obtained on this benchmark1797.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 486
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 441272
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 441272
Number of bits of the biggest sum of numbers19
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-3726332-1338659698.opb.
0.00/0.00	c Instance file HOME/instance-3726332-1338659698.opb
0.00/0.00	c File size is 2494709 bytes.
0.19/0.22	c Cost Offset: -441272
0.19/0.22	c Highest Coefficient sum: 13812
0.19/0.22	c ============================[ Problem Statistics ]=============================
0.19/0.22	c |                                                                             |
0.19/0.22	c |  Parsing time:          0.23         s                                      |
0.19/0.22	c |  Number Variables:      40937                                               |
0.19/0.22	c |  Number Clauses:        40882                                               |
0.19/0.22	c |  Number Cardinality:    553                                                 |
0.19/0.22	c |  Number PB Constraints: 1                                                   |
0.19/0.22	c |                                                                             |
0.19/0.26	c |  Problem Type:          Optimization                                        |
0.19/0.26	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.26	c |                                                                             |
0.19/0.26	c ===============================================================================
1800.05/900.41	c ===============================================================================
1800.05/900.41	c Wall Clock Time: 900.41 s
1800.05/900.41	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-3726332-1338659698/watcher-3726332-1338659698 -o /tmp/evaluation-result-3726332-1338659698/solver-3726332-1338659698 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726332-1338659698.opb 

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

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: 4.00 4.00 3.92 4/178 19065
/proc/meminfo: memFree=26787716/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=7296 CPUtime=0 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) R 19063 19065 15996 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 332098341 7471104 481 33554432000 4194304 5964478 140734983648336 140735236133672 4395199 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 1824 485 168 433 0 778 0

[startup+0.012753 s]
/proc/loadavg: 4.00 4.00 3.92 4/178 19065
/proc/meminfo: memFree=26787716/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=8340 CPUtime=0 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) R 19063 19065 15996 0 -1 4202496 814 0 0 0 0 0 0 0 20 0 1 0 332098341 8540160 767 33554432000 4194304 5964478 140734983648336 140735236133672 4395406 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 2085 768 189 433 0 1039 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8340

[startup+0.100275 s]
/proc/loadavg: 4.00 4.00 3.92 4/178 19065
/proc/meminfo: memFree=26787716/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=22532 CPUtime=0.09 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) R 19063 19065 15996 0 -1 4202496 4335 0 0 0 9 0 0 0 20 0 1 0 332098341 23072768 4255 33554432000 4194304 5964478 140734983648336 140735236133672 4353596 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 5633 4255 437 433 0 4587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22532

[startup+0.300165 s]
/proc/loadavg: 4.00 4.00 3.92 4/178 19065
/proc/meminfo: memFree=26787716/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=206252 CPUtime=0.35 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 16942 0 0 0 33 2 0 0 20 0 3 0 332098341 211202048 15906 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 51563 15906 188 433 0 51127 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 206252

[startup+0.70015 s]
/proc/loadavg: 4.00 4.00 3.92 4/178 19065
/proc/meminfo: memFree=26787716/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=197528 CPUtime=1.15 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 23964 0 0 0 112 3 0 0 20 0 3 0 332098341 202268672 20147 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 49382 20147 197 433 0 48946 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 197528

[startup+1.50029 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19068
/proc/meminfo: memFree=26693020/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=201856 CPUtime=2.75 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 28288 0 0 0 270 5 0 0 20 0 3 0 332098341 206700544 21165 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 50464 21165 198 433 0 50028 0
[pid=19065/tid=19067] ppid=19063 vsize=201856 CPUtime=1.25 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 16338 0 0 0 122 3 0 0 20 0 3 0 332098364 206700544 21165 33554432000 4194304 5964478 140734983648336 140180619324232 4392812 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=201856 CPUtime=1.25 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 3084 0 0 0 124 1 0 0 20 0 3 0 332098364 206700544 21165 33554432000 4194304 5964478 140734983648336 140180608833848 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 201856

[startup+3.10029 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19068
/proc/meminfo: memFree=26682844/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=197528 CPUtime=5.95 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 32177 0 0 0 590 5 0 0 20 0 3 0 332098341 202268672 23554 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 49382 23554 198 433 0 48946 0
[pid=19065/tid=19067] ppid=19063 vsize=197528 CPUtime=2.84 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 20028 0 0 0 281 3 0 0 20 0 3 0 332098364 202268672 23554 33554432000 4194304 5964478 140734983648336 140180619323928 4389132 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=197528 CPUtime=2.84 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 3283 0 0 0 283 1 0 0 20 0 3 0 332098364 202268672 23554 33554432000 4194304 5964478 140734983648336 140180608833848 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 197528

[startup+6.3003 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19068
/proc/meminfo: memFree=26672428/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=197528 CPUtime=12.35 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 41977 0 0 0 1227 8 0 0 20 0 3 0 332098341 202268672 25934 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 49382 25934 198 433 0 48946 0
[pid=19065/tid=19067] ppid=19063 vsize=197528 CPUtime=6.03 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 29463 0 0 0 599 4 0 0 20 0 3 0 332098364 202268672 25934 33554432000 4194304 5964478 140734983648336 140180619323800 5135894 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=197528 CPUtime=6.03 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 3648 0 0 0 602 1 0 0 20 0 3 0 332098364 202268672 25934 33554432000 4194304 5964478 140734983648336 140180608833848 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 197528

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19068
/proc/meminfo: memFree=26642304/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=262960 CPUtime=25.14 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 56727 0 0 0 2503 11 0 0 20 0 3 0 332098341 269271040 31523 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 65740 31523 198 433 0 65304 0
[pid=19065/tid=19067] ppid=19063 vsize=262960 CPUtime=12.42 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 43616 0 0 0 1234 8 0 0 20 0 3 0 332098364 269271040 31523 33554432000 4194304 5964478 140734983648336 140180619324232 4389172 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=262960 CPUtime=12.42 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 4245 0 0 0 1240 2 0 0 20 0 3 0 332098364 269271040 31523 33554432000 4194304 5964478 140734983648336 140180608833368 4392968 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 262960

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19068
/proc/meminfo: memFree=26598268/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=262960 CPUtime=50.74 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 96665 0 0 0 5052 22 0 0 20 0 3 0 332098341 269271040 41627 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 65740 41627 198 433 0 65304 0
[pid=19065/tid=19067] ppid=19063 vsize=262960 CPUtime=25.18 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 82253 0 0 0 2502 16 0 0 20 0 3 0 332098364 269271040 41627 33554432000 4194304 5964478 140734983648336 140180619324232 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=262960 CPUtime=25.19 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 5546 0 0 0 2515 4 0 0 20 0 3 0 332098364 269271040 41627 33554432000 4194304 5964478 140734983648336 140180608833896 4399912 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 262960

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19069
/proc/meminfo: memFree=26511108/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=328496 CPUtime=101.93 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 170708 0 0 0 10154 39 0 0 20 0 3 0 332098341 336379904 59199 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 82124 59199 198 433 0 81688 0
[pid=19065/tid=19067] ppid=19063 vsize=328496 CPUtime=50.71 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 153835 0 0 0 5041 30 0 0 20 0 3 0 332098364 336379904 59199 33554432000 4194304 5964478 140734983648336 140180619323736 4373047 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=328496 CPUtime=50.72 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 8007 0 0 0 5064 8 0 0 20 0 3 0 332098364 336379904 59199 33554432000 4194304 5964478 140734983648336 140180608833848 4403729 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 328496

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19069
/proc/meminfo: memFree=26355148/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=464428 CPUtime=204.33 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 255441 0 0 0 20373 60 0 0 20 0 3 0 332098341 475574272 92714 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 116107 92714 198 433 0 115671 0
[pid=19065/tid=19067] ppid=19063 vsize=464428 CPUtime=101.78 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 237178 0 0 0 10129 49 0 0 20 0 3 0 332098364 475574272 92714 33554432000 4194304 5964478 140734983648336 140180619323928 5122467 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=464428 CPUtime=101.79 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 9397 0 0 0 10168 11 0 0 20 0 3 0 332098364 475574272 92714 33554432000 4194304 5964478 140734983648336 140180608833848 4400016 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.33
Current children cumulated vsize (KiB) 464428

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19069
/proc/meminfo: memFree=26234980/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=595500 CPUtime=324.29 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 334533 0 0 0 32343 86 0 0 20 0 3 0 332098341 609792000 124090 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 148875 124090 199 433 0 148439 0
[pid=19065/tid=19067] ppid=19063 vsize=595500 CPUtime=161.62 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 314748 0 0 0 16093 69 0 0 20 0 3 0 332098364 609792000 124090 33554432000 4194304 5964478 140734983648336 140180619323928 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=595500 CPUtime=161.63 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 10919 0 0 0 16143 20 0 0 20 0 3 0 332098364 609792000 124090 33554432000 4194304 5964478 140734983648336 140180608833848 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.29
Current children cumulated vsize (KiB) 595500

[startup+222.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19069
/proc/meminfo: memFree=26141608/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=663464 CPUtime=444.29 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 386237 0 0 0 44324 105 0 0 20 0 3 0 332098341 679387136 146922 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 165866 146922 199 433 0 165430 0
[pid=19065/tid=19067] ppid=19063 vsize=663464 CPUtime=221.47 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 363316 0 0 0 22066 81 0 0 20 0 3 0 332098364 679387136 146922 33554432000 4194304 5964478 140734983648336 140180619323928 5135657 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=663464 CPUtime=221.48 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 14055 0 0 0 22120 28 0 0 20 0 3 0 332098364 679387136 146922 33554432000 4194304 5964478 140734983648336 140180608833848 4389072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.29
Current children cumulated vsize (KiB) 663464

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19069
/proc/meminfo: memFree=26006876/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=794536 CPUtime=564.24 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 433756 0 0 0 56304 120 0 0 20 0 3 0 332098341 813604864 176050 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 198634 176050 199 433 0 198198 0
[pid=19065/tid=19067] ppid=19063 vsize=794536 CPUtime=281.3 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 410555 0 0 0 28033 97 0 0 20 0 3 0 332098364 813604864 176050 33554432000 4194304 5964478 140734983648336 140180619323928 4376240 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=794536 CPUtime=281.31 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 14335 0 0 0 28101 30 0 0 20 0 3 0 332098364 813604864 176050 33554432000 4194304 5964478 140734983648336 140180608833848 4389132 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 564.24
Current children cumulated vsize (KiB) 794536

[startup+342.301 s]
/proc/loadavg: 3.93 3.98 3.91 5/182 19113
/proc/meminfo: memFree=25533668/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=984144 CPUtime=684.2 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 467245 0 0 0 68285 135 0 0 20 0 3 0 332098341 1007763456 219737 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 246036 219737 199 433 0 245600 0

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

[pid=19065/tid=19068] ppid=19063 vsize=984144 CPUtime=341.16 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 15227 0 0 0 34085 31 0 0 20 0 3 0 332098364 1007763456 219737 33554432000 4194304 5964478 140734983648336 140180608833872 4403698 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.2
Current children cumulated vsize (KiB) 984144

[startup+402.3 s]
/proc/loadavg: 3.97 3.98 3.91 5/182 19137
/proc/meminfo: memFree=25146880/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1115216 CPUtime=804.16 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 499555 0 0 0 80270 146 0 0 20 0 3 0 332098341 1141981184 243408 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 278804 243408 199 433 0 278368 0
[pid=19065/tid=19067] ppid=19063 vsize=1115216 CPUtime=400.93 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 475451 0 0 0 39970 123 0 0 20 0 3 0 332098364 1141981184 243408 33554432000 4194304 5964478 140734983648336 140180619323688 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1115216 CPUtime=401 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 15238 0 0 0 40067 33 0 0 20 0 3 0 332098364 1141981184 243408 33554432000 4194304 5964478 140734983648336 140180608833872 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.16
Current children cumulated vsize (KiB) 1115216

[startup+462.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 19137
/proc/meminfo: memFree=24793916/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1180752 CPUtime=924.1 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 570002 0 0 0 92244 166 0 0 20 0 3 0 332098341 1209090048 259852 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 295188 259852 199 433 0 294752 0
[pid=19065/tid=19067] ppid=19063 vsize=1180752 CPUtime=460.75 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 543490 0 0 0 45934 141 0 0 20 0 3 0 332098364 1209090048 259852 33554432000 4194304 5964478 140734983648336 140180619324232 5134386 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1180752 CPUtime=460.85 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 17646 0 0 0 46049 36 0 0 20 0 3 0 332098364 1209090048 259852 33554432000 4194304 5964478 140734983648336 140180608833952 4389132 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 924.1
Current children cumulated vsize (KiB) 1180752

[startup+522.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 19137
/proc/meminfo: memFree=24442788/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1377360 CPUtime=1044.06 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 600026 0 0 0 104229 177 0 0 20 0 3 0 332098341 1410416640 291920 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 344340 291920 199 433 0 343904 0
[pid=19065/tid=19067] ppid=19063 vsize=1377360 CPUtime=520.56 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 573513 0 0 0 51903 153 0 0 20 0 3 0 332098364 1410416640 291920 33554432000 4194304 5964478 140734983648336 140180619324232 4387948 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1377360 CPUtime=520.7 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 17647 0 0 0 52034 36 0 0 20 0 3 0 332098364 1410416640 291920 33554432000 4194304 5964478 140734983648336 140180608833952 4399862 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.06
Current children cumulated vsize (KiB) 1377360

[startup+582.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 19137
/proc/meminfo: memFree=24082300/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1444732 CPUtime=1164.01 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 625940 0 0 0 116202 199 0 0 20 0 3 0 332098341 1479405568 319342 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 361183 319342 199 433 0 360747 0
[pid=19065/tid=19067] ppid=19063 vsize=1444732 CPUtime=580.37 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 594515 0 0 0 57873 164 0 0 20 0 3 0 332098364 1479405568 319342 33554432000 4194304 5964478 140734983648336 140180619323736 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1444732 CPUtime=580.54 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 22559 0 0 0 58004 50 0 0 20 0 3 0 332098364 1479405568 319342 33554432000 4194304 5964478 140734983648336 140180608833848 4389164 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1164.01
Current children cumulated vsize (KiB) 1444732

[startup+642.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 19137
/proc/meminfo: memFree=23772936/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1510268 CPUtime=1283.94 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 655497 0 0 0 128173 221 0 0 20 0 3 0 332098341 1546514432 340894 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 377567 340894 199 433 0 377131 0
[pid=19065/tid=19067] ppid=19063 vsize=1510268 CPUtime=640.17 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 617967 0 0 0 63844 173 0 0 20 0 3 0 332098364 1546514432 340894 33554432000 4194304 5964478 140734983648336 140180619324232 4373552 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1510268 CPUtime=640.38 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28664 0 0 0 63974 64 0 0 20 0 3 0 332098364 1546514432 340894 33554432000 4194304 5964478 140734983648336 140180608833656 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1283.94
Current children cumulated vsize (KiB) 1510268

[startup+702.301 s]
/proc/loadavg: 4.04 4.00 3.92 5/181 19138
/proc/meminfo: memFree=23558148/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1641340 CPUtime=1403.9 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 678852 0 0 0 140159 231 0 0 20 0 3 0 332098341 1680732160 372937 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 410335 372937 199 433 0 409899 0
[pid=19065/tid=19067] ppid=19063 vsize=1641340 CPUtime=700.02 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 641101 0 0 0 69818 184 0 0 20 0 3 0 332098364 1680732160 372937 33554432000 4194304 5964478 140734983648336 140180619323736 5139166 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1641340 CPUtime=700.2 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28885 0 0 0 69955 65 0 0 20 0 3 0 332098364 1680732160 372937 33554432000 4194304 5964478 140734983648336 140180608833896 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1403.9
Current children cumulated vsize (KiB) 1641340

[startup+762.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/181 19138
/proc/meminfo: memFree=23386172/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1706876 CPUtime=1523.89 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 697383 0 0 0 152149 240 0 0 20 0 3 0 332098341 1747841024 387353 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 426719 387353 199 433 0 426283 0
[pid=19065/tid=19067] ppid=19063 vsize=1706876 CPUtime=759.87 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 659632 0 0 0 75793 194 0 0 20 0 3 0 332098364 1747841024 387353 33554432000 4194304 5964478 140734983648336 140180619324232 4400586 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1706876 CPUtime=760.06 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28885 0 0 0 75940 66 0 0 20 0 3 0 332098364 1747841024 387353 33554432000 4194304 5964478 140734983648336 140180608833896 4381993 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1523.89
Current children cumulated vsize (KiB) 1706876

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19138
/proc/meminfo: memFree=23166700/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1837948 CPUtime=1643.86 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 713392 0 0 0 164137 249 0 0 20 0 3 0 332098341 1882058752 410821 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 459487 410821 199 433 0 459051 0
[pid=19065/tid=19067] ppid=19063 vsize=1837948 CPUtime=819.7 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 675641 0 0 0 81766 204 0 0 20 0 3 0 332098364 1882058752 410821 33554432000 4194304 5964478 140734983648336 140180619323688 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1837948 CPUtime=819.9 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28885 0 0 0 81923 67 0 0 20 0 3 0 332098364 1882058752 410821 33554432000 4194304 5964478 140734983648336 140180608833896 4222330 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1643.86
Current children cumulated vsize (KiB) 1837948

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19138
/proc/meminfo: memFree=22951360/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1903484 CPUtime=1763.86 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 724648 0 0 0 176129 257 0 0 20 0 3 0 332098341 1949167616 426056 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 475871 426056 199 433 0 475435 0
[pid=19065/tid=19067] ppid=19063 vsize=1903484 CPUtime=879.55 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 686886 0 0 0 87742 213 0 0 20 0 3 0 332098364 1949167616 426056 33554432000 4194304 5964478 140734983648336 140180619323928 5133791 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1903484 CPUtime=879.75 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28896 0 0 0 87907 68 0 0 20 0 3 0 332098364 1949167616 426056 33554432000 4194304 5964478 140734983648336 140180608833896 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1763.86
Current children cumulated vsize (KiB) 1903484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19138
/proc/meminfo: memFree=22898748/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1903484 CPUtime=1800.05 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 727984 0 0 0 179745 260 0 0 20 0 3 0 332098341 1949167616 434954 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 475871 434954 199 433 0 475435 0
[pid=19065/tid=19067] ppid=19063 vsize=1903484 CPUtime=897.6 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 690204 0 0 0 89544 216 0 0 20 0 3 0 332098364 1949167616 434954 33554432000 4194304 5964478 140734983648336 140180619323736 5122424 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1903484 CPUtime=897.8 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28914 0 0 0 89712 68 0 0 20 0 3 0 332098364 1949167616 434954 33554432000 4194304 5964478 140734983648336 140180608833896 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1903484

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

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

[startup+900.4 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 19138
/proc/meminfo: memFree=22898748/32873844 swapFree=7628/7628
[pid=19065] ppid=19063 vsize=1903484 CPUtime=1800.05 cores=0,2,4,6
/proc/19065/stat : 19065 (pwbo2.02) S 19063 19065 15996 0 -1 4202496 727984 0 0 0 179745 260 0 0 20 0 3 0 332098341 1949167616 434954 33554432000 4194304 5964478 140734983648336 140734983647856 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19065/statm: 475871 434954 199 433 0 475435 0
[pid=19065/tid=19067] ppid=19063 vsize=1903484 CPUtime=897.6 cores=0,2,4,6
/proc/19065/task/19067/stat : 19067 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 690204 0 0 0 89544 216 0 0 20 0 3 0 332098364 1949167616 434954 33554432000 4194304 5964478 140734983648336 140180619323736 5122424 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=19065/tid=19068] ppid=19063 vsize=1903484 CPUtime=897.8 cores=0,2,4,6
/proc/19065/task/19068/stat : 19068 (pwbo2.02) R 19063 19065 15996 0 -1 4202560 28914 0 0 0 89712 68 0 0 20 0 3 0 332098364 1949167616 434954 33554432000 4194304 5964478 140734983648336 140180608833896 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1903484

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19065 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=801452
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=901558
# CPU time returned by wait4() is 1795.7
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.441
CPU time (s): 1800.05
CPU user time (s): 1797.45
CPU system time (s): 2.6
CPU usage (%): 199.908
Max. virtual memory (cumulated for all children) (KiB): 1903484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.8
system time used= 2.90156
maximum resident set size= 1739824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 727986
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= 1294
involuntary context switches= 1942

runsolver used 1.92071 second user time and 5.08623 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-02 19:54:58
IDJOB=3726332
IDBENCH=90637
IDSOLVER=2309
FILE ID=node107/3726332-1338659698
RUNJOBID= node107-1338651552-17541
PBS_JOBID= 14636473
Free space on /tmp= 70772 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null0mast_rapportOE2.0_TMAX180_K67_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726332-1338659698/watcher-3726332-1338659698 -o /tmp/evaluation-result-3726332-1338659698/solver-3726332-1338659698 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726332-1338659698.opb

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

MD5SUM BENCH= c53c9beb9cd805e63a521141c2bc7101
RANDOM SEED=918795008

node107.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		: 2666.760
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	: 5333.52
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		: 2666.760
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		: 2666.760
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.92
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		: 2666.760
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		: 2666.760
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.91
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		: 2666.760
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.91
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		: 2666.760
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.86
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		: 2666.760
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:        26787988 kB
Buffers:          464836 kB
Cached:          4378400 kB
SwapCached:           76 kB
Active:          2229696 kB
Inactive:        2980216 kB
Active(anon):     357936 kB
Inactive(anon):    11072 kB
Active(file):    1871760 kB
Inactive(file):  2969144 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:        373944 kB
Mapped:            15044 kB
Shmem:               184 kB
Slab:             733848 kB
SReclaimable:     176300 kB
SUnreclaim:       557548 kB
KernelStack:        1472 kB
PageTables:         4696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     195048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 70744 MiB
End job on node107 at 2012-06-02 20:10:00