Trace number 4106163

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 11.1863 11.1924

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=263-P1=269-B.opb
MD5SUMb613dc01eaf727bc9d40c6e07a29423b
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.021996
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 522844
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-18T18:19:04+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-4106163-1466266743.opb"]
0.00/0.01	c use --random-gen="2173500914 3369474276 1704915045 1880046400 3353117827 3514115148 2389804169 1010410829 3643653834 259968827 1383551306 4135054996 1400283071 3698829776 3542138667 1792360028 1076682391 1714778418 106001227 3425484112 1469669292 1193375206 4218916120 1272734257 4078029197 2227478420 4072897380 126812814 1719885289 983248320 2726933585 2004268812 1610826951 2840358731 331722177 189038808 2763468253 349589482 2380538872 2285935374 3014917646 777232288 3897960925 3447540876 1352571363 415474965 3768499634 3285462557 3284371408 2714324145 583027102 340700377 1366539001 2103028509 3882524174 821516646 1600680948 715374354 2016981508 3946788292 1376474227 735593741 2716751878 2962287999 2759139424 3314343009 1708400555 2755064536 3206988099 2500320754 903448018 3390682650 1430179078 3369163632 1748253724 4110277424 2789440404 3805466875 2609255360 894518237 644345275 793818380 4246817776 834720923 2043150368 591204021 2304498186 4278469397 2732779631 3137869543 1651880229 3840404308 538249390 1544878841 2184219776 375661218 788080525 2477827903 180262125 2546374212 1734809633 2032683184 2061940350 2895845973 261301733 1430296732 2176149910 2752153868 4276045588 371308415 618135327 3335833913 2711773374 1166546382 3690197276 1751755889 753777043 137565847 3241358778 1996207299 727894273 2923733787 2653552735 2503066362 2673711434 1843449365 3208511655 1368575600 1043737080 297843407 3616820232 1664080504 3908882713 3281788696 3225445594 3426358562 3410516493 476780620 2522960131 1832961851 1384177600 2678902269 2446643820 1555648498 943422583 2710351750 3678713236 1398285754 2208023044 2307505063 2051228752 2602209700 2062743982 3876886382 4039489717 2598456859 2628012867 2245575982 293244434 2963369337 1042461034 364912598 3568164029 2384089617 2278044933 1217502907 643594889 919451810 588089197 1943778706 432407576 1271952297 565495787 2183724371 3387078011 4081220671 2135412686 1030564957 1773357403 2453824094 3130235116 3614749484 1495288516 3651829867 568601828 1028511036 2996260558 1852625242 1767622419 3163090044 918271542 392431189 2163719035 4286900099 3329623158 2004116771 627809680 2024487206 546584475 2360484639 1250709944 2258345982 3149094815 362312397 53635356 3304247754 4254139582 2511056587 2655809802 1513888812 1927513437 2092107074 4048542174 544641707 1639105767 2240384314 16408326 2614277928 1476134425 1940494531 2937033770 1122137757 127099883 4142205776 1817768275 2865178594 333834653 778499845 2815726742 1664454815 1615516948 2232911036 3403233592 1537840805 236093233 2085921867 463328703 1777915395 386797198 1092027075 4219417055 3448044049 3379533186 1696925254 1323263558 4240235753 1928961162 760668844 2977276222 1575534737 340408293 853468217 3723014835 1010818280 734207823 2056505828 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.03	c  0.0s |       0 |       71 |       59 |      118      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.019s
0.00/0.03	c #wall_clock_time = 0.019s
0.00/0.03	c #decision = 71
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 59
0.00/0.03	c #restart = 0
0.00/0.03	o 511
0.00/0.03	c BCD2: updating upper bound: 511 -> 510
0.00/0.03	c BCD2: 0 <= obj <= 510
0.00/0.03	c BCD2: #cores=0, #unrelaxed=9, #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 |      118      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |        7 |        0 |      118      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 = 7
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 8: cost of the new core is >=2
0.00/0.03	c lower bound updated to 2
0.00/0.03	c BCD2: 2 <= obj <= 510
0.00/0.03	c BCD2: #cores=1, #unrelaxed=1, #relaxed=8, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |      118      0 |        0 |        0
0.00/0.06	c  0.0s |       1 |      146 |      100 |      130      0 |        0 |        0
0.09/0.10	c  0.1s |       2 |      331 |      250 |      143      1 |        0 |        0
0.09/0.16	c  0.1s |       3 |      571 |      475 |      158      3 |        0 |        0
0.19/0.24	c  0.2s |       4 |      916 |      813 |      174      6 |        0 |        0
0.29/0.37	c  0.3s |       5 |     1436 |     1320 |      192     10 |        0 |        0
0.48/0.56	c  0.5s |       6 |     2207 |     2081 |      212     16 |        0 |        0
0.79/0.86	c  0.8s |       7 |     3359 |     3223 |      234     24 |        0 |        0
1.29/1.31	c  1.3s |       8 |     5108 |     4936 |      258     36 |        0 |        0
1.69/1.79	c  1.8s |       9 |     7711 |     7506 |      284     52 |        0 |        0
2.38/2.49	c  2.5s |      10 |    11643 |    11361 |      313     74 |        0 |        0
3.39/3.49	c  3.5s |      11 |    17554 |    17144 |      345    105 |        0 |        0
4.98/5.00	c  5.0s |      12 |    26349 |    25819 |      380    147 |        0 |        0
6.98/7.01	c  7.0s |      12 |    37701 |    37019 |      380    198 |        0 |        0
7.28/7.34	c  7.3s |      13 |    39523 |    38832 |      419    206 |        0 |        0
9.28/9.34	c  9.3s |      13 |    50403 |    49532 |      419    251 |        0 |        0
10.88/10.92	c 10.9s |      13 |    59225 |    58297 |      461    287 |        0 |        0
10.88/10.92	c #cpu_time = 10.883s
10.88/10.92	c #wall_clock_time = 10.883s
10.88/10.92	c #decision = 59225
10.88/10.92	c #random_decision = 109
10.88/10.92	c #conflict = 58297
10.88/10.92	c #restart = 13
10.88/10.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
10.88/10.92	c lower bound updated to 3
10.88/10.92	c BCD2: 3 <= obj <= 510
10.88/10.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
10.88/10.92	c BCD2: #sat=1 #unsat=3 bias=3/4
10.88/10.92	c Solving starts ...
10.88/10.92	c ============================[ Search Statistics ]============================
10.88/10.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.92	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.92	c =============================================================================
10.88/10.92	c  0.0s |       0 |        0 |        0 |      461      0 |        1 |        0
10.88/10.93	c  0.0s |       1 |      110 |      100 |      461      0 |        1 |        1
10.88/10.96	c  0.0s |       2 |      270 |      250 |      461      1 |        1 |        1
10.88/10.97	c  0.0s |       2 |      312 |      280 |      461      1 |        1 |        1
10.88/10.97	c #cpu_time = 0.047s
10.88/10.97	c #wall_clock_time = 0.047s
10.88/10.97	c #decision = 312
10.88/10.97	c #random_decision = 1
10.88/10.97	c #conflict = 280
10.88/10.97	c #restart = 2
10.88/10.97	o 297
10.88/10.97	c BCD2: updating upper bound: 510 -> 296
10.88/10.97	c BCD2: 3 <= obj <= 296
10.88/10.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=9, #hardened=0
10.88/10.97	c BCD2: #sat=2 #unsat=3 bias=3/5
10.88/10.97	c Solving starts ...
10.88/10.97	c ============================[ Search Statistics ]============================
10.88/10.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.97	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.97	c =============================================================================
10.88/10.97	c  0.0s |       0 |        0 |        0 |      461      0 |        1 |        1
10.88/10.98	c  0.0s |       1 |      115 |      100 |      461      0 |        1 |        1
11.00/11.01	c  0.0s |       2 |      281 |      250 |      461      1 |        1 |        1
11.00/11.05	c  0.1s |       3 |      518 |      475 |      461      2 |        1 |        1
11.00/11.08	c  0.1s |       3 |      693 |      636 |      461      2 |        1 |        1
11.00/11.08	c #cpu_time = 0.115s
11.00/11.08	c #wall_clock_time = 0.115s
11.00/11.08	c #decision = 693
11.00/11.08	c #random_decision = 2
11.00/11.08	c #conflict = 636
11.00/11.08	c #restart = 3
11.00/11.08	o 95
11.00/11.08	c BCD2: hardening fixes 2 literals
11.00/11.08	c BCD2: updating upper bound: 296 -> 94
11.00/11.08	c BCD2: 3 <= obj <= 94
11.00/11.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=2
11.00/11.08	c BCD2: #sat=3 #unsat=3 bias=3/6
11.00/11.08	c Solving starts ...
11.00/11.08	c ============================[ Search Statistics ]============================
11.00/11.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.00/11.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.00/11.08	c =============================================================================
11.00/11.08	c  0.0s |       0 |        0 |        0 |      461      0 |       23 |        4
11.00/11.10	c  0.0s |       1 |      109 |      100 |      461      1 |       23 |       59
11.10/11.12	c  0.0s |       1 |      242 |      224 |      461      1 |       23 |       59
11.10/11.12	c #cpu_time = 0.037s
11.10/11.12	c #wall_clock_time = 0.037s
11.10/11.12	c #decision = 242
11.10/11.12	c #random_decision = 1
11.10/11.12	c #conflict = 224
11.10/11.12	c #restart = 1
11.10/11.12	o 17
11.10/11.12	c BCD2: hardening fixes 2 literals
11.10/11.12	c BCD2: updating upper bound: 94 -> 16
11.10/11.12	c BCD2: 3 <= obj <= 16
11.10/11.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=4
11.10/11.12	c BCD2: #sat=4 #unsat=3 bias=3/7
11.10/11.12	c Solving starts ...
11.10/11.12	c ============================[ Search Statistics ]============================
11.10/11.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.12	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.12	c =============================================================================
11.10/11.12	c  0.0s |       0 |        0 |        0 |      461      0 |       45 |       61
11.10/11.12	c  0.0s |       0 |       35 |       12 |      461      0 |       45 |      115
11.10/11.12	c #cpu_time = 0.003s
11.10/11.12	c #wall_clock_time = 0.003s
11.10/11.12	c #decision = 35
11.10/11.12	c #random_decision = 0
11.10/11.12	c #conflict = 12
11.10/11.12	c #restart = 0
11.10/11.12	o 7
11.10/11.12	c BCD2: hardening fixes 2 literals
11.10/11.12	c BCD2: updating upper bound: 16 -> 6
11.10/11.12	c BCD2: 3 <= obj <= 6
11.10/11.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=6
11.10/11.12	c BCD2: #sat=5 #unsat=3 bias=3/8
11.10/11.12	c Solving starts ...
11.10/11.12	c ============================[ Search Statistics ]============================
11.10/11.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.12	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.12	c =============================================================================
11.10/11.12	c  0.0s |       0 |        0 |        0 |      461      0 |       67 |      117
11.10/11.13	c  0.0s |       0 |       20 |       14 |      461      0 |       67 |      171
11.10/11.13	c #cpu_time = 0.002s
11.10/11.13	c #wall_clock_time = 0.002s
11.10/11.13	c #decision = 20
11.10/11.13	c #random_decision = 0
11.10/11.13	c #conflict = 14
11.10/11.13	c #restart = 0
11.10/11.13	o 3
11.10/11.13	s OPTIMUM FOUND
11.10/11.13	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
11.10/11.13	v -x11 -x12 x13 -x14 -x15 x16 x17 -x18 x19 -x20
11.10/11.13	v -x21 -x22 -x23 -x24 -x25 -x26 -x27
11.10/11.13	c total CPU time = 11.127s
11.10/11.13	c total wall clock time = 11.126s

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

