Trace number 4080058

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
toysat 2016-05-02? (TO) 1800.04 1800.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUMcd577d7fe2c7600d8302daa2328d0cdf
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14603
Best CPU time to get the best result obtained on this benchmark1800.39
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 188353
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 188353
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T12:23:56+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4080058-1465295035.opb"]
0.00/0.01	c use --random-gen="835668754 1747992475 4272558674 2932247820 3260838254 4143062553 626267347 2442709715 2067343233 2050148605 2836326887 4288889563 2094057611 2786468121 1348611391 808444 1126512818 2154126096 2173294607 2545540120 3148521778 3438680863 336967697 3590850447 609501287 212578907 2174708067 1367268475 1705822580 4173870211 3133114412 559124672 3448110567 517380521 3940879644 1211881825 600828013 2836830012 1637656423 4049217618 3765422440 1663802534 2912673788 1388390298 1666859048 1041764515 768741478 362829003 1145502428 613124717 2676750626 1592727587 461695005 1139051830 2131200482 1846700715 1559988886 2576548381 339384833 2696628157 3192776135 63408962 1058557723 2413667118 1877561448 1924044477 605484345 2048773871 3695807121 799580604 3909080913 160140691 1140985992 3218673793 3368517032 2978404181 2673729698 4258327639 902052424 2562796029 367144274 333188867 3153621274 1112582222 1169084520 3446598300 2830559967 1724372175 1891638079 980505740 148856954 1645796890 1236611899 2813421198 4275347796 3959014128 1677664673 2763240635 1029950979 2622323754 1431778407 1060657016 179581524 1829033327 757898832 146688830 3535510796 661434378 2509197959 3210976475 3573096368 1614124889 255054674 109704438 3437734679 2013451813 2358516348 3681511058 2028334176 2317824962 3458273036 2170165469 259326298 3157247640 710292147 2695542596 2182798388 3175997790 1012966260 51131202 4095951819 4282014124 703813358 3347534115 3946755070 2672633179 2759548020 797003201 3222497970 1922926690 4056760968 229947995 2429289410 3067096736 2473295430 4163549626 2465790234 768043874 3128545249 3561725407 405726132 3324812944 1823203731 1663634810 2688410882 1174770933 3703204912 875805708 2704976992 3689193403 3487370785 1460504850 103088729 3675835844 2967275150 1225033072 2266215427 1985278622 3244729701 2528957459 4123758567 1242908328 1885950278 31804818 685140825 3118113391 918928711 3834089720 674157878 3933124520 2010891852 1296997999 3483865097 3144209640 1268847254 671501979 2379428262 4100562087 3256639734 180060915 3821602664 1849602890 3891424301 3617521519 3114786065 1051822980 4134145604 2116532170 3543649143 4241021783 1496654339 2203347493 646532500 3989610066 161466330 1985196775 283672253 2245004302 3942676112 1812846179 3207311781 1163446594 3780617520 2559312656 2793551423 2583680014 811892350 2389720614 1877946254 2061056930 1234133702 4148440213 2215110985 89666441 48162907 2870795178 2064634739 1947175082 2007702220 3589798575 432790753 2928785240 842479369 123777099 3194769040 3426915953 249339083 514028951 2601867601 1619489254 221154398 1122007285 986132815 2011769162 2033394501 2090892181 638901726 2022056742 477175058 856411158 3404349519 2719757885 1257819746 1049636178 1857740646 2726454515 255 362436" option to reproduce the execution
4.39/4.45	c #vars 400896
4.39/4.45	c #constraints 402763
13.69/13.77	c BCD2: Hardening is enabled.
13.69/13.77	c BCD2: BiasedSearch is enabled.
13.69/13.77	c Solving starts ...
13.69/13.77	c ============================[ Search Statistics ]============================
13.69/13.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.77	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.77	c =============================================================================
13.69/13.79	c  0.0s |       0 |        0 |        0 |   267886      0 |        0 |        0
17.29/17.36	c  3.6s |       0 |       20 |        1 |   267886      0 |       19 |       19
17.29/17.36	c #cpu_time = 3.240s
17.29/17.36	c #wall_clock_time = 3.248s
17.29/17.36	c #decision = 20
17.29/17.36	c #random_decision = 0
17.29/17.37	c #conflict = 1
17.29/17.37	c #restart = 0
17.29/17.37	o 0
17.29/17.37	c BCD2: updating upper bound: 188353 -> 188352
17.29/17.37	c BCD2: 0 <= obj <= 188352
17.29/17.37	c BCD2: #cores=0, #unrelaxed=1605, #relaxed=0, #hardened=0
17.29/17.37	c BCD2: #sat=1 #unsat=1 bias=1/2
17.29/17.37	c Solving starts ...
17.29/17.37	c ============================[ Search Statistics ]============================
17.29/17.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.37	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.37	c =============================================================================
17.29/17.37	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
17.79/17.86	c  0.5s |       0 |      107 |        0 |   267886      0 |       19 |       19
17.79/17.86	c #cpu_time = 0.457s
17.79/17.86	c #wall_clock_time = 0.458s
17.79/17.86	c #decision = 107
17.79/17.86	c #random_decision = 0
17.79/17.86	c #conflict = 0
17.79/17.86	c #restart = 0
17.79/17.86	c BCD2: found a new core of size 107: cost of the new core is >=1
17.79/17.86	c lower bound updated to -188352
17.79/17.86	c BCD2: 1 <= obj <= 188352
17.79/17.86	c BCD2: #cores=1, #unrelaxed=1498, #relaxed=107, #hardened=0
17.79/17.86	c BCD2: #sat=1 #unsat=2 bias=2/3
17.89/17.93	c Solving starts ...
17.89/17.93	c ============================[ Search Statistics ]============================
17.89/17.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.93	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.93	c =============================================================================
17.89/17.93	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
18.19/18.29	c  0.4s |       0 |      109 |        1 |   267886      0 |       19 |       19
18.19/18.29	c #cpu_time = 0.365s
18.19/18.29	c #wall_clock_time = 0.366s
18.19/18.29	c #decision = 109
18.19/18.29	c #random_decision = 0
18.19/18.29	c #conflict = 1
18.19/18.29	c #restart = 0
18.19/18.29	c BCD2: relaxing 105 and merging with 1 cores into a new core of size 212: cost of the new core is >=2
18.19/18.29	c lower bound updated to -188351
18.29/18.30	c BCD2: 2 <= obj <= 188352
18.29/18.30	c BCD2: #cores=1, #unrelaxed=1393, #relaxed=212, #hardened=0
18.29/18.30	c BCD2: #sat=1 #unsat=3 bias=3/4
18.29/18.35	c Solving starts ...
18.29/18.35	c ============================[ Search Statistics ]============================
18.29/18.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.35	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.35	c =============================================================================
18.29/18.35	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       19
18.69/18.73	c  0.4s |       0 |      109 |        1 |   267886      0 |       20 |       20
18.69/18.73	c #cpu_time = 0.375s
18.69/18.73	c #wall_clock_time = 0.376s
18.69/18.73	c #decision = 109
18.69/18.73	c #random_decision = 0
18.69/18.73	c #conflict = 1
18.69/18.73	c #restart = 0
18.69/18.73	c BCD2: relaxing 106 and merging with 1 cores into a new core of size 318: cost of the new core is >=3
18.69/18.73	c lower bound updated to -188350
18.69/18.74	c BCD2: 3 <= obj <= 188352
18.69/18.74	c BCD2: #cores=1, #unrelaxed=1287, #relaxed=318, #hardened=0
18.69/18.74	c BCD2: #sat=1 #unsat=4 bias=4/5
18.89/18.97	c Solving starts ...
18.89/18.97	c ============================[ Search Statistics ]============================
18.89/18.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.97	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.97	c =============================================================================
18.89/18.97	c  0.0s |       0 |        0 |        0 |   267886      0 |       21 |       20
19.28/19.35	c  0.4s |       0 |      118 |        1 |   267886      0 |       21 |       21
19.28/19.35	c #cpu_time = 0.377s
19.28/19.35	c #wall_clock_time = 0.378s
19.28/19.35	c #decision = 118
19.28/19.35	c #random_decision = 0
19.28/19.35	c #conflict = 1
19.28/19.35	c #restart = 0
19.28/19.35	c BCD2: relaxing 117 and merging with 1 cores into a new core of size 435: cost of the new core is >=4
19.28/19.35	c lower bound updated to -188349
19.28/19.36	c BCD2: 4 <= obj <= 188352
19.28/19.36	c BCD2: #cores=1, #unrelaxed=1170, #relaxed=435, #hardened=0
19.28/19.36	c BCD2: #sat=1 #unsat=5 bias=5/6
19.28/19.36	c Solving starts ...
19.28/19.36	c ============================[ Search Statistics ]============================
19.28/19.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.36	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.36	c =============================================================================
19.28/19.36	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       21
19.68/19.75	c  0.4s |       0 |      107 |        1 |   267886      0 |       22 |       22
19.68/19.75	c #cpu_time = 0.389s
19.68/19.75	c #wall_clock_time = 0.390s
19.68/19.75	c #decision = 107
19.68/19.75	c #random_decision = 0
19.68/19.75	c #conflict = 1
19.68/19.75	c #restart = 0
19.68/19.75	c BCD2: relaxing 104 and merging with 1 cores into a new core of size 539: cost of the new core is >=5
19.68/19.75	c lower bound updated to -188348
19.68/19.76	c BCD2: 5 <= obj <= 188352
19.68/19.76	c BCD2: #cores=1, #unrelaxed=1066, #relaxed=539, #hardened=0
19.68/19.76	c BCD2: #sat=1 #unsat=6 bias=6/7
19.79/19.90	c Solving starts ...
19.79/19.90	c ============================[ Search Statistics ]============================
19.79/19.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.90	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.90	c =============================================================================
19.79/19.90	c  0.0s |       0 |        0 |        0 |   267886      0 |       23 |       22
20.18/20.29	c  0.4s |       0 |      105 |        1 |   267886      0 |       23 |       23
20.18/20.29	c #cpu_time = 0.388s
20.18/20.29	c #wall_clock_time = 0.389s
20.18/20.29	c #decision = 105
20.18/20.29	c #random_decision = 0
20.18/20.29	c #conflict = 1
20.18/20.29	c #restart = 0
20.18/20.29	c BCD2: relaxing 103 and merging with 1 cores into a new core of size 642: cost of the new core is >=6
20.18/20.29	c lower bound updated to -188347
20.28/20.30	c BCD2: 6 <= obj <= 188352
20.28/20.30	c BCD2: #cores=1, #unrelaxed=963, #relaxed=642, #hardened=0
20.28/20.30	c BCD2: #sat=1 #unsat=7 bias=7/8
20.38/20.40	c Solving starts ...
20.38/20.40	c ============================[ Search Statistics ]============================
20.38/20.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.38/20.40	c       |         |          |          |    Limit     GC | Var      | Constra 
20.38/20.40	c =============================================================================
20.38/20.40	c  0.0s |       0 |        0 |        0 |   267886      0 |       24 |       23
20.78/20.80	c  0.4s |       0 |      109 |        1 |   267886      0 |       24 |       24
20.78/20.80	c #cpu_time = 0.401s
20.78/20.80	c #wall_clock_time = 0.402s
20.78/20.80	c #decision = 109
20.78/20.80	c #random_decision = 0
20.78/20.80	c #conflict = 1
20.78/20.80	c #restart = 0
20.78/20.81	c BCD2: relaxing 108 and merging with 1 cores into a new core of size 750: cost of the new core is >=7
20.78/20.81	c lower bound updated to -188346
20.78/20.82	c BCD2: 7 <= obj <= 188352
20.78/20.82	c BCD2: #cores=1, #unrelaxed=855, #relaxed=750, #hardened=0
20.78/20.82	c BCD2: #sat=1 #unsat=8 bias=8/9
20.78/20.86	c Solving starts ...
20.78/20.86	c ============================[ Search Statistics ]============================
20.78/20.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.86	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.86	c =============================================================================
20.78/20.86	c  0.0s |       0 |        0 |        0 |   267886      0 |       25 |       24
21.18/21.26	c  0.4s |       0 |      112 |        1 |   267886      0 |       25 |       25
21.18/21.26	c #cpu_time = 0.400s
21.18/21.26	c #wall_clock_time = 0.401s
21.18/21.26	c #decision = 112
21.18/21.26	c #random_decision = 0
21.18/21.26	c #conflict = 1
21.18/21.26	c #restart = 0
21.18/21.26	c BCD2: relaxing 111 and merging with 1 cores into a new core of size 861: cost of the new core is >=8
21.18/21.26	c lower bound updated to -188345
21.18/21.27	c BCD2: 8 <= obj <= 188352
21.18/21.27	c BCD2: #cores=1, #unrelaxed=744, #relaxed=861, #hardened=0
21.18/21.27	c BCD2: #sat=1 #unsat=9 bias=9/10
21.38/21.45	c Solving starts ...
21.38/21.45	c ============================[ Search Statistics ]============================
21.38/21.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.45	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.45	c =============================================================================
21.38/21.45	c  0.0s |       0 |        0 |        0 |   267886      0 |       26 |       25
21.78/21.84	c  0.4s |       0 |      112 |        1 |   267886      0 |       26 |       26
21.78/21.84	c #cpu_time = 0.389s
21.78/21.84	c #wall_clock_time = 0.390s
21.78/21.84	c #decision = 112
21.78/21.84	c #random_decision = 0
21.78/21.84	c #conflict = 1
21.78/21.84	c #restart = 0
21.78/21.84	c BCD2: relaxing 111 and merging with 1 cores into a new core of size 972: cost of the new core is >=9
21.78/21.84	c lower bound updated to -188344
21.78/21.85	c BCD2: 9 <= obj <= 188352
21.78/21.85	c BCD2: #cores=1, #unrelaxed=633, #relaxed=972, #hardened=0
21.78/21.85	c BCD2: #sat=1 #unsat=10 bias=10/11
22.18/22.23	c Solving starts ...
22.18/22.23	c ============================[ Search Statistics ]============================
22.18/22.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.23	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.23	c =============================================================================
22.18/22.23	c  0.0s |       0 |        0 |        0 |   267886      0 |       27 |       26
22.58/22.60	c  0.4s |       0 |      105 |        1 |   267886      0 |       27 |       27
22.58/22.60	c #cpu_time = 0.368s
22.58/22.60	c #wall_clock_time = 0.369s
22.58/22.60	c #decision = 105
22.58/22.60	c #random_decision = 0
22.58/22.60	c #conflict = 1
22.58/22.60	c #restart = 0
22.58/22.60	c BCD2: relaxing 102 and merging with 1 cores into a new core of size 1074: cost of the new core is >=10
22.58/22.60	c lower bound updated to -188343
22.58/22.61	c BCD2: 10 <= obj <= 188352
22.58/22.61	c BCD2: #cores=1, #unrelaxed=531, #relaxed=1074, #hardened=0
22.58/22.61	c BCD2: #sat=1 #unsat=11 bias=11/12
23.88/23.96	c Solving starts ...
23.88/23.96	c ============================[ Search Statistics ]============================
23.88/23.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.88/23.96	c       |         |          |          |    Limit     GC | Var      | Constra 
23.88/23.96	c =============================================================================
23.88/23.96	c  0.0s |       0 |        0 |        0 |   267886      0 |       28 |       27
24.29/24.35	c  0.4s |       0 |      112 |        1 |   267886      0 |       28 |       28
24.29/24.35	c #cpu_time = 0.392s
24.29/24.35	c #wall_clock_time = 0.393s
24.29/24.35	c #decision = 112
24.29/24.35	c #random_decision = 0
24.29/24.35	c #conflict = 1
24.29/24.35	c #restart = 0
24.29/24.35	c BCD2: relaxing 109 and merging with 1 cores into a new core of size 1183: cost of the new core is >=11
24.29/24.35	c lower bound updated to -188342
24.29/24.39	c BCD2: 11 <= obj <= 188352
24.29/24.39	c BCD2: #cores=1, #unrelaxed=422, #relaxed=1183, #hardened=0
24.29/24.39	c BCD2: #sat=1 #unsat=12 bias=12/13
24.48/24.59	c Solving starts ...
24.48/24.59	c ============================[ Search Statistics ]============================
24.48/24.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.48/24.59	c       |         |          |          |    Limit     GC | Var      | Constra 
24.48/24.59	c =============================================================================
24.58/24.61	c  0.0s |       0 |        0 |        0 |   267886      0 |       29 |       28
24.88/24.97	c  0.4s |       0 |      116 |        1 |   267886      0 |       29 |       29
24.88/24.97	c #cpu_time = 0.363s
24.88/24.97	c #wall_clock_time = 0.364s
24.88/24.97	c #decision = 116
24.88/24.97	c #random_decision = 0
24.88/24.97	c #conflict = 1
24.88/24.97	c #restart = 0
24.88/24.97	c BCD2: relaxing 113 and merging with 1 cores into a new core of size 1296: cost of the new core is >=12
24.88/24.97	c lower bound updated to -188341
24.98/25.01	c BCD2: 12 <= obj <= 188352
24.98/25.01	c BCD2: #cores=1, #unrelaxed=309, #relaxed=1296, #hardened=0
24.98/25.01	c BCD2: #sat=1 #unsat=13 bias=13/14
25.18/25.20	c Solving starts ...
25.18/25.20	c ============================[ Search Statistics ]============================
25.18/25.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.18/25.20	c       |         |          |          |    Limit     GC | Var      | Constra 
25.18/25.20	c =============================================================================
25.18/25.22	c  0.0s |       0 |        0 |        0 |   267886      0 |       30 |       29
25.48/25.59	c  0.4s |       0 |      109 |        1 |   267886      0 |       30 |       30
25.48/25.59	c #cpu_time = 0.374s
25.48/25.59	c #wall_clock_time = 0.375s
25.48/25.59	c #decision = 109
25.48/25.59	c #random_decision = 0
25.48/25.59	c #conflict = 1
25.48/25.59	c #restart = 0
25.48/25.59	c BCD2: relaxing 106 and merging with 1 cores into a new core of size 1402: cost of the new core is >=13
25.48/25.59	c lower bound updated to -188340
25.58/25.63	c BCD2: 13 <= obj <= 188352
25.58/25.63	c BCD2: #cores=1, #unrelaxed=203, #relaxed=1402, #hardened=0
25.58/25.63	c BCD2: #sat=1 #unsat=14 bias=14/15
25.78/25.82	c Solving starts ...
25.78/25.82	c ============================[ Search Statistics ]============================
25.78/25.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.78/25.82	c       |         |          |          |    Limit     GC | Var      | Constra 
25.78/25.82	c =============================================================================
25.78/25.83	c  0.0s |       0 |        0 |        0 |   267886      0 |       31 |       30
26.18/26.20	c  0.4s |       0 |      112 |        1 |   267886      0 |       31 |       31
26.18/26.20	c #cpu_time = 0.371s
26.18/26.20	c #wall_clock_time = 0.372s
26.18/26.20	c #decision = 112
26.18/26.20	c #random_decision = 0
26.18/26.20	c #conflict = 1
26.18/26.20	c #restart = 0
26.18/26.20	c BCD2: relaxing 111 and merging with 1 cores into a new core of size 1513: cost of the new core is >=14
26.18/26.20	c lower bound updated to -188339
26.18/26.24	c BCD2: 14 <= obj <= 188352
26.18/26.24	c BCD2: #cores=1, #unrelaxed=92, #relaxed=1513, #hardened=0
26.18/26.24	c BCD2: #sat=1 #unsat=15 bias=15/16
26.28/26.36	c Solving starts ...
26.28/26.36	c ============================[ Search Statistics ]============================
26.28/26.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.28/26.36	c       |         |          |          |    Limit     GC | Var      | Constra 
26.28/26.36	c =============================================================================
26.28/26.37	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       31
29.48/29.53	c  3.2s |       0 |      510 |      100 |   294675      0 |       32 |       32
29.48/29.55	c  3.2s |       1 |      510 |      100 |   294675      0 |       32 |       32
35.08/35.20	c  8.8s |       1 |      731 |      200 |   294675      0 |       32 |       32
36.88/36.92	c 10.5s |       2 |      843 |      250 |   324143      0 |       32 |       32
40.88/40.93	c 14.6s |       2 |     1262 |      450 |   324143      0 |       32 |       32
41.18/41.24	c 14.9s |       3 |     1262 |      475 |   356558      0 |       32 |       32
43.88/43.97	c 17.6s |       3 |     1473 |      575 |   356558      0 |       32 |       32
46.08/46.12	c 19.7s |       3 |     1757 |      775 |   356558      0 |       32 |       32
47.39/47.44	c 21.1s |       4 |     1757 |      813 |   392214      0 |       32 |       32
51.48/51.53	c 25.2s |       4 |     2255 |     1013 |   392214      0 |       32 |       32
54.88/54.98	c 28.6s |       4 |     2411 |     1213 |   392214      0 |       32 |       32
57.68/57.71	c 31.3s |       4 |     2565 |     1313 |   431436      0 |       32 |       32
57.68/57.73	c 31.4s |       5 |     2565 |     1320 |   431436      0 |       32 |       32
61.28/61.39	c 35.0s |       5 |     2960 |     1520 |   431436      0 |       32 |       32
63.88/63.99	c 37.6s |       5 |     2960 |     1620 |   431436      0 |       32 |       32
67.28/67.35	c 41.0s |       5 |     3263 |     1820 |   431436      0 |       32 |       32
69.78/69.81	c 43.4s |       5 |     3263 |     1920 |   431436      0 |       32 |       32
72.88/72.99	c 46.6s |       6 |     3564 |     2081 |   474580      0 |       32 |       32
76.48/76.56	c 50.2s |       6 |     3951 |     2281 |   474580      0 |       32 |       32
78.98/79.09	c 52.7s |       6 |     4099 |     2381 |   474580      0 |       32 |       32
82.17/82.29	c 55.9s |       6 |     4246 |     2581 |   474580      0 |       32 |       32
84.57/84.69	c 58.3s |       6 |     4392 |     2681 |   474580      0 |       32 |       32
87.87/87.93	c 61.6s |       6 |     4536 |     2881 |   474580      0 |       32 |       32
90.07/90.17	c 63.8s |       6 |     4681 |     2981 |   474580      0 |       32 |       32
93.48/93.52	c 67.1s |       6 |     4823 |     3181 |   474580      0 |       32 |       32
94.58/94.63	c 68.3s |       7 |     4823 |     3223 |   522039      0 |       32 |       32
98.17/98.21	c 71.8s |       7 |     5271 |     3423 |   522039      0 |       32 |       32
101.28/101.30	c 74.9s |       7 |     5407 |     3623 |   522039      0 |       32 |       32
104.97/105.09	c 78.7s |       7 |     5671 |     3823 |   522039      0 |       32 |       32
108.07/108.14	c 81.8s |       7 |     5802 |     4023 |   522039      0 |       32 |       32
111.57/111.69	c 85.3s |       7 |     6060 |     4223 |   522039      0 |       32 |       32
114.87/114.93	c 88.6s |       7 |     6188 |     4423 |   522039      0 |       32 |       32
118.07/118.12	c 91.8s |       7 |     6440 |     4623 |   522039      0 |       32 |       32
121.67/121.74	c 95.4s |       7 |     6564 |     4823 |   522039      0 |       32 |       32
123.37/123.40	c 97.0s |       8 |     6687 |     4936 |   574243      0 |       32 |       32
126.97/127.04	c  100s |       8 |     7112 |     5136 |   574243      0 |       32 |       32
129.07/129.12	c  102s |       8 |     7112 |     5236 |   574243      0 |       32 |       32
132.07/132.11	c  105s |       8 |     7363 |     5436 |   574243      0 |       32 |       32
135.87/135.90	c  109s |       8 |     7613 |     5636 |   574243      0 |       32 |       32
139.07/139.19	c  112s |       8 |     7735 |     5836 |   574243      0 |       32 |       32
142.37/142.40	c  116s |       8 |     7977 |     6036 |   574243      0 |       32 |       32
145.96/146.02	c  119s |       8 |     8216 |     6236 |   574243      0 |       32 |       32
149.06/149.15	c  122s |       8 |     8334 |     6436 |   574243      0 |       32 |       32
152.06/152.18	c  125s |       8 |     8578 |     6636 |   574243      0 |       32 |       32
155.66/155.70	c  129s |       8 |     8818 |     6836 |   574243      0 |       32 |       32
157.76/157.80	c  131s |       8 |     8942 |     6936 |   574243      0 |       32 |       32
160.57/160.70	c  134s |       8 |     9053 |     7136 |   574243      0 |       32 |       32
163.87/164.00	c  137s |       8 |     9297 |     7336 |   574243      0 |       32 |       32
166.86/166.98	c  140s |       9 |     9417 |     7506 |   631668      0 |       32 |       32
169.76/169.82	c  143s |       9 |     9842 |     7706 |   631668      0 |       32 |       32
172.46/172.59	c  146s |       9 |     9948 |     7906 |   631668      0 |       32 |       32
175.16/175.29	c  148s |       9 |    10155 |     8106 |   631668      0 |       32 |       32
177.96/178.01	c  151s |       9 |    10360 |     8306 |   631668      0 |       32 |       32
180.66/180.71	c  154s |       9 |    10561 |     8506 |   631668      0 |       32 |       32
183.36/183.40	c  157s |       9 |    10756 |     8706 |   631668      0 |       32 |       32
186.06/186.12	c  159s |       9 |    10949 |     8906 |   631668      0 |       32 |       32
188.46/188.58	c  162s |       9 |    11229 |     9106 |   631668      0 |       32 |       32
190.86/190.93	c  164s |       9 |    11411 |     9306 |   631668      0 |       32 |       32
193.26/193.31	c  166s |       9 |    11588 |     9506 |   631668      0 |       32 |       32
195.76/195.80	c  169s |       9 |    11761 |     9706 |   631668      0 |       32 |       32
198.06/198.11	c  171s |       9 |    12013 |     9906 |   631668      0 |       32 |       32
200.26/200.32	c  173s |       9 |    12176 |    10106 |   631668      0 |       32 |       32
202.55/202.62	c  176s |       9 |    12414 |    10306 |   631668      0 |       32 |       32
204.66/204.71	c  178s |       9 |    12567 |    10506 |   631668      0 |       32 |       32
206.65/206.76	c  180s |       9 |    12793 |    10706 |   631668      0 |       32 |       32
208.75/208.83	c  182s |       9 |    13006 |    10906 |   631668      0 |       32 |       32
211.55/211.66	c  185s |       9 |    13278 |    11206 |   631668      0 |       32 |       32
213.05/213.17	c  186s |      10 |    13471 |    11361 |   694835      0 |       32 |       32
215.25/215.35	c  188s |      10 |    13810 |    11561 |   694835      0 |       32 |       32
217.76/217.82	c  191s |      10 |    14097 |    11861 |   694835      0 |       32 |       32
220.06/220.10	c  193s |      10 |    14407 |    12161 |   694835      0 |       32 |       32
222.05/222.13	c  195s |      10 |    14681 |    12461 |   694835      0 |       32 |       32
224.25/224.40	c  198s |      10 |    15089 |    12861 |   694835      0 |       32 |       32
226.35/226.42	c  200s |      10 |    15587 |    13373 |   694835      0 |       32 |       32
226.35/226.42	c #cpu_time = 199.531s
226.35/226.42	c #wall_clock_time = 200.042s
226.35/226.42	c #decision = 15587
226.35/226.42	c #random_decision = 70
226.35/226.42	c #conflict = 13373
226.35/226.42	c #restart = 10
226.35/226.42	c BCD2: relaxing 90 and merging with 1 cores into a new core of size 1603: cost of the new core is >=15
226.35/226.42	c lower bound updated to -188338
226.35/226.43	c BCD2: 15 <= obj <= 188352
226.35/226.43	c BCD2: #cores=1, #unrelaxed=2, #relaxed=1603, #hardened=0
226.35/226.43	c BCD2: #sat=1 #unsat=16 bias=16/17
226.56/226.68	c Solving starts ...
226.56/226.68	c ============================[ Search Statistics ]============================
226.56/226.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
226.56/226.68	c       |         |          |          |    Limit     GC | Var      | Constra 
226.56/226.68	c =============================================================================
226.56/226.68	c  0.0s |       0 |        0 |        0 |   694835      0 |       33 |       32
234.36/234.41	c  7.7s |       0 |     1455 |      100 |   694835      0 |       33 |       33
234.45/234.59	c  7.9s |       1 |     1455 |      100 |   694835      0 |       33 |       33
246.95/247.01	c 20.3s |       1 |     1958 |      200 |   694835      0 |       33 |       33
251.55/251.60	c 24.9s |       2 |     2015 |      250 |   694835      0 |       33 |       33
259.74/259.83	c 33.2s |       2 |     2468 |      350 |   694835      0 |       33 |       33
269.24/269.38	c 42.7s |       2 |     2752 |      450 |   694835      0 |       33 |       33
272.14/272.29	c 45.6s |       3 |     2835 |      475 |   694835      0 |       33 |       33
287.44/287.53	c 60.9s |       3 |     7160 |      575 |   694835      0 |       76 |       74
301.95/302.02	c 75.3s |       3 |     9052 |      675 |   694835      0 |       76 |       74
318.04/318.13	c 91.5s |       3 |    10873 |      775 |   694835      0 |       76 |       74
322.44/322.57	c 95.9s |       4 |    11603 |      813 |   694835      0 |       76 |       74
333.35/333.46	c  106s |       4 |    20539 |      913 |   694835      0 |       76 |       74
344.94/345.07	c  118s |       4 |    30360 |     1013 |   694835      0 |       76 |       74
355.84/355.99	c  129s |       4 |    40255 |     1113 |   694835      0 |       76 |       74
359.54/359.60	c  132s |       4 |    59870 |     1213 |   694835      0 |       76 |       74
370.14/370.23	c  143s |       4 |    60458 |     1313 |   694835      0 |       76 |       74
370.54/370.66	c  143s |       5 |    60478 |     1320 |   694835      0 |       76 |       74
380.44/380.54	c  153s |       5 |    61022 |     1420 |   694835      0 |       76 |       74
390.93/391.07	c  164s |       5 |    61717 |     1520 |   694835      0 |       76 |       74
400.63/400.78	c  174s |       5 |    62015 |     1620 |   694835      0 |       76 |       74
411.53/411.69	c  185s |       5 |    63031 |     1720 |   694835      0 |       76 |       74
421.63/421.77	c  195s |       5 |    64528 |     1820 |   694835      0 |       76 |       74
439.03/439.18	c  212s |       5 |    64789 |     1920 |   694835      0 |       76 |       74
446.32/446.40	c  219s |       5 |    70799 |     2020 |   694835      0 |       76 |       74
453.92/454.04	c  227s |       6 |    72703 |     2081 |   694835      0 |       76 |       74
461.32/461.49	c  234s |       6 |    79392 |     2181 |   694835      0 |       76 |       74
471.22/471.39	c  244s |       6 |    79763 |     2281 |   694835      0 |       76 |       74
484.42/484.56	c  257s |       6 |    80160 |     2381 |   694835      0 |       76 |       74
494.52/494.62	c  267s |       6 |    80685 |     2481 |   694835      0 |       76 |       74
503.62/503.71	c  277s |       6 |    80982 |     2581 |   694835      0 |       76 |       74
515.61/515.78	c  289s |       6 |    81341 |     2681 |   694835      0 |       76 |       74
529.41/529.52	c  302s |       6 |    82960 |     2781 |   694835      0 |       76 |       74
541.12/541.26	c  314s |       6 |    84627 |     2881 |   694835      0 |       76 |       74
552.01/552.18	c  325s |       6 |    85724 |     2981 |   694835      0 |       76 |       74
563.91/564.08	c  337s |       6 |    86720 |     3081 |   694835      0 |       76 |       74
577.60/577.75	c  351s |       6 |    87265 |     3181 |   694835      0 |       76 |       74
582.40/582.57	c  355s |       7 |    87384 |     3223 |   694835      0 |       76 |       74
591.90/592.08	c  365s |       7 |    87958 |     3323 |   694835      0 |       76 |       74
606.70/606.82	c  380s |       7 |    88294 |     3423 |   694835      0 |       76 |       74
623.20/623.36	c  396s |       7 |    88570 |     3523 |   694835      0 |       76 |       74
636.00/636.10	c  409s |       7 |    89262 |     3623 |   694835      0 |       76 |       74
644.19/644.32	c  417s |       7 |    89767 |     3723 |   764319      0 |       76 |       74
656.60/656.72	c  430s |       7 |    89898 |     3823 |   764319      0 |       76 |       74
667.60/667.73	c  441s |       7 |    90044 |     3923 |   764319      0 |       76 |       74
678.39/678.53	c  451s |       7 |    90483 |     4023 |   764319      0 |       76 |       74
684.89/685.01	c  458s |       7 |   101655 |     4123 |   764319      0 |       76 |       74
694.59/694.75	c  468s |       7 |   107340 |     4223 |   764319      0 |       76 |       74
706.09/706.21	c  479s |       7 |   107906 |     4323 |   764319      0 |       76 |       74
718.98/719.15	c  492s |       7 |   110443 |     4423 |   764319      0 |       76 |       74
728.48/728.65	c  501s |       7 |   110751 |     4523 |   764319      0 |       76 |       74
742.58/742.79	c  516s |       7 |   111439 |     4623 |   764319      0 |       76 |       74
752.08/752.30	c  525s |       7 |   111864 |     4723 |   764319      0 |       76 |       74
763.97/764.12	c  537s |       7 |   112360 |     4823 |   764319      0 |       76 |       74
773.77/773.90	c  547s |       7 |   113966 |     4923 |   764319      0 |       76 |       74
774.77/774.96	c  548s |       8 |   114010 |     4936 |   764319      0 |       76 |       74
789.37/789.50	c  562s |       8 |   115249 |     5036 |   764319      0 |       76 |       74
800.68/800.88	c  574s |       8 |   116036 |     5136 |   764319      0 |       76 |       74
808.17/808.33	c  581s |       8 |   116410 |     5236 |   764319      0 |       76 |       74
815.87/816.10	c  589s |       8 |   117588 |     5336 |   764319      0 |       76 |       74
824.46/824.64	c  597s |       8 |   117941 |     5436 |   764319      0 |       76 |       74
833.06/833.20	c  606s |       8 |   118651 |     5536 |   764319      0 |       76 |       74
842.86/843.09	c  616s |       8 |   119519 |     5636 |   764319      0 |       76 |       74
854.26/854.46	c  627s |       8 |   119900 |     5736 |   764319      0 |       76 |       74
863.06/863.26	c  636s |       8 |   120407 |     5836 |   764319      0 |       76 |       74
871.46/871.64	c  644s |       8 |   121387 |     5936 |   764319      0 |       76 |       74
881.96/882.14	c  655s |       8 |   122129 |     6036 |   764319      0 |       76 |       74
893.35/893.58	c  666s |       8 |   122389 |     6136 |   764319      0 |       76 |       74
906.05/906.24	c  679s |       8 |   122874 |     6236 |   764319      0 |       76 |       74
915.05/915.24	c  688s |       8 |   122985 |     6336 |   764319      0 |       76 |       74
928.85/929.03	c  702s |       8 |   123103 |     6436 |   764319      0 |       76 |       74
939.65/939.87	c  713s |       8 |   124151 |     6536 |   764319      0 |       76 |       74
951.65/951.87	c  725s |       8 |   124437 |     6636 |   764319      0 |       76 |       74
962.45/962.62	c  735s |       8 |   125012 |     6736 |   764319      0 |       76 |       74
973.54/973.79	c  747s |       8 |   125896 |     6836 |   764319      0 |       76 |       74
985.34/985.59	c  758s |       8 |   126388 |     6936 |   764319      0 |       76 |       74
995.84/996.04	c  769s |       8 |   126558 |     7036 |   764319      0 |       76 |       74
1005.44/1005.64	c  778s |       8 |   127023 |     7136 |   764319      0 |       76 |       74
1015.54/1015.72	c  789s |       8 |   127525 |     7236 |   764319      0 |       76 |       74
1025.44/1025.60	c  798s |       8 |   127991 |     7336 |   764319      0 |       76 |       74
1037.03/1037.24	c  810s |       8 |   128757 |     7436 |   764319      0 |       76 |       74
1046.73/1046.90	c  820s |       9 |   128860 |     7506 |   764319      0 |       76 |       74
1059.03/1059.23	c  832s |       9 |   130035 |     7606 |   764319      0 |       76 |       74
1066.43/1066.61	c  839s |       9 |   130321 |     7706 |   764319      0 |       76 |       74
1075.23/1075.46	c  848s |       9 |   130649 |     7806 |   764319      0 |       76 |       74
1085.63/1085.81	c  859s |       9 |   130966 |     7906 |   764319      0 |       76 |       74
1094.52/1094.72	c  868s |       9 |   131389 |     8006 |   764319      0 |       76 |       74
1105.62/1105.87	c  879s |       9 |   132528 |     8106 |   764319      0 |       76 |       74
1116.82/1117.08	c  890s |       9 |   132827 |     8206 |   764319      0 |       76 |       74
1124.82/1125.07	c  898s |       9 |   133055 |     8306 |   764319      0 |       76 |       74
1134.42/1134.61	c  907s |       9 |   133236 |     8406 |   764319      0 |       76 |       74
1144.82/1145.07	c  918s |       9 |   133474 |     8506 |   764319      0 |       76 |       74
1154.92/1155.14	c  928s |       9 |   133626 |     8606 |   764319      0 |       76 |       74
1163.91/1164.16	c  937s |       9 |   133981 |     8706 |   764319      0 |       76 |       74
1172.71/1172.91	c  946s |       9 |   134189 |     8806 |   764319      0 |       76 |       74
1181.51/1181.78	c  955s |       9 |   135022 |     8906 |   764319      0 |       76 |       74
1196.72/1196.96	c  970s |       9 |   135447 |     9006 |   764319      0 |       76 |       74
1212.50/1212.73	c  986s |       9 |   135700 |     9106 |   764319      0 |       76 |       74
1221.40/1221.61	c  994s |       9 |   135915 |     9206 |   764319      0 |       76 |       74
1230.10/1230.34	c 1003s |       9 |   136230 |     9306 |   764319      0 |       76 |       74
1238.50/1238.73	c 1012s |       9 |   136376 |     9406 |   764319      0 |       76 |       74
1249.09/1249.36	c 1022s |       9 |   136635 |     9506 |   764319      0 |       76 |       74
1259.79/1260.09	c 1033s |       9 |   136949 |     9606 |   764319      0 |       76 |       74
1270.69/1270.99	c 1044s |       9 |   137170 |     9706 |   764319      0 |       76 |       74
1280.88/1281.16	c 1054s |       9 |   137457 |     9806 |   764319      0 |       76 |       74
1291.48/1291.76	c 1065s |       9 |   137658 |     9906 |   764319      0 |       76 |       74
1301.98/1302.28	c 1075s |       9 |   137946 |    10006 |   764319      0 |       76 |       74
1310.58/1310.85	c 1084s |       9 |   138108 |    10106 |   764319      0 |       76 |       74
1318.58/1318.87	c 1092s |       9 |   138274 |    10206 |   764319      0 |       76 |       74
1328.87/1329.15	c 1102s |       9 |   138739 |    10306 |   764319      0 |       76 |       74
1338.87/1339.10	c 1112s |       9 |   139112 |    10406 |   764319      0 |       76 |       74
1349.37/1349.69	c 1123s |       9 |   139399 |    10506 |   764319      0 |       76 |       74
1360.07/1360.34	c 1133s |       9 |   139786 |    10606 |   764319      0 |       76 |       74
1371.27/1371.51	c 1144s |       9 |   140153 |    10706 |   764319      0 |       76 |       74
1383.06/1383.32	c 1156s |       9 |   140541 |    10806 |   764319      0 |       76 |       74
1392.16/1392.46	c 1165s |       9 |   140744 |    10906 |   764319      0 |       76 |       74
1407.16/1407.48	c 1180s |       9 |   140882 |    11006 |   764319      0 |       76 |       74
1420.26/1420.58	c 1193s |       9 |   141059 |    11106 |   764319      0 |       76 |       74
1430.56/1430.84	c 1204s |       9 |   141168 |    11206 |   764319      0 |       76 |       74
1440.56/1440.86	c 1214s |       9 |   141278 |    11306 |   764319      0 |       76 |       74
1444.95/1445.26	c 1218s |      10 |   141337 |    11361 |   764319      0 |       76 |       74
1453.15/1453.42	c 1226s |      10 |   141740 |    11461 |   764319      0 |       76 |       74
1464.25/1464.56	c 1237s |      10 |   142565 |    11561 |   764319      0 |       76 |       74
1474.15/1474.48	c 1247s |      10 |   142944 |    11661 |   764319      0 |       76 |       74
1484.35/1484.60	c 1257s |      10 |   143264 |    11761 |   764319      0 |       76 |       74
1493.55/1493.84	c 1267s |      10 |   143928 |    11861 |   764319      0 |       76 |       74
1503.55/1503.87	c 1277s |      10 |   144295 |    11961 |   764319      0 |       76 |       74
1512.74/1513.06	c 1286s |      10 |   144522 |    12061 |   764319      0 |       76 |       74
1521.64/1521.95	c 1295s |      10 |   144797 |    12161 |   764319      0 |       76 |       74
1530.03/1530.30	c 1303s |      10 |   145081 |    12261 |   764319      0 |       76 |       74
1538.74/1539.05	c 1312s |      10 |   145514 |    12361 |   840751      0 |       76 |       74
1547.73/1548.06	c 1321s |      10 |   145901 |    12461 |   840751      0 |       76 |       74
1556.73/1557.05	c 1330s |      10 |   146553 |    12561 |   840751      0 |       76 |       74
1571.93/1572.24	c 1345s |      10 |   147464 |    12661 |   840751      0 |       76 |       74
1583.33/1583.69	c 1357s |      10 |   147893 |    12761 |   840751      0 |       76 |       74
1592.72/1593.07	c 1366s |      10 |   148226 |    12861 |   840751      0 |       76 |       74
1606.13/1606.41	c 1379s |      10 |   149377 |    12961 |   840751      0 |       76 |       74
1617.53/1617.87	c 1391s |      10 |   149888 |    13061 |   840751      0 |       76 |       74
1626.73/1627.07	c 1400s |      10 |   150691 |    13161 |   840751      0 |       76 |       74
1635.53/1635.87	c 1409s |      10 |   151115 |    13261 |   840751      0 |       76 |       74
1644.53/1644.82	c 1418s |      10 |   151656 |    13361 |   840751      0 |       76 |       74
1653.82/1654.11	c 1427s |      10 |   152265 |    13461 |   840751      0 |       76 |       74
1665.52/1665.89	c 1439s |      10 |   153119 |    13561 |   840751      0 |       76 |       74
1676.02/1676.36	c 1449s |      10 |   153492 |    13661 |   840751      0 |       76 |       74
1685.22/1685.51	c 1458s |      10 |   153813 |    13761 |   840751      0 |       76 |       74
1695.42/1695.78	c 1469s |      10 |   154562 |    13861 |   840751      0 |       76 |       74
1705.31/1705.62	c 1478s |      10 |   155434 |    13961 |   840751      0 |       76 |       74
1716.41/1716.72	c 1490s |      10 |   155596 |    14061 |   840751      0 |       76 |       74
1724.91/1725.26	c 1498s |      10 |   155823 |    14161 |   840751      0 |       76 |       74
1732.91/1733.29	c 1506s |      10 |   156036 |    14261 |   840751      0 |       76 |       74
1741.71/1742.05	c 1515s |      10 |   156310 |    14361 |   840751      0 |       76 |       74
1750.50/1750.85	c 1524s |      10 |   156648 |    14461 |   840751      0 |       76 |       74
1758.30/1758.64	c 1531s |      10 |   156963 |    14561 |   840751      0 |       76 |       74
1766.90/1767.25	c 1540s |      10 |   157321 |    14661 |   840751      0 |       76 |       74
1776.70/1777.03	c 1550s |      10 |   157504 |    14761 |   840751      0 |       76 |       74
1785.90/1786.24	c 1559s |      10 |   157687 |    14861 |   840751      0 |       76 |       74
1794.30/1794.65	c 1567s |      10 |   158077 |    14961 |   840751      0 |       76 |       74

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4080058-1465295035/watcher-4080058-1465295035 -o /tmp/evaluation-result-4080058-1465295035/solver-4080058-1465295035 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3412 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080058-1465295035.opb 

