Trace number 4080083

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.12 1800.44

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUM765f9ba042cd825181247f9fbcec5226
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-24000
Best CPU time to get the best result obtained on this benchmark1800.13
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 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 891819
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 891819
Number of bits of the biggest sum of numbers20
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-07T13:23:59+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-4080083-1465298638.opb"]
0.00/0.01	c use --random-gen="3782067359 4275459562 2931261126 2479859489 1624995834 3674387054 993022317 2607761798 313577212 1255066378 393030788 172985785 1866648 1877839246 4104876 3937388249 2608888933 2928638428 879702227 3869126263 4067145714 3708784149 1586067832 96897739 1515290659 2934928435 2806706162 4227608465 3055422792 700066492 850399674 3708032565 3472444376 8157847 3355385672 2709170823 2529478900 2409341600 4038896184 1877061356 3481686745 4219033617 2446997716 304408330 514669192 2019918224 1337717817 1113832848 2216534163 3389977270 2755032262 74866367 2103061412 2741292865 1388458363 3810342684 3612625968 3298818753 3621898302 2101129579 4015669892 2820258581 2575632592 946124850 2976573777 704242888 780407323 1886216506 298068399 3488706576 51123 3017078052 3579078588 2643878382 292815069 880098189 1862585815 2700046271 1644890504 2147676686 2970751316 1813208209 2760005004 379432350 3118955476 3472389822 1143644259 83718186 12960165 3735571868 3460127693 1420685251 1418439683 278469529 1230923767 2909420570 1439075651 2452672067 2891998200 3971003829 1431560930 3369086824 1861754008 1065913840 832440436 43319231 450450244 2126315782 1378062908 1039507469 1281683361 602569155 2322843181 1366722192 3614594295 3051894467 3615649476 1529201817 406960687 4078635011 2487362543 3029215632 4198039450 4043078946 226118106 2140003719 4230768433 2593748203 438882909 3114966559 1703448464 3113027894 845285995 3248720406 1263128570 238269926 3821042439 660677175 1652269778 2518619947 4124716126 606598164 3416895216 3174559003 1059351962 2946637918 3429652653 249384895 842842501 279354969 1133442846 4008967887 2346918818 1514437739 3971693568 3365444808 2653047130 70559888 803684449 249649128 502860667 3986461255 3381256519 307637917 1246694529 3184249991 1627992188 1859304050 3566508681 2874047632 1294132284 522173520 3778426455 407953023 140755011 1073079432 896078645 2073682218 1776541420 2402244426 3624775347 3319069453 457158436 1123499166 4075314004 2833725188 421281271 1999413609 795995007 86737077 1282951604 3615798524 243740891 571560114 3777264390 3588886188 1172492766 3784707951 3662794702 1729651532 2818416539 1154858105 2417561883 3053123775 1374081784 965739408 1367899204 1667311464 4085519107 3179160997 2573747376 609905079 4208769142 3736705835 208785547 231868678 2979967403 2818671743 507156788 3233846205 3107934718 4262323342 248988567 474919529 1811218641 2445500097 1457531934 1250974525 4181515459 2531378441 842029095 121303878 1396576354 3838441847 3678005889 1044164049 97824591 326624003 3510397884 270021013 2438949973 60643664 684339069 2341654386 1060694439 2673466419 114425380 2634904108 4078413782 1556474160 3940276552 2631925921 904846957 1384628686 14259841 2052951442 255 362436" option to reproduce the execution
4.69/4.79	c #vars 400896
4.69/4.79	c #constraints 402763
13.59/13.67	c BCD2: Hardening is enabled.
13.59/13.67	c BCD2: BiasedSearch is enabled.
13.59/13.67	c Solving starts ...
13.59/13.67	c ============================[ Search Statistics ]============================
13.59/13.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.59/13.67	c       |         |          |          |    Limit     GC | Var      | Constra 
13.59/13.67	c =============================================================================
13.59/13.69	c  0.0s |       0 |        0 |        0 |   267886      0 |        0 |        0
17.08/17.17	c  3.5s |       0 |       20 |        1 |   267886      0 |       19 |       19
17.08/17.17	c #cpu_time = 3.188s
17.08/17.17	c #wall_clock_time = 3.196s
17.08/17.17	c #decision = 20
17.08/17.17	c #random_decision = 0
17.08/17.17	c #conflict = 1
17.08/17.17	c #restart = 0
17.08/17.18	o 0
17.08/17.18	c BCD2: refineUB: 891818 -> 891000
17.08/17.18	c BCD2: updating upper bound: 891819 -> 891000
17.08/17.18	c BCD2: 0 <= obj <= 891000
17.08/17.18	c BCD2: #cores=0, #unrelaxed=892, #relaxed=0, #hardened=0
17.08/17.18	c BCD2: #sat=1 #unsat=1 bias=1/2
17.08/17.18	c Solving starts ...
17.08/17.18	c ============================[ Search Statistics ]============================
17.08/17.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.08/17.18	c       |         |          |          |    Limit     GC | Var      | Constra 
17.08/17.18	c =============================================================================
17.08/17.18	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
17.98/18.08	c  0.9s |       0 |       36 |        1 |   267886      0 |       19 |       19
17.98/18.08	c #cpu_time = 0.904s
17.98/18.08	c #wall_clock_time = 0.906s
17.98/18.08	c #decision = 36
17.98/18.08	c #random_decision = 0
17.98/18.08	c #conflict = 1
17.98/18.08	c #restart = 0
17.98/18.08	c BCD2: found a new core of size 36: cost of the new core is >=1000
17.98/18.08	c lower bound updated to -890819
17.98/18.09	c BCD2: refineUB: 891818 -> 891000
17.98/18.09	c BCD2: 1000 <= obj <= 891000
17.98/18.09	c BCD2: #cores=1, #unrelaxed=856, #relaxed=36, #hardened=0
17.98/18.09	c BCD2: #sat=1 #unsat=2 bias=2/3
18.08/18.16	c Solving starts ...
18.08/18.16	c ============================[ Search Statistics ]============================
18.08/18.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.08/18.16	c       |         |          |          |    Limit     GC | Var      | Constra 
18.08/18.16	c =============================================================================
18.08/18.16	c  0.0s |       0 |        0 |        0 |   267886      0 |       19 |       19
18.48/18.58	c  0.4s |       0 |       37 |        1 |   267886      0 |       19 |       19
18.48/18.58	c #cpu_time = 0.422s
18.48/18.58	c #wall_clock_time = 0.423s
18.48/18.58	c #decision = 37
18.48/18.58	c #random_decision = 0
18.48/18.58	c #conflict = 1
18.48/18.58	c #restart = 0
18.48/18.58	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 72: cost of the new core is >=2000
18.48/18.58	c lower bound updated to -889819
18.58/18.61	c BCD2: refineUB: 891818 -> 891000
18.58/18.61	c BCD2: 2000 <= obj <= 891000
18.58/18.61	c BCD2: #cores=1, #unrelaxed=820, #relaxed=72, #hardened=0
18.58/18.61	c BCD2: #sat=1 #unsat=3 bias=3/4
18.58/18.61	c Solving starts ...
18.58/18.61	c ============================[ Search Statistics ]============================
18.58/18.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.58/18.61	c       |         |          |          |    Limit     GC | Var      | Constra 
18.58/18.61	c =============================================================================
18.58/18.61	c  0.0s |       0 |        0 |        0 |   267886      0 |       20 |       19
18.98/19.05	c  0.4s |       0 |       37 |        1 |   267886      0 |       20 |       20
18.98/19.05	c #cpu_time = 0.435s
18.98/19.05	c #wall_clock_time = 0.437s
18.98/19.05	c #decision = 37
18.98/19.05	c #random_decision = 0
18.98/19.05	c #conflict = 1
18.98/19.05	c #restart = 0
18.98/19.05	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 108: cost of the new core is >=3000
18.98/19.05	c lower bound updated to -888819
18.98/19.05	c BCD2: refineUB: 891818 -> 891000
18.98/19.05	c BCD2: 3000 <= obj <= 891000
18.98/19.05	c BCD2: #cores=1, #unrelaxed=784, #relaxed=108, #hardened=0
18.98/19.05	c BCD2: #sat=1 #unsat=4 bias=4/5
18.98/19.05	c Solving starts ...
18.98/19.05	c ============================[ Search Statistics ]============================
18.98/19.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.98/19.05	c       |         |          |          |    Limit     GC | Var      | Constra 
18.98/19.05	c =============================================================================
18.98/19.08	c  0.0s |       0 |        0 |        0 |   267886      0 |       21 |       20
19.48/19.53	c  0.5s |       0 |       37 |        1 |   267886      0 |       21 |       21
19.48/19.53	c #cpu_time = 0.455s
19.48/19.53	c #wall_clock_time = 0.456s
19.48/19.53	c #decision = 37
19.48/19.53	c #random_decision = 0
19.48/19.53	c #conflict = 1
19.48/19.53	c #restart = 0
19.48/19.53	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 144: cost of the new core is >=4000
19.48/19.53	c lower bound updated to -887819
19.48/19.54	c BCD2: refineUB: 891818 -> 891000
19.48/19.54	c BCD2: 4000 <= obj <= 891000
19.48/19.54	c BCD2: #cores=1, #unrelaxed=748, #relaxed=144, #hardened=0
19.48/19.54	c BCD2: #sat=1 #unsat=5 bias=5/6
19.48/19.54	c Solving starts ...
19.48/19.54	c ============================[ Search Statistics ]============================
19.48/19.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.48/19.54	c       |         |          |          |    Limit     GC | Var      | Constra 
19.48/19.54	c =============================================================================
19.48/19.55	c  0.0s |       0 |        0 |        0 |   267886      0 |       22 |       21
19.99/20.03	c  0.5s |       0 |       37 |        1 |   267886      0 |       22 |       22
19.99/20.03	c #cpu_time = 0.477s
19.99/20.03	c #wall_clock_time = 0.478s
19.99/20.03	c #decision = 37
19.99/20.03	c #random_decision = 0
19.99/20.03	c #conflict = 1
19.99/20.03	c #restart = 0
19.99/20.03	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 180: cost of the new core is >=5000
19.99/20.03	c lower bound updated to -886819
19.99/20.04	c BCD2: refineUB: 891818 -> 891000
19.99/20.04	c BCD2: 5000 <= obj <= 891000
19.99/20.04	c BCD2: #cores=1, #unrelaxed=712, #relaxed=180, #hardened=0
19.99/20.04	c BCD2: #sat=1 #unsat=6 bias=6/7
19.99/20.04	c Solving starts ...
19.99/20.04	c ============================[ Search Statistics ]============================
19.99/20.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.04	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.04	c =============================================================================
19.99/20.04	c  0.0s |       0 |        0 |        0 |   267886      0 |       23 |       22
20.48/20.52	c  0.5s |       0 |       37 |        1 |   267886      0 |       23 |       23
20.48/20.52	c #cpu_time = 0.475s
20.48/20.52	c #wall_clock_time = 0.477s
20.48/20.52	c #decision = 37
20.48/20.52	c #random_decision = 0
20.48/20.52	c #conflict = 1
20.48/20.52	c #restart = 0
20.48/20.52	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 216: cost of the new core is >=6000
20.48/20.54	c lower bound updated to -885819
20.48/20.54	c BCD2: refineUB: 891818 -> 891000
20.48/20.54	c BCD2: 6000 <= obj <= 891000
20.48/20.54	c BCD2: #cores=1, #unrelaxed=676, #relaxed=216, #hardened=0
20.48/20.54	c BCD2: #sat=1 #unsat=7 bias=7/8
20.48/20.54	c Solving starts ...
20.48/20.54	c ============================[ Search Statistics ]============================
20.48/20.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.54	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.54	c =============================================================================
20.48/20.54	c  0.0s |       0 |        0 |        0 |   267886      0 |       24 |       23
20.99/21.05	c  0.5s |       0 |       37 |        1 |   267886      0 |       24 |       24
20.99/21.05	c #cpu_time = 0.516s
20.99/21.05	c #wall_clock_time = 0.517s
20.99/21.05	c #decision = 37
20.99/21.05	c #random_decision = 0
20.99/21.05	c #conflict = 1
20.99/21.05	c #restart = 0
20.99/21.05	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 252: cost of the new core is >=7000
20.99/21.05	c lower bound updated to -884819
20.99/21.05	c BCD2: refineUB: 891818 -> 891000
20.99/21.05	c BCD2: 7000 <= obj <= 891000
20.99/21.05	c BCD2: #cores=1, #unrelaxed=640, #relaxed=252, #hardened=0
20.99/21.05	c BCD2: #sat=1 #unsat=8 bias=8/9
20.99/21.05	c Solving starts ...
20.99/21.05	c ============================[ Search Statistics ]============================
20.99/21.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.05	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.05	c =============================================================================
20.99/21.05	c  0.0s |       0 |        0 |        0 |   267886      0 |       25 |       24
21.48/21.53	c  0.5s |       0 |       37 |        1 |   267886      0 |       25 |       25
21.48/21.53	c #cpu_time = 0.478s
21.48/21.53	c #wall_clock_time = 0.479s
21.48/21.53	c #decision = 37
21.48/21.53	c #random_decision = 0
21.48/21.53	c #conflict = 1
21.48/21.53	c #restart = 0
21.48/21.53	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 288: cost of the new core is >=8000
21.48/21.53	c lower bound updated to -883819
21.48/21.54	c BCD2: refineUB: 891818 -> 891000
21.48/21.54	c BCD2: 8000 <= obj <= 891000
21.48/21.54	c BCD2: #cores=1, #unrelaxed=604, #relaxed=288, #hardened=0
21.48/21.54	c BCD2: #sat=1 #unsat=9 bias=9/10
21.48/21.54	c Solving starts ...
21.48/21.54	c ============================[ Search Statistics ]============================
21.48/21.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.54	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.54	c =============================================================================
21.48/21.54	c  0.0s |       0 |        0 |        0 |   267886      0 |       26 |       25
21.99/22.02	c  0.5s |       0 |       37 |        1 |   267886      0 |       26 |       26
21.99/22.02	c #cpu_time = 0.472s
21.99/22.02	c #wall_clock_time = 0.473s
21.99/22.02	c #decision = 37
21.99/22.02	c #random_decision = 0
21.99/22.02	c #conflict = 1
21.99/22.02	c #restart = 0
21.99/22.02	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 324: cost of the new core is >=9000
21.99/22.02	c lower bound updated to -882819
21.99/22.02	c BCD2: refineUB: 891818 -> 891000
21.99/22.02	c BCD2: 9000 <= obj <= 891000
21.99/22.02	c BCD2: #cores=1, #unrelaxed=568, #relaxed=324, #hardened=0
21.99/22.02	c BCD2: #sat=1 #unsat=10 bias=10/11
21.99/22.03	c Solving starts ...
21.99/22.03	c ============================[ Search Statistics ]============================
21.99/22.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.03	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.03	c =============================================================================
21.99/22.03	c  0.0s |       0 |        0 |        0 |   267886      0 |       27 |       26
22.39/22.49	c  0.5s |       0 |       37 |        1 |   267886      0 |       27 |       27
22.39/22.49	c #cpu_time = 0.468s
22.39/22.49	c #wall_clock_time = 0.469s
22.39/22.49	c #decision = 37
22.39/22.49	c #random_decision = 0
22.39/22.49	c #conflict = 1
22.39/22.49	c #restart = 0
22.39/22.50	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 360: cost of the new core is >=10000
22.39/22.50	c lower bound updated to -881819
22.49/22.50	c BCD2: refineUB: 891818 -> 891000
22.49/22.50	c BCD2: 10000 <= obj <= 891000
22.49/22.50	c BCD2: #cores=1, #unrelaxed=532, #relaxed=360, #hardened=0
22.49/22.50	c BCD2: #sat=1 #unsat=11 bias=11/12
22.49/22.50	c Solving starts ...
22.49/22.50	c ============================[ Search Statistics ]============================
22.49/22.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.50	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.50	c =============================================================================
22.49/22.50	c  0.0s |       0 |        0 |        0 |   267886      0 |       28 |       27
22.89/22.99	c  0.5s |       0 |       37 |        1 |   267886      0 |       28 |       28
22.89/22.99	c #cpu_time = 0.488s
22.89/22.99	c #wall_clock_time = 0.489s
22.89/22.99	c #decision = 37
22.89/22.99	c #random_decision = 0
22.89/22.99	c #conflict = 1
22.89/22.99	c #restart = 0
22.89/22.99	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 396: cost of the new core is >=11000
22.89/22.99	c lower bound updated to -880819
22.99/23.00	c BCD2: refineUB: 891818 -> 891000
22.99/23.00	c BCD2: 11000 <= obj <= 891000
22.99/23.00	c BCD2: #cores=1, #unrelaxed=496, #relaxed=396, #hardened=0
22.99/23.00	c BCD2: #sat=1 #unsat=12 bias=12/13
22.99/23.00	c Solving starts ...
22.99/23.00	c ============================[ Search Statistics ]============================
22.99/23.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.99/23.00	c       |         |          |          |    Limit     GC | Var      | Constra 
22.99/23.00	c =============================================================================
22.99/23.00	c  0.0s |       0 |        0 |        0 |   267886      0 |       29 |       28
23.39/23.49	c  0.5s |       0 |       37 |        1 |   267886      0 |       29 |       29
23.39/23.49	c #cpu_time = 0.481s
23.39/23.49	c #wall_clock_time = 0.483s
23.39/23.49	c #decision = 37
23.39/23.49	c #random_decision = 0
23.39/23.49	c #conflict = 1
23.39/23.49	c #restart = 0
23.39/23.49	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 432: cost of the new core is >=12000
23.39/23.49	c lower bound updated to -879819
23.39/23.49	c BCD2: refineUB: 891818 -> 891000
23.39/23.49	c BCD2: 12000 <= obj <= 891000
23.39/23.49	c BCD2: #cores=1, #unrelaxed=460, #relaxed=432, #hardened=0
23.39/23.49	c BCD2: #sat=1 #unsat=13 bias=13/14
23.49/23.50	c Solving starts ...
23.49/23.50	c ============================[ Search Statistics ]============================
23.49/23.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.49/23.50	c       |         |          |          |    Limit     GC | Var      | Constra 
23.49/23.50	c =============================================================================
23.49/23.50	c  0.0s |       0 |        0 |        0 |   267886      0 |       30 |       29
24.78/24.88	c  1.4s |       0 |       37 |        1 |   267886      0 |       30 |       30
24.78/24.88	c #cpu_time = 1.382s
24.78/24.88	c #wall_clock_time = 1.385s
24.78/24.88	c #decision = 37
24.78/24.88	c #random_decision = 0
24.78/24.88	c #conflict = 1
24.78/24.88	c #restart = 0
24.78/24.88	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 468: cost of the new core is >=13000
24.78/24.88	c lower bound updated to -878819
24.78/24.89	c BCD2: refineUB: 891818 -> 891000
24.78/24.89	c BCD2: 13000 <= obj <= 891000
24.78/24.89	c BCD2: #cores=1, #unrelaxed=424, #relaxed=468, #hardened=0
24.78/24.89	c BCD2: #sat=1 #unsat=14 bias=14/15
24.78/24.89	c Solving starts ...
24.78/24.89	c ============================[ Search Statistics ]============================
24.78/24.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.78/24.89	c       |         |          |          |    Limit     GC | Var      | Constra 
24.78/24.89	c =============================================================================
24.88/24.93	c  0.0s |       0 |        0 |        0 |   267886      0 |       31 |       30
25.28/25.39	c  0.5s |       0 |       37 |        1 |   267886      0 |       31 |       31
25.28/25.39	c #cpu_time = 0.453s
25.28/25.39	c #wall_clock_time = 0.454s
25.28/25.39	c #decision = 37
25.28/25.39	c #random_decision = 0
25.28/25.39	c #conflict = 1
25.28/25.39	c #restart = 0
25.28/25.39	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 504: cost of the new core is >=14000
25.28/25.39	c lower bound updated to -877819
25.39/25.44	c BCD2: refineUB: 891818 -> 891000
25.39/25.44	c BCD2: 14000 <= obj <= 891000
25.39/25.44	c BCD2: #cores=1, #unrelaxed=388, #relaxed=504, #hardened=0
25.39/25.44	c BCD2: #sat=1 #unsat=15 bias=15/16
25.39/25.44	c Solving starts ...
25.39/25.44	c ============================[ Search Statistics ]============================
25.39/25.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.44	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.44	c =============================================================================
25.39/25.45	c  0.0s |       0 |        0 |        0 |   267886      0 |       32 |       31
25.88/25.92	c  0.5s |       0 |       37 |        1 |   267886      0 |       32 |       32
25.88/25.92	c #cpu_time = 0.471s
25.88/25.92	c #wall_clock_time = 0.472s
25.88/25.92	c #decision = 37
25.88/25.92	c #random_decision = 0
25.88/25.92	c #conflict = 1
25.88/25.92	c #restart = 0
25.88/25.92	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 540: cost of the new core is >=15000
25.88/25.92	c lower bound updated to -876819
25.88/25.97	c BCD2: refineUB: 891818 -> 891000
25.88/25.97	c BCD2: 15000 <= obj <= 891000
25.88/25.97	c BCD2: #cores=1, #unrelaxed=352, #relaxed=540, #hardened=0
25.88/25.97	c BCD2: #sat=1 #unsat=16 bias=16/17
25.88/25.98	c Solving starts ...
25.88/25.98	c ============================[ Search Statistics ]============================
25.88/25.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.88/25.98	c       |         |          |          |    Limit     GC | Var      | Constra 
25.88/25.98	c =============================================================================
25.88/25.99	c  0.0s |       0 |        0 |        0 |   267886      0 |       33 |       32
26.38/26.45	c  0.5s |       0 |       37 |        1 |   267886      0 |       33 |       33
26.38/26.45	c #cpu_time = 0.464s
26.38/26.45	c #wall_clock_time = 0.465s
26.38/26.45	c #decision = 37
26.38/26.45	c #random_decision = 0
26.38/26.45	c #conflict = 1
26.38/26.45	c #restart = 0
26.38/26.45	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 576: cost of the new core is >=16000
26.38/26.45	c lower bound updated to -875819
26.49/26.50	c BCD2: refineUB: 891818 -> 891000
26.49/26.50	c BCD2: 16000 <= obj <= 891000
26.49/26.50	c BCD2: #cores=1, #unrelaxed=316, #relaxed=576, #hardened=0
26.49/26.50	c BCD2: #sat=1 #unsat=17 bias=17/18
26.49/26.50	c Solving starts ...
26.49/26.50	c ============================[ Search Statistics ]============================
26.49/26.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.49/26.50	c       |         |          |          |    Limit     GC | Var      | Constra 
26.49/26.50	c =============================================================================
26.49/26.52	c  0.0s |       0 |        0 |        0 |   267886      0 |       34 |       33
26.88/26.99	c  0.5s |       0 |       37 |        1 |   267886      0 |       34 |       34
26.88/26.99	c #cpu_time = 0.477s
26.88/26.99	c #wall_clock_time = 0.478s
26.88/26.99	c #decision = 37
26.88/26.99	c #random_decision = 0
26.88/26.99	c #conflict = 1
26.88/26.99	c #restart = 0
26.88/26.99	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 612: cost of the new core is >=17000
26.88/26.99	c lower bound updated to -874819
26.98/27.05	c BCD2: refineUB: 891818 -> 891000
26.98/27.05	c BCD2: 17000 <= obj <= 891000
26.98/27.05	c BCD2: #cores=1, #unrelaxed=280, #relaxed=612, #hardened=0
26.98/27.05	c BCD2: #sat=1 #unsat=18 bias=18/19
26.98/27.05	c Solving starts ...
26.98/27.05	c ============================[ Search Statistics ]============================
26.98/27.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.98/27.05	c       |         |          |          |    Limit     GC | Var      | Constra 
26.98/27.05	c =============================================================================
26.98/27.06	c  0.0s |       0 |        0 |        0 |   267886      0 |       35 |       34
27.48/27.53	c  0.5s |       0 |       37 |        1 |   267886      0 |       35 |       35
27.48/27.53	c #cpu_time = 0.472s
27.48/27.53	c #wall_clock_time = 0.473s
27.48/27.53	c #decision = 37
27.48/27.53	c #random_decision = 0
27.48/27.53	c #conflict = 1
27.48/27.53	c #restart = 0
27.48/27.53	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 648: cost of the new core is >=18000
27.48/27.53	c lower bound updated to -873819
27.48/27.58	c BCD2: refineUB: 891818 -> 891000
27.48/27.58	c BCD2: 18000 <= obj <= 891000
27.48/27.58	c BCD2: #cores=1, #unrelaxed=244, #relaxed=648, #hardened=0
27.48/27.58	c BCD2: #sat=1 #unsat=19 bias=19/20
27.48/27.58	c Solving starts ...
27.48/27.58	c ============================[ Search Statistics ]============================
27.48/27.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.48/27.58	c       |         |          |          |    Limit     GC | Var      | Constra 
27.48/27.58	c =============================================================================
27.48/27.60	c  0.0s |       0 |        0 |        0 |   267886      0 |       36 |       35
27.98/28.06	c  0.5s |       0 |       37 |        1 |   267886      0 |       36 |       36
27.98/28.06	c #cpu_time = 0.459s
27.98/28.06	c #wall_clock_time = 0.460s
27.98/28.06	c #decision = 37
27.98/28.06	c #random_decision = 0
27.98/28.06	c #conflict = 1
27.98/28.06	c #restart = 0
27.98/28.06	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 684: cost of the new core is >=18819
27.98/28.06	c lower bound updated to -873000
28.08/28.11	c BCD2: refineUB: 891818 -> 891000
28.08/28.11	c BCD2: 18819 <= obj <= 891000
28.08/28.11	c BCD2: #cores=1, #unrelaxed=208, #relaxed=684, #hardened=0
28.08/28.11	c BCD2: #sat=1 #unsat=20 bias=20/21
28.08/28.12	c Solving starts ...
28.08/28.12	c ============================[ Search Statistics ]============================
28.08/28.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.08/28.12	c       |         |          |          |    Limit     GC | Var      | Constra 
28.08/28.12	c =============================================================================
28.08/28.13	c  0.0s |       0 |        0 |        0 |   267886      0 |       37 |       36
28.58/28.61	c  0.5s |       0 |       37 |        1 |   267886      0 |       37 |       37
28.58/28.61	c #cpu_time = 0.479s
28.58/28.61	c #wall_clock_time = 0.480s
28.58/28.61	c #decision = 37
28.58/28.61	c #random_decision = 0
28.58/28.61	c #conflict = 1
28.58/28.61	c #restart = 0
28.58/28.61	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 720: cost of the new core is >=19819
28.58/28.61	c lower bound updated to -872000
28.58/28.66	c BCD2: refineUB: 891818 -> 891000
28.58/28.66	c BCD2: 19819 <= obj <= 891000
28.58/28.66	c BCD2: #cores=1, #unrelaxed=172, #relaxed=720, #hardened=0
28.58/28.66	c BCD2: #sat=1 #unsat=21 bias=21/22
28.58/28.69	c Solving starts ...
28.58/28.69	c ============================[ Search Statistics ]============================
28.58/28.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.58/28.69	c       |         |          |          |    Limit     GC | Var      | Constra 
28.58/28.69	c =============================================================================
28.58/28.69	c  0.0s |       0 |        0 |        0 |   267886      0 |       38 |       37
29.08/29.18	c  0.5s |       0 |       37 |        1 |   267886      0 |       38 |       38
29.08/29.18	c #cpu_time = 0.495s
29.08/29.18	c #wall_clock_time = 0.496s
29.08/29.18	c #decision = 37
29.08/29.18	c #random_decision = 0
29.08/29.18	c #conflict = 1
29.08/29.18	c #restart = 0
29.08/29.18	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 756: cost of the new core is >=20819
29.08/29.18	c lower bound updated to -871000
29.18/29.24	c BCD2: refineUB: 891818 -> 891000
29.18/29.24	c BCD2: 20819 <= obj <= 891000
29.18/29.24	c BCD2: #cores=1, #unrelaxed=136, #relaxed=756, #hardened=0
29.18/29.24	c BCD2: #sat=1 #unsat=22 bias=22/23
29.18/29.25	c Solving starts ...
29.18/29.25	c ============================[ Search Statistics ]============================
29.18/29.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.18/29.25	c       |         |          |          |    Limit     GC | Var      | Constra 
29.18/29.25	c =============================================================================
29.18/29.26	c  0.0s |       0 |        0 |        0 |   267886      0 |       39 |       38
29.68/29.79	c  0.5s |       0 |       37 |        1 |   267886      0 |       39 |       39
29.68/29.79	c #cpu_time = 0.533s
29.68/29.79	c #wall_clock_time = 0.534s
29.68/29.79	c #decision = 37
29.68/29.79	c #random_decision = 0
29.68/29.79	c #conflict = 1
29.68/29.79	c #restart = 0
29.68/29.79	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 792: cost of the new core is >=21819
29.68/29.79	c lower bound updated to -870000
29.79/29.80	c BCD2: refineUB: 891818 -> 891000
29.79/29.80	c BCD2: 21819 <= obj <= 891000
29.79/29.80	c BCD2: #cores=1, #unrelaxed=100, #relaxed=792, #hardened=0
29.79/29.80	c BCD2: #sat=1 #unsat=23 bias=23/24
29.79/29.82	c Solving starts ...
29.79/29.82	c ============================[ Search Statistics ]============================
29.79/29.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.79/29.82	c       |         |          |          |    Limit     GC | Var      | Constra 
29.79/29.82	c =============================================================================
29.79/29.83	c  0.0s |       0 |        0 |        0 |   267886      0 |       40 |       39
30.28/30.38	c  0.5s |       0 |       37 |        1 |   267886      0 |       40 |       40
30.28/30.38	c #cpu_time = 0.546s
30.28/30.38	c #wall_clock_time = 0.547s
30.28/30.38	c #decision = 37
30.28/30.38	c #random_decision = 0
30.28/30.38	c #conflict = 1
30.28/30.38	c #restart = 0
30.28/30.38	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 828: cost of the new core is >=22819
30.28/30.38	c lower bound updated to -869000
30.28/30.39	c BCD2: refineUB: 891818 -> 891000
30.28/30.39	c BCD2: 22819 <= obj <= 891000
30.28/30.39	c BCD2: #cores=1, #unrelaxed=64, #relaxed=828, #hardened=0
30.28/30.39	c BCD2: #sat=1 #unsat=24 bias=24/25
30.38/30.40	c Solving starts ...
30.38/30.40	c ============================[ Search Statistics ]============================
30.38/30.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.38/30.40	c       |         |          |          |    Limit     GC | Var      | Constra 
30.38/30.40	c =============================================================================
30.38/30.44	c  0.0s |       0 |        0 |        0 |   267886      0 |       41 |       40
30.89/30.98	c  0.5s |       0 |       37 |        1 |   267886      0 |       41 |       41
30.89/30.98	c #cpu_time = 0.538s
30.89/30.98	c #wall_clock_time = 0.540s
30.89/30.98	c #decision = 37
30.89/30.98	c #random_decision = 0
30.89/30.98	c #conflict = 1
30.89/30.98	c #restart = 0
30.89/30.98	c BCD2: relaxing 36 and merging with 1 cores into a new core of size 864: cost of the new core is >=23819
30.89/30.98	c lower bound updated to -868000
30.89/30.99	c BCD2: refineUB: 891818 -> 891000
30.89/30.99	c BCD2: 23819 <= obj <= 891000
30.89/30.99	c BCD2: #cores=1, #unrelaxed=28, #relaxed=864, #hardened=0
30.89/30.99	c BCD2: #sat=1 #unsat=25 bias=25/26
30.89/31.00	c Solving starts ...
30.89/31.00	c ============================[ Search Statistics ]============================
30.89/31.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/31.00	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/31.00	c =============================================================================
30.99/31.04	c  0.0s |       0 |        0 |        0 |   267886      0 |       42 |       41
33.98/34.07	c  3.0s |       0 |      869 |      100 |   294675      0 |       42 |       42
34.08/34.11	c  3.1s |       1 |      869 |      100 |   294675      0 |       42 |       42
36.78/36.88	c  5.8s |       1 |     1737 |      200 |   294675      0 |       42 |       42
38.59/38.64	c  7.6s |       2 |     1737 |      250 |   324143      0 |       42 |       42
43.38/43.49	c 12.5s |       2 |     2494 |      350 |   324143      0 |       42 |       42
49.60/49.65	c 18.6s |       2 |     2494 |      450 |   324143      0 |       42 |       42
51.49/51.57	c 20.5s |       3 |     2494 |      475 |   356558      0 |       42 |       42
59.89/59.91	c 28.9s |       3 |     3078 |      575 |   356558      0 |       42 |       42
69.89/69.98	c 38.9s |       3 |     3078 |      675 |   356558      0 |       42 |       42
82.18/82.29	c 51.3s |       3 |     3078 |      775 |   356558      0 |       42 |       42
87.58/87.68	c 56.6s |       4 |     3078 |      813 |   392214      0 |       42 |       42
100.78/100.88	c 69.8s |       4 |     3391 |      913 |   392214      0 |       42 |       42
115.48/115.51	c 84.5s |       4 |     3391 |     1013 |   392214      0 |       42 |       42
119.78/119.81	c 88.8s |       4 |     3681 |     1113 |   392214      0 |       42 |       42
123.28/123.38	c 92.4s |       4 |     3895 |     1213 |   392214      0 |       42 |       42
127.88/127.97	c 96.9s |       4 |     5167 |     1313 |   431436      0 |       42 |       42
128.08/128.16	c 97.1s |       5 |     5167 |     1320 |   431436      0 |       42 |       42
131.38/131.47	c  100s |       5 |     6033 |     1420 |   431436      0 |       42 |       42
136.27/136.36	c  105s |       5 |     6033 |     1520 |   431436      0 |       42 |       42
142.87/142.95	c  111s |       5 |     6033 |     1620 |   431436      0 |       42 |       42
151.57/151.62	c  120s |       5 |     6033 |     1720 |   431436      0 |       42 |       42
162.27/162.39	c  131s |       5 |     6033 |     1820 |   431436      0 |       42 |       42
175.67/175.75	c  144s |       5 |     6033 |     1920 |   431436      0 |       42 |       42
191.87/191.95	c  160s |       5 |     6033 |     2020 |   431436      0 |       42 |       42
203.06/203.13	c  172s |       6 |     6033 |     2081 |   474580      0 |       42 |       42
217.26/217.33	c  186s |       6 |     6292 |     2181 |   474580      0 |       42 |       42
222.86/222.98	c  191s |       6 |     7125 |     2281 |   474580      0 |       42 |       42
226.46/226.57	c  195s |       6 |     7125 |     2381 |   474580      0 |       42 |       42
232.17/232.25	c  201s |       6 |     7125 |     2481 |   474580      0 |       42 |       42
239.87/240.00	c  208s |       6 |     7125 |     2581 |   474580      0 |       42 |       42
249.96/250.02	c  218s |       6 |     7125 |     2681 |   474580      0 |       42 |       42
262.46/262.51	c  231s |       6 |     7125 |     2781 |   474580      0 |       42 |       42
277.75/277.82	c  246s |       6 |     7125 |     2881 |   474580      0 |       42 |       42
295.96/296.03	c  264s |       6 |     7125 |     2981 |   474580      0 |       42 |       42
313.55/313.66	c  282s |       6 |     7955 |     3081 |   474580      0 |       42 |       42
316.45/316.57	c  285s |       6 |     7955 |     3181 |   474580      0 |       42 |       42
318.45/318.58	c  287s |       7 |     7955 |     3223 |   522039      0 |       42 |       42
324.35/324.42	c  293s |       7 |     8704 |     3323 |   522039      0 |       42 |       42
331.74/331.88	c  300s |       7 |     8704 |     3423 |   522039      0 |       42 |       42
341.44/341.58	c  310s |       7 |     8704 |     3523 |   522039      0 |       42 |       42
353.64/353.74	c  322s |       7 |     8704 |     3623 |   522039      0 |       42 |       42
368.55/368.69	c  337s |       7 |     8704 |     3723 |   522039      0 |       42 |       42
386.54/386.60	c  355s |       7 |     8704 |     3823 |   522039      0 |       42 |       42
404.43/404.57	c  373s |       7 |     8820 |     3923 |   522039      0 |       42 |       42
411.23/411.37	c  380s |       7 |     9650 |     4023 |   522039      0 |       42 |       42
414.13/414.25	c  383s |       7 |     9650 |     4123 |   522039      0 |       42 |       42
419.43/419.52	c  388s |       7 |     9650 |     4223 |   522039      0 |       42 |       42
426.84/426.97	c  395s |       7 |     9650 |     4323 |   522039      0 |       42 |       42
436.53/436.69	c  405s |       7 |     9650 |     4423 |   522039      0 |       42 |       42
448.73/448.84	c  417s |       7 |     9650 |     4523 |   522039      0 |       42 |       42
463.72/463.84	c  432s |       7 |     9650 |     4623 |   522039      0 |       42 |       42
481.62/481.79	c  450s |       7 |     9650 |     4723 |   522039      0 |       42 |       42
501.82/501.93	c  470s |       7 |     9650 |     4823 |   522039      0 |       42 |       42
507.22/507.36	c  476s |       7 |    10480 |     4923 |   574243      0 |       42 |       42
507.72/507.83	c  476s |       8 |    10480 |     4936 |   574243      0 |       42 |       42
512.82/512.93	c  481s |       8 |    11281 |     5036 |   574243      0 |       42 |       42
519.22/519.38	c  488s |       8 |    11281 |     5136 |   574243      0 |       42 |       42
527.71/527.84	c  496s |       8 |    11281 |     5236 |   574243      0 |       42 |       42
538.31/538.45	c  507s |       8 |    11281 |     5336 |   574243      0 |       42 |       42
551.71/551.84	c  520s |       8 |    11281 |     5436 |   574243      0 |       42 |       42
567.81/567.90	c  536s |       8 |    11281 |     5536 |   574243      0 |       42 |       42
586.10/586.27	c  555s |       8 |    11281 |     5636 |   574243      0 |       42 |       42
599.40/599.60	c  568s |       8 |    11395 |     5736 |   574243      0 |       42 |       42
604.60/604.79	c  573s |       8 |    12266 |     5836 |   574243      0 |       42 |       42
608.31/608.42	c  577s |       8 |    12266 |     5936 |   574243      0 |       42 |       42
614.40/614.50	c  583s |       8 |    12266 |     6036 |   574243      0 |       42 |       42
622.71/622.88	c  591s |       8 |    12266 |     6136 |   574243      0 |       42 |       42
633.40/633.56	c  602s |       8 |    12266 |     6236 |   574243      0 |       42 |       42
646.90/647.05	c  616s |       8 |    12266 |     6336 |   574243      0 |       42 |       42
663.30/663.43	c  632s |       8 |    12266 |     6436 |   574243      0 |       42 |       42
682.29/682.41	c  651s |       8 |    12266 |     6536 |   574243      0 |       42 |       42
700.49/700.62	c  669s |       8 |    13093 |     6636 |   574243      0 |       42 |       42
703.79/703.91	c  672s |       8 |    13093 |     6736 |   574243      0 |       42 |       42
709.19/709.38	c  678s |       8 |    13093 |     6836 |   574243      0 |       42 |       42
717.08/717.20	c  686s |       8 |    13093 |     6936 |   574243      0 |       42 |       42
727.19/727.34	c  696s |       8 |    13093 |     7036 |   574243      0 |       42 |       42
739.88/740.06	c  709s |       8 |    13093 |     7136 |   574243      0 |       42 |       42
755.58/755.73	c  724s |       8 |    13093 |     7236 |   574243      0 |       42 |       42
774.07/774.23	c  743s |       8 |    13093 |     7336 |   574243      0 |       42 |       42
794.67/794.84	c  763s |       8 |    13093 |     7436 |   574243      0 |       42 |       42
798.58/798.79	c  767s |       9 |    13919 |     7506 |   631668      0 |       42 |       42
803.47/803.63	c  772s |       9 |    14744 |     7606 |   631668      0 |       42 |       42
809.67/809.86	c  778s |       9 |    14744 |     7706 |   631668      0 |       42 |       42
818.17/818.32	c  787s |       9 |    14744 |     7806 |   631668      0 |       42 |       42
829.07/829.22	c  798s |       9 |    14744 |     7906 |   631668      0 |       42 |       42
842.76/842.92	c  811s |       9 |    14744 |     8006 |   631668      0 |       42 |       42
859.36/859.53	c  828s |       9 |    14744 |     8106 |   631668      0 |       42 |       42
878.36/878.58	c  847s |       9 |    14744 |     8206 |   631668      0 |       42 |       42
896.85/897.05	c  866s |       9 |    14902 |     8306 |   631668      0 |       42 |       42
900.55/900.75	c  869s |       9 |    15736 |     8406 |   631668      0 |       42 |       42
905.75/905.93	c  874s |       9 |    15736 |     8506 |   631668      0 |       42 |       42
913.15/913.32	c  882s |       9 |    15736 |     8606 |   631668      0 |       42 |       42
922.75/922.98	c  891s |       9 |    15736 |     8706 |   631668      0 |       42 |       42
935.06/935.25	c  904s |       9 |    15736 |     8806 |   631668      0 |       42 |       42
950.25/950.41	c  919s |       9 |    15736 |     8906 |   631668      0 |       42 |       42
968.24/968.43	c  937s |       9 |    15736 |     9006 |   631668      0 |       42 |       42
988.24/988.42	c  957s |       9 |    15736 |     9106 |   631668      0 |       42 |       42
997.84/998.00	c  966s |       9 |    16561 |     9206 |   631668      0 |       42 |       42
1002.54/1002.72	c  971s |       9 |    16561 |     9306 |   631668      0 |       42 |       42
1009.34/1009.55	c  978s |       9 |    16561 |     9406 |   631668      0 |       42 |       42
1018.44/1018.69	c  987s |       9 |    16561 |     9506 |   631668      0 |       42 |       42
1030.13/1030.30	c  999s |       9 |    16561 |     9606 |   631668      0 |       42 |       42
1044.63/1044.80	c 1013s |       9 |    16561 |     9706 |   631668      0 |       42 |       42
1062.13/1062.30	c 1031s |       9 |    16561 |     9806 |   631668      0 |       42 |       42
1081.82/1082.08	c 1051s |       9 |    16561 |     9906 |   631668      0 |       42 |       42
1095.53/1095.79	c 1064s |       9 |    17387 |    10006 |   631668      0 |       42 |       42
1099.82/1100.07	c 1069s |       9 |    17387 |    10106 |   631668      0 |       42 |       42
1106.22/1106.45	c 1075s |       9 |    17387 |    10206 |   631668      0 |       42 |       42
1114.92/1115.11	c 1084s |       9 |    17387 |    10306 |   631668      0 |       42 |       42
1126.02/1126.25	c 1095s |       9 |    17387 |    10406 |   631668      0 |       42 |       42
1140.01/1140.27	c 1109s |       9 |    17387 |    10506 |   631668      0 |       42 |       42
1157.01/1157.25	c 1126s |       9 |    17387 |    10606 |   631668      0 |       42 |       42
1176.51/1176.71	c 1145s |       9 |    17387 |    10706 |   631668      0 |       42 |       42
1194.31/1194.52	c 1163s |       9 |    18211 |    10806 |   631668      0 |       42 |       42
1198.10/1198.33	c 1167s |       9 |    18211 |    10906 |   631668      0 |       42 |       42
1203.91/1204.13	c 1173s |       9 |    18211 |    11006 |   631668      0 |       42 |       42
1211.91/1212.19	c 1181s |       9 |    18211 |    11106 |   631668      0 |       42 |       42
1222.31/1222.58	c 1191s |       9 |    18211 |    11206 |   631668      0 |       42 |       42
1235.51/1235.79	c 1204s |       9 |    18211 |    11306 |   694835      0 |       42 |       42
1244.01/1244.22	c 1213s |      10 |    18211 |    11361 |   694835      0 |       42 |       42
1261.00/1261.21	c 1230s |      10 |    18557 |    11461 |   694835      0 |       42 |       42
1279.70/1279.94	c 1248s |      10 |    18557 |    11561 |   694835      0 |       42 |       42
1291.50/1291.74	c 1260s |      10 |    18689 |    11661 |   694835      0 |       42 |       42
1297.80/1298.00	c 1266s |      10 |    19512 |    11761 |   694835      0 |       42 |       42
1301.50/1301.70	c 1270s |      10 |    19512 |    11861 |   694835      0 |       42 |       42
1307.20/1307.40	c 1276s |      10 |    19512 |    11961 |   694835      0 |       42 |       42
1314.90/1315.14	c 1284s |      10 |    19512 |    12061 |   694835      0 |       42 |       42
1324.79/1325.01	c 1293s |      10 |    19512 |    12161 |   694835      0 |       42 |       42
1337.29/1337.51	c 1306s |      10 |    19512 |    12261 |   694835      0 |       42 |       42
1352.90/1353.15	c 1322s |      10 |    19512 |    12361 |   694835      0 |       42 |       42
1371.39/1371.62	c 1340s |      10 |    19512 |    12461 |   694835      0 |       42 |       42
1391.98/1392.29	c 1361s |      10 |    19512 |    12561 |   694835      0 |       42 |       42
1395.98/1396.22	c 1365s |      10 |    20335 |    12661 |   694835      0 |       42 |       42
1401.29/1401.52	c 1370s |      10 |    20335 |    12761 |   694835      0 |       42 |       42
1408.68/1408.90	c 1377s |      10 |    20335 |    12861 |   694835      0 |       42 |       42
1418.18/1418.40	c 1387s |      10 |    20335 |    12961 |   694835      0 |       42 |       42
1430.07/1430.37	c 1399s |      10 |    20335 |    13061 |   694835      0 |       42 |       42
1445.46/1445.73	c 1414s |      10 |    20335 |    13161 |   694835      0 |       42 |       42
1463.56/1463.82	c 1432s |      10 |    20335 |    13261 |   694835      0 |       42 |       42
1484.15/1484.42	c 1453s |      10 |    20335 |    13361 |   694835      0 |       42 |       42
1491.56/1491.88	c 1460s |      10 |    21161 |    13461 |   694835      0 |       42 |       42
1496.75/1497.08	c 1466s |      10 |    21161 |    13561 |   694835      0 |       42 |       42
1504.25/1504.50	c 1473s |      10 |    21161 |    13661 |   694835      0 |       42 |       42
1513.94/1514.29	c 1483s |      10 |    21161 |    13761 |   694835      0 |       42 |       42
1526.34/1526.67	c 1495s |      10 |    21161 |    13861 |   694835      0 |       42 |       42
1542.24/1542.51	c 1511s |      10 |    21161 |    13961 |   694835      0 |       42 |       42
1560.74/1561.06	c 1530s |      10 |    21161 |    14061 |   694835      0 |       42 |       42
1581.83/1582.17	c 1551s |      10 |    21161 |    14161 |   694835      0 |       42 |       42
1592.83/1593.16	c 1562s |      10 |    21978 |    14261 |   694835      0 |       42 |       42
1597.83/1598.12	c 1567s |      10 |    21978 |    14361 |   694835      0 |       42 |       42
1605.03/1605.33	c 1574s |      10 |    21978 |    14461 |   694835      0 |       42 |       42
1614.63/1614.97	c 1583s |      10 |    21978 |    14561 |   694835      0 |       42 |       42
1626.92/1627.20	c 1596s |      10 |    21978 |    14661 |   694835      0 |       42 |       42
1642.52/1642.81	c 1611s |      10 |    21978 |    14761 |   694835      0 |       42 |       42
1661.12/1661.40	c 1630s |      10 |    21978 |    14861 |   694835      0 |       42 |       42
1682.21/1682.52	c 1651s |      10 |    21978 |    14961 |   694835      0 |       42 |       42
1696.31/1696.67	c 1665s |      10 |    22797 |    15061 |   694835      0 |       42 |       42
1700.91/1701.29	c 1670s |      10 |    22797 |    15161 |   694835      0 |       42 |       42
1707.81/1708.16	c 1677s |      10 |    22797 |    15261 |   694835      0 |       42 |       42
1717.11/1717.40	c 1686s |      10 |    22797 |    15361 |   694835      0 |       42 |       42
1728.91/1729.26	c 1698s |      10 |    22797 |    15461 |   694835      0 |       42 |       42
1744.00/1744.34	c 1713s |      10 |    22797 |    15561 |   694835      0 |       42 |       42
1762.40/1762.71	c 1731s |      10 |    22797 |    15661 |   694835      0 |       42 |       42
1783.00/1783.37	c 1752s |      10 |    22797 |    15761 |   694835      0 |       42 |       42

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-4080083-1465298638/watcher-4080083-1465298638 -o /tmp/evaluation-result-4080083-1465298638/solver-4080083-1465298638 -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-4080083-1465298638.opb 

