Trace number 2702621

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.4b (fixed)? (TO) 1800.17 1800.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
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-27
Best CPU time to get the best result obtained on this benchmark1789.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing opb file format. File HOME/instance-2702621-1278572903.opb.
0.00/0.00	c Instance file HOME/instance-2702621-1278572903.opb
0.00/0.00	c File size is 106306 bytes.
0.00/0.02	c Highest Coefficient sum: 200
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:      1444                                                |
0.00/0.02	c |  Number Clauses:        1344                                                |
0.00/0.02	c |  Number Cardinality:    202                                                 |
0.00/0.02	c |  Number PB Constraints: 1244                                                |
0.00/0.03	c ============================[ Search Statistics ]==============================
0.00/0.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.03	c ===============================================================================
0.00/0.03	c |         0 |    1444     2790    10552 |     5000        0    nan |  0.000 % |
0.00/0.03	c ===============================================================================
0.00/0.03	c New solution: 0
0.00/0.03	o 0
0.00/0.03	c Elapsed CPU time: 0.034994 s	Remaining CPU time: 179.965 s
0.00/0.03	c ===============================================================================
0.00/0.03	c |         0 |    1444     2791    10652 |     5000        0    nan |  0.000 % |
0.00/0.03	c ===============================================================================
0.00/0.03	c New solution: -1
0.00/0.03	o -1
0.00/0.03	c Elapsed CPU time: 0.036994 s	Remaining CPU time: 179.963 s
0.00/0.03	c ===============================================================================
0.00/0.03	c |         1 |    1444     2792    10752 |     5000        1    101 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -2
0.00/0.04	o -2
0.00/0.04	c Elapsed CPU time: 0.036994 s	Remaining CPU time: 179.963 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |         1 |    1444     2793    10852 |     5000        1    101 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -3
0.00/0.04	o -3
0.00/0.04	c Elapsed CPU time: 0.038994 s	Remaining CPU time: 179.961 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |         5 |    1444     2794    10952 |     5000        5    176 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -4
0.00/0.04	o -4
0.00/0.04	c Elapsed CPU time: 0.040993 s	Remaining CPU time: 179.959 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |         5 |    1444     2795    11052 |     5000        5    176 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -5
0.00/0.04	o -5
0.00/0.04	c Elapsed CPU time: 0.040993 s	Remaining CPU time: 179.959 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |        10 |    1444     2796    11152 |     5000       10    184 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -6
0.00/0.04	o -6
0.00/0.04	c Elapsed CPU time: 0.042993 s	Remaining CPU time: 179.957 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |        18 |    1444     2797    11252 |     5000       18    166 |  0.000 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c New solution: -7
0.00/0.04	o -7
0.00/0.04	c Elapsed CPU time: 0.043993 s	Remaining CPU time: 179.956 s
0.00/0.04	c ===============================================================================
0.00/0.04	c |        21 |    1444     2798    11352 |     5000       21    152 |  0.000 % |
0.00/0.05	c |       121 |    1444     2798    11352 |     5500      121    181 |  0.001 % |
0.00/0.06	c ===============================================================================
0.00/0.06	c New solution: -8
0.00/0.06	o -8
0.00/0.06	c Elapsed CPU time: 0.058991 s	Remaining CPU time: 179.941 s
0.00/0.06	c ===============================================================================
0.00/0.06	c |       160 |    1444     2799    11452 |     5000      160    179 |  0.001 % |
0.06/0.07	c |       260 |    1444     2799    11452 |     5500      260    182 |  0.001 % |
0.06/0.08	c |       410 |    1444     2799    11452 |     6050      410    184 |  0.001 % |
0.09/0.11	c |       635 |    1444     2799    11452 |     6655      635    185 |  0.001 % |
0.09/0.14	c |       972 |    1444     2799    11452 |     7320      972    185 |  0.001 % |
0.09/0.14	c ===============================================================================
0.09/0.14	c New solution: -9
0.09/0.14	o -9
0.09/0.14	c Elapsed CPU time: 0.139978 s	Remaining CPU time: 179.86 s
0.09/0.14	c ===============================================================================
0.09/0.14	c |       985 |    1444     2800    11552 |     5000      985    183 |  0.001 % |
0.09/0.16	c |      1088 |    1444     2800    11552 |     5500     1088    183 |  0.001 % |
0.09/0.17	c |      1238 |    1444     2800    11552 |     6050     1238    182 |  0.001 % |
0.09/0.20	c |      1465 |    1444     2800    11552 |     6655     1465    182 |  0.001 % |
0.19/0.23	c |      1802 |    1444     2800    11552 |     7320     1802    181 |  0.001 % |
0.19/0.29	c |      2308 |    1444     2800    11552 |     8052     2308    177 |  0.001 % |
0.29/0.38	c |      3067 |    1444     2800    11552 |     8857     3067    179 |  0.001 % |
0.49/0.54	c |      4207 |    1444     2800    11552 |     9743     4207    180 |  0.001 % |
0.79/0.81	c |      5917 |    1444     2800    11552 |    10717     5917    181 |  0.001 % |
1.29/1.34	c |      8481 |    1444     2800    11552 |    11789     8481    182 |  0.001 % |
1.29/1.35	c ===============================================================================
1.29/1.35	c New solution: -10
1.29/1.35	o -10
1.29/1.35	c Elapsed CPU time: 1.3218 s	Remaining CPU time: 178.678 s
1.29/1.35	c ===============================================================================
1.29/1.35	c |      8499 |    1444     2801    11652 |     5000     8499    182 |  0.001 % |
1.29/1.39	c |      8599 |    1444     2801    11652 |     5500     4350    183 |  0.001 % |
1.39/1.42	c |      8749 |    1444     2801    11652 |     6050     4500    183 |  0.001 % |
1.39/1.48	c |      8974 |    1444     2801    11652 |     6655     4725    182 |  0.001 % |
1.49/1.53	c |      9311 |    1444     2801    11652 |     7320     5062    181 |  0.001 % |
1.59/1.61	c |      9817 |    1444     2801    11652 |     8052     5568    181 |  0.001 % |
1.69/1.73	c |     10576 |    1444     2801    11652 |     8857     6327    180 |  0.001 % |
1.89/1.90	c |     11715 |    1444     2801    11652 |     9743     7466    179 |  0.001 % |
2.20/2.21	c |     13423 |    1444     2801    11652 |    10717     9174    176 |  0.001 % |
2.59/2.65	c |     15985 |    1444     2801    11652 |    11789    11736    174 |  0.001 % |
3.49/3.53	c |     19829 |    1444     2801    11652 |    12968     8980    165 |  0.001 % |
4.89/4.99	c |     25595 |    1444     2801    11652 |    14265     7555    170 |  0.001 % |
7.29/7.34	c |     34244 |    1444     2801    11652 |    15692     8365    174 |  0.001 % |
10.48/10.57	c |     47222 |    1444     2801    11652 |    17261    12788    174 |  0.001 % |
17.09/17.15	c |     66683 |    1444     2801    11652 |    18987    13573    172 |  0.001 % |
28.78/28.81	c |     95875 |    1444     2801    11652 |    20886    12163    179 |  0.001 % |
48.28/48.38	c |    139664 |    1444     2801    11652 |    22974    21520    184 |  0.001 % |
76.98/77.07	c |    205348 |    1444     2801    11652 |    25272    20125    178 |  0.001 % |
119.36/119.45	c |    303876 |    1444     2801    11652 |    27799    24180    183 |  0.001 % |
181.64/181.77	c There are 0 assigned variables. 0 in cost function.
182.14/182.28	c core #1
182.14/182.28	c 
182.14/182.28	c 
182.14/182.28	c Core size: 201	Core Weight: 1	Total Weight: -99
182.14/182.28	c
182.14/182.28	c
182.14/182.28	c ============================[ Search Statistics ]==============================
182.14/182.28	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.14/182.28	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.14/182.28	c ===============================================================================
182.14/182.28	c |         0 |    1544     2911    11973 |     5000        0    nan |  0.000 % |
182.24/182.30	c ===============================================================================
182.24/182.32	c core #2
182.24/182.32	c 
182.24/182.32	c 
182.24/182.32	c Core size: 202	Core Weight: 1	Total Weight: -98
182.24/182.32	c
182.24/182.32	c
182.24/182.32	c ============================[ Search Statistics ]==============================
182.24/182.32	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.24/182.32	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.24/182.32	c ===============================================================================
182.24/182.32	c |         0 |    1644     2918    12191 |     5000        0    nan |  0.000 % |
182.24/182.36	c |       148 |    1644     2918    12191 |     5500      148     60 |  0.912 % |
182.24/182.39	c |       298 |    1629     2918    12191 |     6050      242     85 |  0.912 % |
182.35/182.44	c |       548 |    1629     2918    12191 |     6655      492     71 |  0.913 % |
182.45/182.52	c |       885 |    1598     2918    12191 |     7320      787     74 |  4.873 % |
182.55/182.64	c |      1391 |    1513     2918    12191 |     8052     1055     79 |  8.638 % |
182.74/182.85	c |      2150 |    1440     2918    12191 |     8857     1643     79 | 16.790 % |
183.15/183.21	c |      3289 |    1165     2918    12191 |     9743     1977     92 | 31.327 % |
183.35/183.45	c ===============================================================================
183.45/183.50	c core #3
183.45/183.50	c 
183.45/183.50	c 
183.45/183.50	c Core size: 139	Core Weight: 1	Total Weight: -97
183.45/183.50	c
183.45/183.50	c
183.45/183.50	c ============================[ Search Statistics ]==============================
183.45/183.50	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
183.45/183.50	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
183.45/183.50	c ===============================================================================
183.45/183.50	c |         0 |    1744     2927    12415 |     5000        0    nan |  0.000 % |
183.45/183.54	c |       103 |    1744     2927    12415 |     5500      103    117 |  0.000 % |
183.45/183.57	c |       253 |    1744     2927    12415 |     6050      253     85 |  0.001 % |
183.55/183.63	c |       478 |    1744     2927    12415 |     6655      478     70 |  0.000 % |
183.65/183.71	c |       816 |    1744     2927    12415 |     7320      816     66 |  0.001 % |
183.74/183.84	c |      1323 |    1744     2927    12415 |     8052     1323     72 |  0.000 % |
183.94/184.03	c |      2082 |    1744     2927    12415 |     8857     2082     76 |  0.001 % |
184.25/184.33	c |      3221 |    1744     2927    12415 |     9743     3221     78 |  0.001 % |
184.75/184.82	c |      4929 |    1744     2927    12415 |    10717     4929     79 |  0.001 % |
185.55/185.65	c |      7491 |    1744     2927    12415 |    11789     7491     80 |  0.002 % |
187.05/187.13	c |     11335 |    1744     2927    12415 |    12968    11335     81 |  0.001 % |
189.44/189.54	c |     17101 |    1744     2927    12415 |    14265    10493     73 |  0.001 % |
193.24/193.32	c |     25750 |    1744     2927    12415 |    15692    11797     63 |  0.000 % |
200.24/200.39	c |     38725 |    1744     2927    12415 |    17261     8543     60 |  0.007 % |
211.74/211.83	c |     58186 |    1744     2927    12415 |    18987    10085     60 |  0.006 % |
231.63/231.75	c |     87378 |    1713     2927    12415 |    20886    17905     74 |  1.778 % |
268.02/268.11	c |    131171 |    1713     2927    12415 |    22974    18419     83 |  1.781 % |
326.62/326.73	c |    196857 |    1713     2927    12415 |    25272    12470     83 |  1.778 % |
409.39/409.51	c |    295383 |    1713     2927    12415 |    27799    23923    100 |  1.779 % |
526.25/526.43	c |    443172 |    1694     2927    12415 |    30579    16877     71 |  3.899 % |
567.64/567.81	c ===============================================================================
571.34/571.51	c core #4
571.34/571.51	c 
571.34/571.51	c 
571.34/571.51	c Core size: 119	Core Weight: 1	Total Weight: -96
571.34/571.51	c
571.34/571.51	c
571.34/571.51	c ============================[ Search Statistics ]==============================
571.34/571.51	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
571.34/571.51	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
571.34/571.51	c ===============================================================================
571.34/571.51	c |         0 |    1844     3408    14019 |     5000        0    nan |  0.000 % |
571.44/571.67	c |       130 |    1844     3408    14019 |     5500      130    158 |  0.000 % |
571.54/571.72	c |       280 |    1844     3408    14019 |     6050      280    133 |  0.000 % |
571.54/571.77	c |       505 |    1844     3408    14019 |     6655      505    107 |  0.000 % |
571.64/571.87	c |       842 |    1844     3408    14019 |     7320      842     92 |  0.000 % |
571.85/572.05	c |      1349 |    1844     3408    14019 |     8052     1349    102 |  0.000 % |
572.15/572.33	c |      2108 |    1844     3408    14019 |     8857     2108    109 |  0.000 % |
572.55/572.71	c |      3248 |    1844     3408    14019 |     9743     3248    108 |  0.000 % |
573.24/573.47	c |      4956 |    1844     3408    14019 |    10717     4956    102 |  0.000 % |
574.15/574.39	c |      7520 |    1844     3408    14019 |    11789     7520     97 |  0.000 % |
575.94/576.15	c |     11366 |    1844     3408    14019 |    12968    11366    102 |  0.000 % |
579.04/579.25	c |     17132 |    1844     3408    14019 |    14265    10330     98 |  0.000 % |
583.14/583.36	c |     25784 |    1844     3408    14019 |    15692    11659     70 |  0.000 % |
590.74/590.98	c |     38758 |    1844     3408    14019 |    17261     8803     65 |  0.000 % |
602.54/602.78	c |     58219 |    1844     3408    14019 |    18987    10238     61 |  0.000 % |
625.93/626.11	c |     87413 |    1844     3408    14019 |    20886    10151     68 |  0.000 % |
654.62/654.86	c |    131203 |    1844     3408    14019 |    22974    21287    155 |  0.000 % |
704.41/704.68	c |    196887 |    1844     3408    14019 |    25272    15138     97 |  0.001 % |
784.09/784.35	c |    295413 |    1844     3408    14019 |    27799    19688    108 |  0.000 % |
915.85/916.11	c |    443202 |    1844     3408    14019 |    30579    17137     88 |  0.000 % |
1098.40/1098.78	c |    664885 |    1844     3408    14019 |    33637    29890    108 |  0.000 % |
1369.83/1370.27	c |    997412 |    1844     3408    14019 |    37001    32735    118 |  0.000 % |
1772.03/1772.58	c |   1496203 |    1844     3408    14019 |    40701    32392    173 |  0.000 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2702621-1278572903/watcher-2702621-1278572903 -o /tmp/evaluation-result-2702621-1278572903/solver-2702621-1278572903 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702621-1278572903.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.10 0.44 3/106 28765
/proc/meminfo: memFree=1791592/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=2956 CPUtime=0
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 337 0 0 0 0 0 0 0 18 0 1 0 25501301 3026944 256 1992294400 134512640 135752675 4286625504 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 739 256 140 303 0 408 0

