Trace number 4079709

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-02OPT4 22.6516 22.6573

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_50_50.r.opb
MD5SUM92218ddb5567427e70962e6332b1ed9e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.395939
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint50
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T21:58:13+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-4079709-1465243093.opb"]
0.00/0.01	c use --random-gen="798519327 2068147900 261013899 1664194777 3795441344 927350152 2325995876 9132076 2684510348 2369005499 3493809595 3417639191 484185250 3014593968 3661438380 628944293 2703119708 2463780101 496984783 710367132 3502080990 2278119589 714128551 1827583794 151542955 2368362372 695592362 1841567981 3161181246 1456490169 4282505365 1848934196 2698241954 2388638517 3831685825 2611115714 3431065212 791734273 3759554936 2936238249 1968960411 743418570 4084552762 2523704325 109091167 1571723537 2971275105 1745725230 1246335747 2261393407 1260156119 3245486095 3800975113 391034436 1215644876 341529330 2631272553 1345843574 2241417648 2679310927 4117895431 2762412389 1034265639 2750415111 854012881 919970935 2724029460 1735312353 2607800877 538812033 339672808 1773371514 3451849510 1543556592 3369051822 187312866 401637112 4026659834 2440554880 879164899 3143679959 3838083460 1887788669 2698857582 3311932822 2830846023 1515825082 1693530264 1210159250 1979607100 311781595 2880747847 3140137105 1216700714 2764189349 476362132 2591228280 4160833115 1001643278 1635723981 1553968047 3321854118 3645757217 784090053 878797700 2746992545 500973210 2936559508 3473953247 2865378108 595932229 999931669 1833380319 3112711518 2113619245 4210616962 2338681314 3533507441 2117599063 464399790 3919458624 2647984065 2525264113 2191023145 2970176332 3743926052 973127236 3452498564 2277028718 3092575842 3007261302 2538838743 3691310235 1045377764 3389740855 1298153738 3678837580 947989532 2922177478 2756510080 1006177267 900321029 676425023 793359135 1941404494 656415240 4110289463 2601549870 3411458603 1545777125 1784758627 3665677357 1330808689 3577663058 2120312447 3786533482 854986810 3694667704 295897728 1991221648 1685826058 4254501835 3122964349 2974361159 1979446730 1433908103 4179473691 332997987 157846300 2711709685 1790789880 1203410493 199022492 2120118787 2119373654 3995113084 1372271016 1138844662 4242577383 2386543144 3807881707 1534359556 1167258753 3980608993 3424619109 1589194953 3867461723 1753590118 1748631300 1932282103 1249855411 1637416802 1992431994 724058329 2456757456 105213053 551896502 3687766528 406238307 1806907155 2984157457 3421248990 1391685148 2785763891 1282191093 3446319077 2609196558 2778964020 1758336345 3670259687 1112003619 114684011 441283908 4106239781 1842326281 104656274 3860793280 2677442173 1154290716 194220149 1512125557 1506242561 3069119800 4057798519 1585769494 407059239 469433509 2460066691 1069815314 2663047841 856376008 2018938014 450454915 2740117694 3823777553 159121382 3340254161 853423303 2206353314 2154812790 1475080103 3403727449 498321768 454329272 933985628 4293666608 237361679 3133471284 2781031701 2986435034 2431414847 3991197386 3686015343 564244326 978842330 2682981645 255 362436" option to reproduce the execution
0.00/0.02	c #vars 100
0.00/0.02	c #constraints 100
0.00/0.03	c BCD2: Hardening is enabled.
0.00/0.03	c BCD2: BiasedSearch is enabled.
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |      100 |        0 |       66      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 100
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 100
0.00/0.03	c BCD2: updating upper bound: 100 -> 99
0.00/0.03	c BCD2: 0 <= obj <= 99
0.00/0.03	c BCD2: #cores=0, #unrelaxed=100, #relaxed=0, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       66      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       93 |        0 |       66      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 93
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 50: cost of the new core is >=1
0.00/0.03	c lower bound updated to 1
0.00/0.03	c BCD2: 1 <= obj <= 99
0.00/0.03	c BCD2: #cores=1, #unrelaxed=50, #relaxed=50, #hardened=0
0.00/0.03	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 |       66      0 |        0 |        1
0.00/0.04	c  0.0s |       0 |       96 |        0 |       66      0 |        0 |        1
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 = 96
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	o 6
0.00/0.04	c BCD2: updating upper bound: 99 -> 5
0.00/0.04	c BCD2: 1 <= obj <= 5
0.00/0.04	c BCD2: #cores=1, #unrelaxed=50, #relaxed=50, #hardened=0
0.00/0.04	c BCD2: #sat=2 #unsat=2 bias=2/4
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 |       66      0 |        0 |        2
0.00/0.05	c  0.0s |       1 |      188 |      100 |       66      0 |        0 |        2
0.00/0.08	c  0.0s |       2 |      441 |      250 |       73      2 |        0 |        2
0.09/0.12	c  0.1s |       3 |      791 |      475 |       81      5 |        0 |        2
0.09/0.18	c  0.1s |       4 |     1286 |      813 |       90      9 |        0 |        2
0.19/0.28	c  0.2s |       5 |     1983 |     1320 |      100     16 |        0 |        2
0.39/0.41	c  0.4s |       6 |     3028 |     2081 |      123     25 |        0 |        2
0.59/0.62	c  0.6s |       7 |     4568 |     3223 |      136     38 |        0 |        2
0.88/0.93	c  0.9s |       8 |     6798 |     4936 |      150     55 |        0 |        2
1.19/1.23	c  1.2s |       9 |    10329 |     7506 |      165     79 |        0 |        2
1.68/1.73	c  1.7s |      10 |    15699 |    11361 |      182    114 |        0 |        2
2.38/2.41	c  2.4s |      10 |    22122 |    16432 |      182    159 |        0 |        2
2.38/2.41	c #cpu_time = 2.368s
2.38/2.41	c #wall_clock_time = 2.368s
2.38/2.41	c #decision = 22122
2.38/2.41	c #random_decision = 111
2.38/2.41	c #conflict = 16432
2.38/2.41	c #restart = 10
2.38/2.41	c BCD2: relaxing 50 and merging with 1 cores into a new core of size 100: cost of the new core is >=2
2.38/2.41	c lower bound updated to 2
2.38/2.41	c BCD2: 2 <= obj <= 5
2.38/2.41	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
2.38/2.41	c BCD2: #sat=2 #unsat=3 bias=3/5
2.38/2.41	c Solving starts ...
2.38/2.41	c ============================[ Search Statistics ]============================
2.38/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.41	c =============================================================================
2.38/2.41	c  0.0s |       0 |        0 |        0 |      182      0 |        2 |        2
2.38/2.42	c  0.0s |       0 |      125 |       53 |      182      0 |        2 |        5
2.38/2.42	c #cpu_time = 0.010s
2.38/2.42	c #wall_clock_time = 0.010s
2.38/2.42	c #decision = 125
2.38/2.42	c #random_decision = 0
2.38/2.42	c #conflict = 53
2.38/2.42	c #restart = 0
2.38/2.42	o 4
2.38/2.42	c BCD2: updating upper bound: 5 -> 3
2.38/2.42	c BCD2: 2 <= obj <= 3
2.38/2.42	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
2.38/2.42	c BCD2: #sat=3 #unsat=3 bias=3/6
2.38/2.42	c Solving starts ...
2.38/2.42	c ============================[ Search Statistics ]============================
2.38/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.42	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |      182      0 |        2 |        7
2.38/2.43	c  0.0s |       1 |      187 |      100 |      182      0 |        2 |        7
2.38/2.45	c  0.0s |       2 |      426 |      250 |      182      1 |        2 |        7
2.38/2.48	c  0.1s |       3 |      817 |      475 |      182      4 |        2 |        7
2.48/2.52	c  0.1s |       4 |     1387 |      813 |      201      6 |        2 |        7
2.48/2.59	c  0.2s |       5 |     2123 |     1320 |      201     11 |        2 |        7
2.58/2.68	c  0.3s |       6 |     3262 |     2081 |      201     17 |        2 |        7
2.78/2.82	c  0.4s |       7 |     5187 |     3223 |      201     27 |        2 |        7
2.98/3.02	c  0.6s |       8 |     8241 |     4936 |      201     42 |        2 |        7
3.29/3.30	c  0.9s |       9 |    12509 |     7506 |      201     65 |        2 |        7
3.68/3.76	c  1.3s |      10 |    18823 |    11361 |      222     98 |        2 |        7
4.39/4.43	c  2.0s |      11 |    27423 |    17144 |      222    144 |        2 |        7
5.39/5.46	c  3.0s |      12 |    39733 |    25819 |      245    211 |        2 |        7
6.99/7.04	c  4.6s |      13 |    57464 |    38832 |      245    308 |        2 |        7
8.99/9.04	c  6.6s |      13 |    80611 |    55932 |      270    424 |        2 |        7
9.29/9.34	c  6.9s |      14 |    83866 |    58352 |      270    440 |        2 |        7
11.29/11.35	c  8.9s |      14 |   107623 |    75752 |      297    552 |        2 |        7
12.69/12.74	c 10.3s |      15 |   123544 |    87632 |      297    623 |        2 |        7
14.69/14.75	c 12.3s |      15 |   147765 |   105332 |      297    728 |        2 |        7
16.69/16.76	c 14.3s |      15 |   172020 |   123432 |      327    831 |        2 |        7
17.59/17.66	c 15.2s |      16 |   182779 |   131552 |      327    875 |        2 |        7
19.59/19.67	c 17.3s |      16 |   208036 |   150452 |      327    975 |        2 |        7
21.58/21.68	c 19.3s |      16 |   234191 |   170252 |      327   1078 |        2 |        7
22.48/22.59	c 20.2s |      16 |   246823 |   180072 |      360   1127 |        3 |        9
22.48/22.59	c #cpu_time = 20.176s
22.48/22.59	c #wall_clock_time = 20.175s
22.48/22.59	c #decision = 246823
22.48/22.59	c #random_decision = 1203
22.48/22.59	c #conflict = 180072
22.48/22.59	c #restart = 16
22.48/22.59	c BCD2: updating lower bound of a core
22.48/22.59	c lower bound updated to 4
22.48/22.59	s OPTIMUM FOUND
22.48/22.59	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
22.48/22.59	v x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
22.48/22.59	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
22.48/22.59	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
22.48/22.59	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50
22.48/22.59	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
22.48/22.59	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
22.48/22.59	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
22.48/22.59	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
22.48/22.59	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100
22.48/22.59	c total CPU time = 22.595s
22.48/22.59	c total wall clock time = 22.594s

