Trace number 4109394

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 58.4151 58.4266

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-66-100-0.wbo
MD5SUM5061ef924a5cd54acce02b550ce78c9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark15.2917
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
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-19T15:41:45+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-4109394-1466343705.wbo"]
0.00/0.01	c use --random-gen="3622000770 1788745371 1475581041 4064587172 1206569179 2975786673 2987322826 1898321810 2023976828 3999868109 661773329 1673503406 2916756978 848346670 2080233632 1873754319 656588353 1859658509 364427025 1038659408 3823261506 3350222930 3643020024 1886797210 514625766 1915288000 3519553312 909796656 1167405980 4031668094 2974332875 4116655938 879718213 1733247550 906055677 1451925161 3046109950 744237509 97794659 2690205954 2594936473 3829259006 152267483 1804869235 1614311117 2576947995 128807744 2015828502 792620236 1916491351 1318632667 3443357552 2170095502 3835925302 1285946963 468209427 2130690802 2855246355 1916665203 2511764973 2013177916 2511568859 3835451942 3878251499 1425680877 3893049302 2790741468 1117115499 3181833026 1332985184 4212758984 141645185 368388743 751807882 1831816014 1817779943 2311648992 441074448 4261171376 2930414092 1825904452 2599855684 3770696137 1733627742 3664562707 591337523 2675535282 4149497606 2572319262 2553703922 3660762089 465896729 2612588388 2609458782 177376292 2612934314 1210473768 3252350885 1164588578 3584447800 3005977056 2260797160 1437114546 66689258 2254542292 3630369031 662918344 2827769418 1540106694 2233633931 4103277276 1358743991 1709152682 4144136613 1946317118 434833972 3673461693 549249139 2715768160 2886388449 3420835139 1033594880 2097166623 4047030607 1967235042 167584526 1930649174 2498534504 1888308472 2055595393 334867257 1869857250 1036673805 3909943157 2261031408 303142647 2752369977 4099911328 4247877145 3243094695 4050903707 777505842 3978910631 970273590 1600349121 90713644 728937634 3701145727 489389694 1442200980 3985932760 740529604 1844635625 4004211161 2375842958 866676728 3046635810 3295440514 3278717859 2208130173 952355162 592432835 3656686001 1098029320 3914586991 333360403 1377726557 1736000357 3361055235 3759988208 3500448435 469877222 2645715090 528876605 2628337971 3751489107 2358189032 1739624212 1509598959 688723134 2546547091 158543041 1241306192 3053779454 190508843 801962189 2727362191 1878120264 3355456585 652257607 1996880351 1769093867 1667816168 2797817354 2973402167 259187683 460173918 1014747354 504463214 964885975 1593734830 1241412979 40074757 3263048525 3983971156 2932564034 1341558957 452137546 951264360 1694742115 2914376898 1634448008 2699316957 3863376255 2061369085 2225317155 694563535 1724929140 4035050683 866359447 2628523071 2795241364 1066568684 4221981592 3340468032 2324889339 543818065 2694838981 2524258258 2686475857 2348200257 2293321193 1114686355 2686202009 1574068400 3242384514 2635152111 95333250 3228691091 2971093127 1807736958 1372719205 3953337890 536162510 433708196 2793061573 937755808 3855381440 2609663955 1465155017 4094609352 1785478590 3755156313 3557096924 1212739637 3246971978 255 362436" option to reproduce the execution
0.19/0.23	c #vars 169
0.19/0.23	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      203 |      100 |       99      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |      475 |      250 |      109      1 |        0 |        0
0.28/0.31	c  0.1s |       3 |      854 |      475 |      120      3 |        0 |        0
0.28/0.35	c  0.1s |       4 |     1354 |      813 |      132      6 |        0 |        0
0.39/0.42	c  0.2s |       5 |     2269 |     1320 |      146     11 |        0 |        0
0.49/0.53	c  0.3s |       6 |     3568 |     2081 |      178     18 |        0 |        0
0.58/0.70	c  0.5s |       7 |     5350 |     3223 |      196     27 |        0 |        0
0.89/0.95	c  0.7s |       8 |     7993 |     4936 |      216     40 |        0 |        0
1.29/1.30	c  1.1s |       9 |    12535 |     7506 |      238     58 |        0 |        0
1.79/1.83	c  1.6s |      10 |    18601 |    11361 |      262     83 |        0 |        0
2.39/2.42	c  2.2s |      11 |    27761 |    17144 |      289    119 |        0 |        0
2.79/2.89	c  2.7s |      11 |    35707 |    21888 |      289    145 |        0 |        0
2.79/2.89	c #cpu_time = 2.643s
2.79/2.89	c #wall_clock_time = 2.650s
2.79/2.89	c #decision = 35707
2.79/2.89	c #random_decision = 109
2.79/2.89	c #conflict = 21888
2.79/2.89	c #restart = 11
2.79/2.89	o 417
2.79/2.89	c BCD2: updating upper bound: 1414 -> 416
2.79/2.89	c BCD2: 0 <= obj <= 416
2.79/2.89	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=1 bias=1/2
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |      289      0 |        0 |        0
2.89/2.90	c  0.0s |       1 |      186 |      100 |      289      0 |        0 |        0
2.89/2.92	c  0.0s |       2 |      447 |      250 |      289      1 |        0 |        0
2.89/2.94	c  0.1s |       3 |      812 |      475 |      289      2 |        0 |        0
2.89/2.98	c  0.1s |       4 |     1351 |      813 |      289      4 |        0 |        0
2.99/3.04	c  0.2s |       5 |     2175 |     1320 |      289      7 |        0 |        0
3.09/3.15	c  0.3s |       6 |     3346 |     2081 |      289     11 |        0 |        0
3.19/3.28	c  0.4s |       7 |     5243 |     3223 |      289     17 |        0 |        0
3.40/3.47	c  0.6s |       8 |     7750 |     4936 |      318     25 |        0 |        0
3.69/3.77	c  0.9s |       9 |    11505 |     7506 |      318     37 |        0 |        0
4.19/4.22	c  1.3s |      10 |    17026 |    11361 |      318     55 |        0 |        0
4.89/4.91	c  2.0s |      11 |    25676 |    17144 |      350     82 |        0 |        0
5.89/5.90	c  3.0s |      12 |    38346 |    25819 |      350    120 |        0 |        0
7.39/7.43	c  4.5s |      13 |    57759 |    38832 |      386    177 |        0 |        0
9.39/9.43	c  6.5s |      13 |    82884 |    55532 |      386    247 |        0 |        0
9.79/9.81	c  6.9s |      14 |    86943 |    58352 |      386    260 |        0 |        0
9.89/9.92	c  7.0s |      14 |    88151 |    59119 |      386    264 |        0 |        0
9.89/9.92	c #cpu_time = 7.010s
9.89/9.92	c #wall_clock_time = 7.028s
9.89/9.92	c #decision = 88151
9.89/9.92	c #random_decision = 224
9.89/9.92	c #conflict = 59119
9.89/9.92	c #restart = 14
9.89/9.92	c BCD2: found a new core of size 28: cost of the new core is >=1
9.89/9.92	c lower bound updated to 1
9.89/9.92	c BCD2: 1 <= obj <= 416
9.89/9.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
9.89/9.92	c BCD2: #sat=1 #unsat=2 bias=2/3
9.89/9.92	c Solving starts ...
9.89/9.92	c ============================[ Search Statistics ]============================
9.89/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.92	c =============================================================================
9.89/9.92	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        0
9.89/9.92	c  0.0s |       0 |       94 |       13 |      386      0 |        0 |        0
9.89/9.92	c #cpu_time = 0.002s
9.89/9.92	c #wall_clock_time = 0.002s
9.89/9.92	c #decision = 94
9.89/9.92	c #random_decision = 0
9.89/9.92	c #conflict = 13
9.89/9.92	c #restart = 0
9.89/9.92	o 191
9.89/9.92	c BCD2: updating upper bound: 416 -> 190
9.89/9.92	c BCD2: 1 <= obj <= 190
9.89/9.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
9.89/9.92	c BCD2: #sat=2 #unsat=2 bias=2/4
9.89/9.92	c Solving starts ...
9.89/9.92	c ============================[ Search Statistics ]============================
9.89/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.92	c =============================================================================
9.89/9.92	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        2
9.89/9.92	c  0.0s |       0 |       50 |        5 |      386      0 |        0 |        2
9.89/9.92	c #cpu_time = 0.002s
9.89/9.92	c #wall_clock_time = 0.002s
9.89/9.92	c #decision = 50
9.89/9.92	c #random_decision = 1
9.89/9.92	c #conflict = 5
9.89/9.92	c #restart = 0
9.89/9.92	o 117
9.89/9.92	c BCD2: updating upper bound: 190 -> 116
9.89/9.92	c BCD2: 1 <= obj <= 116
9.89/9.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
9.89/9.92	c BCD2: #sat=3 #unsat=2 bias=2/5
9.89/9.92	c Solving starts ...
9.89/9.92	c ============================[ Search Statistics ]============================
9.89/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.92	c =============================================================================
9.89/9.92	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        4
9.89/9.93	c  0.0s |       1 |      157 |      100 |      386      0 |        0 |        4
9.89/9.95	c  0.0s |       2 |      381 |      250 |      386      0 |        0 |        4
9.89/9.98	c  0.1s |       3 |      742 |      475 |      386      1 |        0 |        4
9.99/10.02	c  0.1s |       4 |     1272 |      813 |      386      3 |        0 |        4
9.99/10.07	c  0.1s |       5 |     2027 |     1320 |      386      5 |        0 |        4
10.09/10.14	c  0.2s |       6 |     3263 |     2081 |      386      8 |        0 |        4
10.19/10.27	c  0.3s |       7 |     5059 |     3223 |      386     13 |        0 |        4
10.39/10.46	c  0.5s |       8 |     8000 |     4936 |      386     20 |        0 |        4
10.69/10.74	c  0.8s |       9 |    12219 |     7506 |      425     30 |        0 |        4
11.09/11.17	c  1.2s |      10 |    18826 |    11361 |      425     45 |        0 |        4
11.79/11.80	c  1.9s |      11 |    27769 |    17144 |      425     68 |        0 |        4
12.69/12.74	c  2.8s |      12 |    41423 |    25819 |      425    101 |        0 |        4
13.78/13.87	c  3.9s |      12 |    56051 |    35411 |      425    138 |        1 |        6
13.78/13.87	c #cpu_time = 3.938s
13.78/13.87	c #wall_clock_time = 3.948s
13.78/13.87	c #decision = 56051
13.78/13.87	c #random_decision = 152
13.78/13.87	c #conflict = 35411
13.78/13.88	c #restart = 12
13.78/13.88	c BCD2: updating lower bound of a core
13.78/13.88	c lower bound updated to 48
13.78/13.88	c BCD2: 48 <= obj <= 116
13.78/13.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
13.78/13.88	c BCD2: #sat=3 #unsat=3 bias=3/6
13.78/13.88	c Solving starts ...
13.78/13.88	c ============================[ Search Statistics ]============================
13.78/13.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.88	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.88	c =============================================================================
13.78/13.88	c  0.0s |       0 |        0 |        0 |      425      0 |        1 |        6
13.78/13.88	c  0.0s |       1 |      257 |      100 |      425      0 |        1 |        6
13.88/13.90	c  0.0s |       2 |      557 |      250 |      425      1 |        1 |        6
13.88/13.93	c  0.1s |       3 |      943 |      475 |      425      2 |        1 |        6
13.88/13.97	c  0.1s |       4 |     1535 |      813 |      425      3 |        1 |        6
13.98/14.02	c  0.2s |       5 |     2339 |     1320 |      425      5 |        1 |        6
14.08/14.11	c  0.2s |       6 |     3655 |     2081 |      425      8 |        1 |        6
14.08/14.19	c  0.3s |       6 |     4946 |     2821 |      425     11 |        1 |        6
14.08/14.19	c #cpu_time = 0.317s
14.08/14.19	c #wall_clock_time = 0.317s
14.08/14.19	c #decision = 4946
14.08/14.19	c #random_decision = 18
14.08/14.19	c #conflict = 2821
14.08/14.19	c #restart = 6
14.08/14.19	o 80
14.08/14.19	c BCD2: hardening fixes 7 literals
14.08/14.19	c BCD2: updating upper bound: 116 -> 79
14.08/14.19	c BCD2: 48 <= obj <= 79
14.08/14.19	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
14.08/14.19	c BCD2: #sat=4 #unsat=3 bias=3/7
14.08/14.19	c Solving starts ...
14.08/14.19	c ============================[ Search Statistics ]============================
14.08/14.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.08/14.19	c       |         |          |          |    Limit     GC | Var      | Constra 
14.08/14.19	c =============================================================================
14.08/14.19	c  0.0s |       0 |        0 |        0 |      425      0 |        9 |        8
14.18/14.20	c  0.0s |       1 |      145 |      100 |      425      0 |        9 |        8
14.18/14.22	c  0.0s |       2 |      358 |      250 |      425      1 |        9 |        8
14.18/14.24	c  0.0s |       3 |      698 |      475 |      425      2 |        9 |        8
14.18/14.27	c  0.1s |       4 |     1271 |      813 |      425      3 |        9 |        8
14.29/14.33	c  0.1s |       5 |     2031 |     1320 |      425      5 |        9 |        8
14.39/14.41	c  0.2s |       6 |     3296 |     2081 |      425      8 |        9 |        8
14.48/14.53	c  0.3s |       7 |     5257 |     3223 |      425     12 |        9 |        8
14.68/14.71	c  0.5s |       8 |     8108 |     4936 |      425     19 |        9 |        8
14.88/14.99	c  0.8s |       9 |    12100 |     7506 |      425     29 |        9 |        8
15.28/15.40	c  1.2s |      10 |    18440 |    11361 |      425     44 |        9 |        8
15.98/16.03	c  1.8s |      11 |    27756 |    17144 |      468     65 |        9 |        8
16.88/16.96	c  2.8s |      12 |    41395 |    25819 |      468     96 |        9 |        8
18.28/18.35	c  4.2s |      13 |    62054 |    38832 |      468    142 |        9 |        8
19.28/19.33	c  5.1s |      13 |    75249 |    47382 |      468    173 |       10 |       10
19.28/19.33	c #cpu_time = 5.126s
19.28/19.33	c #wall_clock_time = 5.139s
19.28/19.33	c #decision = 75249
19.28/19.33	c #random_decision = 194
19.28/19.33	c #conflict = 47382
19.28/19.33	c #restart = 13
19.28/19.33	c BCD2: updating lower bound of a core
19.28/19.33	c lower bound updated to 62
19.28/19.33	c BCD2: 62 <= obj <= 79
19.28/19.33	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
19.28/19.33	c BCD2: #sat=4 #unsat=4 bias=4/8
19.28/19.33	c Solving starts ...
19.28/19.33	c ============================[ Search Statistics ]============================
19.28/19.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.28/19.33	c       |         |          |          |    Limit     GC | Var      | Constra 
19.28/19.33	c =============================================================================
19.28/19.33	c  0.0s |       0 |        0 |        0 |      468      0 |       10 |       10
19.28/19.34	c  0.0s |       1 |      199 |      100 |      468      0 |       10 |       10
19.28/19.36	c  0.0s |       2 |      472 |      250 |      468      0 |       10 |       10
19.28/19.38	c  0.1s |       3 |      846 |      475 |      468      1 |       10 |       10
19.38/19.42	c  0.1s |       4 |     1396 |      813 |      468      3 |       10 |       10
19.38/19.48	c  0.1s |       5 |     2148 |     1320 |      468      5 |       10 |       10
19.48/19.56	c  0.2s |       6 |     3302 |     2081 |      468      7 |       10 |       10
19.58/19.68	c  0.3s |       7 |     5306 |     3223 |      468     11 |       10 |       10
19.79/19.86	c  0.5s |       8 |     8217 |     4936 |      468     17 |       10 |       10
20.08/20.14	c  0.8s |       9 |    12317 |     7506 |      468     27 |       10 |       10
20.48/20.53	c  1.2s |      10 |    18262 |    11361 |      468     40 |       10 |       10
21.08/21.14	c  1.8s |      11 |    26940 |    17144 |      468     61 |       10 |       10
21.99/22.09	c  2.8s |      12 |    40102 |    25819 |      468     92 |       10 |       10
23.38/23.49	c  4.2s |      13 |    60852 |    38832 |      515    136 |       10 |       10
25.48/25.50	c  6.2s |      13 |    89529 |    56732 |      515    196 |       10 |       10
25.58/25.68	c  6.3s |      14 |    92267 |    58352 |      515    201 |       10 |       10
27.59/27.68	c  8.3s |      14 |   121996 |    76552 |      515    262 |       10 |       10
28.28/28.33	c  9.0s |      14 |   131606 |    82386 |      515    281 |       11 |       12
28.28/28.33	c #cpu_time = 8.975s
28.28/28.33	c #wall_clock_time = 8.998s
28.28/28.33	c #decision = 131606
28.28/28.33	c #random_decision = 394
28.28/28.33	c #conflict = 82386
28.28/28.33	c #restart = 14
28.28/28.33	c BCD2: updating lower bound of a core
28.28/28.33	c lower bound updated to 72
28.28/28.33	c BCD2: 72 <= obj <= 79
28.28/28.33	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
28.28/28.33	c BCD2: #sat=4 #unsat=5 bias=5/9
28.28/28.33	c Solving starts ...
28.28/28.33	c ============================[ Search Statistics ]============================
28.28/28.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.28/28.33	c       |         |          |          |    Limit     GC | Var      | Constra 
28.28/28.33	c =============================================================================
28.28/28.33	c  0.0s |       0 |        0 |        0 |      515      0 |       11 |       12
28.28/28.34	c  0.0s |       1 |      197 |      100 |      515      0 |       11 |       12
28.28/28.36	c  0.0s |       2 |      429 |      250 |      515      0 |       11 |       12
28.28/28.38	c  0.1s |       3 |      755 |      475 |      515      1 |       11 |       12
28.38/28.42	c  0.1s |       4 |     1436 |      813 |      515      2 |       11 |       12
28.38/28.47	c  0.1s |       5 |     2309 |     1320 |      515      4 |       11 |       12
28.48/28.56	c  0.2s |       6 |     3586 |     2081 |      515      7 |       11 |       12
28.59/28.68	c  0.4s |       7 |     5643 |     3223 |      515     10 |       11 |       12
28.78/28.86	c  0.5s |       8 |     8353 |     4936 |      515     16 |       11 |       12
29.08/29.14	c  0.8s |       9 |    12401 |     7506 |      515     24 |       11 |       12
29.48/29.57	c  1.2s |      10 |    18634 |    11361 |      515     37 |       11 |       12
30.18/30.23	c  1.9s |      11 |    27857 |    17144 |      515     57 |       11 |       12
31.08/31.17	c  2.8s |      12 |    42229 |    25819 |      515     85 |       11 |       12
32.48/32.59	c  4.3s |      13 |    64013 |    38832 |      515    130 |       11 |       12
34.58/34.60	c  6.3s |      13 |    93299 |    56732 |      567    186 |       11 |       12
34.68/34.79	c  6.5s |      14 |    95735 |    58352 |      567    191 |       11 |       12
36.78/36.80	c  8.5s |      14 |   123715 |    76052 |      567    245 |       11 |       12
38.08/38.14	c  9.8s |      15 |   142391 |    87632 |      567    281 |       11 |       12
40.08/40.14	c 11.8s |      15 |   171618 |   105732 |      567    336 |       11 |       12
42.08/42.12	c 13.8s |      15 |   198393 |   122545 |      567    387 |       12 |       14
42.08/42.12	c #cpu_time = 13.759s
42.08/42.12	c #wall_clock_time = 13.795s
42.08/42.12	c #decision = 198393
42.08/42.12	c #random_decision = 618
42.08/42.12	c #conflict = 122545
42.08/42.12	c #restart = 15
42.08/42.12	c BCD2: updating lower bound of a core
42.08/42.12	c lower bound updated to 77
42.08/42.12	c BCD2: 77 <= obj <= 79
42.08/42.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
42.08/42.12	c BCD2: #sat=4 #unsat=6 bias=6/10
42.08/42.12	c Solving starts ...
42.08/42.12	c ============================[ Search Statistics ]============================
42.08/42.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
42.08/42.12	c       |         |          |          |    Limit     GC | Var      | Constra 
42.08/42.12	c =============================================================================
42.08/42.12	c  0.0s |       0 |        0 |        0 |      567      0 |       12 |       14
42.08/42.14	c  0.0s |       1 |      167 |      100 |      567      0 |       12 |       14
42.08/42.15	c  0.0s |       2 |      418 |      250 |      567      0 |       12 |       14
42.08/42.18	c  0.1s |       3 |      845 |      475 |      567      1 |       12 |       14
42.18/42.23	c  0.1s |       4 |     1380 |      813 |      567      2 |       12 |       14
42.18/42.29	c  0.2s |       5 |     2218 |     1320 |      567      3 |       12 |       14
42.28/42.38	c  0.3s |       6 |     3433 |     2081 |      567      5 |       12 |       14
42.48/42.51	c  0.4s |       7 |     5305 |     3223 |      567      9 |       12 |       14
42.68/42.72	c  0.6s |       8 |     8147 |     4936 |      567     14 |       12 |       14
42.88/43.00	c  0.9s |       9 |    12386 |     7506 |      567     22 |       12 |       14
43.38/43.41	c  1.3s |      10 |    18634 |    11361 |      567     34 |       12 |       14
43.98/44.02	c  1.9s |      11 |    27691 |    17144 |      567     51 |       12 |       14
44.88/44.97	c  2.8s |      12 |    41601 |    25819 |      567     78 |       12 |       14
46.38/46.43	c  4.3s |      13 |    62388 |    38832 |      567    118 |       12 |       14
48.38/48.44	c  6.3s |      13 |    89661 |    56332 |      567    171 |       12 |       14
48.58/48.66	c  6.5s |      14 |    92826 |    58352 |      567    177 |       12 |       14
50.58/50.67	c  8.5s |      14 |   120361 |    75952 |      624    229 |       12 |       14
51.98/52.07	c  9.9s |      15 |   138278 |    87632 |      624    261 |       12 |       14
52.48/52.57	c 10.4s |      15 |   144495 |    91713 |      624    273 |       13 |       16
52.48/52.57	c #cpu_time = 10.414s
52.48/52.57	c #wall_clock_time = 10.441s
52.48/52.57	c #decision = 144495
52.48/52.57	c #random_decision = 429
52.48/52.57	c #conflict = 91713
52.48/52.57	c #restart = 15
52.48/52.57	c BCD2: updating lower bound of a core
52.48/52.57	c lower bound updated to 79
52.48/52.57	c BCD2: 79 <= obj <= 79
52.48/52.57	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
52.48/52.57	c BCD2: #sat=4 #unsat=7 bias=7/11
52.48/52.57	c Solving starts ...
52.48/52.57	c ============================[ Search Statistics ]============================
52.48/52.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
52.48/52.57	c       |         |          |          |    Limit     GC | Var      | Constra 
52.48/52.57	c =============================================================================
52.48/52.57	c  0.0s |       0 |        0 |        0 |      624      0 |       13 |       17
52.48/52.58	c  0.0s |       1 |      239 |      100 |      624      0 |       13 |       17
52.58/52.60	c  0.0s |       2 |      490 |      250 |      624      0 |       13 |       17
52.58/52.63	c  0.1s |       3 |      888 |      475 |      624      0 |       13 |       17
52.58/52.67	c  0.1s |       4 |     1444 |      813 |      624      1 |       13 |       17
52.68/52.73	c  0.2s |       5 |     2406 |     1320 |      624      3 |       13 |       17
52.78/52.82	c  0.3s |       6 |     3779 |     2081 |      624      5 |       13 |       17
52.88/52.95	c  0.4s |       7 |     5689 |     3223 |      624      8 |       13 |       17
53.08/53.13	c  0.6s |       8 |     8661 |     4936 |      624     13 |       13 |       17
53.38/53.42	c  0.9s |       9 |    13032 |     7506 |      624     20 |       13 |       17
53.78/53.84	c  1.3s |      10 |    19126 |    11361 |      624     31 |       13 |       17
54.48/54.50	c  1.9s |      11 |    27558 |    17144 |      624     47 |       13 |       17
55.38/55.49	c  2.9s |      12 |    41085 |    25819 |      624     71 |       13 |       17
56.88/56.94	c  4.4s |      13 |    61177 |    38832 |      624    108 |       13 |       17
58.29/58.36	c  5.8s |      13 |    80332 |    51584 |      624    143 |       14 |       19
58.29/58.36	c #cpu_time = 5.782s
58.29/58.36	c #wall_clock_time = 5.797s
58.29/58.36	c #decision = 80332
58.29/58.36	c #random_decision = 216
58.29/58.36	c #conflict = 51584
58.29/58.36	c #restart = 13
58.29/58.36	c BCD2: updating lower bound of a core
58.29/58.36	c lower bound updated to 80
58.29/58.36	s OPTIMUM FOUND
58.29/58.36	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
58.29/58.36	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
58.29/58.36	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
58.29/58.36	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
58.29/58.36	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
58.29/58.36	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
58.29/58.36	v -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 -x69 -x70
58.29/58.36	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
58.29/58.36	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
58.29/58.36	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100
58.29/58.36	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
58.29/58.36	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
58.29/58.36	v -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130
58.29/58.36	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
58.29/58.36	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
58.29/58.36	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
58.29/58.36	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169
58.29/58.36	c total CPU time = 58.216s
58.29/58.36	c total wall clock time = 58.366s

