Trace number 4105995

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 10.5364 10.5408

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=71-P1=439-B.opb
MD5SUM2194c44e638e13eefe0fb39d44671c6b
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 523202
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-18T16:51: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-4105995-1466261487.opb"]
0.00/0.01	c use --random-gen="2700762723 373207890 3829494966 3294259397 2591468339 4218577366 1217373613 3572173348 3407511776 2833151760 1514690536 2088969485 765050007 568487300 221453630 1363634971 2545267591 2130804231 1568446552 4021926763 1244246010 3490390316 832747498 2307374553 2744740188 1115497876 918293335 2894999446 2504773823 1810763303 1614665247 3626395610 2113597231 1585332537 3273485603 4208441806 41484497 1198728854 3422157710 1328048859 2858747746 2368179544 454949346 2550871690 749544270 3132307541 3005204784 2478667476 1736159965 2045784861 185023649 847847058 2650151498 524210098 556026188 2961548051 244562311 2303614291 3966952178 2374994001 3165304523 1025230728 2705391387 557161077 412609793 4172425844 3616156487 2381760467 2940459275 2663407556 2699765158 3873707482 3908760235 2133727654 975243164 538522401 3976332677 1837917813 2136658317 2866759317 3398436558 4263395077 2048172228 695316222 1282717650 757116182 333096536 4257651463 1399234700 152894017 3615040179 4246756969 1279653682 2035206283 4232017774 744251199 1347600732 4109066715 1867455831 1786152896 2519387267 4171734968 3566839127 1022619877 3330174333 3390333661 1339802031 1106404070 1754954095 1507617296 4189973366 3827483937 2409757374 907831035 1007700615 1269531446 2042934375 1069837755 3357714097 308877097 597880913 2142956067 2729259334 1708699061 246969165 45695694 1135305805 4261983482 2071258379 3576647756 2968545213 1597749863 2793872012 3589206839 2349909555 1376922004 4206774990 3404752293 3819227559 930148529 2748368161 2942442400 726014485 1900487662 2847533982 411319152 243065583 2558960232 3378682093 2519173740 1211160164 788539632 3835560659 1047954295 3127175561 597498978 1420518611 2113289221 1530247524 4064166523 4182343677 2291445124 3767459162 1330450778 1652823254 4088335383 3006299491 28337143 2962362830 4110808253 1093372014 2663924049 1199103547 2020595253 294624566 2364576510 415548545 111900539 1110524149 3816981613 1582385645 1716911679 1085079650 3358002919 3970955059 1788917162 2868353327 2999513653 3792495396 4019241794 922752457 4062562071 2794662103 822984517 3271029971 3095370050 703094877 1505395317 249345687 168832691 2363038249 4189047753 1873948928 1993727998 1923433 3243149900 729771312 3112949655 853511953 2344055444 1007405386 2485489340 547654989 445656969 2041197791 619697913 1407695275 2093646477 3703623748 1050503241 1669397114 4253066416 1895610171 3797487372 331749116 1034516674 578012224 2084362950 3467223053 1618245840 3342654811 1481972259 3927276670 3285154544 1963616624 3572723675 1211546232 3289132861 3882744113 3689075500 1076688000 71841656 1117055552 3456240666 1138983699 4219688783 3447752429 1031667935 2413788920 2320097959 1417451784 654550472 91331605 144307278 1496855653 2845206348 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 |       1 |      112 |      100 |      118      0 |        0 |        0
0.00/0.08	c  0.1s |       2 |      279 |      250 |      130      1 |        0 |        0
0.09/0.14	c  0.1s |       3 |      519 |      475 |      143      3 |        0 |        0
0.19/0.22	c  0.2s |       4 |      893 |      813 |      158      7 |        0 |        0
0.29/0.34	c  0.3s |       5 |     1438 |     1320 |      174     11 |        0 |        0
0.39/0.45	c  0.4s |       5 |     1931 |     1777 |      192     15 |        0 |        0
0.39/0.45	c #cpu_time = 0.436s
0.39/0.45	c #wall_clock_time = 0.437s
0.39/0.45	c #decision = 1931
0.39/0.45	c #random_decision = 3
0.39/0.45	c #conflict = 1777
0.39/0.45	c #restart = 5
0.39/0.45	o 483
0.39/0.45	c BCD2: updating upper bound: 511 -> 482
0.39/0.45	c BCD2: 0 <= obj <= 482
0.39/0.45	c BCD2: #cores=0, #unrelaxed=9, #relaxed=0, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |      192      0 |        0 |        0
0.39/0.45	c  0.0s |       0 |        7 |        0 |      192      0 |        0 |        0
0.39/0.45	c #cpu_time = 0.001s
0.39/0.45	c #wall_clock_time = 0.001s
0.39/0.45	c #decision = 7
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 8: cost of the new core is >=2
0.39/0.45	c lower bound updated to 2
0.39/0.45	c BCD2: 2 <= obj <= 482
0.39/0.45	c BCD2: #cores=1, #unrelaxed=1, #relaxed=8, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=2 bias=2/3
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |      192      0 |        0 |        0
0.39/0.48	c  0.0s |       1 |      151 |      100 |      192      0 |        0 |        0
0.49/0.51	c  0.1s |       2 |      336 |      250 |      192      2 |        0 |        0
0.49/0.57	c  0.1s |       3 |      579 |      475 |      212      3 |        0 |        0
0.59/0.65	c  0.2s |       4 |      957 |      813 |      212      6 |        0 |        0
0.69/0.79	c  0.3s |       5 |     1519 |     1320 |      212     10 |        0 |        0
0.88/0.97	c  0.5s |       6 |     2346 |     2081 |      234     15 |        0 |        0
1.20/1.27	c  0.8s |       7 |     3526 |     3223 |      258     22 |        0 |        0
1.49/1.56	c  1.1s |       8 |     5303 |     4936 |      258     33 |        0 |        0
1.99/2.00	c  1.5s |       9 |     7942 |     7506 |      284     48 |        0 |        0
2.59/2.69	c  2.2s |      10 |    11943 |    11361 |      313     70 |        0 |        0
3.59/3.69	c  3.2s |      11 |    17880 |    17144 |      345    100 |        0 |        0
5.19/5.25	c  4.8s |      12 |    26703 |    25819 |      380    141 |        0 |        0
7.18/7.25	c  6.8s |      12 |    38203 |    37119 |      419    193 |        0 |        0
7.48/7.55	c  7.1s |      13 |    39926 |    38832 |      419    200 |        0 |        0
9.48/9.56	c  9.1s |      13 |    51004 |    49732 |      419    245 |        0 |        0
10.38/10.41	c 10.0s |      13 |    55692 |    54399 |      419    265 |        0 |        0
10.38/10.41	c #cpu_time = 9.935s
10.38/10.41	c #wall_clock_time = 9.961s
10.38/10.41	c #decision = 55692
10.38/10.41	c #random_decision = 115
10.38/10.41	c #conflict = 54399
10.38/10.41	c #restart = 13
10.38/10.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
10.38/10.41	c lower bound updated to 3
10.38/10.41	c BCD2: 3 <= obj <= 482
10.38/10.41	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
10.38/10.41	c BCD2: #sat=1 #unsat=3 bias=3/4
10.38/10.41	c Solving starts ...
10.38/10.41	c ============================[ Search Statistics ]============================
10.38/10.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.38/10.41	c       |         |          |          |    Limit     GC | Var      | Constra 
10.38/10.41	c =============================================================================
10.38/10.41	c  0.0s |       0 |        0 |        0 |      419      0 |        1 |        0
10.38/10.43	c  0.0s |       1 |      110 |      100 |      419      0 |        1 |        1
10.38/10.46	c  0.0s |       2 |      297 |      250 |      419      1 |        1 |        1
10.38/10.46	c  0.0s |       2 |      325 |      267 |      419      1 |        1 |        1
10.38/10.46	c #cpu_time = 0.045s
10.38/10.46	c #wall_clock_time = 0.046s
10.38/10.46	c #decision = 325
10.38/10.46	c #random_decision = 0
10.38/10.46	c #conflict = 267
10.38/10.46	c #restart = 2
10.38/10.46	o 31
10.38/10.46	c BCD2: hardening fixes 4 literals
10.38/10.46	c BCD2: updating upper bound: 482 -> 30
10.38/10.46	c BCD2: 3 <= obj <= 30
10.38/10.46	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=4
10.38/10.46	c BCD2: #sat=2 #unsat=3 bias=3/5
10.38/10.46	c Solving starts ...
10.38/10.46	c ============================[ Search Statistics ]============================
10.38/10.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.38/10.46	c       |         |          |          |    Limit     GC | Var      | Constra 
10.38/10.46	c =============================================================================
10.38/10.46	c  0.0s |       0 |        0 |        0 |      419      0 |       45 |        3
10.38/10.47	c  0.0s |       1 |      111 |      100 |      419      0 |       45 |      111
10.38/10.47	c  0.0s |       1 |      124 |      102 |      419      0 |       45 |      111
10.38/10.47	c #cpu_time = 0.014s
10.38/10.47	c #wall_clock_time = 0.014s
10.38/10.47	c #decision = 124
10.38/10.47	c #random_decision = 0
10.38/10.47	c #conflict = 102
10.38/10.47	c #restart = 1
10.38/10.47	o 15
10.38/10.47	c BCD2: hardening fixes 1 literals
10.38/10.47	c BCD2: updating upper bound: 30 -> 14
10.38/10.47	c BCD2: 3 <= obj <= 14
10.38/10.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=5
10.38/10.47	c BCD2: #sat=3 #unsat=3 bias=3/6
10.38/10.47	c Solving starts ...
10.38/10.47	c ============================[ Search Statistics ]============================
10.38/10.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.38/10.47	c       |         |          |          |    Limit     GC | Var      | Constra 
10.38/10.47	c =============================================================================
10.38/10.47	c  0.0s |       0 |        0 |        0 |      419      0 |       56 |      113
10.38/10.47	c  0.0s |       0 |        5 |        0 |      419      0 |       56 |      140
10.38/10.47	c #cpu_time = 0.001s
10.38/10.47	c #wall_clock_time = 0.001s
10.38/10.47	c #decision = 5
10.38/10.47	c #random_decision = 0
10.38/10.47	c #conflict = 0
10.38/10.47	c #restart = 0
10.38/10.47	o 9
10.38/10.47	c BCD2: updating upper bound: 14 -> 8
10.38/10.47	c BCD2: 3 <= obj <= 8
10.38/10.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=5
10.38/10.47	c BCD2: #sat=4 #unsat=3 bias=3/7
10.38/10.47	c Solving starts ...
10.38/10.47	c ============================[ Search Statistics ]============================
10.38/10.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.38/10.47	c       |         |          |          |    Limit     GC | Var      | Constra 
10.38/10.47	c =============================================================================
10.38/10.47	c  0.0s |       0 |        0 |        0 |      419      0 |       56 |      140
10.38/10.48	c  0.0s |       0 |        9 |        1 |      419      0 |       56 |      140
10.38/10.48	c #cpu_time = 0.001s
10.38/10.48	c #wall_clock_time = 0.001s
10.38/10.48	c #decision = 9
10.38/10.48	c #random_decision = 0
10.38/10.48	c #conflict = 1
10.38/10.48	c #restart = 0
10.38/10.48	o 5
10.38/10.48	c BCD2: hardening fixes 1 literals
10.38/10.48	c BCD2: updating upper bound: 8 -> 4
10.38/10.48	c BCD2: 3 <= obj <= 4
10.38/10.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=6
10.38/10.48	c BCD2: #sat=5 #unsat=3 bias=3/8
10.38/10.48	c Solving starts ...
10.38/10.48	c ============================[ Search Statistics ]============================
10.38/10.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.38/10.48	c       |         |          |          |    Limit     GC | Var      | Constra 
10.38/10.48	c =============================================================================
10.38/10.48	c  0.0s |       0 |        0 |        0 |      419      0 |       67 |      143
10.38/10.48	c  0.0s |       0 |        3 |        0 |      419      0 |       67 |      171
10.38/10.48	c #cpu_time = 0.001s
10.38/10.48	c #wall_clock_time = 0.001s
10.38/10.48	c #decision = 3
10.38/10.48	c #random_decision = 0
10.38/10.48	c #conflict = 0
10.38/10.48	c #restart = 0
10.38/10.48	o 3
10.38/10.48	s OPTIMUM FOUND
10.38/10.48	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
10.38/10.48	v x11 -x12 x13 -x14 x15 x16 x17 x18 -x19 x20
10.38/10.48	v -x21 -x22 -x23 -x24 -x25 -x26 -x27
10.38/10.48	c total CPU time = 10.451s
10.38/10.48	c total wall clock time = 10.477s

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