pid=5245
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.10 2.09 2.07 3/179 5248
/proc/meminfo: memFree=29343584/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=666044 CPUtime=0 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 2473 0 0 0 0 0 0 0 20 0 4 0 111796456 682029056 2834 33554432000 4194304 16246674 140733545191808 140733545191232 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 167023 2842 441 2943 0 163917 0
[pid=5248/tid=5249] ppid=5245 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 699854848 2903 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 704049152 2920 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 708243456 2936 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.10 2.09 2.07 3/179 5248
/proc/meminfo: memFree=29343584/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 29566 0 0 0 5 4 0 0 20 0 4 0 111796456 1333334016 29865 33554432000 4194304 16246674 140733545191808 140733545191120 12752373 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 325521 29880 800 2943 0 322415 0
[pid=5248/tid=5249] ppid=5245 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1333334016 29891 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1333334016 29902 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1333334016 29913 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1302084

[startup+0.309049 s]
/proc/loadavg: 2.10 2.09 2.07 3/179 5248
/proc/meminfo: memFree=29343584/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1312324 CPUtime=0.3 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 52133 0 0 0 23 7 0 0 20 0 4 0 111796456 1343819776 52942 33554432000 4194304 16246674 140733545191808 140733545174800 7361464 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 328081 52942 800 2943 0 324975 0
[pid=5248/tid=5249] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 52942 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 52942 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 52942 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1312324

