Trace number 4106385

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-02OPT3 9.43656 9.43918

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=67-P1=71-B.opb
MD5SUMae67e81d38ba4f76b7dd516b4c482d81
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.026995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables27
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 522902
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)81
Sum of products size (including duplicates)162
Number of different products81
Sum of products size162

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T19:22:27+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-4106385-1466270547.opb"]
0.00/0.01	c use --random-gen="4161241501 645030131 3174447179 2748653354 777743105 2307463818 2571492117 2799196184 3004066965 84973030 3127363914 1404344965 2927648989 1038758135 3236671003 963014071 3729951195 1608428927 417143878 250713338 3806368637 2866747080 1684389830 1412497324 610711101 157628679 361427012 2237606169 3038148527 2687299071 3000069532 3041074259 3515151611 3798916448 1466661657 3377695480 2800511599 1317755514 2388439089 22062049 3807230473 474163593 810817669 266777387 3416424166 171607371 3074277146 794509811 3183713927 3237691732 1243774673 2655774269 2193892794 3433805650 3971707666 618807413 4267235840 4258575142 318898063 101116441 3452370555 1164846592 2933513941 586903215 2234550469 3308774485 439444784 2245586014 182151287 127046885 2335142422 1530771162 3865045841 1372257303 919997413 4172559062 3702689834 4007142064 1452196534 244125846 1419990678 2980597136 3045690135 3571492377 2904172709 1339453752 1135403161 2744684036 2252923304 2823689965 2694898617 1589689028 606734311 3566687153 1906756154 1871498713 1300431574 566990823 2623244985 127328310 2443192114 712755704 2045875049 2805489111 3516516367 2227605741 2642456023 3543648241 4237100855 2300338901 1434396701 1043957260 694828603 668027044 524558776 1107225282 2176103542 516013670 1177473866 3976118516 1825564972 2330708335 1122101059 2121587210 3996870840 286907037 890662678 450970983 505315989 2761848813 3440705871 1259962647 2757677428 4223587082 842891437 4262642077 2394013013 2508714084 166957573 2117826812 370215494 3232117266 788872375 2097139936 1065614843 2727817751 1830976384 1641941607 1143859102 3401081212 391174998 1687934464 2659894113 3456005406 766789361 2535041903 993591989 3778117221 424783300 1229812991 3577110409 2732475085 714599107 2278200751 2081302258 3076534910 4063025404 3526732377 1138915829 2826546749 3408262873 2234983433 2328994775 1721823773 1317763918 1655739782 1943124479 2838149314 2975872386 783173197 840930738 3362545082 2743837890 2789688571 91772984 4271532206 2802992650 723942124 2484596531 3886601983 3552107616 2658290905 3902833561 857654148 1835877898 170331429 3363830541 571490604 676793415 3641543318 2708362059 622445924 4290186467 3689753128 3466399120 3124414566 217433756 3561265326 1780890190 3503250057 2116164583 1175175415 2834116843 2589953088 2943683538 2821107948 3149621312 1062117931 1292851566 1375846596 1060387858 239612410 1811050891 134093033 2763892820 2487038190 416598367 2036384188 4215012978 3424746453 1729335983 3399463748 1863306659 3886086608 1997555402 2758532867 2197843241 3192032100 3858534795 3474049531 1414601196 678768607 1534028628 487121467 1456371077 1989382321 3397153573 3645855801 537068682 1154122712 3603481214 1833562229 280083052 2588164782 1048719877 589241966 255 362436" option to reproduce the execution
0.00/0.01	c #vars 27
0.00/0.01	c #constraints 3
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.04	c  0.0s |       0 |      111 |       92 |      118      0 |        0 |        0
0.00/0.04	c #cpu_time = 0.027s
0.00/0.04	c #wall_clock_time = 0.028s
0.00/0.04	c #decision = 111
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 92
0.00/0.04	c #restart = 0
0.00/0.04	o 511
0.00/0.04	c BCD2: updating upper bound: 511 -> 510
0.00/0.04	c BCD2: 0 <= obj <= 510
0.00/0.04	c BCD2: #cores=0, #unrelaxed=9, #relaxed=0, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.04	c  0.0s |       0 |        7 |        0 |      118      0 |        0 |        0
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 7
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 8: cost of the new core is >=2
0.00/0.04	c lower bound updated to 2
0.00/0.04	c BCD2: 2 <= obj <= 510
0.00/0.04	c BCD2: #cores=1, #unrelaxed=1, #relaxed=8, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |      118      0 |        0 |        0
0.00/0.07	c  0.0s |       1 |      136 |      100 |      130      0 |        0 |        0
0.09/0.11	c  0.1s |       2 |      299 |      250 |      143      2 |        0 |        0
0.09/0.16	c  0.1s |       3 |      545 |      475 |      158      4 |        0 |        0
0.19/0.24	c  0.2s |       4 |      926 |      813 |      174      7 |        0 |        0
0.29/0.36	c  0.3s |       5 |     1454 |     1320 |      192     10 |        0 |        0
0.49/0.56	c  0.5s |       6 |     2226 |     2081 |      212     16 |        0 |        0
0.79/0.86	c  0.8s |       7 |     3378 |     3223 |      234     24 |        0 |        0
1.20/1.28	c  1.2s |       8 |     5123 |     4936 |      258     36 |        0 |        0
1.68/1.72	c  1.7s |       9 |     7764 |     7506 |      284     52 |        0 |        0
2.39/2.40	c  2.4s |      10 |    11724 |    11361 |      313     74 |        0 |        0
3.29/3.39	c  3.3s |      11 |    17663 |    17144 |      345    105 |        0 |        0
4.89/4.90	c  4.9s |      12 |    26419 |    25819 |      380    147 |        0 |        0
6.89/6.92	c  6.9s |      12 |    37847 |    37119 |      380    199 |        0 |        0
7.18/7.25	c  7.2s |      13 |    39567 |    38832 |      419    206 |        0 |        0
9.18/9.26	c  9.2s |      13 |    50685 |    49832 |      419    252 |        0 |        0
9.28/9.30	c  9.3s |      13 |    50948 |    50100 |      419    254 |        0 |        0
9.28/9.30	c #cpu_time = 9.240s
9.28/9.30	c #wall_clock_time = 9.264s
9.28/9.30	c #decision = 50948
9.28/9.30	c #random_decision = 78
9.28/9.30	c #conflict = 50100
9.28/9.30	c #restart = 13
9.28/9.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
9.28/9.30	c lower bound updated to 3
9.28/9.30	c BCD2: 3 <= obj <= 510
9.28/9.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
9.28/9.30	c BCD2: #sat=1 #unsat=3 bias=3/4
9.28/9.30	c Solving starts ...
9.28/9.30	c ============================[ Search Statistics ]============================
9.28/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.30	c =============================================================================
9.28/9.30	c  0.0s |       0 |        0 |        0 |      419      0 |        1 |        0
9.28/9.32	c  0.0s |       1 |      125 |      100 |      419      0 |        1 |        1
9.28/9.34	c  0.0s |       1 |      254 |      215 |      419      0 |        1 |        1
9.28/9.34	c #cpu_time = 0.036s
9.28/9.34	c #wall_clock_time = 0.036s
9.28/9.34	c #decision = 254
9.28/9.34	c #random_decision = 0
9.28/9.34	c #conflict = 215
9.28/9.34	c #restart = 1
9.28/9.34	o 351
9.28/9.34	c BCD2: updating upper bound: 510 -> 350
9.28/9.34	c BCD2: 3 <= obj <= 350
9.28/9.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
9.28/9.34	c BCD2: #sat=2 #unsat=3 bias=3/5
9.28/9.34	c Solving starts ...
9.28/9.34	c ============================[ Search Statistics ]============================
9.28/9.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.34	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.34	c =============================================================================
9.28/9.34	c  0.0s |       0 |        0 |        0 |      419      0 |        1 |        1
9.28/9.35	c  0.0s |       0 |       70 |       51 |      419      1 |        1 |        1
9.28/9.35	c #cpu_time = 0.011s
9.28/9.35	c #wall_clock_time = 0.011s
9.28/9.35	c #decision = 70
9.28/9.35	c #random_decision = 0
9.28/9.35	c #conflict = 51
9.28/9.35	c #restart = 0
9.28/9.35	o 89
9.28/9.35	c BCD2: hardening fixes 2 literals
9.28/9.35	c BCD2: updating upper bound: 350 -> 88
9.28/9.35	c BCD2: 3 <= obj <= 88
9.28/9.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=2
9.28/9.35	c BCD2: #sat=3 #unsat=3 bias=3/6
9.28/9.35	c Solving starts ...
9.28/9.35	c ============================[ Search Statistics ]============================
9.28/9.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.35	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.35	c =============================================================================
9.28/9.35	c  0.0s |       0 |        0 |        0 |      419      0 |       23 |        4
9.28/9.36	c  0.0s |       0 |       62 |       50 |      419      0 |       23 |       59
9.28/9.36	c #cpu_time = 0.008s
9.28/9.36	c #wall_clock_time = 0.008s
9.28/9.36	c #decision = 62
9.28/9.36	c #random_decision = 1
9.28/9.36	c #conflict = 50
9.28/9.36	c #restart = 0
9.28/9.36	o 31
9.28/9.36	c BCD2: hardening fixes 2 literals
9.28/9.36	c BCD2: updating upper bound: 88 -> 30
9.28/9.36	c BCD2: 3 <= obj <= 30
9.28/9.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=4
9.28/9.36	c BCD2: #sat=4 #unsat=3 bias=3/7
9.28/9.36	c Solving starts ...
9.28/9.36	c ============================[ Search Statistics ]============================
9.28/9.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.36	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.36	c =============================================================================
9.28/9.36	c  0.0s |       0 |        0 |        0 |      419      0 |       45 |       61
9.28/9.37	c  0.0s |       0 |       74 |       69 |      419      0 |       45 |      115
9.28/9.37	c #cpu_time = 0.008s
9.28/9.37	c #wall_clock_time = 0.008s
9.28/9.37	c #decision = 74
9.28/9.37	c #random_decision = 0
9.28/9.37	c #conflict = 69
9.28/9.37	c #restart = 0
9.28/9.37	o 13
9.28/9.37	c BCD2: hardening fixes 1 literals
9.28/9.37	c BCD2: updating upper bound: 30 -> 12
9.28/9.37	c BCD2: 3 <= obj <= 12
9.28/9.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=5
9.28/9.37	c BCD2: #sat=5 #unsat=3 bias=3/8
9.28/9.37	c Solving starts ...
9.28/9.37	c ============================[ Search Statistics ]============================
9.28/9.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.37	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.37	c =============================================================================
9.28/9.37	c  0.0s |       0 |        0 |        0 |      419      0 |       56 |      116
9.28/9.37	c  0.0s |       0 |        7 |        4 |      419      0 |       56 |      144
9.28/9.37	c #cpu_time = 0.001s
9.28/9.37	c #wall_clock_time = 0.001s
9.28/9.37	c #decision = 7
9.28/9.37	c #random_decision = 0
9.28/9.37	c #conflict = 4
9.28/9.37	c #restart = 0
9.28/9.37	o 5
9.28/9.37	c BCD2: hardening fixes 1 literals
9.28/9.37	c BCD2: updating upper bound: 12 -> 4
9.28/9.37	c BCD2: 3 <= obj <= 4
9.28/9.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=6
9.28/9.37	c BCD2: #sat=6 #unsat=3 bias=3/9
9.28/9.37	c Solving starts ...
9.28/9.37	c ============================[ Search Statistics ]============================
9.28/9.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.28/9.37	c       |         |          |          |    Limit     GC | Var      | Constra 
9.28/9.37	c =============================================================================
9.28/9.37	c  0.0s |       0 |        0 |        0 |      419      0 |       67 |      146
9.28/9.37	c  0.0s |       0 |        4 |        0 |      419      0 |       67 |      173
9.28/9.37	c #cpu_time = 0.000s
9.28/9.37	c #wall_clock_time = 0.000s
9.28/9.37	c #decision = 4
9.28/9.37	c #random_decision = 0
9.28/9.37	c #conflict = 0
9.28/9.37	c #restart = 0
9.28/9.37	o 3
9.28/9.37	s OPTIMUM FOUND
9.28/9.37	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
9.28/9.37	v x11 x12 -x13 -x14 -x15 -x16 x17 x18 -x19 x20
9.28/9.37	v -x21 -x22 -x23 -x24 -x25 -x26 -x27
9.28/9.37	c total CPU time = 9.354s
9.28/9.37	c total wall clock time = 9.378s

