Trace number 2699925

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1801.09 1801.07

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: Clp 1.11.1] [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-2699925-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.01/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.01/0.03	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.03	c presolving (3 rounds):
0.01/0.03	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.03	c  700 implications, 0 cliques
0.01/0.03	c presolved problem has 950 variables (550 bin, 0 int, 0 impl, 400 cont) and 800 constraints
0.01/0.03	c     400 constraints of type <indicator>
0.01/0.03	c     400 constraints of type <linear>
0.01/0.03	c transformed objective value is always integral (scale: 1)
0.01/0.03	c Presolving Time: 0.01
0.01/0.03	c - non default parameters ----------------------------------------------------------------------
0.01/0.03	c # SCIP version 1.2.1.2
0.01/0.03	c 
0.01/0.03	c # frequency for displaying node information lines
0.01/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.03	c display/freq = 10000
0.01/0.03	c 
0.01/0.03	c # maximal time in seconds to run
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/time = 1800
0.01/0.03	c 
0.01/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.03	c limits/memory = 3420
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify inequalities
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/linear/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # should presolving try to simplify knapsacks
0.01/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.03	c 
0.01/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.03	c separating/rapidlearning/freq = 0
0.01/0.03	c 
0.01/0.03	c -----------------------------------------------------------------------------------------------
0.01/0.03	c start solving
0.01/0.03	c 
0.01/0.03	o 400
0.01/0.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.03	c t 0.0s|     1 |     0 |     0 |     - |3240k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.01/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.01/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.01/0.03	c   0.0s|     1 |     0 |   157 |     - |3513k|   0 |  45 | 950 | 800 | 950 |  90 |  90 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   172 |     - |3541k|   0 |   0 | 950 | 800 | 950 | 105 | 105 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   187 |     - |3548k|   0 |  68 | 950 | 800 | 950 | 120 | 120 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   203 |     - |3620k|   0 |  35 | 950 | 800 | 950 | 135 | 135 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   219 |     - |3686k|   0 |  59 | 950 | 800 | 950 | 152 | 152 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   230 |     - |3757k|   0 |  19 | 950 | 800 | 950 | 171 | 171 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   249 |     - |3805k|   0 |  27 | 950 | 800 | 950 | 179 | 179 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.09	c   0.1s|     1 |     2 |   290 |     - |3836k|   0 |  27 | 950 | 800 | 950 | 179 | 179 |   0 |  27 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.89/0.99	o 1
0.89/0.99	c * 0.9s|   955 |   119 |  1172 |   1.0 |5381k| 448 |   - | 950 | 841 | 950 | 202 | 449 |  42 | 517 | 0.000000e+00 | 1.000000e-00 |    Inf 
25.39/25.48	c  24.0s| 10000 |  6868 |103784 |  10.4 |  15M| 448 |  36 | 950 |4593 | 950 | 293 |  26k|8447 |2114 | 0.000000e+00 | 1.000000e-00 |    Inf 
51.89/51.95	c  49.1s| 20000 | 13798 |216211 |  10.8 |  24M| 448 |   7 | 950 |6640 | 950 | 295 |  53k|  17k|3028 | 0.000000e+00 | 1.000000e-00 |    Inf 
77.89/78.00	c  73.6s| 30000 | 20057 |324819 |  10.8 |  32M| 448 |   - | 950 |8223 |   0 |   0 |  80k|  27k|3667 | 0.000000e+00 | 1.000000e-00 |    Inf 
104.50/104.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.50/104.53	c  98.6s| 40000 | 26516 |434777 |  10.9 |  39M| 448 |  31 | 950 |7877 | 950 | 224 | 107k|  34k|4296 | 0.000000e+00 | 1.000000e-00 |    Inf 
129.70/129.77	c   122s| 50000 | 32448 |536427 |  10.7 |  46M| 448 |  13 | 950 |7592 | 950 | 287 | 133k|  41k|4720 | 0.000000e+00 | 1.000000e-00 |    Inf 
155.59/155.61	c   147s| 60000 | 38779 |643366 |  10.7 |  54M| 448 |  32 | 950 |8656 | 950 | 276 | 160k|  49k|5164 | 0.000000e+00 | 1.000000e-00 |    Inf 
181.59/181.60	c   172s| 70000 | 45293 |748813 |  10.7 |  61M| 448 |  16 | 950 |7384 | 950 | 291 | 189k|  55k|5560 | 0.000000e+00 | 1.000000e-00 |    Inf 
206.99/207.01	c   196s| 80000 | 51529 |851245 |  10.6 |  69M| 448 |   7 | 950 |9059 | 950 | 287 | 216k|  62k|5923 | 0.000000e+00 | 1.000000e-00 |    Inf 
232.99/233.09	c   220s| 90000 | 57748 |955937 |  10.6 |  77M| 448 |   6 | 950 |9968 | 950 | 251 | 243k|  69k|6251 | 0.000000e+00 | 1.000000e-00 |    Inf 
260.20/260.20	c   246s|100000 | 63232 |  1072k|  10.7 |  84M| 448 |  13 | 950 |  10k| 950 | 295 | 270k|  76k|6643 | 0.000000e+00 | 1.000000e-00 |    Inf 
285.69/285.73	c   270s|110000 | 68634 |  1172k|  10.7 |  92M| 448 |   3 | 950 |  11k| 950 | 295 | 296k|  84k|6929 | 0.000000e+00 | 1.000000e-00 |    Inf 
311.99/312.00	c   295s|120000 | 74124 |  1278k|  10.7 |  98M| 448 |   7 | 950 |  11k| 950 | 271 | 324k|  90k|7201 | 0.000000e+00 | 1.000000e-00 |    Inf 
338.59/338.63	c   320s|130000 | 79707 |  1384k|  10.6 | 106M| 448 |   3 | 950 |  11k| 950 | 280 | 351k|  97k|7473 | 0.000000e+00 | 1.000000e-00 |    Inf 
364.69/364.75	c   344s|140000 | 84209 |  1490k|  10.6 | 113M| 448 |  40 | 950 |  12k| 950 | 301 | 376k| 105k|7741 | 0.000000e+00 | 1.000000e-00 |    Inf 
390.99/391.08	c   370s|150000 | 88551 |  1599k|  10.7 | 120M| 448 |   8 | 950 |  13k| 950 | 276 | 401k| 113k|7975 | 0.000000e+00 | 1.000000e-00 |    Inf 
417.20/417.29	c   394s|160000 | 93163 |  1710k|  10.7 | 127M| 448 |  44 | 950 |  13k| 950 | 320 | 425k| 121k|8195 | 0.000000e+00 | 1.000000e-00 |    Inf 
442.39/442.42	c   418s|170000 | 98557 |  1817k|  10.7 | 135M| 448 |  13 | 950 |  15k| 950 | 289 | 450k| 127k|8456 | 0.000000e+00 | 1.000000e-00 |    Inf 
468.89/468.95	c   444s|180000 |103575 |  1924k|  10.7 | 141M| 448 |   7 | 950 |  13k| 950 | 271 | 475k| 134k|8635 | 0.000000e+00 | 1.000000e-00 |    Inf 
495.09/495.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
495.09/495.11	c   469s|190000 |108040 |  2027k|  10.7 | 148M| 448 |   - | 950 |  13k|   0 |   0 | 500k| 142k|8891 | 0.000000e+00 | 1.000000e-00 |    Inf 
520.50/520.53	c   493s|200000 |112514 |  2131k|  10.7 | 155M| 448 |  61 | 950 |  13k| 950 | 315 | 524k| 149k|9071 | 0.000000e+00 | 1.000000e-00 |    Inf 
548.60/548.65	c   520s|210000 |115883 |  2245k|  10.7 | 162M| 448 |   3 | 950 |  14k| 950 | 267 | 550k| 158k|9320 | 0.000000e+00 | 1.000000e-00 |    Inf 
572.69/572.74	c   543s|220000 |121233 |  2345k|  10.7 | 170M| 448 |   7 | 950 |  17k| 950 | 274 | 579k| 165k|9482 | 0.000000e+00 | 1.000000e-00 |    Inf 
595.60/595.61	c   564s|230000 |126234 |  2445k|  10.6 | 177M| 448 |   7 | 950 |  17k| 950 | 270 | 602k| 172k|9692 | 0.000000e+00 | 1.000000e-00 |    Inf 
619.50/619.50	c   587s|240000 |131958 |  2544k|  10.6 | 185M| 448 |   7 | 950 |  18k| 950 | 306 | 628k| 178k|9863 | 0.000000e+00 | 1.000000e-00 |    Inf 
643.30/643.35	c   610s|250000 |137595 |  2646k|  10.6 | 192M| 448 |  15 | 950 |  17k| 950 | 310 | 655k| 183k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
668.99/669.02	c   634s|260000 |143113 |  2756k|  10.6 | 199M| 448 |   7 | 950 |  16k| 950 | 247 | 684k| 189k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
695.11/695.20	c   659s|270000 |148921 |  2862k|  10.6 | 206M| 448 |   - | 950 |  17k|   0 |   0 | 716k| 193k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
721.70/721.71	c   684s|280000 |154590 |  2970k|  10.6 | 213M| 448 |   3 | 950 |  17k| 950 | 268 | 748k| 197k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
747.60/747.63	c   709s|290000 |158815 |  3074k|  10.6 | 219M| 448 |   7 | 950 |  16k| 950 | 295 | 777k| 205k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
772.00/772.05	c   732s|300000 |162103 |  3181k|  10.6 | 224M| 448 |  61 | 950 |  11k| 950 | 315 | 802k| 213k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
796.60/796.69	c   755s|310000 |166836 |  3291k|  10.6 | 230M| 448 |   - | 950 |8926 |   0 |   0 | 829k| 220k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
820.90/820.96	c   778s|320000 |171523 |  3402k|  10.6 | 237M| 448 |   - | 950 |9329 |   0 |   0 | 856k| 226k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
844.81/844.85	c   801s|330000 |176568 |  3506k|  10.6 | 243M| 448 |  11 | 950 |8533 | 950 | 299 | 884k| 232k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
870.11/870.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.11/870.14	c   825s|340000 |182154 |  3618k|  10.6 | 251M| 448 |   7 | 950 |8912 | 950 | 259 | 915k| 237k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
895.40/895.41	c   848s|350000 |187025 |  3729k|  10.7 | 257M| 448 |   3 | 950 |7926 | 950 | 262 | 945k| 244k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
919.30/919.39	c   871s|360000 |191773 |  3836k|  10.7 | 264M| 448 |  13 | 950 |8005 | 950 | 276 | 973k| 250k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
942.01/942.00	c   892s|370000 |196783 |  3936k|  10.6 | 271M| 448 |  16 | 950 |9578 | 950 | 294 | 998k| 256k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
964.61/964.66	c   914s|380000 |203389 |  4042k|  10.6 | 279M| 448 |   3 | 950 |8995 | 950 | 266 |1024k| 260k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
988.30/988.30	c   936s|390000 |209654 |  4153k|  10.6 | 286M| 448 |  11 | 950 |  10k| 950 | 303 |1050k| 264k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1012.51/1012.58	c   959s|400000 |216225 |  4270k|  10.7 | 295M| 448 |   - | 950 |  11k|   0 |   0 |1077k| 268k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1037.10/1037.10	c   983s|410000 |220523 |  4388k|  10.7 | 302M| 448 |   8 | 950 |  13k| 950 | 307 |1101k| 273k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1062.80/1062.87	c  1007s|420000 |225662 |  4502k|  10.7 | 310M| 448 |   3 | 950 |  13k| 950 | 268 |1131k| 278k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1085.30/1085.33	c  1029s|430000 |230082 |  4593k|  10.7 | 315M| 448 |   8 | 950 |  11k| 950 | 317 |1156k| 285k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1109.81/1109.86	c  1052s|440000 |234539 |  4699k|  10.7 | 321M| 448 |   - | 950 |  10k|   0 |   0 |1185k| 290k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1134.01/1134.02	c  1075s|450000 |239163 |  4807k|  10.7 | 328M| 448 |  54 | 950 |9207 | 950 | 313 |1213k| 296k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1157.61/1157.61	c  1097s|460000 |243736 |  4915k|  10.7 | 335M| 448 |   6 | 950 |  10k| 950 | 254 |1239k| 303k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
1181.41/1181.49	c  1120s|470000 |248166 |  5021k|  10.7 | 342M| 448 |   4 | 950 |  10k| 950 | 259 |1266k| 309k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1205.11/1205.14	c  1142s|480000 |252281 |  5127k|  10.7 | 348M| 448 |   7 | 950 |9563 | 950 | 234 |1292k| 316k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1229.41/1229.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1229.41/1229.43	c  1165s|490000 |256722 |  5234k|  10.7 | 354M| 448 |   3 | 950 |9409 | 950 | 246 |1319k| 322k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1253.41/1253.41	c  1188s|500000 |260958 |  5341k|  10.7 | 360M| 448 |   3 | 950 |8426 | 950 | 263 |1346k| 328k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1277.20/1277.29	c  1210s|510000 |264847 |  5443k|  10.7 | 367M| 448 |   7 | 950 |8837 | 950 | 226 |1373k| 335k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1301.80/1301.86	c  1233s|520000 |268728 |  5546k|  10.7 | 373M| 448 |   3 | 950 |8515 | 950 | 260 |1401k| 341k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1326.31/1326.32	c  1256s|530000 |274201 |  5652k|  10.7 | 380M| 448 |   3 | 950 |8465 | 950 | 275 |1429k| 346k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1352.10/1352.13	c  1280s|540000 |279385 |  5772k|  10.7 | 388M| 448 |   3 | 950 |9910 | 950 | 295 |1458k| 350k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1378.00/1378.04	c  1304s|550000 |284263 |  5893k|  10.7 | 395M| 448 |  53 | 950 |  10k| 950 | 295 |1485k| 355k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
1402.01/1402.05	c  1326s|560000 |288586 |  5998k|  10.7 | 402M| 448 |   9 | 950 |  11k| 950 | 277 |1511k| 361k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1427.21/1427.24	c  1349s|570000 |291933 |  6112k|  10.7 | 408M| 448 |   - | 950 |9258 |   0 |   0 |1538k| 368k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1451.10/1451.14	c  1371s|580000 |295550 |  6220k|  10.7 | 414M| 448 |   3 | 950 |9340 | 950 | 263 |1564k| 375k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1476.11/1476.18	c  1395s|590000 |299802 |  6324k|  10.7 | 421M| 448 |   - | 950 |  10k|   0 |   0 |1593k| 381k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1500.01/1500.01	c  1417s|600000 |304036 |  6424k|  10.7 | 427M| 448 |   7 | 950 |9258 | 950 | 275 |1620k| 388k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1524.11/1524.13	c  1439s|610000 |307905 |  6537k|  10.7 | 434M| 448 |  38 | 950 |7718 | 950 | 313 |1645k| 394k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1549.00/1549.09	c  1462s|620000 |311271 |  6651k|  10.7 | 440M| 448 |   3 | 950 |8205 | 950 | 290 |1671k| 401k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1573.71/1573.72	c  1485s|630000 |315712 |  6758k|  10.7 | 447M| 448 |  50 | 950 |8583 | 950 | 317 |1699k| 407k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1599.01/1599.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1599.01/1599.02	c  1508s|640000 |320182 |  6881k|  10.8 | 454M| 448 |  28 | 950 |9977 | 950 | 306 |1726k| 412k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1622.01/1622.07	c  1529s|650000 |324213 |  6985k|  10.7 | 460M| 448 |  13 | 950 |8409 | 950 | 273 |1752k| 419k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1645.21/1645.26	c  1551s|660000 |328421 |  7091k|  10.7 | 466M| 448 |   8 | 950 |6869 | 950 | 293 |1777k| 426k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1669.11/1669.17	c  1573s|670000 |332619 |  7198k|  10.7 | 473M| 448 |   3 | 950 |7978 | 950 | 248 |1806k| 432k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1693.81/1693.81	c  1596s|680000 |336781 |  7304k|  10.7 | 479M| 448 |  16 | 950 |7497 | 950 | 314 |1835k| 438k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1720.21/1720.26	c  1620s|690000 |340537 |  7432k|  10.8 | 485M| 448 |   3 | 950 |7889 | 950 | 266 |1863k| 443k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1745.62/1745.63	c  1643s|700000 |344285 |  7542k|  10.8 | 492M| 448 |  18 | 950 |9756 | 950 | 302 |1893k| 449k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1771.91/1771.97	c  1668s|710000 |348810 |  7665k|  10.8 | 499M| 448 |  56 | 950 |9426 | 950 | 314 |1922k| 454k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1796.42/1796.48	c  1690s|720000 |353238 |  7779k|  10.8 | 506M| 448 |  61 | 950 |8523 | 950 | 308 |1949k| 460k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1693.39
1800.01/1800.00	c Solving Nodes      : 721341
1800.01/1800.00	c Primal Bound       : +1.00000000000000e-00 (78 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.01	s SATISFIABLE
1800.01/1800.01	v -x300 x299 x298 -x297 x296 -x295 -x294 x293 -x292 x291 -x290 x289 x288 -x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 x278 -x277 
1800.01/1800.01	v -x276 x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 -x264 x263 -x262 x261 -x260 x259 x258 -x257 x256 -x255 
1800.01/1800.01	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.01/1800.01	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.01/1800.01	v x208 -x207 x206 -x205 -x204 x203 -x202 x201 -x200 x199 -x198 x197 -x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 
1800.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	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.01/1800.01	v x11 x10 -x9 x8 -x7 x6 -x5 x4 -x3 -x2 x1 
1800.01/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.01	c Solving Time       :    1693.39
1800.01/1800.01	c Original Problem   :
1800.01/1800.01	c   Problem name     : HOME/instance-2699925-1278533856.wbo
1800.01/1800.01	c   Variables        : 1100 (700 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.01/1800.01	c   Constraints      : 951 initial, 951 maximal
1800.01/1800.01	c Presolved Problem  :
1800.01/1800.01	c   Problem name     : t_HOME/instance-2699925-1278533856.wbo
1800.01/1800.01	c   Variables        : 950 (550 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.01/1800.01	c   Constraints      : 800 initial, 19511 maximal
1800.01/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   linear           :       0.01          0        150          0        400          0        151          0          0
1800.01/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.01	c   root node        :          -        400          -          -        800          -          -          -          -
1800.01/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.01	c   integral         :          0          0          0    2537086          0          3        188          0          0    1214422
1800.01/1800.01	c   indicator        :        400          0       1392       1137          0          0       1246          0          0          0
1800.01/1800.01	c   linear           :        400          8    2891283    1929778          0     132549    5857203    1953113          0          0
1800.01/1800.01	c   logicor          :          0+         0    1784217          0          0      72200    1793593          0          0          0
1800.01/1800.01	c   countsols        :          0          0          0        869          0          0          0          0          0          0
1800.01/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.01	c   integral         :      14.98       0.00       0.00      14.98       0.00
1800.01/1800.01	c   indicator        :       0.03       0.00       0.00       0.03       0.00
1800.01/1800.01	c   linear           :      61.10       0.00      40.03      21.07       0.00
1800.01/1800.01	c   logicor          :      67.51       0.00      67.51       0.00       0.00
1800.01/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.01	c   vbounds          :       0.54          2          0          0
1800.01/1800.01	c   rootredcost      :       0.33          1          0        400
1800.01/1800.01	c   pseudoobj        :      21.01    2891083          0          0
1800.01/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.01	c   propagation      :       8.42     204749     202739    1222702       34.7      10757       15.9          -
1800.01/1800.01	c   infeasible LP    :       0.00         11         11         97       34.3         19        4.6          0
1800.01/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.01	c   applied globally :          -          -          -     461274       31.1          -          -          -
1800.01/1800.01	c   applied locally  :          -          -          -         17       58.8          -          -          -
1800.01/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.01	c   cut pool         :       0.00          5          -          -         62          -    (maximal pool size: 183)
1800.01/1800.01	c   redcost          :      19.85    1792658          0          0          0          0
1800.01/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.01/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.01	c   gomory           :       0.01          5          0          0        218          0
1800.01/1800.01	c   strongcg         :       0.00          5          0          0          0          0
1800.01/1800.01	c   cmir             :       0.01          5          0          0          9          0
1800.01/1800.01	c   flowcover        :       0.00          5          0          0         15          0
1800.01/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.01	c Pricers            :       Time      Calls       Vars
1800.01/1800.01	c   problem variables:       0.00          0          0
1800.01/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.01	c   relpscost        :      14.30     607308          3        188          0          0    1214422
1800.01/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   inference        :       0.01        868          0          0          0          0       1736
1800.01/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.01	c   LP solutions     :       0.00          -          1
1800.01/1800.01	c   pseudo solutions :       0.00          -          0
1800.01/1800.01	c   rootsoldiving    :       0.00          0          0
1800.01/1800.01	c   linesearchdiving :       0.00          0          0
1800.01/1800.01	c   guideddiving     :       0.00          0          0
1800.01/1800.01	c   feaspump         :       0.00          0          0
1800.01/1800.01	c   oneopt           :       0.21          2          0
1800.01/1800.01	c   coefdiving       :       0.00          1          0
1800.01/1800.01	c   pscostdiving     :       0.01          1          0
1800.01/1800.01	c   fracdiving       :       0.00          1          0
1800.01/1800.01	c   veclendiving     :       0.00          1          0
1800.01/1800.01	c   intshifting      :       0.01          1          0
1800.01/1800.01	c   objpscostdiving  :       0.00          1          0
1800.01/1800.01	c   crossover        :       0.18          2          0
1800.01/1800.01	c   trivial          :       0.00          2          1
1800.01/1800.01	c   simplerounding   :       1.71     607280          0
1800.01/1800.01	c   zirounding       :       0.24       1000          0
1800.01/1800.01	c   rounding         :       1.42      10971          0
1800.01/1800.01	c   shifting         :       0.28       3443          0
1800.01/1800.01	c   twoopt           :       0.00          0          0
1800.01/1800.01	c   fixandinfer      :       0.00          0          0
1800.01/1800.01	c   intdiving        :       0.00          0          0
1800.01/1800.01	c   actconsdiving    :       0.00          0          0
1800.01/1800.01	c   octane           :       0.00          0          0
1800.01/1800.01	c   rens             :       0.01          1          0
1800.01/1800.01	c   rins             :       0.00          0          0
1800.01/1800.01	c   localbranching   :       0.00          0          0
1800.01/1800.01	c   mutation         :       0.00          0          0
1800.01/1800.01	c   dins             :       0.00          0          0
1800.01/1800.01	c   undercover       :       0.00          0          0
1800.01/1800.01	c   nlp              :       0.15          0          0
1800.01/1800.01	c   trysol           :       0.56         81         76
1800.01/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.01	c   dual LP          :    1183.26    2536135    7795988       3.07    6588.57
1800.01/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.01	c   diving/probing LP:       0.00          6        145      24.17          -
1800.01/1800.01	c   strong branching :      10.03      15534     142172       9.15   14174.68
1800.01/1800.01	c     (at root node) :          -         27         97       3.59          -
1800.01/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.01	c B&B Tree           :
1800.01/1800.01	c   number of runs   :          1
1800.01/1800.01	c   nodes            :     721341
1800.01/1800.01	c   nodes (total)    :     721341
1800.01/1800.01	c   nodes left       :     353757
1800.01/1800.01	c   max depth        :        448
1800.01/1800.01	c   max depth (total):        448
1800.01/1800.01	c   backtracks       :      96758 (13.4%)
1800.01/1800.01	c   delayed cutoffs  :     140236
1800.01/1800.01	c   repropagations   :     221278 (2804252 domain reductions, 91495 cutoffs)
1800.01/1800.01	c   avg switch length:       4.98
1800.01/1800.01	c   switching time   :      68.66
1800.01/1800.01	c Solution           :
1800.01/1800.01	c   Solutions found  :         78 (2 improvements)
1800.01/1800.01	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.01/1800.01	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 955 nodes, 0.92 seconds, depth 439, found by <relaxation>)
1800.01/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.01	c   Gap              :   infinite
1800.01/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.01	c   Root Iterations  :        249
1801.01/1801.06	c Time complete: 1801.08.

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-2699925-1278533856/watcher-2699925-1278533856 -o /tmp/evaluation-result-2699925-1278533856/solver-2699925-1278533856 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699925-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.22 0.05 0.02 4/178 18385
/proc/meminfo: memFree=29011120/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=10840 CPUtime=0
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 1628 0 0 0 0 0 0 0 25 0 1 0 21599142 11100160 1549 4089446400 4194304 9819077 140735957694576 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18385/statm: 2710 1549 386 1374 0 1331 0

[startup+0.0207051 s]
/proc/loadavg: 0.22 0.05 0.02 4/178 18385
/proc/meminfo: memFree=29011120/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=16644 CPUtime=0.01
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 3811 0 0 0 1 0 0 0 25 0 1 0 21599142 17043456 2864 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 4161 2864 492 1374 0 2782 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16644

[startup+0.100692 s]
/proc/loadavg: 0.22 0.05 0.02 4/178 18385
/proc/meminfo: memFree=29011120/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=21428 CPUtime=0.09
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 7962 0 0 0 8 1 0 0 25 0 1 0 21599142 21942272 3756 4089446400 4194304 9819077 140735957694576 18446744073709551615 6671165 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 5271 3752 699 1374 0 3892 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21428

[startup+0.300657 s]
/proc/loadavg: 0.22 0.05 0.02 4/178 18385
/proc/meminfo: memFree=29011120/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=22024 CPUtime=0.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 14193 0 0 0 27 2 0 0 25 0 1 0 21599142 22552576 3875 4089446400 4194304 9819077 140735957694576 18446744073709551615 6581304 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 5506 3875 702 1374 0 4127 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22024

[startup+0.700603 s]
/proc/loadavg: 0.22 0.05 0.02 4/178 18385
/proc/meminfo: memFree=29011120/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=26972 CPUtime=0.69
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 22602 0 0 0 65 4 0 0 25 0 1 0 21599142 27619328 5199 4089446400 4194304 9819077 140735957694576 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 6743 5199 706 1374 0 5364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26972

[startup+1.50046 s]
/proc/loadavg: 0.22 0.05 0.02 3/179 18386
/proc/meminfo: memFree=28995240/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=24364 CPUtime=1.49
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 41074 0 0 0 139 10 0 0 25 0 1 0 21599142 24948736 4432 4089446400 4194304 9819077 140735957694576 18446744073709551615 7290977 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 6091 4432 707 1374 0 4712 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24364

[startup+3.1002 s]
/proc/loadavg: 0.22 0.05 0.02 3/179 18386
/proc/meminfo: memFree=28993752/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=23692 CPUtime=3.09
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 66264 0 0 0 290 19 0 0 25 0 1 0 21599142 24260608 4591 4089446400 4194304 9819077 140735957694576 18446744073709551615 7301825 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 5923 4591 707 1374 0 4544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23692

[startup+6.30065 s]
/proc/loadavg: 0.36 0.08 0.03 3/179 18386
/proc/meminfo: memFree=28990312/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=25764 CPUtime=6.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 116282 0 0 0 593 36 0 0 25 0 1 0 21599142 26382336 5073 4089446400 4194304 9819077 140735957694576 18446744073709551615 6543622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 6441 5073 707 1374 0 5062 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25764

[startup+12.7006 s]
/proc/loadavg: 0.49 0.11 0.04 3/179 18386
/proc/meminfo: memFree=28984476/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=29604 CPUtime=12.69
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 210588 0 0 0 1196 73 0 0 25 0 1 0 21599142 30314496 6058 4089446400 4194304 9819077 140735957694576 18446744073709551615 6628774 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 7401 6058 707 1374 0 6022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29604

[startup+25.5004 s]
/proc/loadavg: 0.83 0.20 0.07 3/179 18387
/proc/meminfo: memFree=28975428/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=36016 CPUtime=25.49
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 412883 0 0 0 2405 144 0 0 25 0 1 0 21599142 36880384 7577 4089446400 4194304 9819077 140735957694576 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 9004 7577 707 1374 0 7625 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36016

[startup+51.1001 s]
/proc/loadavg: 1.23 0.35 0.12 3/179 18387
/proc/meminfo: memFree=28957260/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=47524 CPUtime=51.09
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 812860 0 0 0 4825 284 0 0 25 0 1 0 21599142 48664576 10448 4089446400 4194304 9819077 140735957694576 18446744073709551615 6387951 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 11881 10448 707 1374 0 10502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47524

[startup+102.307 s]
/proc/loadavg: 1.66 0.60 0.21 3/179 18446
/proc/meminfo: memFree=28931804/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=64812 CPUtime=102.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 1547136 0 0 0 9646 583 0 0 25 0 1 0 21599142 66367488 14764 4089446400 4194304 9819077 140735957694576 18446744073709551615 7309896 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 16203 14764 722 1374 0 14824 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64812

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.32 3/179 18447
/proc/meminfo: memFree=28837440/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=87480 CPUtime=162.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 2325123 0 0 0 15332 897 0 0 25 0 1 0 21599142 89579520 20343 4089446400 4194304 9819077 140735957694576 18446744073709551615 5894529 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 21870 20343 722 1374 0 20491 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87480

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.42 3/179 18449
/proc/meminfo: memFree=28739420/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=107504 CPUtime=222.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 3090611 0 0 0 21027 1203 0 0 25 0 1 0 21599142 110084096 25282 4089446400 4194304 9819077 140735957694576 18446744073709551615 6180956 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 26876 25282 722 1374 0 25497 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 107504

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 18450
/proc/meminfo: memFree=28642148/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=128108 CPUtime=282.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 3953511 0 0 0 26673 1557 0 0 25 0 1 0 21599142 131182592 30043 4089446400 4194304 9819077 140735957694576 18446744073709551615 7235448 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 32027 30043 722 1374 0 30648 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128108

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 18452
/proc/meminfo: memFree=28542404/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=149456 CPUtime=342.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 4807934 0 0 0 32323 1906 0 0 25 0 1 0 21599142 153042944 35452 4089446400 4194304 9819077 140735957694576 18446744073709551615 7291108 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 37364 35452 722 1374 0 35985 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 149456

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/179 18454
/proc/meminfo: memFree=28449092/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=167468 CPUtime=402.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 5494507 0 0 0 38023 2206 0 0 25 0 1 0 21599142 171487232 39827 4089446400 4194304 9819077 140735957694576 18446744073709551615 6361151 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 41867 39827 722 1374 0 40488 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 167468

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 3/179 18455
/proc/meminfo: memFree=28346992/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=187456 CPUtime=462.29
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 6046402 0 0 0 43750 2479 0 0 25 0 1 0 21599142 191954944 44886 4089446400 4194304 9819077 140735957694576 18446744073709551615 6628253 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 46864 44886 722 1374 0 45485 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 187456

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/179 18457
/proc/meminfo: memFree=28255668/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=202256 CPUtime=522.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 6680486 0 0 0 49460 2770 0 0 25 0 1 0 21599142 207110144 48599 4089446400 4194304 9819077 140735957694576 18446744073709551615 7291088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18385/statm: 50564 48599 722 1374 0 49185 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 202256

[startup+582.301 s]
/proc/loadavg: 1.99 1.71 0.92 3/179 18458
/proc/meminfo: memFree=28148960/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=225960 CPUtime=582.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 7376640 0 0 0 55168 3062 0 0 25 0 1 0 21599142 231383040 54362 4089446400 4194304 9819077 140735957694576 18446744073709551615 7225142 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 56536 54363 722 1374 0 55157 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225960

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 0.99 3/179 18460
/proc/meminfo: memFree=28044104/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=246392 CPUtime=642.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 8133906 0 0 0 60861 3369 0 0 25 0 1 0 21599142 252305408 59337 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 61598 59337 722 1374 0 60219 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 246392

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.99 1.90 1.25 3/179 18468
/proc/meminfo: memFree=27542520/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=340928 CPUtime=942.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 12067604 0 0 0 89273 4957 0 0 25 0 1 0 21599142 349110272 82162 4089446400 4194304 9819077 140735957694576 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 85232 82162 722 1374 0 83853 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 340928

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.29 3/179 18470
/proc/meminfo: memFree=27434540/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=362824 CPUtime=1002.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 12937747 0 0 0 94967 5263 0 0 25 0 1 0 21599142 371531776 87590 4089446400 4194304 9819077 140735957694576 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 90706 87590 722 1374 0 89327 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 362824

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.33 3/179 18471
/proc/meminfo: memFree=27337612/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=377344 CPUtime=1062.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 13773059 0 0 0 100667 5563 0 0 25 0 1 0 21599142 386400256 91406 4089446400 4194304 9819077 140735957694576 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 94336 91406 722 1374 0 92957 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 377344

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 3/179 18473
/proc/meminfo: memFree=27234200/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=393108 CPUtime=1122.3
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 14559070 0 0 0 106359 5871 0 0 25 0 1 0 21599142 402542592 95330 4089446400 4194304 9819077 140735957694576 18446744073709551615 6589174 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 98277 95330 722 1374 0 96898 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 393108

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/179 18474
/proc/meminfo: memFree=27147672/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=410528 CPUtime=1182.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 15382870 0 0 0 112060 6171 0 0 25 0 1 0 21599142 420380672 99819 4089446400 4194304 9819077 140735957694576 18446744073709551615 7226259 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 102678 99820 722 1374 0 101299 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 410528

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 3/179 18476
/proc/meminfo: memFree=27096356/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=424632 CPUtime=1242.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 16302941 0 0 0 117729 6502 0 0 25 0 1 0 21599142 434823168 103322 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/18385/statm: 106158 103322 722 1374 0 104779 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 424632

[startup+1302.3 s]
/proc/loadavg: 2.04 1.97 1.48 3/179 18624
/proc/meminfo: memFree=28567056/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=438284 CPUtime=1302.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 17212691 0 0 0 123365 6866 0 0 25 0 1 0 21599142 448802816 106779 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 109571 106779 722 1374 0 108192 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 438284

[startup+1362.3 s]
/proc/loadavg: 2.02 1.97 1.51 3/179 18625
/proc/meminfo: memFree=28484312/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=454448 CPUtime=1362.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 18181425 0 0 0 128912 7319 0 0 25 0 1 0 21599142 465354752 110925 4089446400 4194304 9819077 140735957694576 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 113612 110925 722 1374 0 112233 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 454448

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 18627
/proc/meminfo: memFree=28398564/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=470984 CPUtime=1422.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 19111168 0 0 0 134463 7768 0 0 25 0 1 0 21599142 482287616 115088 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 117746 115088 722 1374 0 116367 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 470984

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/179 18628
/proc/meminfo: memFree=28312344/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=488984 CPUtime=1482.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 20035847 0 0 0 140017 8214 0 0 25 0 1 0 21599142 500719616 119645 4089446400 4194304 9819077 140735957694576 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 122292 119646 722 1374 0 120913 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 488984

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 18630
/proc/meminfo: memFree=28222368/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=508376 CPUtime=1542.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 20995727 0 0 0 145551 8680 0 0 25 0 1 0 21599142 520577024 124561 4089446400 4194304 9819077 140735957694576 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 127139 124562 722 1374 0 125760 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 508376

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/179 18632
/proc/meminfo: memFree=28134640/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=527056 CPUtime=1602.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 21980945 0 0 0 151084 9147 0 0 25 0 1 0 21599142 539705344 129152 4089446400 4194304 9819077 140735957694576 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 131764 129152 722 1374 0 130385 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 527056

[startup+1662.3 s]
/proc/loadavg: 2.07 1.99 1.64 3/179 18633
/proc/meminfo: memFree=28043824/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=543972 CPUtime=1662.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 22902352 0 0 0 156636 9595 0 0 25 0 1 0 21599142 557027328 133490 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 135993 133490 722 1374 0 134614 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 543972

[startup+1722.3 s]
/proc/loadavg: 2.09 2.00 1.66 3/179 18635
/proc/meminfo: memFree=27958592/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=559516 CPUtime=1722.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 23845770 0 0 0 162178 10053 0 0 25 0 1 0 21599142 572944384 137410 4089446400 4194304 9819077 140735957694576 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 139879 137410 722 1374 0 138500 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 559516

[startup+1782.3 s]
/proc/loadavg: 2.03 2.00 1.68 3/179 18636
/proc/meminfo: memFree=27864044/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=578352 CPUtime=1782.31
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 24830467 0 0 0 167706 10525 0 0 25 0 1 0 21599142 592232448 142054 4089446400 4194304 9819077 140735957694576 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 144588 142054 722 1374 0 143209 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 578352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.00 1.69 3/179 18637
/proc/meminfo: memFree=27833392/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=585948 CPUtime=1800.01
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 25120862 0 0 0 169338 10663 0 0 25 0 1 0 21599142 600010752 143967 4089446400 4194304 9819077 140735957694576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18385/statm: 146487 143967 722 1374 0 145108 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 585948

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.02 2.00 1.69 3/180 18638
/proc/meminfo: memFree=27833384/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=585952 CPUtime=1800.61
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 25120914 0 0 0 169398 10663 0 0 25 0 1 0 21599142 600014848 143971 4089446400 4194304 9819077 140735957694576 18446744073709551615 6179953 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18385/statm: 146488 143971 725 1374 0 145109 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (KiB) 585952

[startup+1801 s]
/proc/loadavg: 2.02 2.00 1.69 3/180 18638
/proc/meminfo: memFree=27833384/32951124 swapFree=67111528/67111528
[pid=18385] ppid=18383 vsize=559372 CPUtime=1801.01
/proc/18385/stat : 18385 (pbscip.linux.x8) R 18383 18385 17937 0 -1 4202496 25120914 0 0 0 169438 10663 0 0 25 0 1 0 21599142 572796928 137326 4089446400 4194304 9819077 140735957694576 18446744073709551615 4212595 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18385/statm: 139843 137326 725 1374 0 138464 0
Current children cumulated CPU time (s) 1801.01
Current children cumulated vsize (KiB) 559372

Child status: 0
Real time (s): 1801.07
CPU time (s): 1801.09
CPU user time (s): 1694.42
CPU system time (s): 106.664
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 586044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1694.42
system time used= 106.664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25120918
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= 2096

runsolver used 2.47762 second user time and 5.72613 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-07 22:17:36
IDJOB=2699925
IDBENCH=79385
IDSOLVER=1205
FILE ID=node118/2699925-1278533856
PBS_JOBID= 11239241
Free space on /tmp= 73552 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) 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.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699925-1278533856/watcher-2699925-1278533856 -o /tmp/evaluation-result-2699925-1278533856/solver-2699925-1278533856 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699925-1278533856.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f939eb835e2b068b963e7deaef5cf006
RANDOM SEED=666712955

node118.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.818
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.63
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.818
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.75
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.818
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.818
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.818
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.72
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.818
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.83
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.818
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.76
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.818
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29011648 kB
Buffers:        134404 kB
Cached:        3571308 kB
SwapCached:          0 kB
Active:        1237452 kB
Inactive:      2553712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29011648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12816 kB
Writeback:           0 kB
AnonPages:       85480 kB
Mapped:          17536 kB
Slab:            85324 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227424 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= 73548 MiB
End job on node118 at 2010-07-07 22:47:38