[startup+0.400448 s]
/proc/loadavg: 2.10 2.09 2.07 3/179 5248
/proc/meminfo: memFree=29343584/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1312324 CPUtime=0.38 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 53099 0 0 0 31 7 0 0 20 0 4 0 111796456 1343819776 53909 33554432000 4194304 16246674 140733545191808 140733545174800 7364033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 328081 53927 800 2943 0 324975 0
[pid=5248/tid=5249] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 53937 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 53949 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1343819776 53960 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1312324

[startup+0.700358 s]
/proc/loadavg: 2.10 2.09 2.07 3/179 5248
/proc/meminfo: memFree=29343584/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 63412 0 0 0 60 9 0 0 20 0 4 0 111796456 1344868352 64221 33554432000 4194304 16246674 140733545191808 140733545174800 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 328337 64221 801 2943 0 325231 0
[pid=5248/tid=5249] ppid=5245 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1344868352 64221 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1344868352 64221 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1344868352 64221 33554432000 4194304 16246674 140733545191808 140347652959408 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.50042 s]
/proc/loadavg: 2.10 2.09 2.07 3/183 5252
/proc/meminfo: memFree=28995852/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 93372 0 0 0 135 14 0 0 20 0 4 0 111796456 1357451264 96736 33554432000 4194304 16246674 140733545191808 140733545174800 7367185 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 331409 96754 801 2943 0 328303 0
[pid=5248/tid=5249] ppid=5245 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1357451264 96764 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1357451264 96776 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1357451264 96787 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1325636