Verifier Data

OK	3

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-4106385-1466270547/watcher-4106385-1466270547 -o /tmp/evaluation-result-4106385-1466270547/solver-4106385-1466270547 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106385-1466270547.opb 

pid=28084
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.19 2.17 4/179 28087
/proc/meminfo: memFree=29385600/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=795204 CPUtime=0 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 2980 0 0 0 0 0 0 0 20 0 4 0 29101321 814288896 3341 33554432000 4194304 16246674 140733255742784 140733255742208 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 199313 3351 442 2943 0 196207 0
[pid=28087/tid=28088] ppid=28084 vsize=812612 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 832114688 3411 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=816708 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 836308992 3428 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=821828 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29101321 841551872 3446 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.14 2.19 2.17 4/179 28087
/proc/meminfo: memFree=29385600/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 21590 0 0 0 7 2 0 0 20 0 4 0 29101321 1247350784 21937 33554432000 4194304 16246674 140733255742784 140733255742208 5546859 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 304529 21946 797 2943 0 301423 0
[pid=28087/tid=28088] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 21955 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 21961 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 21963 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200545 s]
/proc/loadavg: 2.14 2.19 2.17 4/179 28087
/proc/meminfo: memFree=29385600/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 41015 0 0 0 14 5 0 0 20 0 4 0 29101321 1247350784 41363 33554432000 4194304 16246674 140733255742784 140733255742208 5516309 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 304529 41367 797 2943 0 301423 0
[pid=28087/tid=28088] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 41371 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 41378 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 41383 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300499 s]
/proc/loadavg: 2.14 2.19 2.17 4/179 28087
/proc/meminfo: memFree=29385600/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 60854 0 0 0 21 8 0 0 20 0 4 0 29101321 1247350784 61202 33554432000 4194304 16246674 140733255742784 140733255742208 12478189 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 304529 61217 797 2943 0 301423 0
[pid=28087/tid=28088] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 61225 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 61230 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 61232 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700413 s]
/proc/loadavg: 2.14 2.19 2.17 4/179 28087
/proc/meminfo: memFree=29385600/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 140032 0 0 0 49 20 0 0 20 0 4 0 29101321 1247350784 140379 33554432000 4194304 16246674 140733255742784 140733255725784 13759916 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 304529 140386 797 2943 0 301423 0
[pid=28087/tid=28088] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 140391 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 140399 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29101321 1247350784 140404 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.14 2.19 2.17 3/183 28091
/proc/meminfo: memFree=28513444/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 245689 0 0 0 113 35 0 0 20 0 4 0 29101321 1248399360 246014 33554432000 4194304 16246674 140733255742784 140733255724672 5722908 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 304785 246014 854 2943 0 301679 0
[pid=28087/tid=28088] ppid=28084 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1248399360 246014 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1248399360 246014 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1248399360 246014 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.14 2.19 2.17 3/183 28091
/proc/meminfo: memFree=28315320/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267507 0 0 0 271 38 0 0 20 0 4 0 29101321 1337528320 267832 33554432000 4194304 16246674 140733255742784 140733255725784 5599933 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267832 854 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267832 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267832 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267832 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30043 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314472/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267508 0 0 0 591 38 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 140733255725784 6012316 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267833 854 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

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

