Trace number 2699924

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 NameAnswerCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1801.03 1800.98

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_60_ext.wbo
MD5SUMf939eb835e2b068b963e7deaef5cf006
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2699924-1278533856.wbo>
0.00/0.01	c original problem has 1100 variables (700 bin, 0 int, 0 impl, 400 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  700 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 0 impl, 400 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 400
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |3240k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |     0 |     - |3447k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    69 |     - |3491k|   0 |   0 | 950 | 800 | 950 |  71 |  71 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   156 |     - |3513k|   0 |  33 | 950 | 800 | 950 |  90 |  90 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   170 |     - |3538k|   0 |  12 | 950 | 800 | 950 | 101 | 101 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   185 |     - |3565k|   0 |  59 | 950 | 800 | 950 | 115 | 115 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   205 |     - |3625k|   0 |  47 | 950 | 800 | 950 | 130 | 130 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   227 |     - |3683k|   0 |  67 | 950 | 800 | 950 | 147 | 147 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.04/0.07	c   0.1s|     1 |     2 |   333 |     - |3714k|   0 |  67 | 950 | 800 | 950 | 147 | 147 |   0 |  33 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.49/0.53	o 1
0.49/0.53	c * 0.5s|   456 |    51 |   798 |   1.3 |4831k| 449 |   - | 950 | 818 | 950 | 254 | 281 |  18 | 468 | 0.000000e+00 | 1.000000e+00 |    Inf 
18.99/19.06	c  18.6s| 10000 |  5479 |103894 |  10.4 |  14M| 449 |  17 | 950 |5187 | 950 | 259 |  31k|  15k|2456 | 0.000000e+00 | 1.000000e+00 |    Inf 
37.19/37.27	c  36.4s| 20000 |  9464 |201022 |  10.0 |  25M| 449 |  32 | 950 |  11k| 950 | 292 |  60k|  36k|3338 | 0.000000e+00 | 1.000000e+00 |    Inf 
56.79/56.89	c  55.5s| 30000 | 14149 |305590 |  10.2 |  35M| 449 |  18 | 950 |  15k| 950 | 269 |  92k|  51k|4254 | 0.000000e+00 | 1.000000e+00 |    Inf 
75.19/75.22	c  73.4s| 40000 | 19173 |397117 |   9.9 |  44M| 449 |   3 | 950 |  17k| 950 | 254 | 122k|  66k|4873 | 0.000000e+00 | 1.000000e+00 |    Inf 
96.59/96.60	c  94.3s| 50000 | 23121 |504836 |  10.1 |  53M| 449 |   - | 950 |  20k|   0 |   0 | 155k|  83k|5470 | 0.000000e+00 | 1.000000e+00 |    Inf 
117.09/117.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.09/117.18	c   114s| 60000 | 27158 |613291 |  10.2 |  61M| 449 |   8 | 950 |  20k| 950 | 259 | 186k|  96k|5974 | 0.000000e+00 | 1.000000e+00 |    Inf 
137.50/137.51	c   134s| 70000 | 29651 |713982 |  10.2 |  66M| 449 |   3 | 950 |  17k| 950 | 271 | 217k| 106k|6459 | 0.000000e+00 | 1.000000e+00 |    Inf 
156.40/156.45	c   153s| 80000 | 33394 |813148 |  10.2 |  73M| 449 |  32 | 950 |  17k| 950 | 263 | 246k| 118k|6811 | 0.000000e+00 | 1.000000e+00 |    Inf 
175.29/175.32	c   171s| 90000 | 36420 |908235 |  10.1 |  79M| 449 |   - | 950 |  17k|   0 |   0 | 274k| 129k|7220 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.40/194.41	c   190s|100000 | 40863 |  1012k|  10.1 |  87M| 449 |  35 | 950 |  18k| 950 | 227 | 304k| 137k|7591 | 0.000000e+00 | 1.000000e+00 |    Inf 
213.40/213.44	c   209s|110000 | 45824 |  1113k|  10.1 |  97M| 449 |  51 | 950 |  21k| 950 | 260 | 334k| 143k|7930 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.70/233.70	c   228s|120000 | 50183 |  1218k|  10.2 | 107M| 449 |  38 | 950 |  24k| 950 | 230 | 366k| 149k|8207 | 0.000000e+00 | 1.000000e+00 |    Inf 
253.89/253.91	c   248s|130000 | 53492 |  1320k|  10.2 | 115M| 449 |   8 | 950 |  26k| 950 | 262 | 396k| 156k|8504 | 0.000000e+00 | 1.000000e+00 |    Inf 
274.70/274.70	c   269s|140000 | 57129 |  1425k|  10.2 | 123M| 449 |   7 | 950 |  26k| 950 | 253 | 427k| 162k|8817 | 0.000000e+00 | 1.000000e+00 |    Inf 
294.70/294.76	c   288s|150000 | 61242 |  1530k|  10.2 | 131M| 449 |   - | 950 |  28k|   0 |   0 | 457k| 168k|9087 | 0.000000e+00 | 1.000000e+00 |    Inf 
315.10/315.16	c   308s|160000 | 65441 |  1635k|  10.2 | 140M| 449 |  15 | 950 |  30k| 950 | 224 | 487k| 174k|9334 | 0.000000e+00 | 1.000000e+00 |    Inf 
338.60/338.63	c   331s|170000 | 67525 |  1746k|  10.3 | 145M| 449 |   7 | 950 |  26k| 950 | 264 | 521k| 181k|9654 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.29/360.31	c   352s|180000 | 70986 |  1855k|  10.3 | 153M| 449 |   3 | 950 |  26k| 950 | 237 | 554k| 186k|9879 | 0.000000e+00 | 1.000000e+00 |    Inf 
382.30/382.36	c   374s|190000 | 74267 |  1962k|  10.3 | 161M| 449 |  16 | 950 |  29k| 950 | 273 | 587k| 192k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
404.90/404.99	c   396s|200000 | 77662 |  2075k|  10.4 | 169M| 449 |   7 | 950 |  30k| 950 | 225 | 620k| 198k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
427.20/427.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.20/427.28	c   418s|210000 | 81106 |  2188k|  10.4 | 176M| 449 |  16 | 950 |  27k| 950 | 260 | 654k| 204k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
449.30/449.32	c   440s|220000 | 85006 |  2302k|  10.5 | 183M| 449 |   3 | 950 |  25k| 950 | 236 | 688k| 210k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
471.00/471.09	c   461s|230000 | 90371 |  2415k|  10.5 | 190M| 449 |  33 | 950 |  18k| 950 | 254 | 723k| 219k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
491.20/491.30	c   481s|240000 | 95241 |  2522k|  10.5 | 199M| 449 |  32 | 950 |  20k| 950 | 295 | 755k| 228k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
511.10/511.11	c   500s|250000 |100522 |  2627k|  10.5 | 208M| 449 |  34 | 950 |  22k| 950 | 264 | 789k| 235k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
530.81/530.81	c   519s|260000 |105881 |  2736k|  10.5 | 218M| 449 |  12 | 950 |  25k| 950 | 287 | 821k| 242k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
551.40/551.43	c   539s|270000 |111067 |  2845k|  10.5 | 225M| 449 |  28 | 950 |  22k| 950 | 262 | 855k| 249k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
572.21/572.28	c   560s|280000 |115168 |  2954k|  10.6 | 232M| 449 |  28 | 950 |  22k| 950 | 233 | 886k| 260k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
592.51/592.51	c   579s|290000 |119299 |  3056k|  10.5 | 239M| 449 |   - | 950 |  21k|   0 |   0 | 918k| 270k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
614.20/614.20	c   601s|300000 |122882 |  3166k|  10.6 | 248M| 449 |   8 | 950 |  23k| 950 | 244 | 952k| 279k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
637.20/637.26	c   623s|310000 |126103 |  3277k|  10.6 | 255M| 449 |   3 | 950 |  24k| 950 | 240 | 986k| 287k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
661.30/661.33	c   647s|320000 |129850 |  3391k|  10.6 | 264M| 449 |   3 | 950 |  28k| 950 | 221 |1022k| 296k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
686.70/686.78	c   672s|330000 |132250 |  3502k|  10.6 | 272M| 449 |   3 | 950 |  30k| 950 | 241 |1056k| 306k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
708.80/708.84	c   693s|340000 |136078 |  3603k|  10.6 | 279M| 449 |   8 | 950 |  29k| 950 | 248 |1088k| 317k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
729.50/729.55	c   714s|350000 |141260 |  3705k|  10.6 | 286M| 449 |   3 | 950 |  24k| 950 | 246 |1118k| 334k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
750.80/750.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
750.80/750.84	c   735s|360000 |146745 |  3814k|  10.6 | 296M| 449 |   7 | 950 |  28k| 950 | 230 |1149k| 346k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
772.90/772.96	c   756s|370000 |152272 |  3925k|  10.6 | 307M| 449 |   3 | 950 |  33k| 950 | 285 |1180k| 359k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
796.11/796.18	c   779s|380000 |157648 |  4040k|  10.6 | 316M| 449 |   3 | 950 |  35k| 950 | 230 |1211k| 370k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
819.01/819.02	c   801s|390000 |163021 |  4152k|  10.6 | 323M| 449 |   7 | 950 |  33k| 950 | 251 |1243k| 380k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
840.01/840.03	c   822s|400000 |168766 |  4252k|  10.6 | 330M| 449 |   3 | 950 |  31k| 950 | 248 |1273k| 390k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
863.11/863.11	c   845s|410000 |172753 |  4351k|  10.6 | 339M| 449 |   3 | 950 |  33k| 950 | 248 |1303k| 403k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
887.01/887.07	c   868s|420000 |177126 |  4464k|  10.6 | 348M| 449 |  30 | 950 |  35k| 950 | 255 |1336k| 415k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
911.01/911.09	c   892s|430000 |182275 |  4579k|  10.6 | 357M| 449 |   9 | 950 |  40k| 950 | 246 |1369k| 425k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
935.71/935.75	c   916s|440000 |187237 |  4693k|  10.7 | 365M| 449 |   7 | 950 |  40k| 950 | 251 |1402k| 434k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
959.22/959.25	c   939s|450000 |192223 |  4801k|  10.7 | 373M| 449 |   3 | 950 |  41k| 950 | 262 |1433k| 445k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
983.92/983.92	c   963s|460000 |197585 |  4910k|  10.7 | 383M| 449 |   3 | 950 |  46k| 950 | 256 |1466k| 455k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1009.41/1009.46	c   988s|470000 |202540 |  5024k|  10.7 | 393M| 449 |  29 | 950 |  49k| 950 | 246 |1498k| 466k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1035.61/1035.61	c  1014s|480000 |207320 |  5139k|  10.7 | 402M| 449 |  25 | 950 |  51k| 950 | 290 |1529k| 477k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1061.82/1061.82	c  1040s|490000 |212192 |  5247k|  10.7 | 411M| 449 |   9 | 950 |  54k| 950 | 235 |1562k| 485k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1089.32/1089.32	c  1067s|500000 |216482 |  5350k|  10.7 | 420M| 449 |  38 | 950 |  57k| 950 | 272 |1592k| 495k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1118.62/1118.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.62/1118.63	c  1096s|510000 |220006 |  5461k|  10.7 | 427M| 449 |  32 | 950 |  51k| 950 | 253 |1622k| 506k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
1147.33/1147.40	c  1124s|520000 |222947 |  5564k|  10.7 | 435M| 449 |  42 | 950 |  51k| 950 | 259 |1651k| 517k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1174.92/1174.93	c  1151s|530000 |226397 |  5675k|  10.7 | 443M| 449 |   7 | 950 |  49k| 950 | 275 |1682k| 531k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1203.12/1203.17	c  1179s|540000 |229590 |  5776k|  10.7 | 449M| 449 |   3 | 950 |  44k| 950 | 260 |1710k| 544k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1228.32/1228.37	c  1204s|550000 |233291 |  5883k|  10.7 | 458M| 449 |  41 | 950 |  47k| 950 | 266 |1738k| 558k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1254.72/1254.75	c  1229s|560000 |236346 |  5987k|  10.7 | 467M| 449 |  31 | 950 |  51k| 950 | 262 |1765k| 572k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1282.12/1282.11	c  1256s|570000 |239484 |  6089k|  10.7 | 476M| 449 |  40 | 950 |  53k| 950 | 257 |1793k| 587k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1309.11/1309.19	c  1283s|580000 |243139 |  6192k|  10.7 | 484M| 449 |   7 | 950 |  55k| 950 | 230 |1822k| 601k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1336.22/1336.26	c  1310s|590000 |247629 |  6295k|  10.7 | 492M| 449 |  51 | 950 |  53k| 950 | 289 |1853k| 613k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1365.03/1365.05	c  1338s|600000 |250909 |  6402k|  10.7 | 499M| 449 |   7 | 950 |  51k| 950 | 274 |1884k| 626k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1391.92/1391.91	c  1364s|610000 |254381 |  6509k|  10.7 | 507M| 449 |   7 | 950 |  50k| 950 | 275 |1915k| 638k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1418.12/1418.14	c  1390s|620000 |257274 |  6616k|  10.7 | 516M| 449 |   3 | 950 |  54k| 950 | 234 |1944k| 651k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1445.82/1445.89	c  1417s|630000 |260492 |  6720k|  10.7 | 525M| 449 |   - | 950 |  55k|   0 |   0 |1974k| 665k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1472.83/1472.82	c  1444s|640000 |264392 |  6828k|  10.7 | 530M| 449 |   3 | 950 |  48k| 950 | 269 |2006k| 677k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1498.23/1498.22	c  1469s|650000 |267816 |  6934k|  10.7 | 536M| 449 |   - | 950 |  43k|   0 |   0 |2035k| 690k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1523.12/1523.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1523.12/1523.14	c  1493s|660000 |271949 |  7041k|  10.7 | 545M| 449 |  37 | 950 |  44k| 950 | 284 |2066k| 703k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1547.63/1547.60	c  1517s|670000 |275736 |  7148k|  10.7 | 557M| 449 |   - | 950 |  52k|   0 |   0 |2096k| 716k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1575.03/1575.07	c  1544s|680000 |279157 |  7256k|  10.7 | 565M| 449 |   - | 950 |  53k|   0 |   0 |2126k| 728k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1602.43/1602.43	c  1571s|690000 |282962 |  7356k|  10.7 | 569M| 449 |  17 | 950 |  43k| 950 | 273 |2155k| 742k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1627.23/1627.25	c  1596s|700000 |286874 |  7467k|  10.7 | 578M| 449 |   8 | 950 |  45k| 950 | 268 |2185k| 754k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1653.83/1653.89	c  1622s|710000 |289989 |  7569k|  10.7 | 589M| 449 |  15 | 950 |  51k| 950 | 250 |2215k| 768k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1681.73/1681.76	c  1649s|720000 |293282 |  7674k|  10.7 | 595M| 449 |   7 | 950 |  48k| 950 | 282 |2245k| 781k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1708.13/1708.17	c  1675s|730000 |296769 |  7777k|  10.7 | 601M| 449 |   - | 950 |  44k|   0 |   0 |2276k| 795k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1733.73/1733.79	c  1700s|740000 |299997 |  7875k|  10.6 | 612M| 449 |   6 | 950 |  49k| 950 | 275 |2305k| 807k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1761.04/1761.07	c  1727s|750000 |302564 |  7977k|  10.6 | 621M| 449 |  15 | 950 |  55k| 950 | 272 |2333k| 821k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1788.83/1788.82	c  1754s|760000 |306055 |  8080k|  10.6 | 630M| 449 |   8 | 950 |  56k| 950 | 273 |2363k| 834k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1765.34
1800.04/1800.00	c Solving Nodes      : 764083
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (60 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x300 -x299 -x298 x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 x283 x282 -x281 -x280 x279 -x278 
1800.04/1800.00	v x277 x276 -x275 x274 -x273 -x272 x271 x270 -x269 -x268 x267 -x266 x265 -x264 x263 x262 -x261 -x260 x259 x258 -x257 -x256 x255 
1800.04/1800.00	v x254 -x253 x252 -x251 x250 -x249 x248 -x247 x246 -x245 -x244 x243 x242 -x241 -x240 x239 x238 -x237 -x236 x235 x234 -x233 -x232 
1800.04/1800.00	v x231 x230 -x229 x228 -x227 x226 -x225 -x224 x223 x222 -x221 -x220 x219 -x218 x217 x216 -x215 x214 -x213 -x212 x211 -x210 x209 
1800.04/1800.00	v -x208 x207 x206 -x205 -x204 x203 x202 -x201 -x200 x199 x198 -x197 -x196 x195 -x194 x193 -x192 x191 x190 -x189 -x188 x187 
1800.04/1800.00	v -x186 x185 x184 -x183 -x182 x181 -x180 x179 x178 -x177 -x176 x175 -x174 x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 -x164 
1800.04/1800.00	v x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 -x154 x153 x152 -x151 x150 -x149 x148 -x147 -x146 x145 -x144 x143 -x142 x141 
1800.04/1800.00	v -x140 x139 x138 -x137 -x136 x135 x134 -x133 -x132 x131 -x130 x129 -x128 x127 x126 -x125 x124 -x123 -x122 x121 -x120 x119 -x118 
1800.04/1800.00	v x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 x100 -x99 x98 -x97 x96 -x95 
1800.04/1800.00	v -x94 x93 x92 -x91 -x90 x89 x88 -x87 x86 -x85 x84 -x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 x70 -x69 x68 -x67 
1800.04/1800.00	v -x66 x65 -x64 x63 -x62 x61 -x60 x59 x58 -x57 x56 -x55 -x54 x53 x52 -x51 x50 -x49 -x48 x47 -x46 x45 -x44 x43 -x42 x41 x40 -x39 
1800.04/1800.00	v x38 -x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 x28 -x27 x26 -x25 x24 -x23 x22 -x21 -x20 x19 -x18 x17 x16 -x15 x14 -x13 -x12 
1800.04/1800.00	v x11 -x10 x9 -x8 x7 -x6 x5 x4 -x3 x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1765.34
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2699924-1278533856.wbo
1800.04/1800.00	c   Variables        : 1100 (700 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.04/1800.00	c   Constraints      : 951 initial, 951 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2699924-1278533856.wbo
1800.04/1800.00	c   Variables        : 950 (550 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.04/1800.00	c   Constraints      : 800 initial, 58629 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0        150          0        400          0        151          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -        400          -          -        800          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0    2975118          0          0        728          0          0    1258254
1800.04/1800.00	c   indicator        :        400          0        762        516          0          0        805          0          0          0
1800.04/1800.00	c   linear           :        400          6    4387933    2345726          0     190964    8643686    2375283          0          0
1800.04/1800.00	c   logicor          :          0+         0    2583729          0          0      62019    1827790          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0        403          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :      17.99       0.00       0.00      17.99       0.00
1800.04/1800.00	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :     106.98       0.00      83.96      23.02       0.00
1800.04/1800.00	c   logicor          :     250.73       0.00     250.73       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       1.05          2          0          0
1800.04/1800.00	c   rootredcost      :       0.88          1          0        400
1800.04/1800.00	c   pseudoobj        :      33.53    4387734          0          0
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      19.78     252983     249384    2878754       44.0      10872       14.8          -
1800.04/1800.00	c   infeasible LP    :       0.00          2          2         12       30.4          4       13.8          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     839076       39.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -        124       57.6          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          3          -          -         19          -    (maximal pool size: 103)
1800.04/1800.00	c   redcost          :      26.30    2307692          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          4          0          0        151          0
1800.04/1800.00	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.00	c   cmir             :       0.01          4          0          0          1          0
1800.04/1800.00	c   flowcover        :       0.01          4          0          0          2          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      16.53     629391          0        728          0          0    1258254
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.01        402          0          0          0          0        804
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          1
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.01          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.24          2          0
1800.04/1800.00	c   intshifting      :       0.00          1          0
1800.04/1800.00	c   crossover        :       0.28          1          0
1800.04/1800.00	c   trivial          :       0.00          2          1
1800.04/1800.00	c   simplerounding   :       1.89     629395          0
1800.04/1800.00	c   zirounding       :       0.18       1000          0
1800.04/1800.00	c   rounding         :       1.80      11191          0
1800.04/1800.00	c   shifting         :       0.34       3095          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.26          0          0
1800.04/1800.00	c   trysol           :       0.89         60         58
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     785.74    2974641    8123736       2.73   10338.96
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          2        177      88.50          -
1800.04/1800.00	c   strong branching :      11.47      18669     125915       6.74   10977.77
1800.04/1800.00	c     (at root node) :          -         33        136       4.12          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     764083
1800.04/1800.00	c   nodes (total)    :     764083
1800.04/1800.00	c   nodes left       :     307571
1800.04/1800.00	c   max depth        :        449
1800.04/1800.00	c   max depth (total):        449
1800.04/1800.00	c   backtracks       :     123617 (16.2%)
1800.04/1800.00	c   delayed cutoffs  :     187005
1800.04/1800.00	c   repropagations   :     247173 (4260208 domain reductions, 118432 cutoffs)
1800.04/1800.00	c   avg switch length:       4.08
1800.04/1800.00	c   switching time   :     191.72
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         60 (2 improvements)
1800.04/1800.00	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 456 nodes, 0.50 seconds, depth 448, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        227
1800.93/1800.98	c Time complete: 1801.01.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699924-1278533856/watcher-2699924-1278533856 -o /tmp/evaluation-result-2699924-1278533856/solver-2699924-1278533856 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2699924-1278533856.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.32 0.11 0.04 4/178 20192
/proc/meminfo: memFree=28534844/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=9436 CPUtime=0
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 1652 0 0 0 0 0 0 0 23 0 1 0 21599929 9662464 1571 4089446400 4194304 8223781 140736559355216 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20192/statm: 2359 1572 369 984 0 1372 0

[startup+0.0601331 s]
/proc/loadavg: 0.32 0.11 0.04 4/178 20192
/proc/meminfo: memFree=28534844/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=26132 CPUtime=0.04
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 6265 0 0 0 4 0 0 0 23 0 1 0 21599929 26759168 5293 4089446400 4194304 8223781 140736559355216 18446744073709551615 4450820 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 6533 5294 566 984 0 5546 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26132

[startup+0.101124 s]
/proc/loadavg: 0.32 0.11 0.04 4/178 20192
/proc/meminfo: memFree=28534844/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=17724 CPUtime=0.09
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 7053 0 0 0 8 1 0 0 23 0 1 0 21599929 18149376 3561 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 4431 3561 577 984 0 3444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17724

[startup+0.301089 s]
/proc/loadavg: 0.32 0.11 0.04 4/178 20192
/proc/meminfo: memFree=28534844/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=18308 CPUtime=0.29
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 9763 0 0 0 27 2 0 0 23 0 1 0 21599929 18747392 3713 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 4577 3713 580 984 0 3590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18308

[startup+0.701028 s]
/proc/loadavg: 0.32 0.11 0.04 4/178 20192
/proc/meminfo: memFree=28534844/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=19768 CPUtime=0.69
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 10088 0 0 0 67 2 0 0 25 0 1 0 21599929 20242432 4038 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 4942 4038 585 984 0 3955 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19768

[startup+1.50088 s]
/proc/loadavg: 0.32 0.11 0.04 3/179 20193
/proc/meminfo: memFree=28520004/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=20328 CPUtime=1.49
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 11043 0 0 0 144 5 0 0 25 0 1 0 21599929 20815872 4187 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 5082 4187 585 984 0 4095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20328

[startup+3.10059 s]
/proc/loadavg: 0.32 0.11 0.04 3/179 20193
/proc/meminfo: memFree=28516408/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=22812 CPUtime=3.09
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 12485 0 0 0 300 9 0 0 25 0 1 0 21599929 23359488 4817 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 5703 4817 585 984 0 4716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22812

[startup+6.30103 s]
/proc/loadavg: 0.46 0.14 0.05 3/179 20193
/proc/meminfo: memFree=28508856/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=27304 CPUtime=6.29
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 14350 0 0 0 611 18 0 0 25 0 1 0 21599929 27959296 5898 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 6826 5898 585 984 0 5839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27304

[startup+12.7009 s]
/proc/loadavg: 0.58 0.17 0.06 3/179 20193
/proc/meminfo: memFree=28497940/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=30904 CPUtime=12.69
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 16025 0 0 0 1236 33 0 0 25 0 1 0 21599929 31645696 6785 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 7726 6785 585 984 0 6739 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30904

[startup+25.5006 s]
/proc/loadavg: 0.89 0.26 0.09 3/179 20194
/proc/meminfo: memFree=28478968/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=36812 CPUtime=25.49
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 19087 0 0 0 2485 64 0 0 25 0 1 0 21599929 37695488 8295 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 9203 8295 585 984 0 8216 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36812

[startup+51.1011 s]
/proc/loadavg: 1.27 0.40 0.14 3/179 20194
/proc/meminfo: memFree=28433244/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=59348 CPUtime=51.09
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 25377 0 0 0 4987 122 0 0 25 0 1 0 21599929 60772352 13822 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 14837 13822 585 984 0 13850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59348

[startup+102.306 s]
/proc/loadavg: 1.68 0.65 0.23 3/179 20199
/proc/meminfo: memFree=28353160/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=87868 CPUtime=102.29
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 33038 0 0 0 9991 238 0 0 25 0 1 0 21599929 89976832 20737 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 21967 20737 585 984 0 20980 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 87868

[startup+162.3 s]
/proc/loadavg: 1.88 0.89 0.34 3/179 20200
/proc/meminfo: memFree=28271272/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=114612 CPUtime=162.29
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 39681 0 0 0 15860 369 0 0 25 0 1 0 21599929 117362688 27375 4089446400 4194304 8223781 140736559355216 18446744073709551615 6448634 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 28653 27375 585 984 0 27666 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114612

[startup+222.301 s]
/proc/loadavg: 1.95 1.09 0.44 3/179 20202
/proc/meminfo: memFree=28188896/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=141428 CPUtime=222.29
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 47158 0 0 0 21728 501 0 0 25 0 1 0 21599929 144822272 34086 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 35357 34086 585 984 0 34370 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141428

[startup+282.301 s]
/proc/loadavg: 1.98 1.25 0.54 3/179 20203
/proc/meminfo: memFree=28101676/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=174972 CPUtime=282.3
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 55204 0 0 0 27600 630 0 0 25 0 1 0 21599929 179171328 42130 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 43743 42130 586 984 0 42756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 174972

[startup+342.3 s]
/proc/loadavg: 2.04 1.40 0.63 3/179 20205
/proc/meminfo: memFree=28023008/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=201512 CPUtime=342.3
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 61267 0 0 0 33472 758 0 0 25 0 1 0 21599929 206348288 48190 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 50378 48190 586 984 0 49391 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 201512

[startup+402.301 s]
/proc/loadavg: 2.01 1.51 0.71 3/179 20207
/proc/meminfo: memFree=27946308/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=223736 CPUtime=402.3
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 66827 0 0 0 39346 884 0 0 25 0 1 0 21599929 229105664 53750 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 55934 53750 586 984 0 54947 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 223736

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 20208
/proc/meminfo: memFree=27862448/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=250540 CPUtime=462.3
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 74324 0 0 0 45218 1012 0 0 25 0 1 0 21599929 256552960 60492 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 62635 60492 586 984 0 61648 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250540

[startup+522.301 s]
/proc/loadavg: 2.00 1.67 0.86 3/179 20237
/proc/meminfo: memFree=28207616/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=276484 CPUtime=522.31
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 80884 0 0 0 51083 1148 0 0 25 0 1 0 21599929 283119616 67052 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 69121 67052 586 984 0 68134 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 276484

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.93 3/179 20238
/proc/meminfo: memFree=28074548/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=302524 CPUtime=582.3
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 87526 0 0 0 56952 1278 0 0 25 0 1 0 21599929 309784576 73694 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 75631 73694 586 984 0 74644 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 302524

[startup+642.3 s]
/proc/loadavg: 2.00 1.77 1.00 3/179 20240
/proc/meminfo: memFree=28007028/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=328276 CPUtime=642.31
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 94006 0 0 0 62824 1407 0 0 25 0 1 0 21599929 336154624 80174 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 82069 80174 586 984 0 81082 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 328276

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.01 1.94 1.31 3/179 20250
/proc/meminfo: memFree=27735388/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=462240 CPUtime=1002.31
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 126699 0 0 0 98124 2107 0 0 25 0 1 0 21599929 473333760 112123 4089446400 4194304 8223781 140736559355216 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 115560 112123 586 984 0 114573 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 462240

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.35 3/179 20251
/proc/meminfo: memFree=27668244/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=486516 CPUtime=1062.31
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 132911 0 0 0 104021 2210 0 0 25 0 1 0 21599929 498192384 118335 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 121629 118335 586 984 0 120642 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 486516

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 20253
/proc/meminfo: memFree=27563776/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=515588 CPUtime=1122.31
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 139868 0 0 0 109924 2307 0 0 25 0 1 0 21599929 527962112 125292 4089446400 4194304 8223781 140736559355216 18446744073709551615 4210373 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/20192/statm: 128897 125292 586 984 0 127910 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 515588

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.43 3/179 20254
/proc/meminfo: memFree=27474680/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=532892 CPUtime=1182.32
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 144035 0 0 0 115825 2407 0 0 25 0 1 0 21599929 545681408 129459 4089446400 4194304 8223781 140736559355216 18446744073709551615 5004477 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 133223 129459 586 984 0 132236 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 532892

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 20256
/proc/meminfo: memFree=27384104/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=553480 CPUtime=1242.32
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 149233 0 0 0 121724 2508 0 0 25 0 1 0 21599929 566763520 134657 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 138370 134657 586 984 0 137383 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 553480

[startup+1302.3 s]
/proc/loadavg: 2.06 1.98 1.50 3/179 20258
/proc/meminfo: memFree=27352408/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=565772 CPUtime=1302.32
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 152227 0 0 0 127618 2614 0 0 25 0 1 0 21599929 579350528 137651 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 141443 137651 586 984 0 140456 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 565772

[startup+1362.3 s]
/proc/loadavg: 2.02 1.98 1.52 3/179 20259
/proc/meminfo: memFree=27313428/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=586092 CPUtime=1362.32
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 157172 0 0 0 133523 2709 0 0 25 0 1 0 21599929 600158208 142596 4089446400 4194304 8223781 140736559355216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 146523 142596 586 984 0 145536 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 586092

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.55 3/179 20288
/proc/meminfo: memFree=27947796/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=608252 CPUtime=1422.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 162765 0 0 0 139423 2810 0 0 25 0 1 0 21599929 622850048 148189 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 152063 148189 586 984 0 151076 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 608252

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.58 3/179 20289
/proc/meminfo: memFree=27841140/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=624872 CPUtime=1482.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 166893 0 0 0 145324 2909 0 0 25 0 1 0 21599929 639868928 152317 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 156218 152317 586 984 0 155231 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 624872

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 1.61 3/179 20291
/proc/meminfo: memFree=27729960/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=644672 CPUtime=1542.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 171907 0 0 0 151212 3021 0 0 25 0 1 0 21599929 660144128 157331 4089446400 4194304 8223781 140736559355216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 161168 157331 586 984 0 160181 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 644672

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 1.63 3/179 20293
/proc/meminfo: memFree=27654520/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=657884 CPUtime=1602.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 175338 0 0 0 157110 3123 0 0 25 0 1 0 21599929 673673216 160762 4089446400 4194304 8223781 140736559355216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 164471 160762 586 984 0 163484 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 657884

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.65 3/179 20294
/proc/meminfo: memFree=27556104/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=677100 CPUtime=1662.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 180186 0 0 0 163000 3233 0 0 25 0 1 0 21599929 693350400 165610 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 169275 165610 586 984 0 168288 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 677100

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.67 3/179 20296
/proc/meminfo: memFree=27452756/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=695000 CPUtime=1722.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 184697 0 0 0 168891 3342 0 0 25 0 1 0 21599929 711680000 170121 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 173750 170121 586 984 0 172763 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 695000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 20297
/proc/meminfo: memFree=27367268/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=715364 CPUtime=1782.33
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 189759 0 0 0 174793 3440 0 0 25 0 1 0 21599929 732532736 175183 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 178841 175183 586 984 0 177854 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 715364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 20298
/proc/meminfo: memFree=27347416/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=719868 CPUtime=1800.04
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 190905 0 0 0 176534 3470 0 0 25 0 1 0 21599929 737144832 176329 4089446400 4194304 8223781 140736559355216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/20192/statm: 179967 176329 586 984 0 178980 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 719868

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

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.69 3/180 20299
/proc/meminfo: memFree=27354348/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=712484 CPUtime=1800.64
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 190923 0 0 0 176594 3470 0 0 25 0 1 0 21599929 729583616 174459 4089446400 4194304 8223781 140736559355216 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20192/statm: 178121 174459 588 984 0 177134 0
Current children cumulated CPU time (s) 1800.64
Current children cumulated vsize (KiB) 712484

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 1.69 3/180 20299
/proc/meminfo: memFree=27354348/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=702600 CPUtime=1800.83
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 190923 0 0 0 176613 3470 0 0 25 0 1 0 21599929 719462400 171988 4089446400 4194304 8223781 140736559355216 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20192/statm: 175650 171988 588 984 0 174663 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 702600

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/180 20299
/proc/meminfo: memFree=27354348/32951124 swapFree=67111528/67111528
[pid=20192] ppid=20190 vsize=544844 CPUtime=1800.93
/proc/20192/stat : 20192 (pbscip.linux.x8) R 20190 20192 19738 0 -1 4202496 190923 0 0 0 176623 3470 0 0 25 0 1 0 21599929 557920256 132549 4089446400 4194304 8223781 140736559355216 18446744073709551615 4383992 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20192/statm: 136211 132549 588 984 0 135224 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 544844

Child status: 0
Real time (s): 1800.98
CPU time (s): 1801.03
CPU user time (s): 1766.3
CPU system time (s): 34.7297
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 720036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.3
system time used= 34.7297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190927
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= 1
involuntary context switches= 2900

runsolver used 3.12552 second user time and 6.08807 second system time

The end

Launcher Data

Begin job on node101 at 2010-07-07 22:17:36
IDJOB=2699924
IDBENCH=79385
IDSOLVER=1204
FILE ID=node101/2699924-1278533856
PBS_JOBID= 11239275
Free space on /tmp= 73612 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_60_ext.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699924-1278533856/watcher-2699924-1278533856 -o /tmp/evaluation-result-2699924-1278533856/solver-2699924-1278533856 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2699924-1278533856.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f939eb835e2b068b963e7deaef5cf006
RANDOM SEED=865245098

node101.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.801
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.801
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28535372 kB
Buffers:        129396 kB
Cached:        4020084 kB
SwapCached:          0 kB
Active:        1676248 kB
Inactive:      2574756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28535372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9680 kB
Writeback:           0 kB
AnonPages:      101352 kB
Mapped:          16832 kB
Slab:            99336 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   242836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73604 MiB
End job on node101 at 2010-07-07 22:47:38