[startup+3.1004 s]
/proc/loadavg: 2.10 2.09 2.07 3/183 5252
/proc/meminfo: memFree=28881508/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1350212 CPUtime=3.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 150486 0 0 0 287 22 0 0 20 0 4 0 111796456 1382617088 158449 33554432000 4194304 16246674 140733545191808 140733545174800 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 337553 158449 801 2943 0 334447 0
[pid=5248/tid=5249] ppid=5245 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1382617088 158449 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1382617088 158449 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1382617088 158449 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1350212

[startup+6.30039 s]
/proc/loadavg: 2.10 2.09 2.06 3/183 5252
/proc/meminfo: memFree=28110764/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1491524 CPUtime=6.29 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 293044 0 0 0 587 42 0 0 20 0 4 0 111796456 1527320576 309183 33554432000 4194304 16246674 140733545191808 140733545189632 13923640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 372881 309183 836 2943 0 369775 0
[pid=5248/tid=5249] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 309183 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 309183 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 309183 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1491524

[startup+12.7004 s]
/proc/loadavg: 2.09 2.09 2.06 3/183 5252
/proc/meminfo: memFree=28089672/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1491524 CPUtime=12.69 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 293061 0 0 0 1227 42 0 0 20 0 4 0 111796456 1527320576 314310 33554432000 4194304 16246674 140733545191808 140733545173696 13907082 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 372881 314310 837 2943 0 369775 0
[pid=5248/tid=5249] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 314310 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 314310 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1491524 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1527320576 314310 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1491524