[startup+0.068275 s]
/proc/loadavg: 0.08 0.10 0.44 3/106 28765
/proc/meminfo: memFree=1791592/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=3388 CPUtime=0.06
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 526 0 0 0 6 0 0 0 20 0 1 0 25501301 3469312 419 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 847 419 145 303 0 542 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3388

[startup+0.101279 s]
/proc/loadavg: 0.08 0.10 0.44 3/106 28765
/proc/meminfo: memFree=1791592/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=3516 CPUtime=0.09
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 560 0 0 0 9 0 0 0 20 0 1 0 25501301 3600384 453 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 879 453 145 303 0 574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3516

[startup+0.3013 s]
/proc/loadavg: 0.08 0.10 0.44 3/106 28765
/proc/meminfo: memFree=1791592/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=5068 CPUtime=0.29
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 930 0 0 0 28 1 0 0 20 0 1 0 25501301 5189632 823 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 1267 823 145 303 0 962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5068

[startup+0.701343 s]
/proc/loadavg: 0.08 0.10 0.44 3/106 28765
/proc/meminfo: memFree=1791592/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=7412 CPUtime=0.69
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 1537 0 0 0 67 2 0 0 21 0 1 0 25501301 7589888 1430 1992294400 134512640 135752675 4286625504 18446744073709551615 135229087 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 1853 1430 145 303 0 1548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7412