pid=25271
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.22 2.24 2.12 3/179 25274
/proc/meminfo: memFree=28949948/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=451004 CPUtime=0 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 1634 0 0 0 0 0 0 0 20 0 4 0 28720084 461828096 1995 33554432000 4194304 16246674 140735258972496 140735258971920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 113263 2005 441 2943 0 110157 0
[pid=25274/tid=25275] ppid=25271 vsize=467388 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 478605312 2062 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=472508 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 483848192 2080 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=476604 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 488042496 2096 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.22 2.24 2.12 3/179 25274
/proc/meminfo: memFree=28949948/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 21834 0 0 0 6 3 0 0 20 0 4 0 28720084 1247350784 22182 33554432000 4194304 16246674 140735258972496 140735258971920 12874965 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 304529 22189 795 2943 0 301423 0
[pid=25274/tid=25275] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 22195 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 22199 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 22203 33554432000 4194304 16246674 140735258972496 139780784385200 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.200586 s]
/proc/loadavg: 2.22 2.24 2.12 3/179 25274
/proc/meminfo: memFree=28949948/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 41080 0 0 0 14 5 0 0 20 0 4 0 28720084 1247350784 41428 33554432000 4194304 16246674 140735258972496 140735258971920 5677277 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 304529 41431 795 2943 0 301423 0
[pid=25274/tid=25275] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 41436 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 41440 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 41445 33554432000 4194304 16246674 140735258972496 139780784385200 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.30053 s]
/proc/loadavg: 2.22 2.24 2.12 3/179 25274
/proc/meminfo: memFree=28949948/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 59679 0 0 0 21 8 0 0 20 0 4 0 28720084 1247350784 60027 33554432000 4194304 16246674 140735258972496 140735258971920 5677277 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 304529 60032 795 2943 0 301423 0
[pid=25274/tid=25275] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 60036 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 60041 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 60049 33554432000 4194304 16246674 140735258972496 139780784385200 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.700369 s]
/proc/loadavg: 2.22 2.24 2.12 3/179 25274
/proc/meminfo: memFree=28949948/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 134651 0 0 0 50 19 0 0 20 0 4 0 28720084 1247350784 134999 33554432000 4194304 16246674 140735258972496 140735258971920 13965592 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 304529 135003 797 2943 0 301423 0
[pid=25274/tid=25275] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 135010 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 135019 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1247350784 135028 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.22 2.24 2.12 3/183 25278
/proc/meminfo: memFree=28107876/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 245634 0 0 0 116 33 0 0 20 0 4 0 28720084 1248399360 245960 33554432000 4194304 16246674 140735258972496 140735258971808 5717656 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 304785 245960 854 2943 0 301679 0
[pid=25274/tid=25275] ppid=25271 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1248399360 245960 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1248399360 245960 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1248399360 245960 33554432000 4194304 16246674 140735258972496 139780784385200 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.10044 s]
/proc/loadavg: 2.28 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27903276/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267495 0 0 0 273 35 0 0 20 0 4 0 28720084 1337528320 267821 33554432000 4194304 16246674 140735258972496 140735258954368 5717450 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267821 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267821 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267821 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267821 33554432000 4194304 16246674 140735258972496 139780784385200 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.30044 s]
/proc/loadavg: 2.28 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879476/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267500 0 0 0 593 35 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 140735258954368 5515824 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267826 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

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