pid=4938
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.14 2.15 2.12 3/179 4941
/proc/meminfo: memFree=29366640/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=723524 CPUtime=0 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 2699 0 0 0 0 0 0 0 20 0 4 0 111436122 740888576 3060 33554432000 4194304 16246674 140733438819200 140733438818624 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 181393 3069 442 2943 0 178287 0
[pid=4941/tid=4942] ppid=4938 vsize=740932 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 758714368 3129 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=746052 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 763957248 3147 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=749124 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 767102976 3162 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.14 2.15 2.12 3/179 4941
/proc/meminfo: memFree=29366640/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 28726 0 0 0 5 4 0 0 20 0 4 0 111436122 1334382592 29025 33554432000 4194304 16246674 140733438819200 140733438818512 8058796 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 325777 29041 800 2943 0 322671 0
[pid=4941/tid=4942] ppid=4938 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1334382592 29052 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1334382592 29063 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1334382592 29073 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200508 s]
/proc/loadavg: 2.14 2.15 2.12 3/179 4941
/proc/meminfo: memFree=29366640/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 43231 0 0 0 13 6 0 0 20 0 4 0 111436122 1343819776 44041 33554432000 4194304 16246674 140733438819200 140733438818512 7889646 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 328081 44058 801 2943 0 324975 0
[pid=4941/tid=4942] ppid=4938 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1343819776 44069 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1343819776 44080 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1343819776 44090 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300468 s]
/proc/loadavg: 2.14 2.15 2.12 3/179 4941
/proc/meminfo: memFree=29366640/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 55102 0 0 0 21 8 0 0 20 0 4 0 111436122 1344868352 55912 33554432000 4194304 16246674 140733438819200 140733438818512 4220520 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 328337 55912 801 2943 0 325231 0
[pid=4941/tid=4942] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 55912 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 55912 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 55912 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700397 s]
/proc/loadavg: 2.14 2.15 2.12 3/179 4941
/proc/meminfo: memFree=29366640/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 62955 0 0 0 60 9 0 0 20 0 4 0 111436122 1344868352 63765 33554432000 4194304 16246674 140733438819200 140733438802192 8057096 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 328337 63765 802 2943 0 325231 0
[pid=4941/tid=4942] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 63765 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 63765 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 63765 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50036 s]
/proc/loadavg: 2.14 2.15 2.12 3/183 4945
/proc/meminfo: memFree=29030704/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 83487 0 0 0 137 12 0 0 20 0 4 0 111436122 1344868352 84297 33554432000 4194304 16246674 140733438819200 140733438802192 8057142 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 328337 84297 802 2943 0 325231 0
[pid=4941/tid=4942] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 84297 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 84297 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1344868352 84297 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.12 2.15 2.12 3/183 4945
/proc/meminfo: memFree=28899924/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 157144 0 0 0 287 22 0 0 20 0 4 0 111436122 1370034176 162553 33554432000 4194304 16246674 140733438819200 140733438818376 4206877 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 334481 162553 802 2943 0 331375 0
[pid=4941/tid=4942] ppid=4938 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1370034176 162553 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111436122 1370034176 162553 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1370034176 162553 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.3004 s]
/proc/loadavg: 2.12 2.15 2.12 3/183 4945
/proc/meminfo: memFree=28350016/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1483332 CPUtime=6.29 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 294076 0 0 0 585 44 0 0 20 0 4 0 111436122 1518931968 312260 33554432000 4194304 16246674 140733438819200 140733438801088 7204266 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 370833 312260 837 2943 0 367727 0
[pid=4941/tid=4942] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312260 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312260 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312260 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1483332