[startup+1.50043 s]
/proc/loadavg: 0.08 0.10 0.44 2/107 28766
/proc/meminfo: memFree=1785260/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=10808 CPUtime=1.49
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 2375 0 0 0 146 3 0 0 23 0 1 0 25501301 11067392 2268 1992294400 134512640 135752675 4286625504 18446744073709551615 135210436 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 2702 2268 145 303 0 2397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10808

[startup+3.1006 s]
/proc/loadavg: 0.08 0.10 0.44 2/107 28766
/proc/meminfo: memFree=1780300/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=17424 CPUtime=3.09
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 4022 0 0 0 303 6 0 0 25 0 1 0 25501301 17842176 3915 1992294400 134512640 135752675 4286625504 18446744073709551615 134611784 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 4356 3915 145 303 0 4051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17424

[startup+6.30095 s]
/proc/loadavg: 0.23 0.13 0.45 2/107 28766
/proc/meminfo: memFree=1768768/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=27928 CPUtime=6.29
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 6651 0 0 0 618 11 0 0 25 0 1 0 25501301 28598272 6544 1992294400 134512640 135752675 4286625504 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 6982 6544 145 303 0 6677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27928

[startup+12.7006 s]
/proc/loadavg: 0.30 0.15 0.46 2/107 28766
/proc/meminfo: memFree=1749424/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=45380 CPUtime=12.69
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 10996 0 0 0 1250 19 0 0 25 0 1 0 25501301 46469120 10889 1992294400 134512640 135752675 4286625504 18446744073709551615 134603238 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 11345 10889 145 303 0 11040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45380