[startup+6.40053 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314472/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=6.39 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267508 0 0 0 601 38 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 140733255725784 5711257 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267833 854 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.00044 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314604/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=7.98 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267508 0 0 0 760 38 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 140733255724672 5711427 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267833 854 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267833 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1306180

[startup+8.80042 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314728/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=8.79 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267516 0 0 0 841 38 0 0 20 0 4 0 29101321 1337528320 267841 33554432000 4194304 16246674 140733255742784 140733255724672 5822144 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267841 854 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267841 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267841 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267841 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1306180

[startup+9.20042 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314728/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=1306180 CPUtime=9.18 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202496 267518 0 0 0 880 38 0 0 20 0 4 0 29101321 1337528320 267843 33554432000 4194304 16246674 140733255742784 140733255724672 5512840 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 326545 267843 856 2943 0 323439 0
[pid=28087/tid=28088] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28088/stat : 28088 (toysat) S 28084 28087 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267843 33554432000 4194304 16246674 140733255742784 139998741376240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=28087/tid=28089] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28089/stat : 28089 (toysat) S 28084 28087 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267843 33554432000 4194304 16246674 140733255742784 139998730886384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=28087/tid=28090] ppid=28084 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/28087/task/28090/stat : 28090 (toysat) S 28084 28087 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29101321 1337528320 267843 33554432000 4194304 16246674 140733255742784 139998720412848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1306180

[startup+9.40041 s]
/proc/loadavg: 2.21 2.20 2.17 3/183 28091
/proc/meminfo: memFree=28314728/32872528 swapFree=1191052/1305516
[pid=28087] ppid=28084 vsize=0 CPUtime=9.38 cores=1,3,5,7
/proc/28087/stat : 28087 (toysat) R 28084 28087 26736 0 -1 4202500 267524 0 0 0 898 40 0 0 20 0 1 0 29101321 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28087/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.43918
CPU time (s): 9.43656
CPU user time (s): 8.98863
CPU system time (s): 0.447931
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.98863
system time used= 0.447931
maximum resident set size= 1071384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267524
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= 21
involuntary context switches= 14

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020996 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 19:22:27
IDJOB=4106385
IDBENCH=48039
IDSOLVER=2542
FILE ID=node127/4106385-1466270547
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=67-P1=71-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106385-1466270547/watcher-4106385-1466270547 -o /tmp/evaluation-result-4106385-1466270547/solver-4106385-1466270547 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106385-1466270547.opb

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

MD5SUM BENCH= ae67e81d38ba4f76b7dd516b4c482d81
RANDOM SEED=1107107275

node127.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.769
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.53
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.769
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.55
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.769
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.56
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.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        29385516 kB
Buffers:           88400 kB
Cached:           259948 kB
SwapCached:          516 kB
Active:          1183920 kB
Inactive:         257556 kB
Active(anon):    1093316 kB
Inactive(anon):     2184 kB
Active(file):      90604 kB
Inactive(file):   255372 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16756 kB
Writeback:             0 kB
AnonPages:       2398128 kB
Mapped:            10612 kB
Shmem:                 0 kB
Slab:             604952 kB
SReclaimable:      48440 kB
SUnreclaim:       556512 kB
KernelStack:        1520 kB
PageTables:         8916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2540872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 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= 71708 MiB
End job on node127 at 2016-06-18 19:22:37