Trace number 3728020

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
wbo 1.72? 1799.56 1800.01

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3728020-1338663718.opb.
0.00/0.00	c Instance file HOME/instance-3728020-1338663718.opb
0.00/0.00	c File size is 255995 bytes.
0.00/0.01	c Cost Offset: -200
0.00/0.01	c Highest Coefficient sum: 43
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3302                                                |
0.00/0.02	c |  Number Clauses:        3102                                                |
0.00/0.02	c |  Number Cardinality:    200                                                 |
0.00/0.02	c |  Number PB Constraints: 3102                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Optimization                                        |
0.00/0.02	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.02	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.02	c ===============================================================================
0.00/0.02	c | 0.03      | 0  | -199         lb |  0                0                0.00  |
0.00/0.02	c | 0.03      | 0  | -198         lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | -197         lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | -196         lb |  0                0                0.00  |
0.00/0.03	c | 0.03      | 0  | -195         lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | -194         lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | -193         lb |  0                0                0.00  |
0.00/0.03	c | 0.04      | 0  | -192         lb |  0                0                0.00  |
0.00/0.04	c | 0.04      | 0  | -191         lb |  0                0                0.00  |
0.00/0.04	c | 0.04      | 0  | -190         lb |  0                0                0.00  |
0.04/0.04	c | 0.04      | 0  | -189         lb |  0                0                0.00  |
0.04/0.04	c | 0.05      | 0  | -188         lb |  0                0                0.00  |
0.04/0.04	c | 0.05      | 0  | -187         lb |  0                0                0.00  |
0.04/0.05	c | 0.05      | 0  | -186         lb |  0                0                0.00  |
0.04/0.05	c | 0.05      | 0  | -185         lb |  0                0                0.00  |
0.04/0.05	c | 0.05      | 0  | -184         lb |  0                0                0.00  |
0.04/0.05	c | 0.06      | 0  | -183         lb |  0                0                0.00  |
0.04/0.05	c | 0.06      | 0  | -182         lb |  0                0                0.00  |
0.04/0.06	c | 0.06      | 0  | -181         lb |  0                0                0.00  |
0.04/0.06	c | 0.06      | 0  | -180         lb |  0                0                0.00  |
0.04/0.06	c | 0.06      | 0  | -179         lb |  0                0                0.00  |
0.04/0.06	c | 0.07      | 0  | -178         lb |  0                0                0.00  |
0.04/0.06	c | 0.07      | 0  | -177         lb |  0                0                0.00  |
0.04/0.06	c | 0.07      | 0  | -176         lb |  0                0                0.00  |
0.04/0.07	c | 0.07      | 0  | -175         lb |  0                0                0.00  |
0.04/0.07	c | 0.07      | 0  | -174         lb |  0                0                0.00  |
0.04/0.07	c | 0.07      | 0  | -173         lb |  0                0                0.00  |
0.04/0.07	c | 0.08      | 0  | -172         lb |  0                0                0.00  |
0.04/0.07	c | 0.08      | 0  | -171         lb |  0                0                0.00  |
0.04/0.08	c | 0.08      | 0  | -170         lb |  0                0                0.00  |
0.04/0.08	c | 0.08      | 0  | -169         lb |  0                0                0.00  |
0.04/0.08	c | 0.08      | 0  | -168         lb |  0                0                0.00  |
0.04/0.08	c | 0.09      | 0  | -167         lb |  0                0                0.00  |
0.04/0.08	c | 0.09      | 0  | -166         lb |  0                0                0.00  |
0.04/0.09	c | 0.09      | 0  | -165         lb |  0                0                0.00  |
0.04/0.09	c | 0.09      | 0  | -164         lb |  0                0                0.00  |
0.04/0.09	c | 0.09      | 0  | -163         lb |  0                0                0.00  |
0.04/0.09	c | 0.10      | 0  | -162         lb |  0                0                0.00  |
0.04/0.09	c | 0.10      | 0  | -161         lb |  0                0                0.00  |
0.09/0.10	c | 0.10      | 0  | -160         lb |  0                0                0.00  |
0.09/0.10	c | 0.10      | 0  | -159         lb |  0                0                0.00  |
0.09/0.10	c | 0.10      | 0  | -158         lb |  0                0                0.00  |
0.09/0.10	c | 0.11      | 0  | -157         lb |  0                0                0.00  |
0.09/0.10	c | 0.11      | 0  | -156         lb |  0                0                0.00  |
0.09/0.11	c | 0.11      | 0  | -155         lb |  0                0                0.00  |
0.09/0.11	c | 0.11      | 0  | -154         lb |  0                0                0.00  |
0.09/0.11	c | 0.11      | 0  | -153         lb |  0                0                0.00  |
0.09/0.11	c | 0.12      | 0  | -152         lb |  0                0                0.00  |
0.09/0.11	c | 0.12      | 0  | -151         lb |  0                0                0.00  |
0.09/0.12	c | 0.12      | 0  | -150         lb |  0                0                0.00  |
0.09/0.12	c | 0.12      | 0  | -149         lb |  0                0                0.00  |
0.09/0.12	c | 0.12      | 0  | -148         lb |  0                0                0.00  |
0.09/0.12	c | 0.13      | 0  | -147         lb |  0                0                0.00  |
0.09/0.12	c | 0.13      | 0  | -146         lb |  0                0                0.00  |
0.09/0.13	c | 0.13      | 0  | -145         lb |  0                0                0.00  |
0.09/0.13	c | 0.13      | 0  | -144         lb |  0                0                0.00  |
0.09/0.13	c | 0.13      | 0  | -143         lb |  0                0                0.00  |
0.09/0.13	c | 0.14      | 0  | -142         lb |  0                0                0.00  |
0.09/0.13	c | 0.14      | 0  | -141         lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | -140         lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | -139         lb |  0                0                0.00  |
0.09/0.14	c | 0.14      | 0  | -138         lb |  0                0                0.00  |
0.09/0.14	c | 0.15      | 0  | -137         lb |  0                0                0.00  |
0.09/0.14	c | 0.15      | 0  | -136         lb |  0                0                0.00  |
0.09/0.15	c | 0.15      | 0  | -135         lb |  0                0                0.00  |
0.09/0.15	c | 0.15      | 0  | -134         lb |  0                0                0.00  |
0.09/0.15	c | 0.16      | 0  | -133         lb |  0                0                0.00  |
0.09/0.15	c | 0.16      | 0  | -132         lb |  0                0                0.00  |
0.09/0.16	c | 0.16      | 0  | -131         lb |  0                0                0.00  |
0.09/0.16	c | 0.16      | 0  | -130         lb |  0                0                0.00  |
0.09/0.16	c | 0.16      | 0  | -129         lb |  0                0                0.00  |
0.09/0.16	c | 0.17      | 0  | -128         lb |  0                0                0.00  |
0.09/0.16	c | 0.17      | 0  | -127         lb |  0                0                0.00  |
0.09/0.17	c | 0.17      | 0  | -126         lb |  0                0                0.00  |
0.09/0.17	c | 0.17      | 0  | -125         lb |  0                0                0.00  |
0.09/0.17	c | 0.18      | 0  | -124         lb |  0                0                0.00  |
0.09/0.17	c | 0.18      | 0  | -123         lb |  0                0                0.00  |
0.09/0.18	c | 0.18      | 0  | -122         lb |  0                0                0.00  |
0.09/0.18	c | 0.18      | 0  | -121         lb |  0                0                0.00  |
0.09/0.18	c | 0.18      | 0  | -120         lb |  0                0                0.00  |
0.09/0.18	c | 0.19      | 0  | -119         lb |  0                0                0.00  |
0.09/0.18	c | 0.19      | 0  | -118         lb |  0                0                0.00  |
0.09/0.19	c | 0.19      | 0  | -117         lb |  0                0                0.00  |
0.09/0.19	c | 0.19      | 0  | -116         lb |  0                0                0.00  |
0.09/0.19	c | 0.20      | 0  | -115         lb |  0                0                0.00  |
0.09/0.19	c | 0.20      | 0  | -114         lb |  0                0                0.00  |
0.19/0.20	c | 0.20      | 0  | -113         lb |  0                0                0.00  |
0.19/0.20	c | 0.20      | 0  | -112         lb |  0                0                0.00  |
0.19/0.20	c | 0.20      | 0  | -111         lb |  0                0                0.00  |
0.19/0.20	c | 0.21      | 0  | -110         lb |  0                0                0.00  |
0.19/0.21	c | 0.21      | 0  | -109         lb |  0                0                0.00  |
0.19/0.21	c | 0.21      | 0  | -108         lb |  0                0                0.00  |
0.19/0.21	c | 0.21      | 0  | -107         lb |  0                0                0.00  |
0.19/0.21	c | 0.22      | 0  | -106         lb |  0                0                0.00  |
0.19/0.21	c | 0.22      | 0  | -105         lb |  0                0                0.00  |
0.19/0.22	c | 0.22      | 0  | -104         lb |  0                0                0.00  |
0.19/0.22	c | 0.22      | 0  | -103         lb |  0                0                0.00  |
0.19/0.22	c | 0.23      | 0  | -102         lb |  0                0                0.00  |
0.19/0.22	c | 0.23      | 0  | -101         lb |  0                0                0.00  |
0.19/0.23	c | 0.23      | 0  | -100         lb |  0                0                0.00  |
0.19/0.23	c | 0.23      | 0  | -99          lb |  0                0                0.00  |
0.19/0.23	c | 0.24      | 0  | -98          lb |  0                0                0.00  |
0.19/0.23	c | 0.24      | 0  | -97          lb |  0                0                0.00  |
0.19/0.24	c | 0.24      | 0  | -96          lb |  0                0                0.00  |
0.19/0.24	c | 0.24      | 0  | -95          lb |  0                0                0.00  |
0.19/0.24	c | 0.25      | 0  | -94          lb |  0                0                0.00  |
0.19/0.24	c | 0.25      | 0  | -93          lb |  0                0                0.00  |
0.19/0.25	c | 0.25      | 0  | -92          lb |  0                0                0.00  |
0.19/0.25	c | 0.25      | 0  | -91          lb |  0                0                0.00  |
0.19/0.25	c | 0.26      | 0  | -90          lb |  0                0                0.00  |
0.19/0.25	c | 0.26      | 0  | -89          lb |  0                0                0.00  |
0.19/0.26	c | 0.26      | 0  | -88          lb |  0                0                0.00  |
0.19/0.26	c | 0.26      | 0  | -87          lb |  0                0                0.00  |
0.19/0.26	c | 0.27      | 0  | -86          lb |  0                0                0.00  |
0.19/0.27	c | 0.27      | 0  | -85          lb |  0                0                0.00  |
0.19/0.27	c | 0.27      | 0  | -84          lb |  0                0                0.00  |
0.19/0.27	c | 0.28      | 0  | -83          lb |  0                0                0.00  |
0.19/0.27	c | 0.28      | 0  | -82          lb |  0                0                0.00  |
0.19/0.28	c | 0.28      | 0  | -81          lb |  0                0                0.00  |
0.19/0.28	c | 0.28      | 0  | -80          lb |  0                0                0.00  |
0.19/0.28	c | 0.28      | 0  | -79          lb |  0                0                0.00  |
0.19/0.28	c | 0.29      | 0  | -78          lb |  0                0                0.00  |
0.19/0.29	c | 0.29      | 0  | -77          lb |  0                0                0.00  |
0.19/0.29	c | 0.29      | 0  | -76          lb |  0                0                0.00  |
0.19/0.29	c | 0.30      | 0  | -75          lb |  0                0                0.00  |
0.29/0.30	c | 0.30      | 0  | -74          lb |  0                0                0.00  |
0.29/0.31	c | 0.31      | 0  | -73          lb |  0                0                0.00  |
0.29/0.33	c | 0.33      | 0  | -72          lb |  0                0                0.00  |
0.29/0.34	c | 0.34      | 0  | -71          lb |  0                0                0.00  |
0.29/0.35	c | 0.35      | 0  | -70          lb |  0                0                0.00  |
0.29/0.36	c | 0.37      | 0  | -69          lb |  0                0                0.00  |
0.39/0.42	c | 0.42      | 0  | -68          lb |  0                0                0.00  |
1.88/1.98	c | 1.98      | 0  | -67          lb |  0                0                0.00  |
5.68/5.72	c | 5.72      | 0  | -66          lb |  0                0                0.00  |
10.89/10.94	c | 10.95     | 0  | -65          lb |  0                0                0.00  |
138.34/138.40	c | 138.41    | 0  | -64          lb |  0                0                0.00  |
691.60/691.85	c | 691.86    | 0  | -63          lb |  0                0                0.00  |
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/1800.00	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-3728020-1338663718/watcher-3728020-1338663718 -o /tmp/evaluation-result-3728020-1338663718/solver-3728020-1338663718 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3728020-1338663718.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: 2.01 2.01 2.23 3/174 26063
/proc/meminfo: memFree=28303012/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=4324 CPUtime=0 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) R 26061 26063 25884 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 332497159 4427776 497 33554432000 4194304 5964350 140737161523552 140733798764008 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 1081 498 175 433 0 582 0