pid=7999
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.11 2.06 2.00 3/179 8002
/proc/meminfo: memFree=30216948/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=486844 CPUtime=0 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 1774 0 0 0 0 0 0 0 20 0 4 0 28198814 498528256 2134 33554432000 4194304 16246674 140736822976368 140736822975792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 122479 2143 441 2943 0 119373 0
[pid=8002/tid=8003] ppid=7999 vsize=531900 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 544665600 2309 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=535996 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 548859904 2327 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=541116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28198814 554102784 2343 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.11 2.06 2.00 3/179 8002
/proc/meminfo: memFree=30216948/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 21136 0 0 0 7 2 0 0 20 0 4 0 28198814 1247350784 21484 33554432000 4194304 16246674 140736822976368 140736822975792 13191557 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 304529 21490 764 2943 0 301423 0
[pid=8002/tid=8003] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 21493 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 21495 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 21500 33554432000 4194304 16246674 140736822976368 139777485561008 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) 1218116

[startup+0.200558 s]
/proc/loadavg: 2.11 2.06 2.00 3/179 8002
/proc/meminfo: memFree=30216948/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 39281 0 0 0 14 5 0 0 20 0 4 0 28198814 1247350784 39629 33554432000 4194304 16246674 140736822976368 140736822975792 13954518 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 304529 39636 764 2943 0 301423 0
[pid=8002/tid=8003] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 39644 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 39653 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 39661 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300512 s]
/proc/loadavg: 2.11 2.06 2.00 3/179 8002
/proc/meminfo: memFree=30216948/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 57185 0 0 0 21 8 0 0 20 0 4 0 28198814 1247350784 57533 33554432000 4194304 16246674 140736822976368 140736822975792 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 304529 57536 764 2943 0 301423 0
[pid=8002/tid=8003] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 57542 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 57548 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 57556 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700421 s]
/proc/loadavg: 2.11 2.06 2.00 3/179 8002
/proc/meminfo: memFree=30216948/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 132470 0 0 0 50 19 0 0 20 0 4 0 28198814 1247350784 132817 33554432000 4194304 16246674 140736822976368 140736822958272 6010521 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 304529 132825 795 2943 0 301423 0
[pid=8002/tid=8003] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 132828 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 132831 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28198814 1247350784 132834 33554432000 4194304 16246674 140736822976368 139777485561008 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) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.11 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29362848/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 245641 0 0 0 114 35 0 0 20 0 4 0 28198814 1248399360 245966 33554432000 4194304 16246674 140736822976368 140736822959136 6021024 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 304785 245966 853 2943 0 301679 0
[pid=8002/tid=8003] ppid=7999 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1248399360 245966 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1248399360 245966 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1248399360 245966 33554432000 4194304 16246674 140736822976368 139777485561008 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) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.11 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29146848/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267509 0 0 0 272 37 0 0 20 0 4 0 28198814 1337528320 267834 33554432000 4194304 16246674 140736822976368 140736822958272 13965686 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267834 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267834 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267834 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267834 33554432000 4194304 16246674 140736822976368 139777485561008 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) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.10 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29145988/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267510 0 0 0 592 37 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 140736822959368 12460404 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267835 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777485561008 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) 1306180

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