Verifier Data

OK	80

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

pid=1635
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.19 2.26 1.98 3/177 1638
/proc/meminfo: memFree=28885708/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=595388 CPUtime=0 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 2198 0 0 0 0 0 0 0 20 0 4 0 36417400 609677312 2559 33554432000 4194304 16246674 140735553908496 140735553907920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 149615 2567 441 2943 0 146509 0
[pid=1638/tid=1639] ppid=1635 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 728166400 3011 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 733409280 3030 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=720316 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 737603584 3047 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.19 2.26 1.98 3/177 1638
/proc/meminfo: memFree=28885708/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 18500 0 0 0 6 3 0 0 20 0 4 0 36417400 1247350784 18854 33554432000 4194304 16246674 140735553908496 140735553907920 12486453 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 304529 18856 616 2943 0 301423 0
[pid=1638/tid=1639] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 18859 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 18862 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 18863 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20049 s]
/proc/loadavg: 2.19 2.26 1.98 3/177 1638
/proc/meminfo: memFree=28885708/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 26447 0 0 0 15 4 0 0 20 0 4 0 36417400 1247350784 26801 33554432000 4194304 16246674 140735553908496 140735553907920 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 304529 26801 616 2943 0 301423 0
[pid=1638/tid=1639] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 26802 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 26804 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 26805 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300415 s]
/proc/loadavg: 2.19 2.26 1.98 3/177 1638
/proc/meminfo: memFree=28885708/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 37790 0 0 0 23 5 0 0 20 0 4 0 36417400 1247350784 38138 33554432000 4194304 16246674 140735553908496 140735553907920 13954410 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 304529 38141 790 2943 0 301423 0
[pid=1638/tid=1639] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 38147 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 38152 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 38155 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700377 s]
/proc/loadavg: 2.19 2.26 1.98 3/177 1638
/proc/meminfo: memFree=28885708/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 90734 0 0 0 54 15 0 0 20 0 4 0 36417400 1247350784 91082 33554432000 4194304 16246674 140735553908496 140735553890368 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 304529 91087 791 2943 0 301423 0
[pid=1638/tid=1639] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 91089 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 91095 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 91098 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.19 2.26 1.98 3/181 1642
/proc/meminfo: memFree=28311120/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 197167 0 0 0 119 30 0 0 20 0 4 0 36417400 1247350784 197516 33554432000 4194304 16246674 140735553908496 140735553890368 5667979 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 304529 197520 791 2943 0 301423 0
[pid=1638/tid=1639] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 197526 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 197530 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36417401 1247350784 197533 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10039 s]
/proc/loadavg: 2.19 2.26 1.98 3/181 1642
/proc/meminfo: memFree=27902540/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 253693 0 0 0 271 38 0 0 20 0 4 0 36417400 1336479744 254019 33554432000 4194304 16246674 140735553908496 140735553890368 13191557 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326289 254024 871 2943 0 323183 0
[pid=1638/tid=1639] ppid=1635 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1336479744 254026 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1336479744 254032 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1336479744 254041 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30039 s]
/proc/loadavg: 2.33 2.29 1.99 3/181 1642
/proc/meminfo: memFree=27813884/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267530 0 0 0 589 40 0 0 20 0 4 0 36417400 1337528320 267855 33554432000 4194304 16246674 140735553908496 140735553891496 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267855 873 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267855 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267855 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267855 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.47 2.32 2.00 3/181 1694
/proc/meminfo: memFree=27812952/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267541 0 0 0 1229 40 0 0 20 0 4 0 36417400 1337528320 267866 33554432000 4194304 16246674 140735553908496 140735553890368 5667492 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267866 883 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267866 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267866 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267866 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.43 2.32 2.01 4/181 1743
/proc/meminfo: memFree=28705988/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267561 0 0 0 2508 40 0 0 20 0 4 0 36417400 1337528320 267886 33554432000 4194304 16246674 140735553908496 140735553890368 13780600 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267886 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267886 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267886 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267886 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.34 2.31 2.01 4/181 1798
/proc/meminfo: memFree=28285212/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267580 0 0 0 5068 40 0 0 20 0 4 0 36417400 1337528320 267903 33554432000 4194304 16246674 140735553908496 140735553891496 5672160 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267903 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.34 2.31 2.01 4/181 1798
/proc/meminfo: memFree=28285212/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267580 0 0 0 5078 40 0 0 20 0 4 0 36417400 1337528320 267903 33554432000 4194304 16246674 140735553908496 140735553891496 5712536 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267903 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267903 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+54.4004 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813416/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=54.38 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267610 0 0 0 5398 40 0 0 20 0 4 0 36417400 1337528320 267933 33554432000 4194304 16246674 140735553908496 140735553890368 13950986 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267933 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1306180