[startup+12.7004 s]
/proc/loadavg: 2.11 2.14 2.12 3/183 4945
/proc/meminfo: memFree=28118532/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1483332 CPUtime=12.69 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 294081 0 0 0 1225 44 0 0 20 0 4 0 111436122 1518931968 312265 33554432000 4194304 16246674 140733438819200 140733438818296 6197704 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4941/statm: 370833 312265 838 2943 0 367727 0
[pid=4941/tid=4942] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312265 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312265 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1483332 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1518931968 312265 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1483332

[startup+25.5005 s]
/proc/loadavg: 2.09 2.14 2.12 3/183 4945
/proc/meminfo: memFree=27670276/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=25.48 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406292 0 0 0 2488 60 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140733438801088 5531308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424476 918 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1931844

[startup+51.1005 s]
/proc/loadavg: 2.21 2.16 2.12 3/183 4945
/proc/meminfo: memFree=27669448/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=51.08 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406292 0 0 0 5048 60 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140733438801088 12483667 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424476 918 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1931844

[startup+102.3 s]
/proc/loadavg: 2.20 2.16 2.12 4/183 4946
/proc/meminfo: memFree=27671292/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=102.28 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406292 0 0 0 10168 60 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140733438801088 12483532 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424476 918 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424476 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1931844


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

