Trace number 3726050

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.17 900.323

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
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-3726050-1338656019.opb.
0.00/0.00	c Instance file HOME/instance-3726050-1338656019.opb
0.00/0.00	c File size is 8963 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 5346
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      71                                                  |
0.00/0.00	c |  Number Clauses:        1                                                   |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 16                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1800.17/900.31	c ===============================================================================
1800.17/900.31	c Wall Clock Time: 900.31 s
1800.17/900.31	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-3726050-1338656019/watcher-3726050-1338656019 -o /tmp/evaluation-result-3726050-1338656019/solver-3726050-1338656019 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726050-1338656019.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.68 3.93 3.90 3/173 12888
/proc/meminfo: memFree=28280760/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162348 CPUtime=0 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 821 0 0 0 0 0 0 0 20 0 3 0 331726491 166244352 770 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40587 770 188 433 0 40151 0
[pid=12888/tid=12889] ppid=12883 vsize=162348 CPUtime=0 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 3 0 331726491 166244352 770 33554432000 4194304 5964478 140736039069600 140735782837304 5136490 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162348 CPUtime=0 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 3 0 331726491 166244352 770 33554432000 4194304 5964478 140736039069600 140735782837304 5136490 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.09986 s]
/proc/loadavg: 3.68 3.93 3.90 3/173 12888
/proc/meminfo: memFree=28280760/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162348 CPUtime=0.18 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 1135 0 0 0 18 0 0 0 20 0 3 0 331726491 166244352 1084 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40587 1085 191 433 0 40151 0
[pid=12888/tid=12889] ppid=12883 vsize=162348 CPUtime=0.08 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 212 0 0 0 8 0 0 0 20 0 3 0 331726491 166244352 1085 33554432000 4194304 5964478 140736039069600 139916879906808 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162348 CPUtime=0.08 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 158 0 0 0 8 0 0 0 20 0 3 0 331726491 166244352 1085 33554432000 4194304 5964478 140736039069600 139916869417272 4403479 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162348

[startup+0.100223 s]
/proc/loadavg: 3.68 3.93 3.90 3/173 12888
/proc/meminfo: memFree=28280760/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162348 CPUtime=0.18 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 1137 0 0 0 18 0 0 0 20 0 3 0 331726491 166244352 1086 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40587 1086 191 433 0 40151 0
[pid=12888/tid=12889] ppid=12883 vsize=162348 CPUtime=0.08 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 212 0 0 0 8 0 0 0 20 0 3 0 331726491 166244352 1086 33554432000 4194304 5964478 140736039069600 139916879906808 4389188 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162348 CPUtime=0.08 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 159 0 0 0 8 0 0 0 20 0 3 0 331726491 166244352 1086 33554432000 4194304 5964478 140736039069600 139916869417272 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162348

[startup+0.300237 s]
/proc/loadavg: 3.68 3.93 3.90 3/173 12888
/proc/meminfo: memFree=28280760/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162348 CPUtime=0.59 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 1709 0 0 0 58 1 0 0 20 0 3 0 331726491 166244352 1658 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40587 1658 191 433 0 40151 0
[pid=12888/tid=12889] ppid=12883 vsize=162348 CPUtime=0.28 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 543 0 0 0 28 0 0 0 20 0 3 0 331726491 166244352 1658 33554432000 4194304 5964478 140736039069600 139916879906616 4382257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162348 CPUtime=0.28 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 400 0 0 0 28 0 0 0 20 0 3 0 331726491 166244352 1658 33554432000 4194304 5964478 140736039069600 139916869417208 4399926 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 162348

[startup+0.700241 s]
/proc/loadavg: 3.68 3.93 3.90 3/173 12888
/proc/meminfo: memFree=28280760/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162636 CPUtime=1.38 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 2648 0 0 0 137 1 0 0 20 0 3 0 331726491 166539264 2597 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40659 2597 191 433 0 40223 0
[pid=12888/tid=12889] ppid=12883 vsize=162636 CPUtime=0.68 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 1089 0 0 0 68 0 0 0 20 0 3 0 331726491 166539264 2597 33554432000 4194304 5964478 140736039069600 139916879906616 4400038 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162636 CPUtime=0.68 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 793 0 0 0 68 0 0 0 20 0 3 0 331726491 166539264 2597 33554432000 4194304 5964478 140736039069600 139916869417272 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 162636