[startup+0.0451499 s]
/proc/loadavg: 2.01 2.01 2.23 3/174 26063
/proc/meminfo: memFree=28303012/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=0.04 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 1954 0 0 0 4 0 0 0 20 0 2 0 332497159 87404544 1843 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 1843 190 433 0 20903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 85356

[startup+0.100219 s]
/proc/loadavg: 2.01 2.01 2.23 3/174 26063
/proc/meminfo: memFree=28303012/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=0.09 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 2196 0 0 0 9 0 0 0 20 0 2 0 332497159 87404544 1891 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 1891 190 433 0 20903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85356

[startup+0.300116 s]
/proc/loadavg: 2.01 2.01 2.23 3/174 26063
/proc/meminfo: memFree=28303012/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=0.29 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 3406 0 0 0 29 0 0 0 20 0 2 0 332497159 87404544 2043 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 2043 192 433 0 20903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85356

[startup+0.700111 s]
/proc/loadavg: 2.01 2.01 2.23 3/174 26063
/proc/meminfo: memFree=28303012/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85740 CPUtime=0.69 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 3857 0 0 0 69 0 0 0 20 0 2 0 332497159 87797760 2316 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21435 2316 194 433 0 20999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85740

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.23 3/182 26091
/proc/meminfo: memFree=28286784/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85740 CPUtime=1.49 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 4557 0 0 0 149 0 0 0 20 0 2 0 332497159 87797760 3016 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21435 3016 194 433 0 20999 0
[pid=26063/tid=26067] ppid=26061 vsize=85740 CPUtime=1.46 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 3357 0 0 0 146 0 0 0 20 0 2 0 332497161 87797760 3016 33554432000 4194304 5964350 140737161523552 140189645764648 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85740

