Trace number 3703749

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.0? (TO) 1800.06 900.219

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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703749-1338093498.opb.
0.00/0.00	c Instance file HOME/instance-3703749-1338093498.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.06/900.21	c ===============================================================================
1800.06/900.21	c Wall Clock Time: 900.21 s
1800.06/900.21	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-3703749-1338093498/watcher-3703749-1338093498 -o /tmp/evaluation-result-3703749-1338093498/solver-3703749-1338093498 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703749-1338093498.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: 3.84 3.96 3.91 2/174 18845
/proc/meminfo: memFree=31335032/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 824 0 0 0 0 0 0 0 20 0 3 0 275474309 166244352 773 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40587 773 192 433 0 40151 0
[pid=18845/tid=18846] ppid=18843 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 3 0 275474310 166244352 774 33554432000 4194304 5965102 140736073789744 140733233665720 5144060 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162348 CPUtime=0 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 3 0 275474310 166244352 774 33554432000 4194304 5965102 140736073789744 140733233665720 5137146 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0809949 s]
/proc/loadavg: 3.84 3.96 3.91 2/174 18845
/proc/meminfo: memFree=31335032/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162348 CPUtime=0.14 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 1102 0 0 0 14 0 0 0 20 0 3 0 275474309 166244352 1051 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40587 1051 195 433 0 40151 0
[pid=18845/tid=18846] ppid=18843 vsize=162348 CPUtime=0.06 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 194 0 0 0 6 0 0 0 20 0 3 0 275474310 166244352 1052 33554432000 4194304 5965102 140736073789744 140733233665720 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162348 CPUtime=0.06 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 140 0 0 0 6 0 0 0 20 0 3 0 275474310 166244352 1052 33554432000 4194304 5965102 140736073789744 140027138615416 5137076 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 162348

[startup+0.100276 s]
/proc/loadavg: 3.84 3.96 3.91 2/174 18845
/proc/meminfo: memFree=31335032/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162348 CPUtime=0.18 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 1165 0 0 0 18 0 0 0 20 0 3 0 275474309 166244352 1114 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40587 1114 195 433 0 40151 0
[pid=18845/tid=18846] ppid=18843 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 232 0 0 0 8 0 0 0 20 0 3 0 275474310 166244352 1115 33554432000 4194304 5965102 140736073789744 140733233665720 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162348 CPUtime=0.08 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 165 0 0 0 8 0 0 0 20 0 3 0 275474310 166244352 1115 33554432000 4194304 5965102 140736073789744 140027138615416 4400960 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 162348

[startup+0.300229 s]
/proc/loadavg: 3.84 3.96 3.91 2/174 18845
/proc/meminfo: memFree=31335032/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162348 CPUtime=0.58 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 1781 0 0 0 57 1 0 0 20 0 3 0 275474309 166244352 1730 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40587 1730 195 433 0 40151 0
[pid=18845/tid=18846] ppid=18843 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 590 0 0 0 26 2 0 0 20 0 3 0 275474310 166244352 1730 33554432000 4194304 5965102 140736073789744 140027149104664 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162348 CPUtime=0.28 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 422 0 0 0 28 0 0 0 20 0 3 0 275474310 166244352 1730 33554432000 4194304 5965102 140736073789744 140027138615608 4401056 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 162348

[startup+0.700239 s]
/proc/loadavg: 3.84 3.96 3.91 2/174 18845
/proc/meminfo: memFree=31335032/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162636 CPUtime=1.39 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 2745 0 0 0 135 4 0 0 20 0 3 0 275474309 166539264 2694 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40659 2694 195 433 0 40223 0
[pid=18845/tid=18846] ppid=18843 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 1152 0 0 0 64 4 0 0 20 0 3 0 275474310 166539264 2694 33554432000 4194304 5965102 140736073789744 140027149104952 4380048 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162636 CPUtime=0.68 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 824 0 0 0 68 0 0 0 20 0 3 0 275474310 166539264 2694 33554432000 4194304 5965102 140736073789744 140027138615608 4222336 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 162636

