Trace number 4110310

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 14.5038 14.5147

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-0-100-0.wbo
MD5SUM2c3717ba2e3ac83d37aca2c4131741f4
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.77812
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
Number of bits of the biggest sum of numbers11
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-19T16:01:12+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","--wbo","--search=bcd2","HOME/instance-4110310-1466344872.wbo"]
0.00/0.01	c use --random-gen="2030888137 1751370534 1689871497 672083550 973231896 1058305586 2868413890 2467924186 1070725174 1597225255 1016429510 390005749 2493910875 3832334615 3698613413 56464997 2847225301 1628183151 3131813330 144924387 200248553 3993948581 1491038246 503572316 3109104861 2710924697 3197692467 2634239662 545174326 1228228059 1695490524 3632138968 1673804437 3047987224 4007052584 225300472 2803173187 2210502306 3615244933 1292811636 1755958613 3249791819 622196597 1223576687 2873393160 1749303124 3590203596 1128819835 1180305825 296260794 3454775783 3710773670 3894098563 3889495708 845424626 160306703 571718960 3758585691 1919926384 3077254831 4058634036 527079202 3702442868 2639263948 2305707166 1474259063 1482028441 2319210765 1431878540 1283753539 1652137414 4171423403 538137898 1698754639 1434218826 3900963086 4028595997 1398308952 553867199 867854627 599144966 3423409443 247678920 1947214464 3513750489 1448093208 3254551209 3638562316 598839641 1769226224 1395356558 214866164 3907392263 666651163 470939104 971875730 4001753912 2407580496 489408119 1579267560 2293573155 2932207135 2744620212 1448558083 4128328835 3146867711 4224941766 2231990721 1137461470 291906156 4207853786 3897822907 3041152202 406685303 275764061 2479744905 546707876 255795450 8395582 1569518128 1995238684 3869325740 1952347311 421130746 563491418 4034936911 2450674764 4025826287 3433610873 3529369713 2036368211 2555226939 3559195178 1458875702 3241811243 578075379 3125757834 3855667055 908729808 922042615 1208705922 1870012958 2513035872 2897170478 3590075004 2588012529 3735380724 3647734339 593076568 1984872228 1548860491 1499115582 2938910030 3302258373 2151060398 292407221 3769839377 1473730616 3793153676 1972039089 7900198 2607386682 1420704187 1450060632 195282737 3055368509 2529784235 3282505094 2225151611 1538054398 1018542083 2362924150 4173315905 1742064283 3384044492 783279993 3864600003 2111971861 1513768889 3943232447 511456487 1528253014 2299583793 3610110847 773565641 2749805285 355985362 3649008241 215358089 3024690875 2419181013 4235200817 3033601301 2323310753 106113828 1017588374 133371671 1273440857 634609065 3580110210 2248476873 3098350451 1351253205 813160099 493324590 2191422402 3741161276 1121518334 2580341757 842594570 400433499 1030455977 1778384688 129578597 4193526101 1634814057 1790677933 3342718779 3724399717 831358428 3507264529 1638473855 1472785677 1907487739 3232440182 1401090992 638733768 2623364808 1839802104 2310019078 993761380 3733616908 2509384676 1278998394 733641290 3462279067 3055036545 1525764944 94765733 357170477 1083753762 2286115683 1725858974 492230072 1420930790 717139272 1024708229 3772587903 1970829960 1000756012 719173389 3728675624 2418922727 3205859228 3307029974 2261630813 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      106 |        0 |      123      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 106
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 756
0.19/0.26	c BCD2: updating upper bound: 5033 -> 755
0.19/0.26	c BCD2: 0 <= obj <= 755
0.19/0.26	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      318 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      630 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     1077 |      475 |      150      1 |        0 |        0
0.39/0.42	c  0.2s |       4 |     1692 |      813 |      165      4 |        0 |        0
0.49/0.53	c  0.3s |       5 |     2487 |     1320 |      182      7 |        0 |        0
0.59/0.68	c  0.4s |       6 |     3742 |     2081 |      222     11 |        0 |        0
0.89/0.93	c  0.7s |       7 |     5645 |     3223 |      245     17 |        0 |        0
1.19/1.29	c  1.0s |       8 |     8286 |     4936 |      270     25 |        0 |        0
1.68/1.69	c  1.4s |       9 |    11777 |     7506 |      297     36 |        0 |        0
2.20/2.26	c  2.0s |      10 |    17490 |    11361 |      327     52 |        0 |        0
3.09/3.12	c  2.9s |      11 |    25921 |    17144 |      360     75 |        0 |        0
4.40/4.48	c  4.2s |      12 |    37898 |    25819 |      397    107 |        0 |        0
6.39/6.48	c  6.2s |      12 |    55161 |    38019 |      397    149 |        0 |        0
6.60/6.62	c  6.4s |      13 |    56223 |    38832 |      437    152 |        0 |        0
8.59/8.64	c  8.4s |      13 |    72015 |    49832 |      437    188 |        0 |        0
9.19/9.21	c  9.0s |      13 |    76072 |    52589 |      437    198 |        0 |        0
9.19/9.21	c #cpu_time = 8.953s
9.19/9.21	c #wall_clock_time = 8.952s
9.19/9.21	c #decision = 76072
9.19/9.21	c #random_decision = 181
9.19/9.21	c #conflict = 52589
9.19/9.21	c #restart = 13
9.19/9.21	c BCD2: found a new core of size 101: cost of the new core is >=1
9.19/9.21	c lower bound updated to 1
9.19/9.21	c BCD2: 1 <= obj <= 755
9.19/9.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
9.19/9.21	c BCD2: #sat=1 #unsat=2 bias=2/3
9.19/9.21	c Solving starts ...
9.19/9.21	c ============================[ Search Statistics ]============================
9.19/9.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.21	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.21	c =============================================================================
9.19/9.21	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
9.19/9.22	c  0.0s |       0 |      175 |        7 |      437      1 |        0 |        0
9.19/9.22	c #cpu_time = 0.004s
9.19/9.22	c #wall_clock_time = 0.004s
9.19/9.22	c #decision = 175
9.19/9.22	c #random_decision = 0
9.19/9.22	c #conflict = 7
9.19/9.22	c #restart = 0
9.19/9.22	o 10
9.19/9.22	c BCD2: hardening fixes 89 literals
9.19/9.22	c BCD2: updating upper bound: 755 -> 9
9.19/9.22	c BCD2: 1 <= obj <= 9
9.19/9.22	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
9.19/9.22	c BCD2: #sat=2 #unsat=2 bias=2/4
9.19/9.22	c Solving starts ...
9.19/9.22	c ============================[ Search Statistics ]============================
9.19/9.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.22	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.22	c =============================================================================
9.19/9.22	c  0.0s |       0 |        0 |        0 |      437      0 |       89 |        2
9.19/9.23	c  0.0s |       1 |      167 |      100 |      437      0 |       89 |        2
9.19/9.25	c  0.0s |       2 |      375 |      250 |      437      0 |       89 |        2
9.19/9.28	c  0.1s |       3 |      735 |      475 |      437      1 |       89 |        2
9.29/9.32	c  0.1s |       4 |     1238 |      813 |      437      2 |       89 |        2
9.29/9.38	c  0.2s |       5 |     2039 |     1320 |      437      3 |       89 |        2
9.39/9.46	c  0.2s |       6 |     3223 |     2081 |      437      6 |       89 |        2
9.59/9.60	c  0.4s |       7 |     4995 |     3223 |      437     10 |       89 |        2
9.69/9.74	c  0.5s |       7 |     6639 |     4430 |      437     14 |       89 |        2
9.69/9.74	c #cpu_time = 0.517s
9.69/9.74	c #wall_clock_time = 0.517s
9.69/9.74	c #decision = 6639
9.69/9.74	c #random_decision = 13
9.69/9.74	c #conflict = 4430
9.69/9.74	c #restart = 7
9.69/9.74	o 3
9.69/9.74	c BCD2: hardening fixes 7 literals
9.69/9.74	c BCD2: updating upper bound: 9 -> 2
9.69/9.74	c BCD2: 1 <= obj <= 2
9.69/9.74	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=96
9.69/9.74	c BCD2: #sat=3 #unsat=2 bias=2/5
9.69/9.74	c Solving starts ...
9.69/9.74	c ============================[ Search Statistics ]============================
9.69/9.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.74	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.74	c =============================================================================
9.69/9.74	c  0.0s |       0 |        0 |        0 |      437      0 |       96 |        4
9.69/9.75	c  0.0s |       1 |      135 |      100 |      437      0 |       96 |        4
9.69/9.77	c  0.0s |       2 |      329 |      250 |      437      0 |       96 |        4
9.69/9.79	c  0.1s |       3 |      662 |      475 |      437      1 |       96 |        4
9.79/9.83	c  0.1s |       4 |     1166 |      813 |      437      2 |       96 |        4
9.79/9.88	c  0.1s |       5 |     1904 |     1320 |      481      4 |       96 |        4
9.90/9.97	c  0.2s |       6 |     2963 |     2081 |      481      6 |       96 |        4
10.00/10.09	c  0.4s |       7 |     4610 |     3223 |      481     10 |       96 |        4
10.19/10.28	c  0.5s |       8 |     7024 |     4936 |      481     15 |       96 |        4
10.49/10.55	c  0.8s |       9 |    10795 |     7506 |      481     23 |       96 |        4
10.69/10.77	c  1.0s |       9 |    13856 |     9626 |      481     29 |       96 |        4
10.69/10.77	c #cpu_time = 1.037s
10.69/10.77	c #wall_clock_time = 1.037s
10.69/10.77	c #decision = 13856
10.69/10.77	c #random_decision = 29
10.69/10.77	c #conflict = 9626
10.69/10.77	c #restart = 9
10.69/10.77	o 2
10.69/10.77	c BCD2: hardening fixes 4 literals
10.69/10.77	c BCD2: updating upper bound: 2 -> 1
10.69/10.77	c BCD2: 1 <= obj <= 1
10.69/10.77	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=100
10.69/10.77	c BCD2: #sat=4 #unsat=2 bias=2/6
10.69/10.77	c Solving starts ...
10.69/10.77	c ============================[ Search Statistics ]============================
10.69/10.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.77	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.77	c =============================================================================
10.69/10.77	c  0.0s |       0 |        0 |        0 |      481      0 |      101 |        4
10.69/10.79	c  0.0s |       1 |      138 |      100 |      481      1 |      101 |        8
10.79/10.80	c  0.0s |       2 |      333 |      250 |      481      1 |      101 |        8
10.79/10.83	c  0.1s |       3 |      651 |      475 |      481      2 |      101 |        8
10.79/10.86	c  0.1s |       4 |     1156 |      813 |      481      3 |      101 |        8
10.89/10.92	c  0.1s |       5 |     1901 |     1320 |      481      4 |      101 |        8
10.89/11.00	c  0.2s |       6 |     3032 |     2081 |      481      7 |      101 |        8
11.10/11.12	c  0.3s |       7 |     4619 |     3223 |      481     10 |      101 |        8
11.19/11.30	c  0.5s |       8 |     7207 |     4936 |      481     15 |      101 |        8
11.49/11.57	c  0.8s |       9 |    10766 |     7506 |      481     23 |      101 |        8
11.89/12.00	c  1.2s |      10 |    16352 |    11361 |      481     35 |      101 |        8
12.59/12.61	c  1.8s |      11 |    24919 |    17144 |      481     53 |      101 |        8
13.59/13.60	c  2.8s |      12 |    37338 |    25819 |      530     78 |      101 |        8
14.39/14.45	c  3.7s |      12 |    47455 |    32910 |      530     99 |      103 |       10
14.39/14.45	c #cpu_time = 3.675s
14.39/14.45	c #wall_clock_time = 3.675s
14.39/14.45	c #decision = 47455
14.39/14.45	c #random_decision = 107
14.39/14.45	c #conflict = 32910
14.39/14.45	c #restart = 12
14.39/14.45	c BCD2: updating lower bound of a core
14.39/14.45	c lower bound updated to 2
14.39/14.45	s OPTIMUM FOUND
14.39/14.45	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
14.39/14.45	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
14.39/14.45	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
14.39/14.45	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
14.39/14.45	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
14.39/14.45	v -x51 x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
14.39/14.45	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
14.39/14.45	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
14.39/14.45	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90
14.39/14.45	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
14.39/14.45	v -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
14.39/14.45	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
14.39/14.45	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
14.39/14.45	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
14.39/14.45	v -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
14.39/14.45	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
14.39/14.45	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
14.39/14.45	c total CPU time = 14.453s
14.39/14.45	c total wall clock time = 14.453s