[startup+3.10021 s]
/proc/loadavg: 2.01 2.01 2.23 3/182 26091
/proc/meminfo: memFree=28278816/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=3.08 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 5199 0 0 0 308 0 0 0 20 0 2 0 332497159 87404544 3592 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 3592 194 433 0 20903 0
[pid=26063/tid=26067] ppid=26061 vsize=85356 CPUtime=3.05 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 3999 0 0 0 305 0 0 0 20 0 2 0 332497161 87404544 3592 33554432000 4194304 5964350 140737161523552 140189645765560 4400448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85356

[startup+6.30021 s]
/proc/loadavg: 2.00 2.01 2.23 3/181 26091
/proc/meminfo: memFree=28270284/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=6.28 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 6529 0 0 0 628 0 0 0 20 0 2 0 332497159 87404544 4881 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 4881 194 433 0 20903 0
[pid=26063/tid=26067] ppid=26061 vsize=85356 CPUtime=6.24 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 5329 0 0 0 624 0 0 0 20 0 2 0 332497161 87404544 4881 33554432000 4194304 5964350 140737161523552 140189645765560 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85356

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.22 3/181 26091
/proc/meminfo: memFree=28261104/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85356 CPUtime=12.68 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 6825 0 0 0 1267 1 0 0 20 0 2 0 332497159 87404544 5388 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21339 5388 194 433 0 20903 0
[pid=26063/tid=26067] ppid=26061 vsize=85356 CPUtime=12.62 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 5625 0 0 0 1262 0 0 0 20 0 2 0 332497161 87404544 5388 33554432000 4194304 5964350 140737161523552 140189645764968 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85356