Verifier Data

OK	4

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

pid=3794
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.26 2.31 2.27 3/179 3797
/proc/meminfo: memFree=29186632/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=654780 CPUtime=0 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 2428 0 0 0 0 0 0 0 20 0 4 0 106242356 670494720 3299 33554432000 4194304 16246674 140733219080496 140733219079920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 164207 3308 441 2943 0 161101 0
[pid=3797/tid=3798] ppid=3794 vsize=672188 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 688320512 3369 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=676284 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 692514816 3386 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=680380 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 696709120 3402 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.26 2.31 2.27 3/179 3797
/proc/meminfo: memFree=29186632/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 28391 0 0 0 5 4 0 0 20 0 4 0 106242356 1247350784 29249 33554432000 4194304 16246674 140733219080496 140733219079920 6021007 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 304529 29264 782 2943 0 301423 0
[pid=3797/tid=3798] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 29274 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 29283 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 29288 33554432000 4194304 16246674 140733219080496 140034388782256 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.20053 s]
/proc/loadavg: 2.26 2.31 2.27 3/179 3797
/proc/meminfo: memFree=29186632/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 53805 0 0 0 12 7 0 0 20 0 4 0 106242356 1247350784 54666 33554432000 4194304 16246674 140733219080496 140733219062400 5724508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 304529 54683 782 2943 0 301423 0
[pid=3797/tid=3798] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 54688 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 54692 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 54698 33554432000 4194304 16246674 140733219080496 140034388782256 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.300513 s]
/proc/loadavg: 2.26 2.31 2.27 3/179 3797
/proc/meminfo: memFree=29186632/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 79477 0 0 0 18 11 0 0 20 0 4 0 106242356 1247350784 80335 33554432000 4194304 16246674 140733219080496 140733219062400 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 304529 80344 783 2943 0 301423 0
[pid=3797/tid=3798] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 80351 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 80359 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 80362 33554432000 4194304 16246674 140733219080496 140034388782256 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.700418 s]
/proc/loadavg: 2.26 2.31 2.27 3/179 3797
/proc/meminfo: memFree=29186632/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 185025 0 0 0 43 26 0 0 20 0 4 0 106242356 1247350784 185883 33554432000 4194304 16246674 140733219080496 140733219062400 13192110 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 304529 185895 783 2943 0 301423 0
[pid=3797/tid=3798] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 185904 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 185913 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1247350784 185925 33554432000 4194304 16246674 140733219080496 140034388782256 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.50041 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 3801
/proc/meminfo: memFree=28201492/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 245704 0 0 0 116 33 0 0 20 0 4 0 106242356 1248399360 246540 33554432000 4194304 16246674 140733219080496 140733219062400 5546224 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 304785 246540 845 2943 0 301679 0
[pid=3797/tid=3798] ppid=3794 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1248399360 246540 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1248399360 246540 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1248399360 246540 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10043 s]
/proc/loadavg: 2.26 2.31 2.27 3/183 3801
/proc/meminfo: memFree=28113808/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267534 0 0 0 272 36 0 0 20 0 4 0 106242356 1337528320 268370 33554432000 4194304 16246674 140733219080496 140733219063496 12460576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268370 845 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268370 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268370 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268370 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30045 s]
/proc/loadavg: 2.24 2.31 2.27 3/183 3801
/proc/meminfo: memFree=28113324/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267571 0 0 0 592 37 0 0 20 0 4 0 106242356 1337528320 268407 33554432000 4194304 16246674 140733219080496 140733219062400 5674002 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268407 845 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268407 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268407 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268407 33554432000 4194304 16246674 140733219080496 140034388782256 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