[startup+25.501 s]
/proc/loadavg: 0.45 0.19 0.46 2/107 28766
/proc/meminfo: memFree=1721896/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=72460 CPUtime=25.49
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 17764 0 0 0 2518 31 0 0 25 0 1 0 25501301 74199040 17657 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 18115 17657 145 303 0 17810 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72460

[startup+51.1018 s]
/proc/loadavg: 0.64 0.25 0.47 2/107 28767
/proc/meminfo: memFree=1676636/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=119008 CPUtime=51.07
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 29408 0 0 0 5052 55 0 0 25 0 1 0 25501301 121864192 29301 1992294400 134512640 135752675 4286625504 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 29752 29301 145 303 0 29447 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 119008

[startup+102.308 s]
/proc/loadavg: 0.84 0.36 0.50 2/107 28768
/proc/meminfo: memFree=1578552/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=215188 CPUtime=102.27
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 53416 0 0 0 10123 104 0 0 25 0 1 0 25501301 220352512 53309 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 53797 53309 145 303 0 53492 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 215188

[startup+162.302 s]
/proc/loadavg: 1.01 0.49 0.53 2/107 28770
/proc/meminfo: memFree=1479600/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=315348 CPUtime=162.25
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 78439 0 0 0 16068 157 0 0 25 0 1 0 25501301 322916352 78332 1992294400 134512640 135752675 4286625504 18446744073709551615 134611669 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 78837 78332 145 303 0 78532 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 315348