/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1931844

[startup+1362.3 s]
/proc/loadavg: 2.14 2.14 2.09 3/183 4977
/proc/meminfo: memFree=27667024/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1362.07 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406318 0 0 0 136145 62 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438801088 13820864 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1931844

[startup+1422.3 s]
/proc/loadavg: 2.05 2.11 2.08 3/183 4978
/proc/meminfo: memFree=27667000/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1422.07 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406319 0 0 0 142145 62 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438801088 6836961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1931844

[startup+1482.3 s]
/proc/loadavg: 2.08 2.10 2.08 3/183 4980
/proc/meminfo: memFree=27666868/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1482.05 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406326 0 0 0 148143 62 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438817024 5600522 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1931844

[startup+1542.31 s]
/proc/loadavg: 2.02 2.08 2.08 3/183 4981
/proc/meminfo: memFree=27666604/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1542.04 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406331 0 0 0 154142 62 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438801088 5669490 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1931844

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.07 3/184 4985
/proc/meminfo: memFree=27666384/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1602.03 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406331 0 0 0 160140 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438818376 13820907 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 1931844

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.07 3/183 4986
/proc/meminfo: memFree=27667092/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1662.02 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406332 0 0 0 166139 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438801088 5661448 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1931844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/183 4987
/proc/meminfo: memFree=27666492/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1722.01 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406336 0 0 0 172138 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438817152 13820890 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1931844

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.06 3/183 5037
/proc/meminfo: memFree=27666732/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1782 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406336 0 0 0 178137 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438801088 13774460 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1931844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/183 5037
/proc/meminfo: memFree=27666284/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1800 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406336 0 0 0 179937 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438817024 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1931844

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4941 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/183 5037
/proc/meminfo: memFree=27666284/32872528 swapFree=12328/568296
[pid=4941] ppid=4938 vsize=1931844 CPUtime=1800 cores=0,2,4,6
/proc/4941/stat : 4941 (toysat) R 4938 4941 3396 0 -1 4202496 406336 0 0 0 179937 63 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140733438817024 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4941/statm: 482961 424735 921 2943 0 479855 0
[pid=4941/tid=4942] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4942/stat : 4942 (toysat) S 4938 4941 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140003003837680 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=4941/tid=4943] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4943/stat : 4943 (toysat) S 4938 4941 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002993347824 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=4941/tid=4944] ppid=4938 vsize=1931844 CPUtime=0 cores=0,2,4,6
/proc/4941/task/4944/stat : 4944 (toysat) S 4938 4941 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111436122 1978208256 424735 33554432000 4194304 16246674 140733438819200 140002914725040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1931844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.34
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.660899
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 1931844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.660899
maximum resident set size= 1698940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406336
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= 84
involuntary context switches= 1882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.16206 second user time and 9.59554 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 12:23:55
IDJOB=4080058
IDBENCH=90939
IDSOLVER=2542
FILE ID=node138/4080058-1465295035
RUNJOBID= node138-1465278758-3412
PBS_JOBID= 19843315
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080058-1465295035/watcher-4080058-1465295035 -o /tmp/evaluation-result-4080058-1465295035/solver-4080058-1465295035 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3412 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080058-1465295035.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cd577d7fe2c7600d8302daa2328d0cdf
RANDOM SEED=1500115594

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.807
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29366548 kB
Buffers:          120884 kB
Cached:           322764 kB
SwapCached:        46740 kB
Active:          1899432 kB
Inactive:         294484 kB
Active(anon):    1704716 kB
Inactive(anon):    47688 kB
Active(file):     194716 kB
Inactive(file):   246796 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053656 kB
Dirty:             43816 kB
Writeback:             0 kB
AnonPages:       2273244 kB
Mapped:            11984 kB
Shmem:                 0 kB
Slab:             605640 kB
SReclaimable:      48656 kB
SUnreclaim:       556984 kB
KernelStack:        1488 kB
PageTables:         8788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2418444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node138 at 2016-06-07 12:53:56