[startup+1.50024 s]
/proc/loadavg: 3.68 3.93 3.90 5/180 12921
/proc/meminfo: memFree=28264116/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162636 CPUtime=2.99 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 3119 0 0 0 297 2 0 0 20 0 3 0 331726491 166539264 3068 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40659 3068 191 433 0 40223 0
[pid=12888/tid=12889] ppid=12883 vsize=162636 CPUtime=1.48 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 1448 0 0 0 147 1 0 0 20 0 3 0 331726491 166539264 3068 33554432000 4194304 5964478 140736039069600 139916879906328 5179243 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162636 CPUtime=1.48 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 905 0 0 0 148 0 0 0 20 0 3 0 331726491 166539264 3068 33554432000 4194304 5964478 140736039069600 139916869417272 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162636

[startup+3.10035 s]
/proc/loadavg: 3.68 3.93 3.90 5/180 12921
/proc/meminfo: memFree=28254444/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162780 CPUtime=6.18 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 5164 0 0 0 615 3 0 0 20 0 3 0 331726491 166686720 5113 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40695 5113 191 433 0 40259 0
[pid=12888/tid=12889] ppid=12883 vsize=162780 CPUtime=3.07 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 2774 0 0 0 306 1 0 0 20 0 3 0 331726491 166686720 5113 33554432000 4194304 5964478 140736039069600 139916879906328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162780 CPUtime=3.07 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 1624 0 0 0 306 1 0 0 20 0 3 0 331726491 166686720 5113 33554432000 4194304 5964478 140736039069600 139916869416792 4379008 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 162780

[startup+6.30037 s]
/proc/loadavg: 3.79 3.95 3.90 5/181 12922
/proc/meminfo: memFree=28230240/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=162996 CPUtime=12.57 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 7192 0 0 0 1253 4 0 0 20 0 3 0 331726491 166907904 7164 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40749 7164 191 433 0 40313 0
[pid=12888/tid=12889] ppid=12883 vsize=162996 CPUtime=6.26 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 4103 0 0 0 624 2 0 0 20 0 3 0 331726491 166907904 7164 33554432000 4194304 5964478 140736039069600 139916879906808 4399926 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=162996 CPUtime=6.26 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 2323 0 0 0 625 1 0 0 20 0 3 0 331726491 166907904 7164 33554432000 4194304 5964478 140736039069600 139916869417272 4222240 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 162996

[startup+12.7004 s]
/proc/loadavg: 3.80 3.95 3.90 5/181 12922
/proc/meminfo: memFree=28208172/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=163460 CPUtime=25.37 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 9826 0 0 0 2531 6 0 0 20 0 3 0 331726491 167383040 9798 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 40865 9798 191 433 0 40429 0
[pid=12888/tid=12889] ppid=12883 vsize=163460 CPUtime=12.64 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 5990 0 0 0 1260 4 0 0 20 0 3 0 331726491 167383040 9798 33554432000 4194304 5964478 140736039069600 139916879906616 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=163460 CPUtime=12.65 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 3070 0 0 0 1264 1 0 0 20 0 3 0 331726491 167383040 9798 33554432000 4194304 5964478 140736039069600 139916869417320 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 163460

[startup+25.5004 s]
/proc/loadavg: 3.92 3.97 3.91 5/181 12922
/proc/meminfo: memFree=28164516/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=164204 CPUtime=50.97 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 14381 0 0 0 5086 11 0 0 20 0 3 0 331726491 168144896 15571 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 41051 15571 191 433 0 40615 0
[pid=12888/tid=12889] ppid=12883 vsize=164204 CPUtime=25.41 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 9319 0 0 0 2534 7 0 0 20 0 3 0 331726491 168144896 15571 33554432000 4194304 5964478 140736039069600 139916879906328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=164204 CPUtime=25.41 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 4296 0 0 0 2538 3 0 0 20 0 3 0 331726491 168144896 15571 33554432000 4194304 5964478 140736039069600 139916869416792 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 164204