[startup+1.50023 s]
/proc/loadavg: 3.84 3.96 3.91 5/181 18888
/proc/meminfo: memFree=31322188/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162636 CPUtime=2.99 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 3165 0 0 0 295 4 0 0 20 0 3 0 275474309 166539264 3114 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40659 3114 195 433 0 40223 0
[pid=18845/tid=18846] ppid=18843 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 1490 0 0 0 144 4 0 0 20 0 3 0 275474310 166539264 3114 33554432000 4194304 5965102 140736073789744 140027149104952 4390116 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162636 CPUtime=1.48 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 906 0 0 0 148 0 0 0 20 0 3 0 275474310 166539264 3114 33554432000 4194304 5965102 140736073789744 140027138615608 4404748 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 162636

[startup+3.10027 s]
/proc/loadavg: 3.84 3.96 3.91 5/181 18888
/proc/meminfo: memFree=31310664/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162780 CPUtime=6.19 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 4941 0 0 0 614 5 0 0 20 0 3 0 275474309 166686720 4890 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40695 4891 195 433 0 40259 0
[pid=18845/tid=18846] ppid=18843 vsize=162780 CPUtime=3.07 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 2678 0 0 0 303 4 0 0 20 0 3 0 275474310 166686720 4891 33554432000 4194304 5965102 140736073789744 140027149104664 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162780 CPUtime=3.07 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 1495 0 0 0 307 0 0 0 20 0 3 0 275474310 166686720 4891 33554432000 4194304 5965102 140736073789744 140027138615608 4383311 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 162780

[startup+6.30032 s]
/proc/loadavg: 3.85 3.96 3.91 5/181 18888
/proc/meminfo: memFree=31286856/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=162996 CPUtime=12.59 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 7163 0 0 0 1247 12 0 0 20 0 3 0 275474309 166907904 7112 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40749 7112 195 433 0 40313 0
[pid=18845/tid=18846] ppid=18843 vsize=162996 CPUtime=6.26 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 4104 0 0 0 619 7 0 0 20 0 3 0 275474310 166907904 7112 33554432000 4194304 5965102 140736073789744 140027149105144 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=162996 CPUtime=6.26 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 2290 0 0 0 622 4 0 0 20 0 3 0 275474310 166907904 7112 33554432000 4194304 5965102 140736073789744 140027138615656 4401058 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 162996

[startup+12.7003 s]
/proc/loadavg: 3.86 3.97 3.91 5/181 18888
/proc/meminfo: memFree=31263436/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=163892 CPUtime=25.38 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 9738 0 0 0 2518 20 0 0 20 0 3 0 275474309 167825408 9707 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 40973 9707 195 433 0 40537 0
[pid=18845/tid=18846] ppid=18843 vsize=163892 CPUtime=12.64 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 5933 0 0 0 1252 12 0 0 20 0 3 0 275474310 167825408 9707 33554432000 4194304 5965102 140736073789744 140027149104952 4401009 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=163892 CPUtime=12.65 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 3036 0 0 0 1258 7 0 0 20 0 3 0 275474310 167825408 9707 33554432000 4194304 5965102 140736073789744 140027138615128 4400986 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 163892

[startup+25.5004 s]
/proc/loadavg: 3.97 3.98 3.91 5/181 18888
/proc/meminfo: memFree=31226004/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=165740 CPUtime=50.97 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 14927 0 0 0 5063 34 0 0 20 0 3 0 275474309 169717760 14942 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 41435 14942 195 433 0 40999 0
[pid=18845/tid=18846] ppid=18843 vsize=165740 CPUtime=25.4 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 9768 0 0 0 2518 22 0 0 20 0 3 0 275474310 169717760 14942 33554432000 4194304 5965102 140736073789744 140027149105144 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=165740 CPUtime=25.41 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 4390 0 0 0 2530 11 0 0 20 0 3 0 275474310 169717760 14942 33554432000 4194304 5965102 140736073789744 140027138615128 4380351 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 165740

[startup+51.1004 s]
/proc/loadavg: 3.98 3.98 3.91 5/181 18888
/proc/meminfo: memFree=31176064/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=168656 CPUtime=102.15 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 20808 0 0 0 10166 49 0 0 20 0 3 0 275474309 172703744 22441 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 42164 22441 195 433 0 41728 0
[pid=18845/tid=18846] ppid=18843 vsize=168656 CPUtime=50.93 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 14561 0 0 0 5058 35 0 0 20 0 3 0 275474310 172703744 22441 33554432000 4194304 5965102 140736073789744 140027149104664 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=168656 CPUtime=50.94 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 5478 0 0 0 5080 14 0 0 20 0 3 0 275474310 172703744 22441 33554432000 4194304 5965102 140736073789744 140027138615640 4401462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 168656