[startup+222.301 s]
/proc/loadavg: 1.00 0.58 0.56 2/107 28772
/proc/meminfo: memFree=1434216/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=358868 CPUtime=222.24
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 89402 0 0 0 22019 205 0 0 25 0 1 0 25501301 367480832 89266 1992294400 134512640 135752675 4286625504 18446744073709551615 134611769 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 89717 89266 146 303 0 89412 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 358868

[startup+282.302 s]
/proc/loadavg: 1.00 0.66 0.58 2/107 28774
/proc/meminfo: memFree=1406192/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=386920 CPUtime=282.22
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 96435 0 0 0 27986 236 0 0 25 0 1 0 25501301 396206080 96299 1992294400 134512640 135752675 4286625504 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 96730 96299 146 303 0 96425 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 386920

[startup+342.301 s]
/proc/loadavg: 1.00 0.72 0.61 2/107 28775
/proc/meminfo: memFree=1379160/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=413784 CPUtime=342.2
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 103128 0 0 0 33955 265 0 0 25 0 1 0 25501301 423714816 102992 1992294400 134512640 135752675 4286625504 18446744073709551615 134605360 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 103446 102992 146 303 0 103141 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 413784

[startup+402.302 s]
/proc/loadavg: 1.00 0.76 0.63 2/107 28776
/proc/meminfo: memFree=1350764/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=442204 CPUtime=402.19
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 110227 0 0 0 39924 295 0 0 25 0 1 0 25501301 452816896 110091 1992294400 134512640 135752675 4286625504 18446744073709551615 134605389 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 110551 110091 146 303 0 110246 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 442204

[startup+462.301 s]
/proc/loadavg: 1.00 0.80 0.65 2/107 28778
/proc/meminfo: memFree=1320756/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=472224 CPUtime=462.17
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 117720 0 0 0 45891 326 0 0 25 0 1 0 25501301 483557376 117584 1992294400 134512640 135752675 4286625504 18446744073709551615 134616143 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 118056 117584 146 303 0 117751 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 472224