[startup+51.1004 s]
/proc/loadavg: 3.95 3.97 3.91 5/181 12922
/proc/meminfo: memFree=28122820/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=167072 CPUtime=102.15 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 19224 0 0 0 10199 16 0 0 20 0 3 0 331726491 171081728 20203 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 41768 20203 191 433 0 41332 0
[pid=12888/tid=12889] ppid=12883 vsize=167072 CPUtime=50.94 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 13258 0 0 0 5082 12 0 0 20 0 3 0 331726491 171081728 20203 33554432000 4194304 5964478 140736039069600 139916879906856 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=167072 CPUtime=50.94 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 5200 0 0 0 5090 4 0 0 20 0 3 0 331726491 171081728 20203 33554432000 4194304 5964478 140736039069600 139916869417304 4400010 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 167072

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.91 5/181 12923
/proc/meminfo: memFree=28040688/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=236296 CPUtime=204.55 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 28297 0 0 0 20427 28 0 0 20 0 3 0 331726491 241967104 29259 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 59074 29259 191 433 0 58638 0
[pid=12888/tid=12889] ppid=12883 vsize=236296 CPUtime=102.02 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 20311 0 0 0 10180 22 0 0 20 0 3 0 331726491 241967104 29259 33554432000 4194304 5964478 140736039069600 139916879906808 5130901 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=236296 CPUtime=102.02 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 7220 0 0 0 10194 8 0 0 20 0 3 0 331726491 241967104 29259 33554432000 4194304 5964478 140736039069600 139916869417320 4222304 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 236296

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 12923
/proc/meminfo: memFree=27977676/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=238696 CPUtime=324.48 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 35435 0 0 0 32409 39 0 0 20 0 3 0 331726491 244424704 36409 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 59674 36409 191 433 0 59238 0
[pid=12888/tid=12889] ppid=12883 vsize=238696 CPUtime=161.81 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 26489 0 0 0 16149 32 0 0 20 0 3 0 331726491 244424704 36409 33554432000 4194304 5964478 140736039069600 139916879906328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=238696 CPUtime=161.86 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 8180 0 0 0 16176 10 0 0 20 0 3 0 331726491 244424704 36409 33554432000 4194304 5964478 140736039069600 139916869417272 4403717 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324.48
Current children cumulated vsize (KiB) 238696

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 12923
/proc/meminfo: memFree=27924340/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=241776 CPUtime=444.45 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 41425 0 0 0 44392 53 0 0 20 0 3 0 331726491 247578624 42405 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 60444 42405 191 433 0 60008 0
[pid=12888/tid=12889] ppid=12883 vsize=241776 CPUtime=221.66 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 31875 0 0 0 22120 46 0 0 20 0 3 0 331726491 247578624 42405 33554432000 4194304 5964478 140736039069600 139916879906328 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=241776 CPUtime=221.7 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 8784 0 0 0 22158 12 0 0 20 0 3 0 331726491 247578624 42405 33554432000 4194304 5964478 140736039069600 139916869416792 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 444.45
Current children cumulated vsize (KiB) 241776

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