[startup+6.40057 s]
/proc/loadavg: 2.28 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879476/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=6.38 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267500 0 0 0 603 35 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 140735258954368 5546846 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267826 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267826 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1306180

[startup+9.60038 s]
/proc/loadavg: 2.26 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879360/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=9.58 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267508 0 0 0 923 35 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 140735258954368 5711624 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267834 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 1306180

[startup+10.4004 s]
/proc/loadavg: 2.26 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879484/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=10.38 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267508 0 0 0 1003 35 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 140735258954368 5823250 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267834 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 1306180

[startup+10.8004 s]
/proc/loadavg: 2.26 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879484/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=10.78 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267508 0 0 0 1043 35 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 140735258954368 13775091 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267834 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 1306180

[startup+11.0004 s]
/proc/loadavg: 2.26 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879128/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=11 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267508 0 0 0 1064 36 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 140735258954368 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267834 854 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267834 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11
Current children cumulated vsize (KiB) 1306180

[startup+11.1076 s]
/proc/loadavg: 2.26 2.25 2.13 3/183 25278
/proc/meminfo: memFree=27879128/32872528 swapFree=1499884/1696108
[pid=25274] ppid=25271 vsize=1306180 CPUtime=11.1 cores=1,3,5,7
/proc/25274/stat : 25274 (toysat) R 25271 25274 24910 0 -1 4202496 267509 0 0 0 1074 36 0 0 20 0 4 0 28720084 1337528320 267835 33554432000 4194304 16246674 140735258972496 140735258954368 5673413 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25274/statm: 326545 267835 855 2943 0 323439 0
[pid=25274/tid=25275] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25275/stat : 25275 (toysat) S 25271 25274 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267835 33554432000 4194304 16246674 140735258972496 139780879789296 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=25274/tid=25276] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25276/stat : 25276 (toysat) S 25271 25274 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267835 33554432000 4194304 16246674 140735258972496 139780869299440 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=25274/tid=25277] ppid=25271 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/25274/task/25277/stat : 25277 (toysat) S 25271 25274 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28720084 1337528320 267835 33554432000 4194304 16246674 140735258972496 139780784385200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 11.1924
CPU time (s): 11.1863
CPU user time (s): 10.7644
CPU system time (s): 0.421935
CPU usage (%): 99.9459
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7644
system time used= 0.421935
maximum resident set size= 1071348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267513
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= 15

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033994 second user time and 0.131979 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 18:19:03
IDJOB=4106163
IDBENCH=47957
IDSOLVER=2542
FILE ID=node137/4106163-1466266743
RUNJOBID= node137-1466264772-24927
PBS_JOBID= 19918225
Free space on /tmp= 71688 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=263-P1=269-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106163-1466266743/watcher-4106163-1466266743 -o /tmp/evaluation-result-4106163-1466266743/solver-4106163-1466266743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24927 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106163-1466266743.opb

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

MD5SUM BENCH= b613dc01eaf727bc9d40c6e07a29423b
RANDOM SEED=1920181889

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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:        28950856 kB
Buffers:          145048 kB
Cached:           254940 kB
SwapCached:         1268 kB
Active:          1232160 kB
Inactive:         251824 kB
Active(anon):    1085232 kB
Inactive(anon):     1028 kB
Active(file):     146928 kB
Inactive(file):   250796 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       2779428 kB
Mapped:            10600 kB
Shmem:                 0 kB
Slab:             607076 kB
SReclaimable:      50924 kB
SUnreclaim:       556152 kB
KernelStack:        1456 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2921460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 71672 MiB
End job on node137 at 2016-06-18 18:19:15