Trace number 2663906

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)-32 1802.2 1802.76

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_10_3.opb
MD5SUM27440fbcb5a9ea2c9ae6b100e77dc1d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1789.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -60
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4976
Sum of products size (including duplicates)9952
Number of different products2488
Sum of products size4976

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: NONE] [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-2663906-1276674648.opb>
0.00/0.04	c original problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.08	o 0
0.00/0.08	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.08	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 20304 impls, 400 clqs
0.49/0.56	c    (0.3s) probing: 101/2888 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.56	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.56	c presolving (2 rounds):
0.49/0.56	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.56	c  20304 implications, 400 cliques
0.49/0.56	c presolved problem has 2888 variables (2888 bin, 0 int, 0 impl, 0 cont) and 3089 constraints
0.49/0.56	c     400 constraints of type <setppc>
0.49/0.56	c    2488 constraints of type <and>
0.49/0.56	c       1 constraints of type <linear>
0.49/0.56	c     200 constraints of type <logicor>
0.49/0.56	c transformed objective value is always integral (scale: 1)
0.49/0.56	c Presolving Time: 0.32
0.49/0.56	c - non default parameters ----------------------------------------------------------------------
0.49/0.56	c # SCIP version 1.2.1.2
0.49/0.56	c 
0.49/0.56	c # frequency for displaying node information lines
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.56	c display/freq = 10000
0.49/0.56	c 
0.49/0.56	c # maximal time in seconds to run
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/time = 1799.96
0.49/0.56	c 
0.49/0.56	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.56	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.56	c limits/memory = 1620
0.49/0.56	c 
0.49/0.56	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.56	c lp/solvefreq = -1
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify inequalities
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/linear/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # should presolving try to simplify knapsacks
0.49/0.56	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.56	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.56	c 
0.49/0.56	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c heuristics/undercover/freq = 0
0.49/0.56	c 
0.49/0.56	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.56	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.56	c separating/rapidlearning/freq = 0
0.49/0.56	c 
0.49/0.56	c -----------------------------------------------------------------------------------------------
0.49/0.56	c start solving
0.49/0.56	c 
0.49/0.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.57	c t 0.3s|     1 |     2 |     0 |     - |8330k|   0 |   - |2888 |3089 |   0 |   0 |   0 |   0 |   0 |-2.000000e+02 | 0.000000e+00 | 100.00%
19.59/19.65	c  19.1s| 10000 |  9626 |     0 |   0.0 |  18M| 224 |   - |2888 |3215 |   0 |   0 |   0 | 246 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
40.08/40.14	c  39.3s| 20000 | 19616 |     0 |   0.0 |  28M| 224 |   - |2888 |3200 |   0 |   0 |   0 | 248 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
58.67/58.72	c  57.6s| 30000 | 29610 |     0 |   0.0 |  38M| 224 |   - |2888 |3200 |   0 |   0 |   0 | 250 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
75.78/75.81	c  74.5s| 40000 | 39568 |     0 |   0.0 |  49M| 224 |   - |2888 |3213 |   0 |   0 |   0 | 267 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
91.36/91.40	c  89.7s| 50000 | 49460 |     0 |   0.0 |  59M| 224 |   - |2888 |3263 |   0 |   0 |   0 | 339 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
92.47/92.53	o -15
92.47/92.53	c *90.8s| 50799 | 50256 |     0 |   0.0 |  60M| 224 |   - |2888 |3262 |   0 |   0 |   0 | 339 |   0 |-1.990000e+02 |-1.500000e+01 |  92.46%
95.07/95.14	o -16
95.07/95.14	c *93.4s| 52492 | 51926 |     0 |   0.0 |  61M| 224 |   - |2888 |3241 |   0 |   0 |   0 | 345 |   0 |-1.990000e+02 |-1.600000e+01 |  91.96%
95.16/95.27	o -17
95.16/95.27	c *93.5s| 52592 | 52023 |     0 |   0.0 |  62M| 224 |   - |2888 |3239 |   0 |   0 |   0 | 345 |   0 |-1.990000e+02 |-1.700000e+01 |  91.46%
105.96/106.08	c   104s| 60000 | 59245 |     0 |   0.0 |  69M| 224 |   - |2888 |3254 |   0 |   0 |   0 | 502 |   0 |-1.990000e+02 |-1.700000e+01 |  91.46%
113.56/113.62	o -25
113.56/113.62	c * 112s| 65397 | 64443 |     0 |   0.0 |  75M| 224 |   - |2888 |3286 |   0 |   0 |   0 | 666 |   0 |-1.990000e+02 |-2.500000e+01 |  87.44%
120.26/120.35	c   118s| 70000 | 68688 |     0 |   0.0 |  80M| 224 |   - |2888 |3349 |   0 |   0 |   0 | 967 |   0 |-1.990000e+02 |-2.500000e+01 |  87.44%
131.66/131.75	o -26
131.66/131.75	c * 129s| 77519 | 75391 |     0 |   0.0 |  90M| 224 |   - |2888 |3444 |   0 |   0 |   0 |1655 |   0 |-1.990000e+02 |-2.600000e+01 |  86.93%
135.85/135.91	c   133s| 80000 | 77528 |     0 |   0.0 |  94M| 224 |   - |2888 |3453 |   0 |   0 |   0 |1947 |   0 |-1.990000e+02 |-2.600000e+01 |  86.93%
139.75/139.88	o -27
139.75/139.88	c * 137s| 82492 | 79650 |     0 |   0.0 |  98M| 224 |   - |2888 |3544 |   0 |   0 |   0 |2244 |   0 |-1.990000e+02 |-2.700000e+01 |  86.43%
143.75/143.83	o -28
143.75/143.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.75/143.83	c * 141s| 84865 | 81553 |     0 |   0.0 | 101M| 224 |   - |2888 |3568 |   0 |   0 |   0 |2619 |   0 |-1.990000e+02 |-2.800000e+01 |  85.93%
144.85/144.93	o -29
144.85/144.93	c * 142s| 85481 | 82020 |     0 |   0.0 | 102M| 224 |   - |2888 |3598 |   0 |   0 |   0 |2739 |   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
152.34/152.48	c   149s| 90000 | 85542 |     0 |   0.0 | 108M| 224 |   - |2888 |3636 |   0 |   0 |   0 |3518 |   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
170.04/170.11	c   167s|100000 | 92420 |     0 |   0.0 | 123M| 224 |   - |2888 |3898 |   0 |   0 |   0 |5861 |   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
190.14/190.25	c   186s|110000 | 97223 |     0 |   0.0 | 135M| 224 |   - |2888 |4026 |   0 |   0 |   0 |9349 |   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
214.43/214.51	c   210s|120000 |100866 |     0 |   0.0 | 145M| 224 |   - |2888 |3554 |   0 |   0 |   0 |  12k|   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
231.22/231.35	c   227s|130000 |109188 |     0 |   0.0 | 158M| 224 |   - |2888 |3677 |   0 |   0 |   0 |  13k|   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
250.72/250.86	c   246s|140000 |115071 |     0 |   0.0 | 169M| 224 |   - |2888 |4110 |   0 |   0 |   0 |  16k|   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
276.11/276.26	c   271s|150000 |119223 |     0 |   0.0 | 176M| 224 |   - |2888 |4015 |   0 |   0 |   0 |  21k|   0 |-1.990000e+02 |-2.900000e+01 |  85.43%
295.10/295.29	c   290s|160000 |127606 |     0 |   0.0 | 193M| 224 |   - |2888 |3747 |   0 |   0 |   0 |  23k|   0 |-1.980000e+02 |-2.900000e+01 |  85.35%
298.30/298.40	o -30
298.30/298.40	c * 293s|161699 |129185 |     0 |   0.0 | 196M| 224 |   - |2888 |3727 |   0 |   0 |   0 |  23k|   0 |-1.980000e+02 |-3.000000e+01 |  84.85%
314.50/314.63	c   309s|170000 |136850 |     0 |   0.0 | 211M| 224 |   - |2888 |3774 |   0 |   0 |   0 |  24k|   0 |-1.980000e+02 |-3.000000e+01 |  84.85%
318.69/318.85	o -31
318.69/318.85	c * 313s|172157 |138776 |     0 |   0.0 | 216M| 224 |   - |2888 |3786 |   0 |   0 |   0 |  24k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
334.89/335.05	c   329s|180000 |145826 |     0 |   0.0 | 231M| 224 |   - |2888 |3826 |   0 |   0 |   0 |  25k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
355.09/355.28	c   349s|190000 |154907 |     0 |   0.0 | 250M| 224 |   - |2888 |3835 |   0 |   0 |   0 |  26k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
375.17/375.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.17/375.32	c   368s|200000 |163980 |     0 |   0.0 | 269M| 224 |   - |2888 |3851 |   0 |   0 |   0 |  27k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
394.97/395.18	c   388s|210000 |172842 |     0 |   0.0 | 289M| 224 |   - |2888 |3977 |   0 |   0 |   0 |  28k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
414.86/415.04	c   407s|220000 |181616 |     0 |   0.0 | 308M| 224 |   - |2888 |4063 |   0 |   0 |   0 |  30k|   0 |-1.980000e+02 |-3.100000e+01 |  84.34%
428.16/428.32	o -32
428.16/428.32	c * 420s|226712 |187391 |     0 |   0.0 | 322M| 224 |   - |2888 |4034 |   0 |   0 |   0 |  31k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
435.06/435.27	c   427s|230000 |190138 |     0 |   0.0 | 328M| 224 |   - |2888 |4109 |   0 |   0 |   0 |  32k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
455.45/455.69	c   447s|240000 |198549 |     0 |   0.0 | 348M| 224 |   - |2888 |4129 |   0 |   0 |   0 |  34k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
476.06/476.21	c   467s|250000 |206977 |     0 |   0.0 | 367M| 224 |   - |2888 |4133 |   0 |   0 |   0 |  36k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
496.44/496.69	c   488s|260000 |215391 |     0 |   0.0 | 387M| 224 |   - |2888 |4106 |   0 |   0 |   0 |  38k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
516.44/516.67	c   507s|270000 |223830 |     0 |   0.0 | 406M| 224 |   - |2888 |4251 |   0 |   0 |   0 |  40k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
536.53/536.79	c   527s|280000 |232181 |     0 |   0.0 | 426M| 224 |   - |2888 |4206 |   0 |   0 |   0 |  43k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
556.83/557.04	c   547s|290000 |240345 |     0 |   0.0 | 446M| 224 |   - |2888 |4167 |   0 |   0 |   0 |  45k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
577.11/577.30	c   567s|300000 |248662 |     0 |   0.0 | 465M| 224 |   - |2888 |4198 |   0 |   0 |   0 |  47k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
597.12/597.34	c   586s|310000 |256956 |     0 |   0.0 | 485M| 224 |   - |2888 |4261 |   0 |   0 |   0 |  49k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
616.99/617.24	c   606s|320000 |265201 |     0 |   0.0 | 504M| 224 |   - |2888 |4197 |   0 |   0 |   0 |  51k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
636.99/637.25	c   626s|330000 |273512 |     0 |   0.0 | 523M| 224 |   - |2888 |4222 |   0 |   0 |   0 |  54k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
656.18/656.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.18/656.49	c   644s|340000 |281821 |     0 |   0.0 | 543M| 224 |   - |2888 |4299 |   0 |   0 |   0 |  56k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
675.88/676.11	c   664s|350000 |289905 |     0 |   0.0 | 562M| 224 |   - |2888 |4395 |   0 |   0 |   0 |  58k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
695.57/695.87	c   683s|360000 |297805 |     0 |   0.0 | 582M| 224 |   - |2888 |4374 |   0 |   0 |   0 |  61k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
715.66/715.98	c   703s|370000 |305814 |     0 |   0.0 | 601M| 224 |   - |2888 |4441 |   0 |   0 |   0 |  64k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
735.66/735.94	c   722s|380000 |313628 |     0 |   0.0 | 620M| 224 |   - |2888 |4504 |   0 |   0 |   0 |  67k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
755.75/756.04	c   742s|390000 |321512 |     0 |   0.0 | 639M| 224 |   - |2888 |4531 |   0 |   0 |   0 |  70k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
775.34/775.62	c   761s|400000 |329503 |     0 |   0.0 | 658M| 224 |   - |2888 |4470 |   0 |   0 |   0 |  72k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
795.44/795.75	c   781s|410000 |337358 |     0 |   0.0 | 677M| 224 |   - |2888 |4467 |   0 |   0 |   0 |  75k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
815.54/815.83	c   801s|420000 |345170 |     0 |   0.0 | 695M| 224 |   - |2888 |4462 |   0 |   0 |   0 |  78k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
835.43/835.74	c   821s|430000 |352924 |     0 |   0.0 | 714M| 224 |   - |2888 |4604 |   0 |   0 |   0 |  81k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
855.73/856.06	c   841s|440000 |360579 |     0 |   0.0 | 733M| 224 |   - |2888 |4551 |   0 |   0 |   0 |  84k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
876.02/876.34	c   860s|450000 |368201 |     0 |   0.0 | 751M| 224 |   - |2888 |4523 |   0 |   0 |   0 |  87k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
896.12/896.43	c   880s|460000 |376377 |     0 |   0.0 | 770M| 224 |   - |2888 |4441 |   0 |   0 |   0 |  90k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
916.71/917.00	c   900s|470000 |384231 |     0 |   0.0 | 788M| 224 |   - |2888 |4491 |   0 |   0 |   0 |  93k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
936.90/937.26	c   920s|480000 |392148 |     0 |   0.0 | 806M| 224 |   - |2888 |4542 |   0 |   0 |   0 |  95k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
956.79/957.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
956.79/957.18	c   940s|490000 |400074 |     0 |   0.0 | 825M| 224 |   - |2888 |4492 |   0 |   0 |   0 |  98k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
977.19/977.53	c   960s|500000 |407761 |     0 |   0.0 | 843M| 224 |   - |2888 |4651 |   0 |   0 |   0 | 101k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
997.08/997.48	c   979s|510000 |415680 |     0 |   0.0 | 861M| 224 |   - |2888 |4558 |   0 |   0 |   0 | 104k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1017.37/1017.73	c   999s|520000 |423417 |     0 |   0.0 | 879M| 224 |   - |2888 |4486 |   0 |   0 |   0 | 107k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1037.57/1037.92	c  1019s|530000 |431354 |     0 |   0.0 | 897M| 224 |   - |2888 |4683 |   0 |   0 |   0 | 109k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1057.96/1058.30	c  1039s|540000 |439276 |     0 |   0.0 | 915M| 224 |   - |2888 |4562 |   0 |   0 |   0 | 112k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1078.35/1078.78	c  1059s|550000 |446945 |     0 |   0.0 | 932M| 224 |   - |2888 |4592 |   0 |   0 |   0 | 115k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1098.46/1098.84	c  1079s|560000 |454903 |     0 |   0.0 | 950M| 224 |   - |2888 |4570 |   0 |   0 |   0 | 118k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1118.84/1119.20	c  1099s|570000 |462550 |     0 |   0.0 | 967M| 224 |   - |2888 |4616 |   0 |   0 |   0 | 121k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1138.63/1139.06	c  1119s|580000 |470347 |     0 |   0.0 | 985M| 224 |   - |2888 |4605 |   0 |   0 |   0 | 124k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1158.93/1159.31	c  1138s|590000 |477731 |     0 |   0.0 |1003M| 224 |   - |2888 |4676 |   0 |   0 |   0 | 127k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1178.92/1179.37	c  1158s|600000 |485458 |     0 |   0.0 |1020M| 224 |   - |2888 |4667 |   0 |   0 |   0 | 130k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1198.92/1199.36	c  1178s|610000 |492995 |     0 |   0.0 |1037M| 224 |   - |2888 |4671 |   0 |   0 |   0 | 133k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1219.00/1219.41	c  1198s|620000 |500681 |     0 |   0.0 |1054M| 224 |   - |2888 |4696 |   0 |   0 |   0 | 136k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1239.10/1239.51	c  1217s|630000 |508177 |     0 |   0.0 |1071M| 224 |   - |2888 |4698 |   0 |   0 |   0 | 139k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1259.50/1259.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1259.50/1259.92	c  1237s|640000 |515731 |     0 |   0.0 |1088M| 224 |   - |2888 |4712 |   0 |   0 |   0 | 142k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1279.09/1279.58	c  1257s|650000 |523425 |     0 |   0.0 |1106M| 224 |   - |2888 |4708 |   0 |   0 |   0 | 145k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1299.48/1299.97	c  1277s|660000 |530869 |     0 |   0.0 |1122M| 224 |   - |2888 |4792 |   0 |   0 |   0 | 149k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1318.78/1319.26	c  1296s|670000 |538481 |     0 |   0.0 |1139M| 224 |   - |2888 |4725 |   0 |   0 |   0 | 152k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1339.07/1339.52	c  1315s|680000 |546215 |     0 |   0.0 |1156M| 224 |   - |2888 |4639 |   0 |   0 |   0 | 155k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1359.07/1359.56	c  1335s|690000 |553932 |     0 |   0.0 |1172M| 224 |   - |2888 |4627 |   0 |   0 |   0 | 157k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1379.46/1379.94	c  1355s|700000 |561727 |     0 |   0.0 |1189M| 224 |   - |2888 |4691 |   0 |   0 |   0 | 160k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1399.55/1400.05	c  1375s|710000 |569418 |     0 |   0.0 |1206M| 224 |   - |2888 |4637 |   0 |   0 |   0 | 163k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1419.94/1420.45	c  1395s|720000 |576946 |     0 |   0.0 |1223M| 224 |   - |2888 |4771 |   0 |   0 |   0 | 166k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1440.14/1440.63	c  1415s|730000 |584544 |     0 |   0.0 |1240M| 224 |   - |2888 |4779 |   0 |   0 |   0 | 169k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1460.34/1460.84	c  1435s|740000 |592107 |     0 |   0.0 |1257M| 224 |   - |2888 |4799 |   0 |   0 |   0 | 172k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1480.22/1480.77	c  1454s|750000 |599748 |     0 |   0.0 |1273M| 224 |   - |2888 |4773 |   0 |   0 |   0 | 175k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1501.03/1501.51	c  1475s|760000 |607146 |     0 |   0.0 |1290M| 224 |   - |2888 |4768 |   0 |   0 |   0 | 178k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1521.31/1521.83	c  1495s|770000 |614599 |     0 |   0.0 |1307M| 224 |   - |2888 |4813 |   0 |   0 |   0 | 182k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1540.70/1541.24	c  1514s|780000 |622092 |     0 |   0.0 |1323M| 224 |   - |2888 |4873 |   0 |   0 |   0 | 185k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1560.70/1561.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1560.70/1561.20	c  1533s|790000 |629134 |     0 |   0.0 |1340M| 224 |   - |2888 |4962 |   0 |   0 |   0 | 189k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1580.69/1581.27	c  1553s|800000 |636168 |     0 |   0.0 |1356M| 224 |   - |2888 |4879 |   0 |   0 |   0 | 193k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1583.50/1584.01	c (node 801409) switching to memory saving mode (mem: 1296.0M/1620.0M)
1611.99/1612.54	c  1583s|810000 |637157 |     0 |   0.0 |1361M| 312 |   - |2888 |6463 |   0 |   0 |   0 | 198k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1644.77/1645.38	c  1615s|820000 |637158 |     0 |   0.0 |1364M| 312 |   - |2888 |8070 |   0 |   0 |   0 | 203k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1678.16/1678.73	c  1647s|830000 |637158 |     0 |   0.0 |1363M| 312 |   - |2888 |7255 |   0 |   0 |   0 | 209k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1712.55/1713.15	c  1680s|840000 |637157 |     0 |   0.0 |1363M| 312 |   - |2888 |7435 |   0 |   0 |   0 | 214k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1747.14/1747.73	c  1713s|850000 |637157 |     0 |   0.0 |1366M| 312 |   - |2888 |9403 |   0 |   0 |   0 | 220k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1781.44/1782.06	c  1746s|860000 |637157 |     0 |   0.0 |1367M| 312 |   - |2888 |9602 |   0 |   0 |   0 | 225k|   0 |-1.980000e+02 |-3.200000e+01 |  83.84%
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.61	c 
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time (sec) : 1764.34
1800.04/1800.61	c Solving Nodes      : 865124
1800.04/1800.61	c Primal Bound       : -3.20000000000000e+01 (14 solutions)
1800.04/1800.61	c Dual Bound         : -1.98000000000000e+02
1800.04/1800.61	c Gap                : 83.84 %
1800.04/1800.62	s SATISFIABLE
1800.04/1800.62	v x364 -x366 x370 -x297 x268 -x312 x330 -x310 -x388 -x395 -x260 -x319 x263 -x331 x276 -x300 x373 -x374 -x358 -x250 -x380 x356 -x292 
1800.04/1800.62	v -x315 x361 x332 x293 -x281 -x378 -x371 x247 x321 -x233 -x359 -x383 -x223 -x397 x339 x266 -x264 -x322 -x240 -x313 -x352 x326 
1800.04/1800.62	v -x257 x218 x367 -x280 x234 x344 x285 -x333 -x311 -x306 -x277 -x219 -x363 x379 -x385 -x389 -x232 -x290 -x355 -x228 -x246 -x214 
1800.04/1800.62	v -x221 -x216 -x302 -x252 -x345 x335 -x213 -x301 -x294 -x251 x235 -x350 -x336 -x244 -x382 -x381 -x384 -x304 -x328 -x275 -x217 
1800.04/1800.62	v -x261 -x308 -x222 x299 -x354 -x230 -x210 -x329 -x357 -x284 -x346 -x227 -x398 -x314 -x209 -x396 -x365 -x270 -x392 -x327 -x307 
1800.04/1800.62	v -x267 -x254 -x317 -x320 -x318 -x287 -x220 -x243 -x212 -x351 x309 -x271 -x334 -x278 -x368 -x372 -x272 -x305 -x206 -x236 -x211 
1800.04/1800.62	v x387 -x237 x298 -x249 -x238 -x225 -x390 -x400 -x283 -x205 -x324 -x303 -x245 -x229 -x323 -x353 -x282 -x348 -x289 x393 -x349 
1800.04/1800.62	v -x295 -x204 -x360 -x342 -x256 -x291 -x279 -x362 -x207 -x375 -x337 -x215 -x255 -x399 -x288 -x231 -x208 -x269 -x338 -x286 -x248 
1800.04/1800.62	v -x274 -x239 -x343 -x316 -x391 -x253 -x224 -x296 x376 -x242 -x203 x340 -x394 -x325 -x259 -x201 -x262 -x258 -x265 -x202 -x377 
1800.04/1800.62	v -x273 -x341 x226 -x241 -x369 -x386 -x347 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 
1800.04/1800.62	v -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 
1800.04/1800.62	v -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 x145 
1800.04/1800.62	v -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 -x124 -x123 
1800.04/1800.62	v -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 
1800.04/1800.62	v -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 x92 x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 
1800.04/1800.62	v -x76 -x75 x74 -x73 -x72 -x71 x70 x69 -x68 x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 x53 x52 -x51 
1800.04/1800.62	v x50 x49 -x48 -x47 x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 
1800.04/1800.62	v x24 -x23 x22 x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 x8 x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.04/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.62	c Solving Time       :    1764.34
1800.04/1800.62	c Original Problem   :
1800.04/1800.62	c   Problem name     : HOME/instance-2663906-1276674648.opb
1800.04/1800.62	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.62	c   Constraints      : 3089 initial, 3089 maximal
1800.04/1800.62	c Presolved Problem  :
1800.04/1800.62	c   Problem name     : t_HOME/instance-2663906-1276674648.opb
1800.04/1800.62	c   Variables        : 2888 (2888 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.62	c   Constraints      : 3089 initial, 10704 maximal
1800.04/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   probing          :       0.06          0          0          0          0          0          0          0          0
1800.04/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.62	c   and              :       0.20          0          0          0          0          0          0          0          0
1800.04/1800.62	c   linear           :       0.02          0          0          0          0          0          0          0          0
1800.04/1800.62	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.62	c   setppc           :        400          0    3238577          0     759976      17000     598252          0          0          0
1800.04/1800.62	c   and              :       2488          0    3221578          0     759979         87   24222648          0          0          0
1800.04/1800.62	c   linear           :          1          0    3205830          0     759984      17443   13202901          0          0          0
1800.04/1800.62	c   logicor          :        200+         0     673273          0     759476      27130    1249216          0          0          0
1800.04/1800.62	c   countsols        :          0          0          0          0     759995          0          0          0          0          0
1800.04/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.62	c   setppc           :     229.35       0.00      49.56       0.00     179.79
1800.04/1800.62	c   and              :     249.88       0.00     169.58       0.00      80.30
1800.04/1800.62	c   linear           :     159.25       0.00     158.02       0.00       1.23
1800.04/1800.62	c   logicor          :     135.45       0.00      92.51       0.00      42.94
1800.04/1800.62	c   countsols        :       0.44       0.00       0.00       0.00       0.44
1800.04/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.62	c   vbounds          :       1.67          2          0          0
1800.04/1800.62	c   rootredcost      :       1.55          0          0          0
1800.04/1800.62	c   pseudoobj        :     361.25    3294199      55781       4195
1800.04/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.62	c   propagation      :     408.46     117441     115188    2995015      164.1        308      199.4          -
1800.04/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.62	c   applied globally :          -          -          -     228218      141.0          -          -          -
1800.04/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.62	c Pricers            :       Time      Calls       Vars
1800.04/1800.62	c   problem variables:       0.00          0          0
1800.04/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   inference        :     405.71     759984          0          0          0          0    1519968
1800.04/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.62	c   LP solutions     :       0.00          -          0
1800.04/1800.62	c   pseudo solutions :       0.05          -         11
1800.04/1800.62	c   oneopt           :       1.34          0          0
1800.04/1800.62	c   trivial          :       0.01          2          3
1800.04/1800.62	c   simplerounding   :       0.00          0          0
1800.04/1800.62	c   zirounding       :       0.00          0          0
1800.04/1800.62	c   rounding         :       0.00          0          0
1800.04/1800.62	c   shifting         :       0.00          0          0
1800.04/1800.62	c   intshifting      :       0.00          0          0
1800.04/1800.62	c   twoopt           :       0.00          0          0
1800.04/1800.62	c   fixandinfer      :       0.00          0          0
1800.04/1800.62	c   feaspump         :       0.00          0          0
1800.04/1800.62	c   coefdiving       :       0.00          0          0
1800.04/1800.62	c   pscostdiving     :       0.00          0          0
1800.04/1800.62	c   fracdiving       :       0.00          0          0
1800.04/1800.62	c   veclendiving     :       0.00          0          0
1800.04/1800.62	c   intdiving        :       0.00          0          0
1800.04/1800.62	c   actconsdiving    :       0.00          0          0
1800.04/1800.62	c   objpscostdiving  :       0.00          0          0
1800.04/1800.62	c   rootsoldiving    :       0.00          0          0
1800.04/1800.62	c   linesearchdiving :       0.00          0          0
1800.04/1800.62	c   guideddiving     :       0.00          0          0
1800.04/1800.62	c   octane           :       0.00          0          0
1800.04/1800.62	c   rens             :       0.00          0          0
1800.04/1800.62	c   rins             :       0.00          0          0
1800.04/1800.62	c   localbranching   :       0.00          0          0
1800.04/1800.62	c   mutation         :       0.00          0          0
1800.04/1800.62	c   crossover        :       0.00          0          0
1800.04/1800.62	c   dins             :       0.00          0          0
1800.04/1800.62	c   undercover       :       0.00          0          0
1800.04/1800.62	c   nlp              :       0.50          0          0
1800.04/1800.62	c   trysol           :       0.45          0          0
1800.04/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.62	c B&B Tree           :
1800.04/1800.62	c   number of runs   :          1
1800.04/1800.62	c   nodes            :     865124
1800.04/1800.62	c   nodes (total)    :     865124
1800.04/1800.62	c   nodes left       :     637159
1800.04/1800.62	c   max depth        :        312
1800.04/1800.62	c   max depth (total):        312
1800.04/1800.62	c   backtracks       :      17013 (2.0%)
1800.04/1800.62	c   delayed cutoffs  :      17686
1800.04/1800.62	c   repropagations   :    1118528 (3048517 domain reductions, 12312 cutoffs)
1800.04/1800.62	c   avg switch length:       6.00
1800.04/1800.62	c   switching time   :     148.85
1800.04/1800.62	c Solution           :
1800.04/1800.62	c   Solutions found  :         14 (12 improvements)
1800.04/1800.62	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.62	c   Primal Bound     : -3.20000000000000e+01   (in run 1, after 226712 nodes, 420.31 seconds, depth 86, found by <relaxation>)
1800.04/1800.62	c   Dual Bound       : -1.98000000000000e+02
1800.04/1800.62	c   Gap              :      83.84 %
1800.04/1800.62	c   Root Dual Bound  : -2.00000000000000e+02
1800.04/1800.62	c   Root Iterations  :          0

Verifier Data

OK	-32

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663906-1276674648/watcher-2663906-1276674648 -o /tmp/evaluation-result-2663906-1276674648/solver-2663906-1276674648 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663906-1276674648.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8148
/proc/meminfo: memFree=1748988/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=6584 CPUtime=0
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 1015 0 0 0 0 0 0 0 17 0 1 0 43068664 6742016 937 1992294400 4194304 7136930 140735128135184 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8148/statm: 1646 947 254 719 0 925 0

[startup+0.0864841 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8148
/proc/meminfo: memFree=1748988/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=19052 CPUtime=0.08
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 4419 0 0 0 6 2 0 0 17 0 1 0 43068664 19509248 3987 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 4763 3987 333 719 0 4042 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19052

[startup+0.101485 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8148
/proc/meminfo: memFree=1748988/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=20884 CPUtime=0.09
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 4853 0 0 0 7 2 0 0 17 0 1 0 43068664 21385216 4421 1992294400 4194304 7136930 140735128135184 18446744073709551615 4333569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 5221 4421 333 719 0 4500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20884

[startup+0.301505 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8148
/proc/meminfo: memFree=1748988/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=20980 CPUtime=0.29
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 5434 0 0 0 18 11 0 0 17 0 1 0 43068664 21483520 4488 1992294400 4194304 7136930 140735128135184 18446744073709551615 6360954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 5374 4499 356 719 0 4653 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20980

[startup+0.701542 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8148
/proc/meminfo: memFree=1748988/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=23220 CPUtime=0.69
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 7323 0 0 0 49 20 0 0 17 0 1 0 43068664 23777280 5092 1992294400 4194304 7136930 140735128135184 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 5805 5092 388 719 0 5084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23220

[startup+1.50162 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 8149
/proc/meminfo: memFree=1728892/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=24892 CPUtime=1.49
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 7747 0 0 0 128 21 0 0 18 0 1 0 43068664 25489408 5516 1992294400 4194304 7136930 140735128135184 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 6223 5516 393 719 0 5502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24892

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 8149
/proc/meminfo: memFree=1727652/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=25660 CPUtime=3.09
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 7948 0 0 0 287 22 0 0 21 0 1 0 43068664 26275840 5717 1992294400 4194304 7136930 140735128135184 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 6415 5717 393 719 0 5694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25660

[startup+6.30107 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 8149
/proc/meminfo: memFree=1725916/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=27800 CPUtime=6.29
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 8478 0 0 0 601 28 0 0 25 0 1 0 43068664 28467200 6247 1992294400 4194304 7136930 140735128135184 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 6950 6247 393 719 0 6229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27800

[startup+12.7007 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 8149
/proc/meminfo: memFree=1719468/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=33916 CPUtime=12.69
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 10024 0 0 0 1231 38 0 0 25 0 1 0 43068664 34729984 7793 1992294400 4194304 7136930 140735128135184 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 8479 7793 393 719 0 7758 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33916

[startup+25.5009 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 8151
/proc/meminfo: memFree=1710292/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=43468 CPUtime=25.48
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 12425 0 0 0 2491 57 0 0 25 0 1 0 43068664 44511232 10194 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 10867 10194 393 719 0 10146 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43468

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 8151
/proc/meminfo: memFree=1696280/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=56372 CPUtime=51.07
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 15666 0 0 0 5016 91 0 0 25 0 1 0 43068664 57724928 13435 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 14093 13435 393 719 0 13372 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56372

[startup+102.308 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 8153
/proc/meminfo: memFree=1664164/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=88140 CPUtime=102.27
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 23666 0 0 0 10045 182 0 0 25 0 1 0 43068664 90255360 21435 1992294400 4194304 7136930 140735128135184 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 22035 21435 393 719 0 21314 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 88140

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 8153
/proc/meminfo: memFree=1600552/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=155276 CPUtime=162.25
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 39726 0 0 0 15911 314 0 0 25 0 1 0 43068664 159002624 37495 1992294400 4194304 7136930 140735128135184 18446744073709551615 4783084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 38819 37495 393 719 0 38098 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 155276

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8155
/proc/meminfo: memFree=1552192/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=203768 CPUtime=222.22
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 51557 0 0 0 21795 427 0 0 25 0 1 0 43068664 208658432 49326 1992294400 4194304 7136930 140735128135184 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 50942 49326 393 719 0 50221 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 203768

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8157
/proc/meminfo: memFree=1516604/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=242284 CPUtime=282.21
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 61030 0 0 0 27683 538 0 0 25 0 1 0 43068664 248098816 58799 1992294400 4194304 7136930 140735128135184 18446744073709551615 4219852 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 60571 58799 393 719 0 59850 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 242284

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8159
/proc/meminfo: memFree=1450884/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=308884 CPUtime=342.19
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 77258 0 0 0 33580 639 0 0 25 0 1 0 43068664 316297216 75027 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 77221 75027 393 719 0 76500 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 308884

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8161
/proc/meminfo: memFree=1384544/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=376616 CPUtime=402.17
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 93510 0 0 0 39478 739 0 0 25 0 1 0 43068664 385654784 91279 1992294400 4194304 7136930 140735128135184 18446744073709551615 5892292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 94154 91279 393 719 0 93433 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 376616

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8161
/proc/meminfo: memFree=1321800/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=445984 CPUtime=462.15
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 108988 0 0 0 45371 844 0 0 25 0 1 0 43068664 456687616 106757 1992294400 4194304 7136930 140735128135184 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 111496 106757 393 719 0 110775 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 445984

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8163
/proc/meminfo: memFree=1255212/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=514048 CPUtime=522.14
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 125654 0 0 0 51271 943 0 0 25 0 1 0 43068664 526385152 123423 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 128512 123423 393 719 0 127791 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 514048

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8165
/proc/meminfo: memFree=1197056/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=574888 CPUtime=582.12
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 140216 0 0 0 57166 1046 0 0 25 0 1 0 43068664 588685312 137985 1992294400 4194304 7136930 140735128135184 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 143722 137985 393 719 0 143001 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 574888

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8176
/proc/meminfo: memFree=1131708/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=640348 CPUtime=642.1
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 156216 0 0 0 63061 1149 0 0 25 0 1 0 43068664 655716352 153985 1992294400 4194304 7136930 140735128135184 18446744073709551615 4660929 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 160087 153985 393 719 0 159366 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 640348

[startup+702.301 s]

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

/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 256589 0 0 0 104317 1878 0 0 25 0 1 0 43068664 1082904576 254358 1992294400 4194304 7136930 140735128135184 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 264381 254358 393 719 0 263660 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 1057524

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8188
/proc/meminfo: memFree=673156/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1124708 CPUtime=1121.94
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 270605 0 0 0 110214 1980 0 0 25 0 1 0 43068664 1151700992 268374 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 281177 268374 393 719 0 280456 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 1124708

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8190
/proc/meminfo: memFree=621572/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1182184 CPUtime=1181.92
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 283886 0 0 0 116111 2081 0 0 25 0 1 0 43068664 1210556416 281655 1992294400 4194304 7136930 140735128135184 18446744073709551615 4644822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 295546 281655 393 719 0 294825 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 1182184

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8192
/proc/meminfo: memFree=566392/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1236100 CPUtime=1241.9
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 297214 0 0 0 122004 2186 0 0 25 0 1 0 43068664 1265766400 294983 1992294400 4194304 7136930 140735128135184 18446744073709551615 4947664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 309025 294983 393 719 0 308304 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 1236100

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8194
/proc/meminfo: memFree=519024/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1282916 CPUtime=1301.89
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 308984 0 0 0 127899 2290 0 0 25 0 1 0 43068664 1313705984 306753 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 320729 306753 393 719 0 320008 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1282916

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8194
/proc/meminfo: memFree=471036/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1332056 CPUtime=1361.87
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 321494 0 0 0 133789 2398 0 0 25 0 1 0 43068664 1364025344 319263 1992294400 4194304 7136930 140735128135184 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 333014 319263 393 719 0 332293 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 1332056

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8199
/proc/meminfo: memFree=419328/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1381108 CPUtime=1421.85
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 333757 0 0 0 139688 2497 0 0 25 0 1 0 43068664 1414254592 331526 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 345277 331526 393 719 0 344556 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 1381108

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8201
/proc/meminfo: memFree=370968/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1430424 CPUtime=1481.83
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 346111 0 0 0 145577 2606 0 0 25 0 1 0 43068664 1464754176 343880 1992294400 4194304 7136930 140735128135184 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 357606 343880 393 719 0 356885 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 1430424

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8203
/proc/meminfo: memFree=326204/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1471532 CPUtime=1541.8
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 357024 0 0 0 151470 2710 0 0 25 0 1 0 43068664 1506848768 354793 1992294400 4194304 7136930 140735128135184 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 367883 354793 393 719 0 367162 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 1471532

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8205
/proc/meminfo: memFree=281936/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1518860 CPUtime=1601.79
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 370757 0 0 0 157317 2862 0 0 25 0 1 0 43068664 1555312640 366035 1992294400 4194304 7136930 140735128135184 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 379715 366035 393 719 0 378994 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 1518860

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8205
/proc/meminfo: memFree=269288/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1530956 CPUtime=1661.77
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 373722 0 0 0 163084 3093 0 0 25 0 1 0 43068664 1567698944 369000 1992294400 4194304 7136930 140735128135184 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 382739 369000 393 719 0 382018 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 1530956

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8207
/proc/meminfo: memFree=266312/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1533924 CPUtime=1721.75
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374455 0 0 0 168883 3292 0 0 25 0 1 0 43068664 1570738176 369733 1992294400 4194304 7136930 140735128135184 18446744073709551615 5909042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 383481 369733 393 719 0 382760 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 1533924

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8209
/proc/meminfo: memFree=265940/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1534116 CPUtime=1781.73
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374494 0 0 0 174672 3501 0 0 25 0 1 0 43068664 1570934784 369772 1992294400 4194304 7136930 140735128135184 18446744073709551615 5918763 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 383529 369772 393 719 0 382808 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1534116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8209
/proc/meminfo: memFree=264328/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1536000 CPUtime=1800.04
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374902 0 0 0 176437 3567 0 0 25 0 1 0 43068664 1572864000 370180 1992294400 4194304 7136930 140735128135184 18446744073709551615 5909091 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/8148/statm: 384000 370180 393 719 0 383279 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1536000

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8148

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8209
/proc/meminfo: memFree=264328/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1536168 CPUtime=1800.83
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374920 0 0 0 176516 3567 0 0 25 0 1 0 43068664 1573036032 370198 1992294400 4194304 7136930 140735128135184 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8148/statm: 384042 370198 398 719 0 383321 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 1536168

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8210
/proc/meminfo: memFree=264320/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1536168 CPUtime=1801.63
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374920 0 0 0 176596 3567 0 0 25 0 1 0 43068664 1573036032 370198 1992294400 4194304 7136930 140735128135184 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8148/statm: 384042 370198 398 719 0 383321 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 1536168

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8210
/proc/meminfo: memFree=264320/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=1535812 CPUtime=1802.03
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4202496 374920 0 0 0 176636 3567 0 0 25 0 1 0 43068664 1572671488 370109 1992294400 4194304 7136930 140735128135184 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8148/statm: 383953 370109 398 719 0 383232 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1535812

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8210
/proc/meminfo: memFree=264320/2059040 swapFree=4140408/4192956
[pid=8148] ppid=8146 vsize=0 CPUtime=1802.13
/proc/8148/stat : 8148 (pbscip.linux.x8) R 8146 8148 8033 0 -1 4203524 374920 0 0 0 176637 3576 0 0 25 0 1 0 43068664 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/8148/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.76
CPU time (s): 1802.2
CPU user time (s): 1766.38
CPU system time (s): 35.8226
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 1536168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.38
system time used= 35.8226
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374920
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= 2
involuntary context switches= 5482

runsolver used 2.97655 second user time and 8.5277 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-16 09:50:48
IDJOB=2663906
IDBENCH=48279
IDSOLVER=1167
FILE ID=node004/2663906-1276674648
PBS_JOBID= 11172548
Free space on /tmp= 62564 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663906-1276674648/watcher-2663906-1276674648 -o /tmp/evaluation-result-2663906-1276674648/solver-2663906-1276674648 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663906-1276674648.opb -t 1800 -m 1800

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

MD5SUM BENCH= 27440fbcb5a9ea2c9ae6b100e77dc1d3
RANDOM SEED=1020793708

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1749640 kB
Buffers:         98920 kB
Cached:         117120 kB
SwapCached:       6480 kB
Active:          97228 kB
Inactive:       132644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1749640 kB
SwapTotal:     4192956 kB
SwapFree:      4140408 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       12092 kB
Mapped:          13152 kB
Slab:            57808 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62564 MiB
End job on node004 at 2010-06-16 10:20:51