[pid=12888/tid=12890] ppid=12883 vsize=312512 CPUtime=341.39 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 11001 0 0 0 34122 17 0 0 20 0 3 0 331726491 320012288 52819 33554432000 4194304 5964478 140736039069600 139916869417304 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 684.41
Current children cumulated vsize (KiB) 312512

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 12927
/proc/meminfo: memFree=27778132/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=315200 CPUtime=804.37 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 59427 0 0 0 80351 86 0 0 20 0 3 0 331726491 322764800 59499 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 78800 59499 191 433 0 78364 0
[pid=12888/tid=12889] ppid=12883 vsize=315200 CPUtime=401.17 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 46308 0 0 0 40039 78 0 0 20 0 3 0 331726491 322764800 59499 33554432000 4194304 5964478 140736039069600 139916879906856 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=315200 CPUtime=401.23 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 12353 0 0 0 40104 19 0 0 20 0 3 0 331726491 322764800 59499 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 315200

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/182 12950
/proc/meminfo: memFree=27736652/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=317380 CPUtime=924.34 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 65533 0 0 0 92336 98 0 0 20 0 3 0 331726491 324997120 65602 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 79345 65602 191 433 0 78909 0
[pid=12888/tid=12889] ppid=12883 vsize=317380 CPUtime=461.02 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 51374 0 0 0 46012 90 0 0 20 0 3 0 331726491 324997120 65602 33554432000 4194304 5964478 140736039069600 139916879906328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=317380 CPUtime=461.07 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 13393 0 0 0 46086 21 0 0 20 0 3 0 331726491 324997120 65602 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 924.34
Current children cumulated vsize (KiB) 317380

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 12950
/proc/meminfo: memFree=27700192/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=384628 CPUtime=1044.33 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 69888 0 0 0 104327 106 0 0 20 0 3 0 331726491 393859072 69957 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 96157 69957 191 433 0 95721 0
[pid=12888/tid=12889] ppid=12883 vsize=384628 CPUtime=520.86 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 54738 0 0 0 51990 96 0 0 20 0 3 0 331726491 393859072 69957 33554432000 4194304 5964478 140736039069600 139916879906328 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=384628 CPUtime=520.92 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 14384 0 0 0 52069 23 0 0 20 0 3 0 331726491 393859072 69957 33554432000 4194304 5964478 140736039069600 139916869417080 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1044.33
Current children cumulated vsize (KiB) 384628

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/181 12950
/proc/meminfo: memFree=27651076/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=385328 CPUtime=1164.31 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 74375 0 0 0 116317 114 0 0 20 0 3 0 331726491 394575872 74444 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 96332 74444 191 433 0 95896 0
[pid=12888/tid=12889] ppid=12883 vsize=385328 CPUtime=580.71 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 59207 0 0 0 57965 106 0 0 20 0 3 0 331726491 394575872 74444 33554432000 4194304 5964478 140736039069600 139916879906616 4400795 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=385328 CPUtime=580.77 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 14402 0 0 0 58053 24 0 0 20 0 3 0 331726491 394575872 74444 33554432000 4194304 5964478 140736039069600 139916869417080 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1164.31
Current children cumulated vsize (KiB) 385328