[startup+56.0004 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813292/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=55.98 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267610 0 0 0 5557 41 0 0 20 0 4 0 36417400 1337528320 267933 33554432000 4194304 16246674 140735553908496 140735553891496 6021255 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267933 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 1306180

[startup+57.6003 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813168/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=57.58 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267610 0 0 0 5717 41 0 0 20 0 4 0 36417400 1337528320 267933 33554432000 4194304 16246674 140735553908496 140735553890368 5545784 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267933 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1306180

[startup+58.0004 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813168/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=1306180 CPUtime=57.98 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202496 267610 0 0 0 5757 41 0 0 20 0 4 0 36417400 1337528320 267933 33554432000 4194304 16246674 140735553908496 140735553890368 5523360 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 326545 267933 885 2943 0 323439 0
[pid=1638/tid=1639] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1639/stat : 1639 (toysat) S 1635 1638 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240528321776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=1638/tid=1640] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1640/stat : 1640 (toysat) S 1635 1638 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240517831920 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=1638/tid=1641] ppid=1635 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1638/task/1641/stat : 1641 (toysat) S 1635 1638 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36417401 1337528320 267933 33554432000 4194304 16246674 140735553908496 140240507358384 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 57.98
Current children cumulated vsize (KiB) 1306180

[startup+58.4068 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813168/32872528 swapFree=1316768/1463936
[pid=1638] ppid=1635 vsize=0 CPUtime=58.38 cores=0,2,4,6
/proc/1638/stat : 1638 (toysat) R 1635 1638 1219 0 -1 4202500 267614 0 0 0 5794 44 0 0 20 0 1 0 36417400 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1638/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 58.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 58.4266
CPU time (s): 58.4151
CPU user time (s): 57.9462
CPU system time (s): 0.468928
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9462
system time used= 0.468928
maximum resident set size= 1071740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205968 second user time and 0.217966 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:41:45
IDJOB=4109394
IDBENCH=78797
IDSOLVER=2553
FILE ID=node121/4109394-1466343705
RUNJOBID= node121-1466341819-1235
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976157--soft-66-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-4109394-1466343705/watcher-4109394-1466343705 -o /tmp/evaluation-result-4109394-1466343705/solver-4109394-1466343705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1235 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109394-1466343705.wbo

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

MD5SUM BENCH= 5061ef924a5cd54acce02b550ce78c9d
RANDOM SEED=40899040

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.691
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.691
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.691
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:        28886336 kB
Buffers:          201976 kB
Cached:           482764 kB
SwapCached:         1944 kB
Active:          1275456 kB
Inactive:         484016 kB
Active(anon):    1074176 kB
Inactive(anon):     2900 kB
Active(file):     201280 kB
Inactive(file):   481116 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             16328 kB
Writeback:             0 kB
AnonPages:       2537444 kB
Mapped:            12372 kB
Shmem:                 0 kB
Slab:             628528 kB
SReclaimable:      72700 kB
SUnreclaim:       555828 kB
KernelStack:        1504 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71688 MiB
End job on node121 at 2016-06-19 15:42:43