[startup+25.5002 s]
/proc/loadavg: 2.08 2.03 2.22 3/181 26091
/proc/meminfo: memFree=28230924/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85680 CPUtime=25.47 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 10072 0 0 0 2545 2 0 0 20 0 2 0 332497159 87736320 8673 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21420 8673 194 433 0 20984 0
[pid=26063/tid=26067] ppid=26061 vsize=85680 CPUtime=25.38 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 8872 0 0 0 2536 2 0 0 20 0 2 0 332497161 87736320 8673 33554432000 4194304 5964350 140737161523552 140189645764408 4389049 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85680

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.22 3/181 26091
/proc/meminfo: memFree=28199092/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=85840 CPUtime=51.06 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 15230 0 0 0 5102 4 0 0 20 0 2 0 332497159 87900160 14024 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 21460 14024 194 433 0 21024 0
[pid=26063/tid=26067] ppid=26061 vsize=85840 CPUtime=50.91 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 14030 0 0 0 5087 4 0 0 20 0 2 0 332497161 87900160 14024 33554432000 4194304 5964350 140737161523552 140189645764408 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 85840

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.20 3/181 26091
/proc/meminfo: memFree=28132716/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=151616 CPUtime=102.27 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 21542 0 0 0 10218 9 0 0 20 0 2 0 332497159 155254784 20346 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 37904 20346 194 433 0 37468 0
[pid=26063/tid=26067] ppid=26061 vsize=151616 CPUtime=101.99 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 20342 0 0 0 10189 10 0 0 20 0 2 0 332497161 155254784 20346 33554432000 4194304 5964350 140737161523552 140189645764648 4399861 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 151616