[startup+642.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/181 12950
/proc/meminfo: memFree=27614240/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=386736 CPUtime=1284.26 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 77707 0 0 0 128305 121 0 0 20 0 3 0 331726491 396017664 77751 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 96684 77751 191 433 0 96248 0
[pid=12888/tid=12889] ppid=12883 vsize=386736 CPUtime=640.52 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 62383 0 0 0 63938 114 0 0 20 0 3 0 331726491 396017664 77751 33554432000 4194304 5964478 140736039069600 139916879906328 4378816 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=386736 CPUtime=640.62 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 14558 0 0 0 64037 25 0 0 20 0 3 0 331726491 396017664 77751 33554432000 4194304 5964478 140736039069600 139916869417320 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1284.26
Current children cumulated vsize (KiB) 386736

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27575672/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=389100 CPUtime=1404.23 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 83569 0 0 0 140287 136 0 0 20 0 3 0 331726491 398438400 83611 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 97275 83611 191 433 0 96839 0
[pid=12888/tid=12889] ppid=12883 vsize=389100 CPUtime=700.36 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 67430 0 0 0 69908 128 0 0 20 0 3 0 331726491 398438400 83611 33554432000 4194304 5964478 140736039069600 139916879906808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=389100 CPUtime=700.46 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 15373 0 0 0 70019 27 0 0 20 0 3 0 331726491 398438400 83611 33554432000 4194304 5964478 140736039069600 139916869416792 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1404.23
Current children cumulated vsize (KiB) 389100

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27550056/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=456060 CPUtime=1524.22 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 87800 0 0 0 152278 144 0 0 20 0 3 0 331726491 467005440 87844 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 114015 87844 191 433 0 113579 0
[pid=12888/tid=12889] ppid=12883 vsize=456060 CPUtime=760.21 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 70688 0 0 0 75885 136 0 0 20 0 3 0 331726491 467005440 87844 33554432000 4194304 5964478 140736039069600 139916879906808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=456060 CPUtime=760.31 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 16346 0 0 0 76001 30 0 0 20 0 3 0 331726491 467005440 87844 33554432000 4194304 5964478 140736039069600 139916869417272 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1524.22
Current children cumulated vsize (KiB) 456060

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27515316/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=459076 CPUtime=1644.19 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 91735 0 0 0 164267 152 0 0 20 0 3 0 331726491 470093824 91779 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 114769 91779 191 433 0 114333 0
[pid=12888/tid=12889] ppid=12883 vsize=459076 CPUtime=820.05 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 74425 0 0 0 81861 144 0 0 20 0 3 0 331726491 470093824 91779 33554432000 4194304 5964478 140736039069600 139916879906808 4382019 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=459076 CPUtime=820.15 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 16544 0 0 0 81984 31 0 0 20 0 3 0 331726491 470093824 91779 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1644.19
Current children cumulated vsize (KiB) 459076

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27486948/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=461136 CPUtime=1764.17 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 95088 0 0 0 176259 158 0 0 20 0 3 0 331726491 472203264 95132 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 115284 95132 191 433 0 114848 0
[pid=12888/tid=12889] ppid=12883 vsize=461136 CPUtime=879.9 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 76492 0 0 0 87840 150 0 0 20 0 3 0 331726491 472203264 95132 33554432000 4194304 5964478 140736039069600 139916879906808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=461136 CPUtime=879.99 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 17830 0 0 0 87965 34 0 0 20 0 3 0 331726491 472203264 95132 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1764.17
Current children cumulated vsize (KiB) 461136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27474796/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=461244 CPUtime=1800.17 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 96324 0 0 0 179857 160 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 115311 96368 191 433 0 114875 0
[pid=12888/tid=12889] ppid=12883 vsize=461244 CPUtime=897.86 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 77728 0 0 0 89634 152 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 139916879906808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=461244 CPUtime=897.95 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 17830 0 0 0 89761 34 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 461244

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

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

[startup+900.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 12951
/proc/meminfo: memFree=27474796/32873844 swapFree=7108/7108
[pid=12888] ppid=12883 vsize=461244 CPUtime=1800.17 cores=1,3,5,7
/proc/12888/stat : 12888 (pwbo2.02) S 12883 12888 10982 0 -1 4202496 96324 0 0 0 179857 160 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 140736039069120 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12888/statm: 115311 96368 191 433 0 114875 0
[pid=12888/tid=12889] ppid=12883 vsize=461244 CPUtime=897.86 cores=1,3,5,7
/proc/12888/task/12889/stat : 12889 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 77728 0 0 0 89634 152 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 139916879906808 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=12888/tid=12890] ppid=12883 vsize=461244 CPUtime=897.95 cores=1,3,5,7
/proc/12888/task/12890/stat : 12890 (pwbo2.02) R 12883 12888 10982 0 -1 4202560 17830 0 0 0 89761 34 0 0 20 0 3 0 331726491 472313856 96368 33554432000 4194304 5964478 140736039069600 139916869417272 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 461244

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12888 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=968275
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=890712
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.323
CPU time (s): 1800.17
CPU user time (s): 1798.57
CPU system time (s): 1.6
CPU usage (%): 199.947
Max. virtual memory (cumulated for all children) (KiB): 461244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.97
system time used= 1.89071
maximum resident set size= 385480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96326
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= 229
involuntary context switches= 1909

runsolver used 2.06269 second user time and 5.70413 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-02 18:53:39
IDJOB=3726050
IDBENCH=2893
IDSOLVER=2309
FILE ID=node139/3726050-1338656019
RUNJOBID= node139-1338651500-12376
PBS_JOBID= 14636441
Free space on /tmp= 71092 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726050-1338656019/watcher-3726050-1338656019 -o /tmp/evaluation-result-3726050-1338656019/solver-3726050-1338656019 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726050-1338656019.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=2096527322

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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		: 2666.750
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.750
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.91
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.750
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:        28281140 kB
Buffers:          483472 kB
Cached:          3228712 kB
SwapCached:          828 kB
Active:          1623812 kB
Inactive:        2096592 kB
Active(anon):       2028 kB
Inactive(anon):     7964 kB
Active(file):    1621784 kB
Inactive(file):  2088628 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              5528 kB
Writeback:             0 kB
AnonPages:         13300 kB
Mapped:            11192 kB
Shmem:                 8 kB
Slab:             731888 kB
SReclaimable:     173828 kB
SUnreclaim:       558060 kB
KernelStack:        1424 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71088 MiB
End job on node139 at 2012-06-02 19:08:42