[startup+6.40052 s]
/proc/loadavg: 2.10 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29145988/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=6.39 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267510 0 0 0 602 37 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 140736822959368 5823013 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267835 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.00043 s]
/proc/loadavg: 2.10 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29145996/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=7.98 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267510 0 0 0 761 37 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 140736822959368 13780488 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267835 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1306180

[startup+9.60041 s]
/proc/loadavg: 2.09 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29146120/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=9.58 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267510 0 0 0 921 37 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 140736822959368 5600241 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267835 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 1306180

[startup+10.0076 s]
/proc/loadavg: 2.09 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29146128/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=9.99 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267510 0 0 0 962 37 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 140736822959368 5712698 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267835 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267835 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 1306180

[startup+10.4004 s]
/proc/loadavg: 2.09 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29146128/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=1306180 CPUtime=10.38 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202496 267561 0 0 0 1001 37 0 0 20 0 4 0 28198814 1337528320 267886 33554432000 4194304 16246674 140736822976368 140736822959368 5709728 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 326545 267886 853 2943 0 323439 0
[pid=8002/tid=8003] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8003/stat : 8003 (toysat) S 7999 8002 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267886 33554432000 4194304 16246674 140736822976368 139777576774896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=8002/tid=8004] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8004/stat : 8004 (toysat) S 7999 8002 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267886 33554432000 4194304 16246674 140736822976368 139777496034544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=8002/tid=8005] ppid=7999 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8002/task/8005/stat : 8005 (toysat) S 7999 8002 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 28198814 1337528320 267886 33554432000 4194304 16246674 140736822976368 139777485561008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 1306180