[startup+162.3 s]
/proc/loadavg: 2.12 2.04 2.20 3/181 26092
/proc/meminfo: memFree=28056692/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=150892 CPUtime=162.23 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 29485 0 0 0 16210 13 0 0 20 0 2 0 332497159 154513408 28269 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 37723 28269 194 433 0 37287 0
[pid=26063/tid=26067] ppid=26061 vsize=150892 CPUtime=161.8 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 28285 0 0 0 16165 15 0 0 20 0 2 0 332497161 154513408 28269 33554432000 4194304 5964350 140737161523552 140189645765560 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 150892

[startup+222.3 s]
/proc/loadavg: 2.08 2.05 2.18 3/181 26092
/proc/meminfo: memFree=28020576/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=150892 CPUtime=222.22 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 29610 0 0 0 22209 13 0 0 20 0 2 0 332497159 154513408 28394 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 37723 28394 194 433 0 37287 0
[pid=26063/tid=26067] ppid=26061 vsize=150892 CPUtime=221.65 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 28410 0 0 0 22149 16 0 0 20 0 2 0 332497161 154513408 28394 33554432000 4194304 5964350 140737161523552 140189645765560 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 150892

[startup+282.3 s]
/proc/loadavg: 2.06 2.05 2.17 3/181 26092
/proc/meminfo: memFree=28001320/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=150892 CPUtime=282.19 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 29629 0 0 0 28206 13 0 0 20 0 2 0 332497159 154513408 28400 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 37723 28400 194 433 0 37287 0
[pid=26063/tid=26067] ppid=26061 vsize=150892 CPUtime=281.47 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 28429 0 0 0 28130 17 0 0 20 0 2 0 332497161 154513408 28400 33554432000 4194304 5964350 140737161523552 140189645765560 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 150892

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.16 3/181 26092
/proc/meminfo: memFree=27945460/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=216428 CPUtime=342.18 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 36969 0 0 0 34200 18 0 0 20 0 2 0 332497159 221622272 35734 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 54107 35734 194 433 0 53671 0
[pid=26063/tid=26067] ppid=26061 vsize=216428 CPUtime=341.31 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 35769 0 0 0 34108 23 0 0 20 0 2 0 332497161 221622272 35734 33554432000 4194304 5964350 140737161523552 140189645764600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 216428