[startup+12.7004 s]
/proc/loadavg: 2.22 2.30 2.27 3/183 3801
/proc/meminfo: memFree=28113124/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267632 0 0 0 1232 37 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140733219063496 5523325 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268468 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.22 2.30 2.27 3/183 3801
/proc/meminfo: memFree=28113124/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267632 0 0 0 1242 37 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140733219063496 13759916 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268468 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268468 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.20 2.30 2.27 4/183 3801
/proc/meminfo: memFree=28113952/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267633 0 0 0 1882 37 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140733219062400 13965618 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268469 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.18 2.29 2.27 3/183 3801
/proc/meminfo: memFree=28113952/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=20.78 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267633 0 0 0 2041 37 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140733219063496 5667556 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268469 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1306180

[startup+21.6004 s]
/proc/loadavg: 2.18 2.29 2.27 3/183 3801
/proc/meminfo: memFree=28113960/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=21.58 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267633 0 0 0 2121 37 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140733219063496 5661532 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268469 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.18 2.29 2.27 3/183 3801
/proc/meminfo: memFree=28113820/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=1306180 CPUtime=22.38 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202496 267633 0 0 0 2201 37 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140733219062400 5721559 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 326545 268469 847 2943 0 323439 0
[pid=3797/tid=3798] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3798/stat : 3798 (toysat) S 3794 3797 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034512497904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3797/tid=3799] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3799/stat : 3799 (toysat) S 3794 3797 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034502008048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3797/tid=3800] ppid=3794 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3797/task/3800/stat : 3800 (toysat) S 3794 3797 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106242356 1337528320 268469 33554432000 4194304 16246674 140733219080496 140034388782256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 22.38
Current children cumulated vsize (KiB) 1306180