[startup+522.302 s]
/proc/loadavg: 1.00 0.84 0.67 2/107 28780
/proc/meminfo: memFree=1283680/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=509408 CPUtime=522.16
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 127013 0 0 0 51853 363 0 0 25 0 1 0 25501301 521633792 126877 1992294400 134512640 135752675 4286625504 18446744073709551615 134605394 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 127352 126877 146 303 0 127047 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 509408

[startup+582.301 s]
/proc/loadavg: 1.00 0.86 0.68 2/107 28782
/proc/meminfo: memFree=1250944/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=541564 CPUtime=582.14
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 135051 0 0 0 57814 400 0 0 25 0 1 0 25501301 554561536 134915 1992294400 134512640 135752675 4286625504 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 135391 134915 146 303 0 135086 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 541564

[startup+642.302 s]
/proc/loadavg: 1.00 0.89 0.70 4/108 28786
/proc/meminfo: memFree=1234444/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=557076 CPUtime=642.14
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 138952 0 0 0 63775 439 0 0 25 0 1 0 25501301 570445824 138816 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 139269 138816 146 303 0 138964 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 557076

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 0.94 0.76 2/107 28793
/proc/meminfo: memFree=1086768/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=704696 CPUtime=882.06
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 175811 0 0 0 87621 585 0 0 25 0 1 0 25501301 721608704 175675 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 176174 175675 146 303 0 175869 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 704696

[startup+942.301 s]
/proc/loadavg: 1.00 0.95 0.77 2/107 28794
/proc/meminfo: memFree=1046716/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=745244 CPUtime=942.05
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 185953 0 0 0 93579 626 0 0 25 0 1 0 25501301 763129856 185817 1992294400 134512640 135752675 4286625504 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 186311 185817 146 303 0 186006 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 745244

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.78 2/107 28795
/proc/meminfo: memFree=1011252/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=780148 CPUtime=1002.03
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 194681 0 0 0 99539 664 0 0 25 0 1 0 25501301 798871552 194545 1992294400 134512640 135752675 4286625504 18446744073709551615 134611628 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 195037 194545 146 303 0 194732 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 780148

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.79 2/107 28797
/proc/meminfo: memFree=977152/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=814628 CPUtime=1062.02
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 203295 0 0 0 105500 702 0 0 25 0 1 0 25501301 834179072 203159 1992294400 134512640 135752675 4286625504 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 203657 203159 146 303 0 203352 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 814628

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/107 28799
/proc/meminfo: memFree=942432/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=848988 CPUtime=1122
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 211883 0 0 0 111468 732 0 0 25 0 1 0 25501301 869363712 211747 1992294400 134512640 135752675 4286625504 18446744073709551615 134517424 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 212247 211747 146 303 0 211942 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 848988

[startup+1182.3 s]
/proc/loadavg: 1.03 0.98 0.82 2/107 28801
/proc/meminfo: memFree=900892/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=891040 CPUtime=1181.98
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 222362 0 0 0 117426 772 0 0 25 0 1 0 25501301 912424960 222226 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 222760 222226 146 303 0 222455 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 891040

[startup+1242.3 s]
/proc/loadavg: 1.01 0.98 0.83 2/107 28802
/proc/meminfo: memFree=860220/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=931372 CPUtime=1241.97
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 232419 0 0 0 123385 812 0 0 25 0 1 0 25501301 953724928 232283 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 232843 232283 146 303 0 232538 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 931372

[startup+1302.3 s]
/proc/loadavg: 1.00 0.98 0.83 2/107 28803
/proc/meminfo: memFree=818804/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=972236 CPUtime=1301.96
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 242624 0 0 0 129345 851 0 0 25 0 1 0 25501301 995569664 242488 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 243059 242488 146 303 0 242754 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 972236

[startup+1362.3 s]
/proc/loadavg: 1.00 0.98 0.84 2/107 28805
/proc/meminfo: memFree=780116/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1011332 CPUtime=1361.93
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 252391 0 0 0 135307 886 0 0 25 0 1 0 25501301 1035603968 252255 1992294400 134512640 135752675 4286625504 18446744073709551615 134516986 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 252833 252255 146 303 0 252528 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1011332

[startup+1422.31 s]
/proc/loadavg: 1.00 0.98 0.84 2/107 28807
/proc/meminfo: memFree=744156/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1046864 CPUtime=1421.93
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 261253 0 0 0 141274 919 0 0 25 0 1 0 25501301 1071988736 261117 1992294400 134512640 135752675 4286625504 18446744073709551615 134611759 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 261716 261117 146 303 0 261411 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 1046864