[startup+402.3 s]
/proc/loadavg: 2.15 2.07 2.17 3/181 26092
/proc/meminfo: memFree=27902176/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=217512 CPUtime=402.18 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 40760 0 0 0 40196 22 0 0 20 0 2 0 332497159 222732288 39523 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 54378 39523 194 433 0 53942 0
[pid=26063/tid=26067] ppid=26061 vsize=217512 CPUtime=401.16 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 39560 0 0 0 40088 28 0 0 20 0 2 0 332497161 222732288 39523 33554432000 4194304 5964350 140737161523552 140189645764600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 217512

[startup+462.3 s]
/proc/loadavg: 2.09 2.07 2.16 3/181 26093
/proc/meminfo: memFree=27865160/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=217512 CPUtime=462.16 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.06 3/181 26102
/proc/meminfo: memFree=27617060/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=349124 CPUtime=1421.96 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 83547 0 0 0 142143 53 0 0 20 0 2 0 332497159 357502976 83375 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 87281 83375 194 433 0 86845 0
[pid=26063/tid=26067] ppid=26061 vsize=349124 CPUtime=1418.43 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 82347 0 0 0 141769 74 0 0 20 0 2 0 332497161 357502976 83375 33554432000 4194304 5964350 140737161523552 140189645764472 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 349124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/181 26102
/proc/meminfo: memFree=27594988/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=414660 CPUtime=1481.95 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 86875 0 0 0 148139 56 0 0 20 0 2 0 332497159 424611840 86701 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 103665 86701 194 433 0 103229 0
[pid=26063/tid=26067] ppid=26061 vsize=414660 CPUtime=1478.27 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 85675 0 0 0 147749 78 0 0 20 0 2 0 332497161 424611840 86701 33554432000 4194304 5964350 140737161523552 140189645764600 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 414660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 26102
/proc/meminfo: memFree=27552248/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=414660 CPUtime=1541.93 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 91858 0 0 0 154133 60 0 0 20 0 2 0 332497159 424611840 91849 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 103665 91849 194 433 0 103229 0
[pid=26063/tid=26067] ppid=26061 vsize=414660 CPUtime=1538.1 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 90658 0 0 0 153727 83 0 0 20 0 2 0 332497161 424611840 91849 33554432000 4194304 5964350 140737161523552 140189645764600 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 414660

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 26102
/proc/meminfo: memFree=27508760/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1601.9 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 101972 0 0 0 160123 67 0 0 20 0 2 0 332497159 491720704 102176 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 102176 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1597.93 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 100772 0 0 0 159702 91 0 0 20 0 2 0 332497161 491720704 102176 33554432000 4194304 5964350 140737161523552 140189645764600 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 480196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 26103
/proc/meminfo: memFree=27508228/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1661.88 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 102012 0 0 0 166121 67 0 0 20 0 2 0 332497159 491720704 102280 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 102280 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1657.75 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 100812 0 0 0 165683 92 0 0 20 0 2 0 332497161 491720704 102280 33554432000 4194304 5964350 140737161523552 140189645764600 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 480196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/182 26106
/proc/meminfo: memFree=27493836/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1721.87 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 104212 0 0 0 172118 69 0 0 20 0 2 0 332497159 491720704 104479 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 104479 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1717.6 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 103012 0 0 0 171665 95 0 0 20 0 2 0 332497161 491720704 104479 33554432000 4194304 5964350 140737161523552 140189645764408 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 480196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27425408/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1781.86 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 111161 0 0 0 178110 76 0 0 20 0 2 0 332497159 491720704 111428 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 111428 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1777.44 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 109961 0 0 0 177642 102 0 0 20 0 2 0 332497161 491720704 111428 33554432000 4194304 5964350 140737161523552 140189645764408 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 480196

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27416712/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1791.46 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 112459 0 0 0 179069 77 0 0 20 0 2 0 332497159 491720704 112724 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 112724 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1787.02 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 111259 0 0 0 178598 104 0 0 20 0 2 0 332497161 491720704 112724 33554432000 4194304 5964350 140737161523552 140189645764408 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 480196

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27413968/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1794.67 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 112799 0 0 0 179389 78 0 0 20 0 2 0 332497159 491720704 113064 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113064 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1790.21 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 111599 0 0 0 178916 105 0 0 20 0 2 0 332497161 491720704 113064 33554432000 4194304 5964350 140737161523552 140189645764648 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (KiB) 480196

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27413224/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1797.86 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 113032 0 0 0 179708 78 0 0 20 0 2 0 332497159 491720704 113297 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113297 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1793.4 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 111832 0 0 0 179235 105 0 0 20 0 2 0 332497161 491720704 113297 33554432000 4194304 5964350 140737161523552 140189645764408 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (KiB) 480196

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27412852/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1798.66 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 113191 0 0 0 179788 78 0 0 20 0 2 0 332497159 491720704 113454 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113454 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1794.19 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 111991 0 0 0 179314 105 0 0 20 0 2 0 332497161 491720704 113454 33554432000 4194304 5964350 140737161523552 140189645764472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (KiB) 480196

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27411736/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1799.07 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 113342 0 0 0 179829 78 0 0 20 0 2 0 332497159 491720704 113605 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113605 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1794.6 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 112142 0 0 0 179355 105 0 0 20 0 2 0 332497161 491720704 113605 33554432000 4194304 5964350 140737161523552 140189645764472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 480196

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27411736/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1799.46 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 113353 0 0 0 179868 78 0 0 20 0 2 0 332497159 491720704 113616 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113616 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1794.99 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 112153 0 0 0 179394 105 0 0 20 0 2 0 332497161 491720704 113616 33554432000 4194304 5964350 140737161523552 140189645764472 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 480196

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.03 3/181 26106
/proc/meminfo: memFree=27411736/32873844 swapFree=7112/7112
[pid=26063] ppid=26061 vsize=480196 CPUtime=1799.56 cores=1,3,5,7
/proc/26063/stat : 26063 (wbo1.72) S 26061 26063 25884 0 -1 4202496 113368 0 0 0 179878 78 0 0 20 0 2 0 332497159 491720704 113631 33554432000 4194304 5964350 140737161523552 140737161523072 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26063/statm: 120049 113631 194 433 0 119613 0
[pid=26063/tid=26067] ppid=26061 vsize=480196 CPUtime=1795.09 cores=1,3,5,7
/proc/26063/task/26067/stat : 26067 (wbo1.72) R 26061 26063 25884 0 -1 4202560 112168 0 0 0 179404 105 0 0 20 0 2 0 332497161 491720704 113631 33554432000 4194304 5964350 140737161523552 140189645764472 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 480196

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.56
CPU user time (s): 1798.78
CPU system time (s): 0.78
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 480196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.07
system time used= 1.06984
maximum resident set size= 454532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113370
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= 161
involuntary context switches= 1857

runsolver used 3.08053 second user time and 8.38472 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 21:01:58
IDJOB=3728020
IDBENCH=48207
IDSOLVER=2314
FILE ID=node132/3728020-1338663718
RUNJOBID= node132-1338661918-25901
PBS_JOBID= 14636480
Free space on /tmp= 71212 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728020-1338663718/watcher-3728020-1338663718 -o /tmp/evaluation-result-3728020-1338663718/solver-3728020-1338663718 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3728020-1338663718.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=203978469

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28301716 kB
Buffers:          592844 kB
Cached:          3055096 kB
SwapCached:         2292 kB
Active:          1560276 kB
Inactive:        2099464 kB
Active(anon):       4140 kB
Inactive(anon):     7120 kB
Active(file):    1556136 kB
Inactive(file):  2092344 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:         13672 kB
Mapped:            10968 kB
Shmem:                 8 kB
Slab:             773740 kB
SReclaimable:     215312 kB
SUnreclaim:       558428 kB
KernelStack:        1512 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     125396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3728020-1338663718.opb

Free space on /tmp at the end= 71204 MiB
End job on node132 at 2012-06-02 21:31:58