[startup+22.6004 s]
/proc/loadavg: 2.18 2.29 2.27 3/183 3801
/proc/meminfo: memFree=28113820/32872528 swapFree=16384/1696552
[pid=3797] ppid=3794 vsize=0 CPUtime=22.58 cores=1,3,5,7
/proc/3797/stat : 3797 (toysat) R 3794 3797 1166 0 -1 4202500 267638 0 0 0 2221 37 0 0 20 0 1 0 106242356 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3797/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.6573
CPU time (s): 22.6516
CPU user time (s): 22.2146
CPU system time (s): 0.436933
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2146
system time used= 0.436933
maximum resident set size= 1073888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267638
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= 24
involuntary context switches= 35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076988 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 21:58:13
IDJOB=4079709
IDBENCH=2869
IDSOLVER=2542
FILE ID=node125/4079709-1465243093
RUNJOBID= node125-1465224138-1183
PBS_JOBID= 19843237
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_50_50.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079709-1465243093/watcher-4079709-1465243093 -o /tmp/evaluation-result-4079709-1465243093/solver-4079709-1465243093 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1183 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079709-1465243093.opb

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

MD5SUM BENCH= 92218ddb5567427e70962e6332b1ed9e
RANDOM SEED=1827827692

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        29186996 kB
Buffers:           43480 kB
Cached:           125088 kB
SwapCached:         2016 kB
Active:          1213340 kB
Inactive:          70660 kB
Active(anon):    1116320 kB
Inactive(anon):     1380 kB
Active(file):      97020 kB
Inactive(file):    69280 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       2944128 kB
Mapped:            10856 kB
Shmem:                 0 kB
Slab:             568424 kB
SReclaimable:      12472 kB
SUnreclaim:       555952 kB
KernelStack:        1520 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2954800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2641920 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= 71712 MiB
End job on node125 at 2016-06-06 21:58:36