[startup+10.5004 s]
/proc/loadavg: 2.09 2.06 2.00 3/183 8006
/proc/meminfo: memFree=29146128/32872528 swapFree=526336/559040
[pid=8002] ppid=7999 vsize=0 CPUtime=10.48 cores=0,2,4,6
/proc/8002/stat : 8002 (toysat) R 7999 8002 28898 0 -1 4202500 267569 0 0 0 1009 39 0 0 20 0 1 0 28198814 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 10.5408
CPU time (s): 10.5364
CPU user time (s): 10.0995
CPU system time (s): 0.436933
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0995
system time used= 0.436933
maximum resident set size= 1071568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267569
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= 20
involuntary context switches= 12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066989 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 16:51:27
IDJOB=4105995
IDBENCH=47886
IDSOLVER=2542
FILE ID=node106/4105995-1466261487
RUNJOBID= node106-1466241787-28914
PBS_JOBID= 19918214
Free space on /tmp= 71684 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=71-P1=439-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105995-1466261487/watcher-4105995-1466261487 -o /tmp/evaluation-result-4105995-1466261487/solver-4105995-1466261487 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28914 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105995-1466261487.opb

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

MD5SUM BENCH= 2194c44e638e13eefe0fb39d44671c6b
RANDOM SEED=472348642

node106.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		: 2667.073
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	: 5334.14
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		: 2667.073
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		: 2667.073
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		: 2667.073
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		: 2667.073
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		: 2667.073
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.56
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		: 2667.073
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.38
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		: 2667.073
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:        30217592 kB
Buffers:           77532 kB
Cached:           192828 kB
SwapCached:         1736 kB
Active:          1173780 kB
Inactive:         176612 kB
Active(anon):    1077800 kB
Inactive(anon):     4736 kB
Active(file):      95980 kB
Inactive(file):   171876 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       1638632 kB
Mapped:            10528 kB
Shmem:                 0 kB
Slab:             612472 kB
SReclaimable:      56308 kB
SUnreclaim:       556164 kB
KernelStack:        1480 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1784216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71668 MiB
End job on node106 at 2016-06-18 16:51:38