Trace number 2699673

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.3 1801.55

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_40_ext.wbo
MD5SUM0ff77ac8423d8f0c8431956bf6b828bc
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.012997
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-2699673-1278533807.wbo>
0.00/0.01	c original problem has 1100 variables (700 bin, 0 int, 0 impl, 400 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c (round 2) 150 del vars, 151 del conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 700 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  700 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 0 impl, 400 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <indicator>
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.02
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	o 400
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c t 0.0s|     1 |     0 |     0 |     - |3236k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |     0 |     - |3444k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    31 |     - |3463k|   0 |   0 | 950 | 800 | 950 |  31 |  31 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    71 |     - |3482k|   0 |  15 | 950 | 800 | 950 |  40 |  40 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    76 |     - |3501k|   0 |   0 | 950 | 800 | 950 |  45 |  45 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    81 |     - |3504k|   0 |  22 | 950 | 800 | 950 |  50 |  50 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    87 |     - |3533k|   0 |   9 | 950 | 800 | 950 |  58 |  58 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |    92 |     - |3558k|   0 |  15 | 950 | 800 | 950 |  64 |  64 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |    94 |     - |3582k|   0 |   5 | 950 | 800 | 950 |  66 |  66 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |    96 |     - |3599k|   0 |   5 | 950 | 800 | 950 |  68 |  68 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.02/0.05	c   0.0s|     1 |     2 |   108 |     - |3629k|   0 |   5 | 950 | 800 | 950 |  68 |  68 |   0 |   5 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.59/0.67	o 1
0.59/0.67	c * 0.6s|   486 |    81 |   888 |   1.6 |5138k| 449 |   - | 950 | 811 | 950 | 271 | 385 |  13 | 486 | 0.000000e+00 | 1.000000e-00 |    Inf 
21.90/21.91	c  20.5s| 10000 |  7042 | 96726 |   9.7 |  15M| 449 |   7 | 950 |6447 | 950 | 298 |  27k|7983 |2375 | 0.000000e+00 | 1.000000e-00 |    Inf 
43.79/43.86	c  41.2s| 20000 | 13323 |193861 |   9.7 |  24M| 449 |   8 | 950 |7273 | 950 | 261 |  54k|  16k|3419 | 0.000000e+00 | 1.000000e-00 |    Inf 
66.40/66.47	c  62.5s| 30000 | 19329 |293922 |   9.8 |  32M| 449 |   3 | 950 |8954 | 950 | 211 |  83k|  24k|4187 | 0.000000e+00 | 1.000000e-00 |    Inf 
89.60/89.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.60/89.67	c  84.3s| 40000 | 25280 |394816 |   9.9 |  40M| 449 |   - | 950 |  10k|   0 |   0 | 112k|  31k|4858 | 0.000000e+00 | 1.000000e-00 |    Inf 
112.20/112.23	c   106s| 50000 | 31290 |492239 |   9.8 |  48M| 449 |   3 | 950 |  11k| 950 | 289 | 140k|  38k|5400 | 0.000000e+00 | 1.000000e-00 |    Inf 
136.19/136.21	c   128s| 60000 | 37504 |593966 |   9.9 |  55M| 449 |   3 | 950 |9366 | 950 | 268 | 172k|  44k|5908 | 0.000000e+00 | 1.000000e-00 |    Inf 
158.79/158.84	c   150s| 70000 | 43743 |692435 |   9.9 |  62M| 449 |   7 | 950 |8803 | 950 | 276 | 201k|  50k|6391 | 0.000000e+00 | 1.000000e-00 |    Inf 
181.40/181.43	c   171s| 80000 | 49814 |789193 |   9.9 |  71M| 449 |   8 | 950 |  12k| 950 | 269 | 230k|  57k|6780 | 0.000000e+00 | 1.000000e-00 |    Inf 
204.60/204.62	c   193s| 90000 | 55104 |883647 |   9.8 |  81M| 449 |   3 | 950 |  16k| 950 | 258 | 259k|  65k|7170 | 0.000000e+00 | 1.000000e-00 |    Inf 
228.10/228.17	c   215s|100000 | 61334 |979375 |   9.8 |  88M| 449 |   7 | 950 |  15k| 950 | 261 | 289k|  70k|7555 | 0.000000e+00 | 1.000000e-00 |    Inf 
251.90/251.93	c   237s|110000 | 67806 |  1078k|   9.8 |  96M| 449 |   3 | 950 |  15k| 950 | 250 | 320k|  76k|7896 | 0.000000e+00 | 1.000000e-00 |    Inf 
275.01/275.09	c   259s|120000 | 73901 |  1177k|   9.8 | 102M| 449 |   6 | 950 |  12k| 950 | 268 | 349k|  82k|8194 | 0.000000e+00 | 1.000000e-00 |    Inf 
297.70/297.71	c   280s|130000 | 80076 |  1269k|   9.8 | 111M| 449 |   - | 950 |  15k|   0 |   0 | 378k|  88k|8526 | 0.000000e+00 | 1.000000e-00 |    Inf 
321.80/321.86	c   303s|140000 | 85775 |  1368k|   9.8 | 119M| 449 |   - | 950 |  16k|   0 |   0 | 409k|  94k|8785 | 0.000000e+00 | 1.000000e-00 |    Inf 
345.70/345.77	c   325s|150000 | 91635 |  1467k|   9.8 | 127M| 449 |   3 | 950 |  18k| 950 | 219 | 439k| 100k|9071 | 0.000000e+00 | 1.000000e-00 |    Inf 
370.81/370.81	c   348s|160000 | 97996 |  1570k|   9.8 | 135M| 449 |   3 | 950 |  18k| 950 | 241 | 472k| 107k|9369 | 0.000000e+00 | 1.000000e-00 |    Inf 
393.90/393.91	c   370s|170000 |103814 |  1664k|   9.8 | 140M| 449 |   7 | 950 |  11k| 950 | 265 | 500k| 114k|9621 | 0.000000e+00 | 1.000000e-00 |    Inf 
417.50/417.56	c   392s|180000 |109988 |  1760k|   9.8 | 148M| 449 |   3 | 950 |  12k| 950 | 242 | 530k| 120k|9864 | 0.000000e+00 | 1.000000e-00 |    Inf 
441.11/441.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
441.11/441.13	c   414s|190000 |115986 |  1859k|   9.8 | 154M| 449 |   - | 950 |  10k|   0 |   0 | 561k| 126k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
463.20/463.24	c   435s|200000 |121955 |  1957k|   9.8 | 162M| 449 |   3 | 950 |  11k| 950 | 259 | 588k| 132k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
485.01/485.07	c   456s|210000 |127510 |  2050k|   9.8 | 170M| 449 |   3 | 950 |  12k| 950 | 259 | 615k| 139k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
507.81/507.88	c   477s|220000 |132840 |  2144k|   9.7 | 178M| 449 |   - | 950 |  14k|   0 |   0 | 643k| 145k|  10k| 0.000000e+00 | 1.000000e-00 |    Inf 
531.40/531.40	c   499s|230000 |138269 |  2240k|   9.7 | 186M| 449 |   3 | 950 |  16k| 950 | 197 | 672k| 153k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
554.80/554.82	c   521s|240000 |144144 |  2341k|   9.8 | 193M| 449 |   3 | 950 |  14k| 950 | 250 | 701k| 159k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
577.90/577.95	c   543s|250000 |150066 |  2436k|   9.7 | 197M| 449 |  32 | 950 |6361 | 950 | 241 | 730k| 166k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
601.21/601.20	c   565s|260000 |156032 |  2534k|   9.7 | 205M| 449 |   3 | 950 |7206 | 950 | 257 | 761k| 172k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
624.11/624.17	c   586s|270000 |161840 |  2632k|   9.8 | 212M| 449 |  32 | 950 |6657 | 950 | 271 | 791k| 179k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
646.61/646.63	c   607s|280000 |167402 |  2732k|   9.8 | 220M| 449 |  39 | 950 |6474 | 950 | 258 | 819k| 185k|  11k| 0.000000e+00 | 1.000000e-00 |    Inf 
669.60/669.64	c   629s|290000 |173306 |  2832k|   9.8 | 227M| 449 |   3 | 950 |4869 | 950 | 197 | 849k| 190k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
692.21/692.20	c   650s|300000 |178695 |  2929k|   9.8 | 235M| 449 |  13 | 950 |6852 | 950 | 240 | 879k| 197k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
714.91/714.98	c   672s|310000 |184386 |  3024k|   9.8 | 243M| 449 |   6 | 950 |7928 | 950 | 242 | 908k| 203k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
738.31/738.32	c   694s|320000 |189788 |  3121k|   9.8 | 250M| 449 |   8 | 950 |8957 | 950 | 239 | 939k| 209k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
760.51/760.58	c   714s|330000 |195285 |  3216k|   9.7 | 258M| 449 |   3 | 950 |8949 | 950 | 235 | 966k| 216k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
783.22/783.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.22/783.22	c   736s|340000 |200881 |  3310k|   9.7 | 265M| 449 |   3 | 950 |7299 | 950 | 249 | 995k| 223k|  12k| 0.000000e+00 | 1.000000e-00 |    Inf 
805.61/805.67	c   757s|350000 |206267 |  3406k|   9.7 | 272M| 449 |   3 | 950 |5582 | 950 | 250 |1023k| 230k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
826.91/826.98	c   777s|360000 |211472 |  3498k|   9.7 | 280M| 449 |   - | 950 |7637 |   0 |   0 |1050k| 237k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
847.91/847.97	c   797s|370000 |216765 |  3588k|   9.7 | 287M| 449 |   3 | 950 |7232 | 950 | 236 |1076k| 244k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
869.71/869.75	c   817s|380000 |222370 |  3681k|   9.7 | 294M| 449 |   7 | 950 |6494 | 950 | 269 |1103k| 251k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
891.41/891.40	c   838s|390000 |227764 |  3776k|   9.7 | 301M| 449 |   6 | 950 |4588 | 950 | 217 |1131k| 258k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
913.02/913.10	c   858s|400000 |233568 |  3871k|   9.7 | 309M| 449 |  35 | 950 |5113 | 950 | 258 |1158k| 265k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
935.31/935.34	c   879s|410000 |239204 |  3967k|   9.7 | 316M| 449 |   7 | 950 |4223 | 950 | 250 |1187k| 272k|  13k| 0.000000e+00 | 1.000000e-00 |    Inf 
957.92/957.93	c   900s|420000 |245208 |  4064k|   9.7 | 323M| 449 |   7 | 950 |4302 | 950 | 252 |1216k| 279k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
980.12/980.10	c   921s|430000 |251040 |  4162k|   9.7 | 331M| 449 |   3 | 950 |3862 | 950 | 221 |1245k| 285k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1002.61/1002.62	c   942s|440000 |257134 |  4260k|   9.7 | 338M| 449 |  38 | 950 |4017 | 950 | 244 |1275k| 292k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1025.13/1025.11	c   963s|450000 |262972 |  4356k|   9.7 | 346M| 449 |   3 | 950 |4344 | 950 | 260 |1304k| 298k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1047.42/1047.44	c   984s|460000 |268711 |  4449k|   9.7 | 353M| 449 |   3 | 950 |4643 | 950 | 261 |1334k| 304k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1069.12/1069.12	c  1004s|470000 |274078 |  4544k|   9.7 | 361M| 449 |   7 | 950 |4328 | 950 | 293 |1362k| 311k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1090.22/1090.27	c  1024s|480000 |279213 |  4635k|   9.7 | 368M| 449 |   3 | 950 |4913 | 950 | 224 |1388k| 318k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1112.12/1112.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.12/1112.18	c  1045s|490000 |284315 |  4728k|   9.7 | 375M| 449 |  42 | 950 |4905 | 950 | 273 |1417k| 325k|  14k| 0.000000e+00 | 1.000000e-00 |    Inf 
1133.82/1133.84	c  1065s|500000 |289350 |  4823k|   9.6 | 383M| 449 |   7 | 950 |5226 | 950 | 266 |1444k| 332k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1155.62/1155.67	c  1086s|510000 |294579 |  4916k|   9.6 | 390M| 449 |  12 | 950 |5609 | 950 | 251 |1472k| 339k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1178.32/1178.31	c  1107s|520000 |299972 |  5011k|   9.6 | 397M| 449 |   - | 950 |4128 |   0 |   0 |1502k| 345k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1200.42/1200.48	c  1128s|530000 |305200 |  5108k|   9.6 | 404M| 449 |   9 | 950 |4277 | 950 | 234 |1530k| 352k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1223.13/1223.20	c  1149s|540000 |310299 |  5203k|   9.6 | 412M| 449 |   7 | 950 |5072 | 950 | 264 |1560k| 359k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1244.53/1244.51	c  1169s|550000 |315506 |  5299k|   9.6 | 419M| 449 |   3 | 950 |5272 | 950 | 240 |1587k| 366k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1266.82/1266.84	c  1190s|560000 |321060 |  5394k|   9.6 | 426M| 449 |   3 | 950 |4720 | 950 | 270 |1616k| 372k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1289.23/1289.22	c  1211s|570000 |326353 |  5492k|   9.6 | 433M| 449 |  33 | 950 |4051 | 950 | 269 |1645k| 379k|  15k| 0.000000e+00 | 1.000000e-00 |    Inf 
1311.33/1311.35	c  1232s|580000 |331448 |  5589k|   9.6 | 440M| 449 |   3 | 950 |3575 | 950 | 219 |1673k| 385k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1333.63/1333.64	c  1253s|590000 |336654 |  5686k|   9.6 | 448M| 449 |  11 | 950 |4564 | 950 | 260 |1702k| 392k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1356.12/1356.16	c  1275s|600000 |342394 |  5786k|   9.6 | 455M| 449 |   7 | 950 |3533 | 950 | 269 |1731k| 398k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1378.83/1378.88	c  1296s|610000 |347873 |  5884k|   9.6 | 463M| 449 |   7 | 950 |4090 | 950 | 251 |1761k| 404k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1400.93/1400.93	c  1317s|620000 |353532 |  5981k|   9.6 | 470M| 449 |  42 | 950 |3946 | 950 | 260 |1789k| 410k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1422.62/1422.64	c  1337s|630000 |358965 |  6076k|   9.6 | 478M| 449 |  14 | 950 |3918 | 950 | 266 |1817k| 417k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1444.13/1444.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1444.13/1444.13	c  1357s|640000 |364197 |  6171k|   9.6 | 485M| 449 |   6 | 950 |3487 | 950 | 260 |1844k| 423k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1466.02/1466.04	c  1378s|650000 |369344 |  6269k|   9.6 | 493M| 449 |  33 | 950 |3807 | 950 | 261 |1872k| 429k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1487.23/1487.28	c  1398s|660000 |374634 |  6363k|   9.6 | 500M| 449 |  38 | 950 |4262 | 950 | 254 |1899k| 436k|  16k| 0.000000e+00 | 1.000000e-00 |    Inf 
1509.03/1509.10	c  1418s|670000 |380025 |  6459k|   9.6 | 508M| 449 |   3 | 950 |3504 | 950 | 245 |1927k| 442k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1530.93/1531.00	c  1439s|680000 |385271 |  6558k|   9.6 | 515M| 449 |  12 | 950 |3412 | 950 | 253 |1955k| 448k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1552.94/1553.21	c  1459s|690000 |390261 |  6652k|   9.6 | 523M| 449 |   7 | 950 |4034 | 950 | 284 |1982k| 454k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1574.95/1575.23	c  1479s|700000 |395400 |  6747k|   9.6 | 530M| 449 |   - | 950 |3795 |   0 |   0 |2010k| 460k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1596.74/1597.09	c  1500s|710000 |400474 |  6845k|   9.6 | 537M| 449 |   3 | 950 |3255 | 950 | 266 |2037k| 466k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1618.95/1619.26	c  1520s|720000 |405868 |  6944k|   9.6 | 545M| 449 |   3 | 950 |3575 | 950 | 278 |2066k| 472k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1640.94/1641.27	c  1540s|730000 |410840 |  7040k|   9.6 | 552M| 449 |   3 | 950 |3746 | 950 | 240 |2093k| 479k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1662.94/1663.26	c  1561s|740000 |415904 |  7138k|   9.6 | 559M| 449 |   7 | 950 |3734 | 950 | 238 |2121k| 485k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1684.95/1685.22	c  1581s|750000 |420885 |  7236k|   9.6 | 567M| 449 |  30 | 950 |3622 | 950 | 278 |2149k| 492k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1706.95/1707.23	c  1601s|760000 |425852 |  7334k|   9.7 | 574M| 449 |   7 | 950 |4116 | 950 | 273 |2176k| 499k|  17k| 0.000000e+00 | 1.000000e-00 |    Inf 
1729.14/1729.48	c  1622s|770000 |430859 |  7432k|   9.7 | 582M| 449 |   - | 950 |3328 |   0 |   0 |2204k| 505k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1751.14/1751.40	c  1642s|780000 |435724 |  7531k|   9.7 | 589M| 449 |  34 | 950 |3786 | 950 | 270 |2231k| 512k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1773.34/1773.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1773.34/1773.65	c  1663s|790000 |440644 |  7632k|   9.7 | 597M| 449 |  45 | 950 |4014 | 950 | 254 |2259k| 519k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1795.24/1795.58	c  1683s|800000 |445351 |  7732k|   9.7 | 604M| 449 |   9 | 950 |3711 | 950 | 247 |2285k| 527k|  18k| 0.000000e+00 | 1.000000e-00 |    Inf 
1800.05/1800.30	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.30	c 
1800.05/1800.30	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.30	c Solving Time (sec) : 1687.27
1800.05/1800.30	c Solving Nodes      : 802079
1800.05/1800.30	c Primal Bound       : +1.00000000000000e-00 (90 solutions)
1800.05/1800.30	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.30	c Gap                : infinite
1800.05/1800.30	s SATISFIABLE
1800.05/1800.30	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.05/1800.30	v -x276 x275 x274 -x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 x264 -x263 x262 -x261 x260 -x259 -x258 x257 -x256 x255 
1800.05/1800.30	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.05/1800.30	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.05/1800.30	v -x208 x207 x206 -x205 -x204 x203 x202 -x201 -x200 x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 
1800.05/1800.30	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.05/1800.30	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.05/1800.30	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.05/1800.30	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.05/1800.30	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.05/1800.30	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.05/1800.30	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.05/1800.30	v x11 x10 -x9 x8 -x7 x6 -x5 -x4 x3 x2 -x1 
1800.05/1800.30	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.30	c Solving Time       :    1687.27
1800.05/1800.30	c Original Problem   :
1800.05/1800.30	c   Problem name     : HOME/instance-2699673-1278533807.wbo
1800.05/1800.30	c   Variables        : 1100 (700 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.05/1800.30	c   Constraints      : 951 initial, 951 maximal
1800.05/1800.30	c Presolved Problem  :
1800.05/1800.30	c   Problem name     : t_HOME/instance-2699673-1278533807.wbo
1800.05/1800.30	c   Variables        : 950 (550 binary, 0 integer, 0 implicit integer, 400 continuous)
1800.05/1800.30	c   Constraints      : 800 initial, 19035 maximal
1800.05/1800.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.30	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   linear           :       0.00          0        150          0        400          0        151          0          0
1800.05/1800.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.30	c   root node        :          -        400          -          -        800          -          -          -          -
1800.05/1800.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.30	c   integral         :          0          0          0    2972378          0          1        276          0          0    1390032
1800.05/1800.30	c   indicator        :        400          0        813        721          0          0        807          0          0          0
1800.05/1800.30	c   linear           :        400          8    3220370    2277258          0     122090    5258578    2291912          0          0
1800.05/1800.30	c   logicor          :          0+         0    2007201          0          0      67039    1550561          0          0          0
1800.05/1800.30	c   countsols        :          0          0          0        404          0          0          0          0          0          0
1800.05/1800.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.30	c   integral         :      15.43       0.00       0.00      15.43       0.00
1800.05/1800.30	c   indicator        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.30	c   linear           :      63.06       0.00      37.23      25.83       0.00
1800.05/1800.30	c   logicor          :      39.26       0.00      39.26       0.00       0.00
1800.05/1800.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.30	c   vbounds          :       0.55          2          0          0
1800.05/1800.30	c   rootredcost      :       0.35          1          0        400
1800.05/1800.30	c   pseudoobj        :      22.18    3220171          0          0
1800.05/1800.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.30	c   propagation      :       9.87     189129     188497    1513707       35.7      12207       10.2          -
1800.05/1800.30	c   infeasible LP    :       0.01         14         14        150       35.0          0        0.0          0
1800.05/1800.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.30	c   applied globally :          -          -          -     528325       30.8          -          -          -
1800.05/1800.30	c   applied locally  :          -          -          -          2       72.0          -          -          -
1800.05/1800.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.30	c   cut pool         :       0.00          5          -          -         14          -    (maximal pool size: 43)
1800.05/1800.30	c   redcost          :      22.91    2085130          0          0          0          0
1800.05/1800.30	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.30	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.30	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.30	c   gomory           :       0.00          5          0          0         66          0
1800.05/1800.30	c   strongcg         :       0.00          5          0          0          0          0
1800.05/1800.30	c   cmir             :       0.00          5          0          0          2          0
1800.05/1800.30	c   flowcover        :       0.01          5          0          0          5          0
1800.05/1800.30	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.30	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.30	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.30	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.31	c Pricers            :       Time      Calls       Vars
1800.05/1800.31	c   problem variables:       0.00          0          0
1800.05/1800.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.31	c   relpscost        :      14.57     695119          1        276          0          0    1390032
1800.05/1800.31	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.31	c   inference        :       0.01        403          0          0          0          0        806
1800.05/1800.31	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.31	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.31	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.31	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.31	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.31	c   LP solutions     :       0.00          -          1
1800.05/1800.31	c   pseudo solutions :       0.00          -          0
1800.05/1800.31	c   rootsoldiving    :       0.00          0          0
1800.05/1800.31	c   linesearchdiving :       0.00          0          0
1800.05/1800.31	c   guideddiving     :       0.00          0          0
1800.05/1800.31	c   feaspump         :       0.00          0          0
1800.05/1800.31	c   oneopt           :       0.15          2          0
1800.05/1800.31	c   coefdiving       :       0.00          1          0
1800.05/1800.31	c   pscostdiving     :       0.00          1          0
1800.05/1800.31	c   fracdiving       :       0.00          1          0
1800.05/1800.31	c   veclendiving     :       0.00          1          0
1800.05/1800.31	c   intshifting      :       0.00          1          0
1800.05/1800.31	c   objpscostdiving  :       0.00          1          0
1800.05/1800.31	c   crossover        :       0.17          1          0
1800.05/1800.31	c   trivial          :       0.00          2          1
1800.05/1800.31	c   simplerounding   :       1.87     695102          0
1800.05/1800.31	c   zirounding       :       0.12       1000          0
1800.05/1800.31	c   rounding         :       1.27      11785          0
1800.05/1800.31	c   shifting         :       0.33       3650          0
1800.05/1800.31	c   twoopt           :       0.00          0          0
1800.05/1800.31	c   fixandinfer      :       0.00          0          0
1800.05/1800.31	c   intdiving        :       0.00          0          0
1800.05/1800.31	c   actconsdiving    :       0.00          0          0
1800.05/1800.31	c   octane           :       0.00          0          0
1800.05/1800.31	c   rens             :       0.01          1          0
1800.05/1800.31	c   rins             :       0.00          0          0
1800.05/1800.31	c   localbranching   :       0.00          0          0
1800.05/1800.31	c   mutation         :       0.00          0          0
1800.05/1800.31	c   dins             :       0.00          0          0
1800.05/1800.31	c   undercover       :       0.00          0          0
1800.05/1800.31	c   nlp              :       0.12          0          0
1800.05/1800.31	c   trysol           :       0.66         88         88
1800.05/1800.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.31	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.31	c   dual LP          :    1204.66    2971918    7752794       2.61    6435.67
1800.05/1800.31	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.31	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.31	c   diving/probing LP:       0.00          3         51      17.00          -
1800.05/1800.31	c   strong branching :       9.49      18402     120550       6.55   12702.85
1800.05/1800.31	c     (at root node) :          -          5         24       4.80          -
1800.05/1800.31	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.31	c B&B Tree           :
1800.05/1800.31	c   number of runs   :          1
1800.05/1800.31	c   nodes            :     802079
1800.05/1800.31	c   nodes (total)    :     802079
1800.05/1800.31	c   nodes left       :     446480
1800.05/1800.31	c   max depth        :        449
1800.05/1800.31	c   max depth (total):        449
1800.05/1800.31	c   backtracks       :      84385 (10.5%)
1800.05/1800.31	c   delayed cutoffs  :     141880
1800.05/1800.31	c   repropagations   :     214930 (2392842 domain reductions, 82476 cutoffs)
1800.05/1800.31	c   avg switch length:       3.22
1800.05/1800.31	c   switching time   :      51.64
1800.05/1800.31	c Solution           :
1800.05/1800.31	c   Solutions found  :         90 (2 improvements)
1800.05/1800.31	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.31	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 486 nodes, 0.60 seconds, depth 445, found by <relaxation>)
1800.05/1800.31	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.31	c   Gap              :   infinite
1800.05/1800.31	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.31	c   Root Iterations  :         96
1801.24/1801.55	c Time complete: 1801.29.

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-2699673-1278533807/watcher-2699673-1278533807 -o /tmp/evaluation-result-2699673-1278533807/solver-2699673-1278533807 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699673-1278533807.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.08 0.02 0.01 4/178 18520
/proc/meminfo: memFree=29676016/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=10996 CPUtime=0
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 1675 0 0 0 0 0 0 0 21 0 1 0 21594644 11259904 1596 4089446400 4194304 9819077 140736677876640 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18520/statm: 2749 1596 392 1374 0 1370 0

[startup+0.0296651 s]
/proc/loadavg: 0.08 0.02 0.01 4/178 18520
/proc/meminfo: memFree=29676016/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=17816 CPUtime=0.02
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 4154 0 0 0 2 0 0 0 23 0 1 0 21594644 18243584 3207 4089446400 4194304 9819077 140736677876640 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 4487 3211 524 1374 0 3108 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 17816

[startup+0.100652 s]
/proc/loadavg: 0.08 0.02 0.01 4/178 18520
/proc/meminfo: memFree=29676016/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=20104 CPUtime=0.09
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 7335 0 0 0 9 0 0 0 23 0 1 0 21594644 20586496 3696 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 5026 3696 701 1374 0 3647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20104

[startup+0.300616 s]
/proc/loadavg: 0.08 0.02 0.01 4/178 18520
/proc/meminfo: memFree=29676016/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=22456 CPUtime=0.29
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 13575 0 0 0 27 2 0 0 23 0 1 0 21594644 22994944 3983 4089446400 4194304 9819077 140736677876640 18446744073709551615 6191650 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 5528 3982 702 1374 0 4149 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22456

[startup+0.700546 s]
/proc/loadavg: 0.08 0.02 0.01 4/178 18520
/proc/meminfo: memFree=29676016/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=24096 CPUtime=0.69
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 25444 0 0 0 63 6 0 0 25 0 1 0 21594644 24674304 4296 4089446400 4194304 9819077 140736677876640 18446744073709551615 6567584 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 6024 4296 706 1374 0 4645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24096

[startup+1.5004 s]
/proc/loadavg: 0.23 0.05 0.02 3/179 18521
/proc/meminfo: memFree=29660508/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=23176 CPUtime=1.49
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 48733 0 0 0 135 14 0 0 25 0 1 0 21594644 23732224 4400 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 5794 4400 715 1374 0 4415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23176

[startup+3.10012 s]
/proc/loadavg: 0.23 0.05 0.02 3/179 18521
/proc/meminfo: memFree=29659516/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=24164 CPUtime=3.09
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 76694 0 0 0 286 23 0 0 25 0 1 0 21594644 24743936 4658 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 6041 4658 715 1374 0 4662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24164

[startup+6.30055 s]
/proc/loadavg: 0.37 0.08 0.03 3/179 18521
/proc/meminfo: memFree=29656168/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=26740 CPUtime=6.29
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 128402 0 0 0 588 41 0 0 25 0 1 0 21594644 27381760 5272 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 6685 5272 715 1374 0 5306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26740

[startup+12.7004 s]
/proc/loadavg: 0.50 0.11 0.04 3/179 18521
/proc/meminfo: memFree=29647388/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=31084 CPUtime=12.69
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 240230 0 0 0 1184 85 0 0 25 0 1 0 21594644 31830016 6429 4089446400 4194304 9819077 140736677876640 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 7816 6429 715 1374 0 6437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31084

[startup+25.5001 s]
/proc/loadavg: 0.73 0.18 0.06 3/179 18522
/proc/meminfo: memFree=29630768/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=39972 CPUtime=25.49
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 452152 0 0 0 2387 162 0 0 25 0 1 0 21594644 40931328 8572 4089446400 4194304 9819077 140736677876640 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 9993 8572 715 1374 0 8614 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39972

[startup+51.1006 s]
/proc/loadavg: 1.23 0.35 0.12 3/179 18522
/proc/meminfo: memFree=29607536/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=51480 CPUtime=51.09
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 852326 0 0 0 4800 309 0 0 25 0 1 0 21594644 52715520 11490 4089446400 4194304 9819077 140736677876640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 12870 11490 715 1374 0 11491 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51480

[startup+102.307 s]
/proc/loadavg: 1.66 0.60 0.21 3/179 18524
/proc/meminfo: memFree=29563716/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=77292 CPUtime=102.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 1667723 0 0 0 9629 601 0 0 25 0 1 0 21594644 79147008 17835 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 19323 17835 715 1374 0 17944 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77292

[startup+162.301 s]
/proc/loadavg: 1.92 0.87 0.33 3/179 18604
/proc/meminfo: memFree=29599360/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=96360 CPUtime=162.29
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 2621210 0 0 0 15289 940 0 0 25 0 1 0 21594644 98672640 22690 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 24090 22690 715 1374 0 22711 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96360

[startup+222.3 s]
/proc/loadavg: 1.97 1.07 0.43 3/179 18606
/proc/meminfo: memFree=29570768/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=124452 CPUtime=222.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 3536680 0 0 0 20912 1318 0 0 25 0 1 0 21594644 127438848 29659 4089446400 4194304 9819077 140736677876640 18446744073709551615 7816431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 31113 29659 715 1374 0 29734 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124452

[startup+282.301 s]
/proc/loadavg: 1.99 1.24 0.52 3/179 18607
/proc/meminfo: memFree=29549756/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=146096 CPUtime=282.29
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 4379743 0 0 0 26551 1678 0 0 25 0 1 0 21594644 149602304 34833 4089446400 4194304 9819077 140736677876640 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 36704 34837 715 1374 0 35325 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 146096

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 18609
/proc/meminfo: memFree=29526508/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=170244 CPUtime=342.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 5211406 0 0 0 32180 2050 0 0 25 0 1 0 21594644 174329856 40612 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 42561 40612 715 1374 0 41182 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 170244

[startup+402.3 s]
/proc/loadavg: 1.99 1.49 0.70 3/179 18611
/proc/meminfo: memFree=29502000/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=195672 CPUtime=402.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 6122029 0 0 0 37806 2424 0 0 25 0 1 0 21594644 200368128 46775 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 48918 46775 715 1374 0 47539 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 195672

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/179 18612
/proc/meminfo: memFree=29482488/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=214864 CPUtime=462.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 7045597 0 0 0 43431 2799 0 0 25 0 1 0 21594644 220020736 51523 4089446400 4194304 9819077 140736677876640 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 53716 51523 715 1374 0 52337 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 214864

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/179 18614
/proc/meminfo: memFree=29464100/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=232776 CPUtime=522.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 7949110 0 0 0 49080 3150 0 0 25 0 1 0 21594644 238362624 56076 4089446400 4194304 9819077 140736677876640 18446744073709551615 6361166 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 58194 56076 715 1374 0 56815 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 232776

[startup+582.3 s]
/proc/loadavg: 1.99 1.71 0.92 3/179 18615
/proc/meminfo: memFree=29442352/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=254520 CPUtime=582.3
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 8864496 0 0 0 54716 3514 0 0 25 0 1 0 21594644 260628480 61518 4089446400 4194304 9819077 140736677876640 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 63630 61518 715 1374 0 62251 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 254520

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 0.98 3/179 18617
/proc/meminfo: memFree=29425064/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=271624 CPUtime=642.31
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 9797869 0 0 0 60335 3896 0 0 25 0 1 0 21594644 278142976 65848 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 67906 65848 715 1374 0 66527 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 271624

[startup+702.3 s]

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

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.34 3/179 18628
/proc/meminfo: memFree=29275068/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=423936 CPUtime=1062.32
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 16326557 0 0 0 99796 6436 0 0 25 0 1 0 21594644 434110464 103320 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 105984 103320 715 1374 0 104605 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 423936

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.38 3/179 18630
/proc/meminfo: memFree=29255760/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=442764 CPUtime=1122.32
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 17259547 0 0 0 105431 6801 0 0 25 0 1 0 21594644 453390336 108095 4089446400 4194304 9819077 140736677876640 18446744073709551615 6003617 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 110691 108095 715 1374 0 109312 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 442764

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 3/179 18631
/proc/meminfo: memFree=29232616/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=465276 CPUtime=1182.32
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 18190436 0 0 0 111076 7156 0 0 25 0 1 0 21594644 476442624 113760 4089446400 4194304 9819077 140736677876640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 116319 113760 715 1374 0 114940 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 465276

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.45 3/179 18633
/proc/meminfo: memFree=29209624/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=487804 CPUtime=1242.32
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 19128688 0 0 0 116719 7513 0 0 25 0 1 0 21594644 499511296 119464 4089446400 4194304 9819077 140736677876640 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 121819 119460 715 1374 0 120440 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 487804

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.48 3/179 18635
/proc/meminfo: memFree=29187816/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=509152 CPUtime=1302.33
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 20066814 0 0 0 122377 7856 0 0 25 0 1 0 21594644 521371648 124865 4089446400 4194304 9819077 140736677876640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 127288 124865 715 1374 0 125909 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 509152

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.51 3/179 18636
/proc/meminfo: memFree=29166680/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=528836 CPUtime=1362.33
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 21010205 0 0 0 128037 8196 0 0 25 0 1 0 21594644 541528064 130026 4089446400 4194304 9819077 140736677876640 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 132343 130029 715 1374 0 130964 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 528836

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.54 3/179 18638
/proc/meminfo: memFree=29141564/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=554508 CPUtime=1422.33
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 21950981 0 0 0 133679 8554 0 0 25 0 1 0 21594644 567816192 136288 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 138627 136288 715 1374 0 137248 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 554508

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/179 18639
/proc/meminfo: memFree=29124880/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=570624 CPUtime=1482.33
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 22887090 0 0 0 139303 8930 0 0 25 0 1 0 21594644 584318976 140385 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18520/statm: 142656 140385 715 1374 0 141277 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 570624

[startup+1542.3 s]
/proc/loadavg: 2.22 2.02 1.60 3/179 18923
/proc/meminfo: memFree=29059180/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=594216 CPUtime=1542.04
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 23818093 0 0 0 144906 9298 0 0 25 0 1 0 21594644 608477184 146392 4089446400 4194304 9819077 140736677876640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 148554 146393 715 1374 0 147175 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 594216

[startup+1602.3 s]
/proc/loadavg: 2.08 2.01 1.62 3/179 18925
/proc/meminfo: memFree=28977632/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=608904 CPUtime=1602.03
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 24749489 0 0 0 150441 9762 0 0 25 0 1 0 21594644 623517696 150086 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 152226 150086 715 1374 0 150847 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 608904

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.65 3/179 18926
/proc/meminfo: memFree=28885448/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=628356 CPUtime=1662.04
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 25681918 0 0 0 155971 10233 0 0 25 0 1 0 21594644 643436544 154967 4089446400 4194304 9819077 140736677876640 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 157089 154967 715 1374 0 155710 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 628356

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.67 3/179 18928
/proc/meminfo: memFree=28795252/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=646192 CPUtime=1722.04
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 26608238 0 0 0 161512 10692 0 0 25 0 1 0 21594644 661700608 159489 4089446400 4194304 9819077 140736677876640 18446744073709551615 6388537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 161503 159488 715 1374 0 160124 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 646192

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.69 3/179 18929
/proc/meminfo: memFree=28691648/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=672420 CPUtime=1782.05
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27531867 0 0 0 167064 11141 0 0 25 0 1 0 21594644 688558080 166109 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 168105 166109 715 1374 0 166726 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 672420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 1.69 3/179 18930
/proc/meminfo: memFree=28661136/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=678716 CPUtime=1800.05
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27808448 0 0 0 168727 11278 0 0 25 0 1 0 21594644 695005184 167687 4089446400 4194304 9819077 140736677876640 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18520/statm: 169679 167687 715 1374 0 168300 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 678716

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.01 2.01 1.69 3/180 18931
/proc/meminfo: memFree=28661128/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=678716 CPUtime=1800.35
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27808464 0 0 0 168757 11278 0 0 18 0 1 0 21594644 695005184 167690 4089446400 4194304 9819077 140736677876640 18446744073709551615 6180675 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18520/statm: 169679 167690 718 1374 0 168300 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 678716

[startup+1801 s]
/proc/loadavg: 2.01 2.01 1.69 3/180 18931
/proc/meminfo: memFree=28661128/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=677168 CPUtime=1800.74
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27808464 0 0 0 168796 11278 0 0 18 0 1 0 21594644 693420032 167303 4089446400 4194304 9819077 140736677876640 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18520/statm: 169292 167303 718 1374 0 167913 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 677168

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 1.69 3/180 18931
/proc/meminfo: memFree=28661128/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=658416 CPUtime=1801.14
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27808464 0 0 0 168836 11278 0 0 19 0 1 0 21594644 674217984 162615 4089446400 4194304 9819077 140736677876640 18446744073709551615 6180033 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18520/statm: 164604 162615 718 1374 0 163225 0
Current children cumulated CPU time (s) 1801.14
Current children cumulated vsize (KiB) 658416

[startup+1801.5 s]
/proc/loadavg: 2.01 2.01 1.69 3/180 18931
/proc/meminfo: memFree=28661128/32950928 swapFree=67111528/67111528
[pid=18520] ppid=18518 vsize=579276 CPUtime=1801.24
/proc/18520/stat : 18520 (pbscip.linux.x8) R 18518 18520 18393 0 -1 4202496 27808464 0 0 0 168846 11278 0 0 19 0 1 0 21594644 593178624 142831 4089446400 4194304 9819077 140736677876640 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18520/statm: 144819 142831 718 1374 0 143440 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 579276

Child status: 0
Real time (s): 1801.55
CPU time (s): 1801.3
CPU user time (s): 1688.49
CPU system time (s): 112.809
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 678760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1688.49
system time used= 112.809
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27808468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 4347

runsolver used 2.6486 second user time and 5.72013 second system time

The end

Launcher Data

Begin job on node123 at 2010-07-07 22:16:47
IDJOB=2699673
IDBENCH=79364
IDSOLVER=1205
FILE ID=node123/2699673-1278533807
PBS_JOBID= 11239231
Free space on /tmp= 73624 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_40_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-2699673-1278533807/watcher-2699673-1278533807 -o /tmp/evaluation-result-2699673-1278533807/solver-2699673-1278533807 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699673-1278533807.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0ff77ac8423d8f0c8431956bf6b828bc
RANDOM SEED=945570937

node123.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.848
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.69
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.848
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.848
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.80
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.848
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.79
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.848
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	: 5354.69
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.848
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.75
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.848
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.74
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.848
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29676544 kB
Buffers:        135816 kB
Cached:        2913492 kB
SwapCached:          0 kB
Active:         963844 kB
Inactive:      2166104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29676544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11044 kB
Writeback:           0 kB
AnonPages:       80068 kB
Mapped:          16772 kB
Slab:            80732 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   225268 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= 73620 MiB
End job on node123 at 2010-07-07 22:46:50