[startup+102.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 18888
/proc/meminfo: memFree=31104196/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=237864 CPUtime=204.55 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 29860 0 0 0 20376 79 0 0 20 0 3 0 275474309 243572736 31398 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 59466 31398 195 433 0 59030 0
[pid=18845/tid=18846] ppid=18843 vsize=237864 CPUtime=102.01 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 22113 0 0 0 10141 60 0 0 20 0 3 0 275474310 243572736 31398 33554432000 4194304 5965102 140736073789744 140027149105144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=237864 CPUtime=102.02 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 6978 0 0 0 10182 20 0 0 20 0 3 0 275474310 243572736 31398 33554432000 4194304 5965102 140736073789744 140027138615640 4390112 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 237864

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.91 5/182 18891
/proc/meminfo: memFree=31034688/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=240836 CPUtime=324.51 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 38606 0 0 0 32348 103 0 0 20 0 3 0 275474309 246616064 40144 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 60209 40144 195 433 0 59773 0
[pid=18845/tid=18846] ppid=18843 vsize=240836 CPUtime=161.82 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 29245 0 0 0 16102 80 0 0 20 0 3 0 275474310 246616064 40144 33554432000 4194304 5965102 140736073789744 140027149105144 4392200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=240836 CPUtime=161.86 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 8592 0 0 0 16160 26 0 0 20 0 3 0 275474310 246616064 40144 33554432000 4194304 5965102 140736073789744 140027138615608 4380351 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 324.51
Current children cumulated vsize (KiB) 240836

[startup+222.307 s]
/proc/loadavg: 3.99 3.98 3.91 5/181 18891
/proc/meminfo: memFree=30977416/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=310948 CPUtime=444.49 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 47192 0 0 0 44315 134 0 0 20 0 3 0 275474309 318410752 48726 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 77737 48726 195 433 0 77301 0
[pid=18845/tid=18846] ppid=18843 vsize=310948 CPUtime=221.66 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 36386 0 0 0 22060 106 0 0 20 0 3 0 275474310 318410752 48726 33554432000 4194304 5965102 140736073789744 140027149104664 4390305 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=310948 CPUtime=221.71 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 10037 0 0 0 22138 33 0 0 20 0 3 0 275474310 318410752 48726 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 444.49
Current children cumulated vsize (KiB) 310948

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

[pid=18845/tid=18847] ppid=18843 vsize=316320 CPUtime=341.39 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 11821 0 0 0 34099 40 0 0 20 0 3 0 275474310 323911680 63405 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 684.44
Current children cumulated vsize (KiB) 316320

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/181 18892
/proc/meminfo: memFree=30833320/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=382848 CPUtime=804.41 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 67814 0 0 0 80241 200 0 0 20 0 3 0 275474309 392036352 69342 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 95712 69342 195 433 0 95276 0
[pid=18845/tid=18846] ppid=18843 vsize=382848 CPUtime=401.16 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 54057 0 0 0 39950 166 0 0 20 0 3 0 275474310 392036352 69342 33554432000 4194304 5965102 140736073789744 140027149105144 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=382848 CPUtime=401.24 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 12988 0 0 0 40078 46 0 0 20 0 3 0 275474310 392036352 69342 33554432000 4194304 5965102 140736073789744 140027138615608 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 804.41
Current children cumulated vsize (KiB) 382848

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18892
/proc/meminfo: memFree=30788792/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=383260 CPUtime=924.4 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 73464 0 0 0 92221 219 0 0 20 0 3 0 275474309 392458240 74802 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 95815 74802 195 433 0 95379 0
[pid=18845/tid=18846] ppid=18843 vsize=383260 CPUtime=460.99 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 59074 0 0 0 45917 182 0 0 20 0 3 0 275474310 392458240 74802 33554432000 4194304 5965102 140736073789744 140027149104664 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=383260 CPUtime=461.08 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 13621 0 0 0 46058 50 0 0 20 0 3 0 275474310 392458240 74802 33554432000 4194304 5965102 140736073789744 140027138615656 4400963 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 924.4
Current children cumulated vsize (KiB) 383260

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18892
/proc/meminfo: memFree=30753636/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=385452 CPUtime=1044.37 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 77290 0 0 0 104202 235 0 0 20 0 3 0 275474309 394702848 78809 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 96363 78809 195 433 0 95927 0
[pid=18845/tid=18846] ppid=18843 vsize=385452 CPUtime=520.84 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 62694 0 0 0 51885 199 0 0 20 0 3 0 275474310 394702848 78809 33554432000 4194304 5965102 140736073789744 140027149104664 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=385452 CPUtime=520.93 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 13827 0 0 0 52043 50 0 0 20 0 3 0 275474310 394702848 78809 33554432000 4194304 5965102 140736073789744 140027138615656 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1044.37
Current children cumulated vsize (KiB) 385452

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18892
/proc/meminfo: memFree=30710592/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=389604 CPUtime=1164.36 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 84453 0 0 0 116177 259 0 0 20 0 3 0 275474309 398954496 85972 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 97401 85972 195 433 0 96965 0
[pid=18845/tid=18846] ppid=18843 vsize=389604 CPUtime=580.68 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 67899 0 0 0 57853 215 0 0 20 0 3 0 275474310 398954496 85972 33554432000 4194304 5965102 140736073789744 140027149105192 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=389604 CPUtime=580.77 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 15785 0 0 0 58018 59 0 0 20 0 3 0 275474310 398954496 85972 33554432000 4194304 5965102 140736073789744 140027138615608 4380336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1164.36
Current children cumulated vsize (KiB) 389604

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18893
/proc/meminfo: memFree=30665944/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=457568 CPUtime=1284.34 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 91141 0 0 0 128156 278 0 0 20 0 3 0 275474309 468549632 92660 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 114392 92660 195 433 0 113956 0
[pid=18845/tid=18846] ppid=18843 vsize=457568 CPUtime=640.52 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 74493 0 0 0 63817 235 0 0 20 0 3 0 275474310 468549632 92660 33554432000 4194304 5965102 140736073789744 140027149104664 4380192 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=457568 CPUtime=640.62 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 15879 0 0 0 64001 61 0 0 20 0 3 0 275474310 468549632 92660 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1284.34
Current children cumulated vsize (KiB) 457568

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/181 18893
/proc/meminfo: memFree=30620968/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=460312 CPUtime=1404.31 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 95597 0 0 0 140143 288 0 0 20 0 3 0 275474309 471359488 97108 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 115078 97108 195 433 0 114642 0
[pid=18845/tid=18846] ppid=18843 vsize=460312 CPUtime=700.36 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 77883 0 0 0 69792 244 0 0 20 0 3 0 275474310 471359488 97108 33554432000 4194304 5965102 140736073789744 140027149105144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=460312 CPUtime=700.47 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 16945 0 0 0 69984 63 0 0 20 0 3 0 275474310 471359488 97108 33554432000 4194304 5965102 140736073789744 140027138615608 4400978 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1404.31
Current children cumulated vsize (KiB) 460312

[startup+762.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/182 18896
/proc/meminfo: memFree=30588660/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=462888 CPUtime=1524.3 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 99062 0 0 0 152131 299 0 0 20 0 3 0 275474309 473997312 100564 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 115722 100564 195 433 0 115286 0
[pid=18845/tid=18846] ppid=18843 vsize=462888 CPUtime=760.18 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 80873 0 0 0 75763 255 0 0 20 0 3 0 275474310 473997312 100564 33554432000 4194304 5965102 140736073789744 140027149105144 4401441 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=462888 CPUtime=760.32 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 17420 0 0 0 75966 66 0 0 20 0 3 0 275474310 473997312 100564 33554432000 4194304 5965102 140736073789744 140027138615128 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.3
Current children cumulated vsize (KiB) 462888

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/181 18896
/proc/meminfo: memFree=30553700/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=464532 CPUtime=1644.27 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 103891 0 0 0 164116 311 0 0 20 0 3 0 275474309 475680768 104644 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 116133 104644 195 433 0 115697 0
[pid=18845/tid=18846] ppid=18843 vsize=464532 CPUtime=820.02 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 85600 0 0 0 81735 267 0 0 20 0 3 0 275474310 475680768 104644 33554432000 4194304 5965102 140736073789744 140027149104664 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=464532 CPUtime=820.16 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 17522 0 0 0 81949 67 0 0 20 0 3 0 275474310 475680768 104644 33554432000 4194304 5965102 140736073789744 140027138615656 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1644.27
Current children cumulated vsize (KiB) 464532

[startup+882.307 s]
/proc/loadavg: 4.01 4.00 3.93 5/181 18896
/proc/meminfo: memFree=30533212/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=465276 CPUtime=1764.27 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 104846 0 0 0 176114 313 0 0 20 0 3 0 275474309 476442624 105685 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 116319 105685 195 433 0 115883 0
[pid=18845/tid=18846] ppid=18843 vsize=465276 CPUtime=879.87 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 86489 0 0 0 87717 270 0 0 20 0 3 0 275474310 476442624 105685 33554432000 4194304 5965102 140736073789744 140027149105192 4401668 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=465276 CPUtime=880.01 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 17588 0 0 0 87933 68 0 0 20 0 3 0 275474310 476442624 105685 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.27
Current children cumulated vsize (KiB) 465276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.2 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 18896
/proc/meminfo: memFree=30526072/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=465276 CPUtime=1800.06 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 105374 0 0 0 179691 315 0 0 20 0 3 0 275474309 476442624 106213 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 116319 106213 195 433 0 115883 0
[pid=18845/tid=18846] ppid=18843 vsize=465276 CPUtime=897.72 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 87017 0 0 0 89500 272 0 0 20 0 3 0 275474310 476442624 106213 33554432000 4194304 5965102 140736073789744 140027149105144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=465276 CPUtime=897.86 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 17588 0 0 0 89718 68 0 0 20 0 3 0 275474310 476442624 106213 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 465276

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

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

[startup+900.2 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 18896
/proc/meminfo: memFree=30526072/32873844 swapFree=6080/6080
[pid=18845] ppid=18843 vsize=465276 CPUtime=1800.06 cores=0,2,4,6
/proc/18845/stat : 18845 (pwbo2.0) S 18843 18845 18125 0 -1 4202496 105374 0 0 0 179691 315 0 0 20 0 3 0 275474309 476442624 106213 33554432000 4194304 5965102 140736073789744 140736073789264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18845/statm: 116319 106213 195 433 0 115883 0
[pid=18845/tid=18846] ppid=18843 vsize=465276 CPUtime=897.72 cores=0,2,4,6
/proc/18845/task/18846/stat : 18846 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 87017 0 0 0 89500 272 0 0 20 0 3 0 275474310 476442624 106213 33554432000 4194304 5965102 140736073789744 140027149105144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=18845/tid=18847] ppid=18843 vsize=465276 CPUtime=897.86 cores=0,2,4,6
/proc/18845/task/18847/stat : 18847 (pwbo2.0) R 18843 18845 18125 0 -1 4202560 17588 0 0 0 89718 68 0 0 20 0 3 0 275474310 476442624 106213 33554432000 4194304 5965102 140736073789744 140027138615656 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 465276

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18845 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=209542
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=420480
# CPU time returned by wait4() is 1795.63
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.219
CPU time (s): 1800.06
CPU user time (s): 1796.91
CPU system time (s): 3.15
CPU usage (%): 199.958
Max. virtual memory (cumulated for all children) (KiB): 465276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.21
system time used= 3.42048
maximum resident set size= 424856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105375
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= 216
involuntary context switches= 2029

runsolver used 1.93071 second user time and 4.88426 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 06:38:18
IDJOB=3703749
IDBENCH=2893
IDSOLVER=2279
FILE ID=node139/3703749-1338093498
RUNJOBID= node139-1338087173-18141
PBS_JOBID= 14624436
Free space on /tmp= 71656 MiB

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

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1499015350

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:        31335552 kB
Buffers:          295140 kB
Cached:           404864 kB
SwapCached:          284 kB
Active:           592156 kB
Inactive:         118384 kB
Active(anon):       5108 kB
Inactive(anon):     8052 kB
Active(file):     587048 kB
Inactive(file):   110332 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:              5480 kB
Writeback:             0 kB
AnonPages:         16008 kB
Mapped:            11832 kB
Shmem:                 8 kB
Slab:             688400 kB
SReclaimable:     130724 kB
SUnreclaim:       557676 kB
KernelStack:        1472 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     135904 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= 71648 MiB
End job on node139 at 2012-05-27 06:53:20