Verifier Data

OK	2

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-4110310-1466344872/watcher-4110310-1466344872 -o /tmp/evaluation-result-4110310-1466344872/solver-4110310-1466344872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466341824-4861 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110310-1466344872.wbo 

pid=6059
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.09 2.06 1.98 3/180 6062
/proc/meminfo: memFree=30340464/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 2516 0 0 0 0 0 0 0 20 0 4 0 36537165 693563392 3387 33554432000 4194304 16246674 140736172700688 140736172700112 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 169839 3396 441 2943 0 166733 0
[pid=6062/tid=6063] ppid=6059 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 710340608 3453 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 714534912 3471 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=702908 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 719777792 3488 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.1002 s]
/proc/loadavg: 2.09 2.06 1.98 3/180 6062
/proc/meminfo: memFree=30340464/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 18343 0 0 0 7 2 0 0 20 0 4 0 36537165 1247350784 19207 33554432000 4194304 16246674 140736172700688 140736172682560 6145278 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 304529 19212 610 2943 0 301423 0
[pid=6062/tid=6063] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 19217 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 19218 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 19222 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200497 s]
/proc/loadavg: 2.09 2.06 1.98 3/180 6062
/proc/meminfo: memFree=30340464/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 26057 0 0 0 15 4 0 0 20 0 4 0 36537165 1247350784 26921 33554432000 4194304 16246674 140736172700688 140736172682560 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 304529 26928 610 2943 0 301423 0
[pid=6062/tid=6063] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 26932 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 26932 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 26933 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30046 s]
/proc/loadavg: 2.09 2.06 1.98 3/180 6062
/proc/meminfo: memFree=30340464/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 37451 0 0 0 23 6 0 0 20 0 4 0 36537165 1247350784 38308 33554432000 4194304 16246674 140736172700688 140736172682560 5665836 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 304529 38315 807 2943 0 301423 0
[pid=6062/tid=6063] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 38319 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 38322 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 38332 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700387 s]
/proc/loadavg: 2.09 2.06 1.98 3/180 6062
/proc/meminfo: memFree=30340464/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 113837 0 0 0 54 15 0 0 20 0 4 0 36537165 1247350784 114695 33554432000 4194304 16246674 140736172700688 140736172682560 6020769 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 304529 114699 813 2943 0 301423 0
[pid=6062/tid=6063] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 114706 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 114712 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1247350784 114715 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.09 2.06 1.98 3/184 6066
/proc/meminfo: memFree=29548216/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 245816 0 0 0 118 31 0 0 20 0 4 0 36537165 1248399360 246651 33554432000 4194304 16246674 140736172700688 140736172700000 13808413 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 304785 246651 873 2943 0 301679 0
[pid=6062/tid=6063] ppid=6059 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1248399360 246651 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1248399360 246651 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1248399360 246651 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.16 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29274548/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267529 0 0 0 275 34 0 0 20 0 4 0 36537165 1337528320 268364 33554432000 4194304 16246674 140736172700688 140736172683688 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268364 873 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268364 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268364 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268364 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.16 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267524/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267606 0 0 0 595 34 0 0 20 0 4 0 36537165 1337528320 268441 33554432000 4194304 16246674 140736172700688 140736172682560 12460548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268441 873 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268441 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268441 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268441 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267048/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267648 0 0 0 1235 34 0 0 20 0 4 0 36537165 1337528320 268483 33554432000 4194304 16246674 140736172700688 140736172683688 5711952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268483 882 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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 6062 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8005 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267048/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267648 0 0 0 1245 34 0 0 20 0 4 0 36537165 1337528320 268483 33554432000 4194304 16246674 140736172700688 140736172683688 5722535 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268483 882 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+13.6004 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267428/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=13.59 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267648 0 0 0 1325 34 0 0 20 0 4 0 36537165 1337528320 268483 33554432000 4194304 16246674 140736172700688 140736172683688 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268483 882 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 1306180