[startup+25.5074 s]
/proc/loadavg: 2.07 2.08 2.06 3/183 5252
/proc/meminfo: memFree=27687000/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=25.49 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393755 0 0 0 2494 55 0 0 20 0 4 0 111796456 1939410944 415004 33554432000 4194304 16246674 140733545191808 140733545173696 5585704 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415004 920 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415004 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415004 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415004 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1893956

[startup+51.1004 s]
/proc/loadavg: 2.04 2.07 2.06 3/183 5252
/proc/meminfo: memFree=27687040/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=51.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393756 0 0 0 5053 56 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140733545173696 12483664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415005 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1893956

[startup+102.3 s]
/proc/loadavg: 2.02 2.06 2.06 3/183 5253
/proc/meminfo: memFree=27686792/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=102.28 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393756 0 0 0 10172 56 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140733545173696 12483632 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415005 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415005 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956


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

/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 1893956

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.04 3/183 5284
/proc/meminfo: memFree=27683016/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1362.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393757 0 0 0 136152 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545173696 12483664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 1893956

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/183 5285
/proc/meminfo: memFree=27683388/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1422.07 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393758 0 0 0 142150 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545190984 6022640 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.03 4/183 5286
/proc/meminfo: memFree=27683124/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1482.05 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393775 0 0 0 148148 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545173696 6022934 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.03 3/183 5288
/proc/meminfo: memFree=27682736/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1542.05 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393779 0 0 0 154148 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545173696 5711338 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1893956

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.03 3/184 5292
/proc/meminfo: memFree=27683020/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1602.03 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393783 0 0 0 160146 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545173696 5667672 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956