[startup+1482.3 s]
/proc/loadavg: 1.00 0.98 0.85 2/107 28809
/proc/meminfo: memFree=705840/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1085748 CPUtime=1481.91
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 270982 0 0 0 147240 951 0 0 25 0 1 0 25501301 1111805952 270846 1992294400 134512640 135752675 4286625504 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 271437 270846 146 303 0 271132 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1085748

[startup+1542.3 s]
/proc/loadavg: 1.00 0.98 0.86 2/107 28810
/proc/meminfo: memFree=666284/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1124668 CPUtime=1541.89
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 280701 0 0 0 153202 987 0 0 25 0 1 0 25501301 1151660032 280565 1992294400 134512640 135752675 4286625504 18446744073709551615 134612140 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 281167 280565 146 303 0 280862 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1124668

[startup+1602.3 s]
/proc/loadavg: 1.00 0.98 0.86 2/107 28811
/proc/meminfo: memFree=627720/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1163740 CPUtime=1601.87
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 290481 0 0 0 159169 1018 0 0 25 0 1 0 25501301 1191669760 290345 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 290935 290345 146 303 0 290630 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1163740

[startup+1662.3 s]
/proc/loadavg: 1.00 0.98 0.87 2/107 28813
/proc/meminfo: memFree=554932/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1236128 CPUtime=1661.85
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 308538 0 0 0 165121 1064 0 0 25 0 1 0 25501301 1265795072 308402 1992294400 134512640 135752675 4286625504 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 309032 308402 146 303 0 308727 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1236128

[startup+1722.3 s]
/proc/loadavg: 1.00 0.98 0.87 2/107 28815
/proc/meminfo: memFree=494420/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1296956 CPUtime=1721.84
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 323733 0 0 0 171078 1106 0 0 25 0 1 0 25501301 1328082944 323597 1992294400 134512640 135752675 4286625504 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 324239 323597 146 303 0 323934 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1296956

[startup+1782.3 s]
/proc/loadavg: 1.00 0.98 0.88 2/107 28817
/proc/meminfo: memFree=440604/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1350404 CPUtime=1781.82
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 337031 0 0 0 177042 1140 0 0 25 0 1 0 25501301 1382813696 336895 1992294400 134512640 135752675 4286625504 18446744073709551615 134605373 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 337601 336895 146 303 0 337296 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1350404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 0.98 0.88 2/107 28817
/proc/meminfo: memFree=419152/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=1371572 CPUtime=1800.03
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4202496 342335 0 0 0 178849 1154 0 0 25 0 1 0 25501301 1404489728 342199 1992294400 134512640 135752675 4286625504 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/28765/statm: 342893 342199 146 303 0 342588 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1371572

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 0.98 0.88 2/108 28818
/proc/meminfo: memFree=1480832/2059040 swapFree=4139776/4192956
[pid=28765] ppid=28763 vsize=0 CPUtime=1800.14
/proc/28765/stat : 28765 (wbo1.4b) R 28763 28765 28730 0 -1 4203524 342335 0 0 0 178849 1165 0 0 25 0 1 0 25501301 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/28765/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.64
CPU time (s): 1800.17
CPU user time (s): 1788.5
CPU system time (s): 11.6712
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1371572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.5
system time used= 11.6712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342335
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= 5
involuntary context switches= 21444

runsolver used 3.2575 second user time and 8.22875 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-08 09:08:23
IDJOB=2702621
IDBENCH=48245
IDSOLVER=1190
FILE ID=node035/2702621-1278572903
PBS_JOBID= 11240089
Free space on /tmp= 62496 MiB

SOLVER NAME= wbo 1.4b (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_3.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2702621-1278572903/watcher-2702621-1278572903 -o /tmp/evaluation-result-2702621-1278572903/solver-2702621-1278572903 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702621-1278572903.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=1710813928

node035.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1792492 kB
Buffers:         21896 kB
Cached:         146832 kB
SwapCached:       8012 kB
Active:          87052 kB
Inactive:        96480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1792492 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:            2636 kB
Writeback:           0 kB
AnonPages:       12088 kB
Mapped:          12052 kB
Slab:            60896 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2702621-1278572903.opb

Free space on /tmp at the end= 62492 MiB
End job on node035 at 2010-07-08 09:38:26