[startup+14.0004 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267428/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=13.99 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267648 0 0 0 1365 34 0 0 20 0 4 0 36537165 1337528320 268483 33554432000 4194304 16246674 140736172700688 140736172683688 5553608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268483 882 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 1306180

[startup+14.4072 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267428/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=1306180 CPUtime=14.39 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) R 6059 6062 4845 0 -1 4202496 267648 0 0 0 1405 34 0 0 20 0 4 0 36537165 1337528320 268483 33554432000 4194304 16246674 140736172700688 140736172683688 5546072 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 326545 268483 882 2943 0 323439 0
[pid=6062/tid=6063] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) S 6059 6062 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115584199920 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6062/tid=6064] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6064/stat : 6064 (toysat) S 6059 6062 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115573710064 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6062/tid=6065] ppid=6059 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/6062/task/6065/stat : 6065 (toysat) S 6059 6062 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36537166 1337528320 268483 33554432000 4194304 16246674 140736172700688 140115456289968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1306180

[startup+14.5005 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6066
/proc/meminfo: memFree=29267428/32872528 swapFree=163656/177964
[pid=6062] ppid=6059 vsize=0 CPUtime=14.49 cores=0,2,4,6
/proc/6062/stat : 6062 (toysat) Z 6059 6062 4845 0 -1 4202508 267652 0 0 0 1410 39 0 0 20 0 2 0 36537165 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6062/statm: 0 0 0 0 0 0 0
[pid=6062/tid=6063] ppid=6059 vsize=0 CPUtime=0.03 cores=0,2,4,6
/proc/6062/task/6063/stat : 6063 (toysat) R 6059 6062 4845 0 -1 4202564 10 0 0 0 0 3 0 0 20 0 2 0 36537166 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 14.5147
CPU time (s): 14.5038
CPU user time (s): 14.1079
CPU system time (s): 0.395939
CPU usage (%): 99.9246
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1079
system time used= 0.395939
maximum resident set size= 1073940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267652
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= 17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036994 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 16:01:12
IDJOB=4110310
IDBENCH=79245
IDSOLVER=2553
FILE ID=node105/4110310-1466344872
RUNJOBID= node105-1466341824-4861
PBS_JOBID= 19922043
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110310-1466344872/watcher-4110310-1466344872 -o /tmp/evaluation-result-4110310-1466344872/solver-4110310-1466344872 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466341824-4861 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110310-1466344872.wbo

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

MD5SUM BENCH= 2c3717ba2e3ac83d37aca2c4131741f4
RANDOM SEED=1755828738

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30341100 kB
Buffers:          128600 kB
Cached:           349200 kB
SwapCached:         1696 kB
Active:          1282740 kB
Inactive:         326260 kB
Active(anon):    1130488 kB
Inactive(anon):     3096 kB
Active(file):     152252 kB
Inactive(file):   323164 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67099304 kB
Dirty:             16420 kB
Writeback:             0 kB
AnonPages:       1310620 kB
Mapped:            10996 kB
Shmem:                 0 kB
Slab:             609524 kB
SReclaimable:      53120 kB
SUnreclaim:       556404 kB
KernelStack:        1528 kB
PageTables:         6260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1454620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 71716 MiB
End job on node105 at 2016-06-19 16:01:27