[startup+1662.31 s]
/proc/loadavg: 2.02 2.03 2.02 3/183 5293
/proc/meminfo: memFree=27683200/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1662.02 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393783 0 0 0 166145 57 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140733545173696 12483532 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415261 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415261 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/183 5294
/proc/meminfo: memFree=27682984/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1722.01 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393783 0 0 0 172144 57 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140733545173696 5667033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415262 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.02 3/183 5344
/proc/meminfo: memFree=27726688/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1782 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393788 0 0 0 178143 57 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140733545173696 13820950 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415262 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347652959408 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) 1893956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 2.01 4/183 5344
/proc/meminfo: memFree=27727144/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1800.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393788 0 0 0 179952 57 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140733545190904 5600480 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415262 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1893956

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 5248 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 2.01 4/183 5344
/proc/meminfo: memFree=27727144/32872528 swapFree=12328/568296
[pid=5248] ppid=5245 vsize=1893956 CPUtime=1800.09 cores=0,2,4,6
/proc/5248/stat : 5248 (toysat) R 5245 5248 3396 0 -1 4202496 393788 0 0 0 179952 57 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140733545190904 5600480 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5248/statm: 473489 415262 921 2943 0 470383 0
[pid=5248/tid=5249] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5249/stat : 5249 (toysat) S 5245 5248 3396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347779820784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=5248/tid=5250] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5250/stat : 5250 (toysat) S 5245 5248 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347769330928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=5248/tid=5251] ppid=5245 vsize=1893956 CPUtime=0 cores=0,2,4,6
/proc/5248/task/5251/stat : 5251 (toysat) S 5245 5248 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 111796456 1939410944 415262 33554432000 4194304 16246674 140733545191808 140347652959408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1893956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.44
CPU time (s): 1800.12
CPU user time (s): 1799.53
CPU system time (s): 0.592909
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1893956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.592909
maximum resident set size= 1661048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393788
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= 60
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.63429 second user time and 6.84196 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 13:23:59
IDJOB=4080083
IDBENCH=91064
IDSOLVER=2542
FILE ID=node138/4080083-1465298638
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_unif_50null50mast_rapportOE1.0_TMAX180_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-4080083-1465298638/watcher-4080083-1465298638 -o /tmp/evaluation-result-4080083-1465298638/solver-4080083-1465298638 -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-4080083-1465298638.opb

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

MD5SUM BENCH= 765f9ba042cd825181247f9fbcec5226
RANDOM SEED=37957180

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:        29344492 kB
Buffers:          124928 kB
Cached:           334308 kB
SwapCached:        46740 kB
Active:          1909140 kB
Inactive:         307876 kB
Active(anon):    1712496 kB
Inactive(anon):    47688 kB
Active(file):     196644 kB
Inactive(file):   260188 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053656 kB
Dirty:             43932 kB
Writeback:             0 kB
AnonPages:       2280728 kB
Mapped:            11852 kB
Shmem:                 0 kB
Slab:             605760 kB
SReclaimable:      49100 kB
SUnreclaim:       556660 kB
KernelStack:        1464 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2424076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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 13:53:59