Trace number 4109946

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 71.5941 71.6067

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMccbb2f2628d7a379eab2ad56e88b2a24
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark35.8036
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints927
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
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:54:41+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-4109946-1466344481.wbo"]
0.00/0.01	c use --random-gen="2961850435 2406212906 4245550565 2968736209 2699752244 2768870060 2229960323 473185411 1071462218 1782684384 4225322568 3766089087 2400519777 291375975 3120135841 926315102 1723209422 1598994975 133844911 4062672530 338001014 3673476753 2795762550 3750256307 2107582637 2927898130 505362832 1667799041 1779182100 2387934174 1282334357 3569619823 923936163 2919387196 2019724248 456049353 1793511593 1697646642 982624519 3903036927 569226345 2596767996 1577418966 2973934887 1355924301 3258579420 2008690238 4035635141 3364798994 2723012996 3430669899 1350996096 3889968915 259165935 1171274406 634089161 3804025255 2363776747 523452830 1492318371 711729472 712926169 4082027004 1854532551 2869907531 2054676208 1945438781 401348337 1512945260 1426892763 1069603410 209618731 3590056038 2942601275 3962854106 103935799 2626911506 4140096059 2324076183 2749285411 1578381272 2681611662 1851405175 2723963000 3463886054 2112949028 968176677 2027200770 69061795 2720123270 728142410 3549317918 2199320439 3923083755 1128382756 4262136698 52027201 885505589 2154721385 1697069974 3466635379 3633142795 2913497152 2995345815 1636246864 3031066162 1246941525 1994484571 380056821 2586271934 1271043186 3001062449 2268858087 2554693847 4132408901 834207798 2712682707 145735049 3859722228 2038701762 2678780825 2617558907 1071650448 3443842964 2134420893 722543274 1095870245 2305069778 496643801 3142212074 1977709514 1968299919 3429193174 3267173646 3404662129 3691890233 2152416638 3709377802 3715640724 4277951539 1504746388 3709567662 1826088502 2535541741 3665791934 29493321 1619011378 2994857531 1413517523 489837127 4020797210 3296126756 2634006387 1248588261 1304741589 2928003067 1397654449 2712369975 2146817288 2265301338 4138494926 2529028070 654685114 1787946016 2115852281 1235237770 3836368269 3955056748 3176787661 3065340544 431329839 4158880984 1732694135 73235218 368711218 3753724492 3202299920 3811482260 2059611583 2357542214 4198499311 2420331768 998128389 1518146187 610544364 2493383585 3817271973 3322621334 769951453 2588266436 2356194395 1768491638 109916859 551979506 1269486387 2529328805 2320254872 1706577601 2621037281 1223030996 1416213389 3891752054 3546893451 2147298841 2884026507 3930125273 1266809287 4271386446 282765633 3629991187 3993663698 2482886075 2891377538 3937110688 1574478489 2443706531 489975107 3510643080 1245065043 67404518 237898563 2011693222 1790803054 76682598 4216227724 1219797584 2076761989 808813052 1621802833 1828396727 207364234 2802212809 3436939528 660032102 2793347977 1570250372 1610372381 3031454810 3460891412 3780105850 715377932 3624261744 116320607 1089722906 442116243 3901208907 1143586223 2211763573 2426752039 3733522000 511803641 3452235120 3783010479 202118484 3065565534 3824785650 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1288      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     1146 |      100 |     1288      0 |        0 |        0
0.19/0.21	c  0.0s |       1 |     2088 |      100 |     1288      0 |        0 |        0
0.19/0.21	c #cpu_time = 0.028s
0.19/0.21	c #wall_clock_time = 0.028s
0.19/0.21	c #decision = 2088
0.19/0.21	c #random_decision = 9
0.19/0.21	c #conflict = 100
0.19/0.21	c #restart = 1
0.19/0.21	o 379
0.19/0.21	c BCD2: updating upper bound: 45359 -> 378
0.19/0.21	c BCD2: 0 <= obj <= 378
0.19/0.21	c BCD2: #cores=0, #unrelaxed=927, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1288      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1104 |      100 |     1417      0 |        0 |        0
0.19/0.25	c  0.0s |       2 |     2305 |      250 |     1559      0 |        0 |        0
0.29/0.30	c  0.1s |       3 |     3585 |      475 |     1715      0 |        0 |        0
0.38/0.40	c  0.2s |       4 |     5033 |      813 |     1887      0 |        0 |        0
0.49/0.58	c  0.4s |       5 |     6700 |     1320 |     2076      0 |        0 |        0
0.79/0.86	c  0.7s |       6 |     8728 |     2081 |     2284      0 |        0 |        0
1.19/1.30	c  1.1s |       7 |    11282 |     3223 |     2513      0 |        0 |        0
1.79/1.86	c  1.7s |       8 |    14508 |     4936 |     2765      1 |        0 |        0
2.89/2.93	c  2.7s |       9 |    18729 |     7506 |     3042      3 |        0 |        0
4.49/4.58	c  4.4s |      10 |    24789 |    11361 |     3347      5 |        0 |        0
6.19/6.23	c  6.0s |      11 |    34414 |    17144 |     3682      7 |        0 |        0
8.18/8.24	c  8.0s |      11 |    41930 |    21044 |     3682      9 |        0 |        0
10.18/10.25	c 10.0s |      11 |    49435 |    24744 |     3682     10 |        0 |        0
10.69/10.77	c 10.6s |      12 |    51219 |    25819 |     4051     11 |        0 |        0
12.79/12.81	c 12.6s |      12 |    60006 |    30419 |     4051     13 |        0 |        0
14.79/14.82	c 14.6s |      12 |    67378 |    34419 |     4051     14 |        0 |        0
16.79/16.84	c 16.6s |      12 |    74922 |    38519 |     4457     16 |        0 |        0
16.99/17.03	c 16.8s |      13 |    75482 |    38832 |     4457     16 |        0 |        0
17.29/17.36	c 17.1s |      13 |    77216 |    39339 |     4457     16 |        0 |        0
17.29/17.36	c #cpu_time = 17.149s
17.29/17.36	c #wall_clock_time = 17.149s
17.29/17.36	c #decision = 77216
17.29/17.36	c #random_decision = 80
17.29/17.36	c #conflict = 39339
17.29/17.36	c #restart = 13
17.29/17.36	c BCD2: found a new core of size 859: cost of the new core is >=1
17.29/17.36	c lower bound updated to 1
17.29/17.37	c BCD2: 1 <= obj <= 378
17.29/17.37	c BCD2: #cores=1, #unrelaxed=68, #relaxed=859, #hardened=0
17.29/17.37	c BCD2: #sat=1 #unsat=2 bias=2/3
17.29/17.37	c Solving starts ...
17.29/17.37	c ============================[ Search Statistics ]============================
17.29/17.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.37	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.37	c =============================================================================
17.29/17.37	c  0.0s |       0 |        0 |        0 |     4457      0 |        0 |        0
17.39/17.42	c  0.1s |       0 |     1059 |       87 |     4457      0 |        0 |        0
17.39/17.42	c #cpu_time = 0.055s
17.39/17.42	c #wall_clock_time = 0.055s
17.39/17.42	c #decision = 1059
17.39/17.42	c #random_decision = 3
17.39/17.42	c #conflict = 87
17.39/17.42	c #restart = 0
17.39/17.42	o 282
17.39/17.43	c BCD2: updating upper bound: 378 -> 281
17.39/17.44	c BCD2: 1 <= obj <= 281
17.39/17.44	c BCD2: #cores=1, #unrelaxed=68, #relaxed=859, #hardened=0
17.39/17.44	c BCD2: #sat=2 #unsat=2 bias=2/4
17.39/17.44	c Solving starts ...
17.39/17.44	c ============================[ Search Statistics ]============================
17.39/17.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.44	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.44	c =============================================================================
17.39/17.44	c  0.0s |       0 |        0 |        0 |     4457      0 |        0 |        1
17.39/17.48	c  0.0s |       0 |      221 |       32 |     4457      0 |        0 |        1
17.39/17.48	c #cpu_time = 0.044s
17.39/17.48	c #wall_clock_time = 0.044s
17.39/17.48	c #decision = 221
17.39/17.48	c #random_decision = 0
17.39/17.48	c #conflict = 32
17.39/17.48	c #restart = 0
17.39/17.49	o 181
17.39/17.49	c BCD2: updating upper bound: 281 -> 180
17.39/17.49	c BCD2: 1 <= obj <= 180
17.39/17.49	c BCD2: #cores=1, #unrelaxed=68, #relaxed=859, #hardened=0
17.39/17.49	c BCD2: #sat=3 #unsat=2 bias=2/5
17.39/17.49	c Solving starts ...
17.39/17.49	c ============================[ Search Statistics ]============================
17.39/17.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.49	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.49	c =============================================================================
17.39/17.49	c  0.0s |       0 |        0 |        0 |     4457      0 |        0 |        2
17.49/17.59	c  0.1s |       1 |      277 |      100 |     4457      0 |        0 |        2
17.60/17.66	c  0.2s |       1 |      583 |      218 |     4457      0 |        0 |        2
17.60/17.66	c #cpu_time = 0.173s
17.60/17.66	c #wall_clock_time = 0.173s
17.60/17.66	c #decision = 583
17.60/17.66	c #random_decision = 2
17.60/17.66	c #conflict = 218
17.60/17.66	c #restart = 1
17.60/17.67	o 55
17.60/17.67	c BCD2: hardening fixes 394 literals
17.60/17.67	c BCD2: updating upper bound: 180 -> 54
17.60/17.67	c BCD2: 1 <= obj <= 54
17.60/17.67	c BCD2: #cores=1, #unrelaxed=36, #relaxed=497, #hardened=394
17.60/17.67	c BCD2: #sat=4 #unsat=2 bias=2/6
17.60/17.67	c Solving starts ...
17.60/17.67	c ============================[ Search Statistics ]============================
17.60/17.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.60/17.67	c       |         |          |          |    Limit     GC | Var      | Constra 
17.60/17.67	c =============================================================================
17.60/17.67	c  0.0s |       0 |        0 |        0 |     4457      0 |      394 |        3
17.70/17.74	c  0.1s |       1 |      206 |      100 |     4457      0 |      394 |        3
17.79/17.82	c  0.2s |       2 |      516 |      250 |     4457      0 |      394 |        3
17.89/17.93	c  0.3s |       3 |      934 |      475 |     4457      0 |      394 |        3
17.99/18.09	c  0.4s |       4 |     1546 |      813 |     4457      0 |      394 |        3
18.29/18.34	c  0.7s |       5 |     2321 |     1320 |     4457      1 |      394 |        3
18.59/18.62	c  1.0s |       6 |     3590 |     2081 |     4457      1 |      394 |        3
18.99/19.06	c  1.4s |       7 |     5387 |     3223 |     4457      1 |      394 |        3
19.69/19.73	c  2.1s |       8 |     8244 |     4936 |     4457      2 |      394 |        3
20.69/20.71	c  3.0s |       9 |    12201 |     7506 |     4457      3 |      394 |        3
22.39/22.43	c  4.8s |      10 |    17720 |    11361 |     4457      5 |      394 |        3
23.69/23.78	c  6.1s |      10 |    22852 |    14676 |     4457      6 |      394 |        3
23.69/23.78	c #cpu_time = 6.111s
23.69/23.78	c #wall_clock_time = 6.111s
23.69/23.78	c #decision = 22852
23.69/23.78	c #random_decision = 35
23.69/23.78	c #conflict = 14676
23.69/23.78	c #restart = 10
23.69/23.78	o 16
23.69/23.78	c BCD2: hardening fixes 388 literals
23.69/23.78	c BCD2: updating upper bound: 54 -> 15
23.69/23.78	c BCD2: 1 <= obj <= 15
23.69/23.78	c BCD2: #cores=1, #unrelaxed=8, #relaxed=137, #hardened=782
23.69/23.78	c BCD2: #sat=5 #unsat=2 bias=2/7
23.69/23.78	c Solving starts ...
23.69/23.78	c ============================[ Search Statistics ]============================
23.69/23.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.69/23.78	c       |         |          |          |    Limit     GC | Var      | Constra 
23.69/23.78	c =============================================================================
23.69/23.78	c  0.0s |       0 |        0 |        0 |     4457      0 |      782 |        4
23.79/23.82	c  0.0s |       1 |      178 |      100 |     4457      0 |      782 |        4
23.79/23.89	c  0.1s |       2 |      470 |      250 |     4457      0 |      782 |        4
23.89/23.96	c  0.2s |       3 |      820 |      475 |     4457      0 |      782 |        4
23.99/24.06	c  0.3s |       4 |     1430 |      813 |     4457      0 |      782 |        4
24.19/24.26	c  0.5s |       5 |     2297 |     1320 |     4457      0 |      782 |        4
24.59/24.62	c  0.8s |       6 |     3649 |     2081 |     4457      1 |      782 |        4
24.99/25.01	c  1.2s |       7 |     5476 |     3223 |     4457      1 |      782 |        4
25.59/25.61	c  1.8s |       8 |     8396 |     4936 |     4903      1 |      782 |        4
26.49/26.53	c  2.7s |       9 |    12908 |     7506 |     4903      2 |      782 |        4
27.89/27.91	c  4.1s |      10 |    19323 |    11361 |     4903      4 |      782 |        4
29.69/29.78	c  6.0s |      11 |    29079 |    17144 |     4903      6 |      782 |        4
31.79/31.81	c  8.0s |      11 |    39440 |    23444 |     4903      8 |      782 |        4
32.59/32.60	c  8.8s |      12 |    43572 |    25819 |     4903      9 |      782 |        4
34.59/34.62	c 10.8s |      12 |    53618 |    31919 |     4903     11 |      782 |        4
36.39/36.44	c 12.7s |      12 |    62636 |    37326 |     5394     12 |      782 |        4
36.39/36.44	c #cpu_time = 12.654s
36.39/36.44	c #wall_clock_time = 12.654s
36.39/36.44	c #decision = 62636
36.39/36.44	c #random_decision = 102
36.39/36.44	c #conflict = 37326
36.39/36.44	c #restart = 12
36.39/36.44	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 866: cost of the new core is >=5
36.39/36.44	c lower bound updated to 5
36.39/36.44	c BCD2: 5 <= obj <= 15
36.39/36.44	c BCD2: #cores=1, #unrelaxed=1, #relaxed=144, #hardened=782
36.39/36.44	c BCD2: #sat=5 #unsat=3 bias=3/8
36.39/36.44	c Solving starts ...
36.39/36.44	c ============================[ Search Statistics ]============================
36.39/36.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
36.39/36.44	c       |         |          |          |    Limit     GC | Var      | Constra 
36.39/36.44	c =============================================================================
36.39/36.44	c  0.0s |       0 |        0 |        0 |     5394      0 |      787 |        4
36.49/36.56	c  0.1s |       1 |      183 |      100 |     5394      0 |      787 |       13
36.59/36.65	c  0.2s |       2 |      430 |      250 |     5394      0 |      787 |       13
36.69/36.79	c  0.3s |       3 |      804 |      475 |     5394      0 |      787 |       13
36.88/36.93	c  0.5s |       4 |     1359 |      813 |     5394      0 |      787 |       13
37.08/37.12	c  0.7s |       5 |     2228 |     1320 |     5394      0 |      787 |       13
37.39/37.43	c  1.0s |       6 |     3475 |     2081 |     5394      0 |      787 |       13
37.78/37.88	c  1.4s |       7 |     5062 |     3223 |     5394      1 |      787 |       13
38.49/38.53	c  2.1s |       8 |     7644 |     4936 |     5394      1 |      787 |       13
39.18/39.24	c  2.8s |       8 |    10650 |     6876 |     5394      2 |      787 |       13
39.18/39.24	c #cpu_time = 2.796s
39.18/39.24	c #wall_clock_time = 2.796s
39.18/39.24	c #decision = 10650
39.18/39.24	c #random_decision = 36
39.18/39.24	c #conflict = 6876
39.18/39.24	c #restart = 8
39.18/39.24	o 11
39.18/39.24	c BCD2: hardening fixes 45 literals
39.18/39.24	c BCD2: updating upper bound: 15 -> 10
39.18/39.24	c BCD2: 5 <= obj <= 10
39.18/39.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=827
39.18/39.24	c BCD2: #sat=6 #unsat=3 bias=3/9
39.18/39.24	c Solving starts ...
39.18/39.24	c ============================[ Search Statistics ]============================
39.18/39.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
39.18/39.24	c       |         |          |          |    Limit     GC | Var      | Constra 
39.18/39.24	c =============================================================================
39.18/39.24	c  0.0s |       0 |        0 |        0 |     5394      0 |      832 |       15
39.18/39.28	c  0.0s |       1 |      162 |      100 |     5394      0 |      832 |       15
39.28/39.34	c  0.1s |       2 |      394 |      250 |     5394      0 |      832 |       15
39.38/39.41	c  0.2s |       3 |      781 |      475 |     5394      0 |      832 |       15
39.48/39.54	c  0.3s |       4 |     1297 |      813 |     5394      0 |      832 |       15
39.69/39.77	c  0.5s |       5 |     2079 |     1320 |     5394      0 |      832 |       15
39.98/40.07	c  0.8s |       6 |     3279 |     2081 |     5394      1 |      832 |       15
40.28/40.39	c  1.2s |       7 |     5370 |     3223 |     5394      1 |      832 |       15
40.79/40.89	c  1.6s |       8 |     8390 |     4936 |     5394      1 |      832 |       15
41.58/41.68	c  2.4s |       9 |    12559 |     7506 |     5394      2 |      832 |       15
42.78/42.89	c  3.7s |      10 |    18833 |    11361 |     5394      4 |      832 |       15
44.58/44.69	c  5.5s |      11 |    28321 |    17144 |     5394      5 |      832 |       15
46.48/46.58	c  7.3s |      11 |    37988 |    23221 |     5394      7 |      833 |       17
46.48/46.58	c #cpu_time = 7.338s
46.48/46.58	c #wall_clock_time = 7.338s
46.48/46.58	c #decision = 37988
46.48/46.58	c #random_decision = 119
46.48/46.58	c #conflict = 23221
46.48/46.58	c #restart = 11
46.48/46.58	c BCD2: updating lower bound of a core
46.48/46.58	c lower bound updated to 8
46.48/46.58	c BCD2: 8 <= obj <= 10
46.48/46.58	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=827
46.48/46.58	c BCD2: #sat=6 #unsat=4 bias=4/10
46.48/46.58	c Solving starts ...
46.48/46.58	c ============================[ Search Statistics ]============================
46.48/46.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.48/46.58	c       |         |          |          |    Limit     GC | Var      | Constra 
46.48/46.58	c =============================================================================
46.48/46.58	c  0.0s |       0 |        0 |        0 |     5394      0 |      833 |       17
46.68/46.70	c  0.1s |       1 |      178 |      100 |     5394      0 |      833 |       17
46.68/46.75	c  0.2s |       2 |      432 |      250 |     5394      0 |      833 |       17
46.78/46.83	c  0.2s |       3 |      822 |      475 |     5394      0 |      833 |       17
46.88/46.98	c  0.4s |       4 |     1352 |      813 |     5394      0 |      833 |       17
47.08/47.15	c  0.6s |       5 |     2170 |     1320 |     5394      0 |      833 |       17
47.28/47.35	c  0.8s |       6 |     3535 |     2081 |     5394      0 |      833 |       17
47.68/47.75	c  1.2s |       7 |     5387 |     3223 |     5394      1 |      833 |       17
48.18/48.27	c  1.7s |       8 |     8231 |     4936 |     5394      1 |      833 |       17
49.08/49.10	c  2.5s |       9 |    12482 |     7506 |     5394      2 |      833 |       17
50.28/50.32	c  3.7s |      10 |    18478 |    11361 |     5934      3 |      833 |       17
52.18/52.26	c  5.7s |      11 |    27874 |    17144 |     5934      5 |      833 |       17
54.18/54.26	c  7.7s |      11 |    37375 |    22944 |     5934      6 |      833 |       17
55.19/55.24	c  8.7s |      12 |    41858 |    25819 |     5934      7 |      833 |       17
57.19/57.26	c 10.7s |      12 |    51706 |    32019 |     5934      9 |      833 |       17
58.69/58.78	c 12.2s |      12 |    58236 |    36460 |     5934     10 |      834 |       19
58.69/58.78	c #cpu_time = 12.198s
58.69/58.78	c #wall_clock_time = 12.198s
58.69/58.78	c #decision = 58236
58.69/58.78	c #random_decision = 185
58.69/58.78	c #conflict = 36460
58.69/58.78	c #restart = 12
58.69/58.78	c BCD2: updating lower bound of a core
58.69/58.78	c lower bound updated to 10
58.69/58.78	c BCD2: 10 <= obj <= 10
58.69/58.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=827
58.69/58.78	c BCD2: #sat=6 #unsat=5 bias=5/11
58.69/58.78	c Solving starts ...
58.69/58.78	c ============================[ Search Statistics ]============================
58.69/58.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.69/58.78	c       |         |          |          |    Limit     GC | Var      | Constra 
58.69/58.78	c =============================================================================
58.69/58.78	c  0.0s |       0 |        0 |        0 |     5934      0 |      834 |       19
58.79/58.88	c  0.1s |       1 |      172 |      100 |     5934      0 |      834 |       19
59.09/59.15	c  0.4s |       2 |      480 |      250 |     5934      0 |      834 |       19
59.19/59.23	c  0.5s |       3 |      868 |      475 |     5934      0 |      834 |       19
59.29/59.34	c  0.6s |       4 |     1362 |      813 |     5934      0 |      834 |       19
59.39/59.50	c  0.7s |       5 |     2182 |     1320 |     5934      0 |      834 |       19
59.68/59.75	c  1.0s |       6 |     3418 |     2081 |     5934      0 |      834 |       19
60.08/60.17	c  1.4s |       7 |     5312 |     3223 |     5934      1 |      834 |       19
60.59/60.67	c  1.9s |       8 |     8087 |     4936 |     5934      1 |      834 |       19
61.38/61.48	c  2.7s |       9 |    12259 |     7506 |     5934      2 |      834 |       19
62.69/62.71	c  3.9s |      10 |    18609 |    11361 |     5934      3 |      834 |       19
64.38/64.49	c  5.7s |      11 |    27909 |    17144 |     5934      5 |      834 |       19
66.48/66.51	c  7.7s |      11 |    38693 |    23844 |     5934      7 |      834 |       19
67.09/67.16	c  8.4s |      12 |    41794 |    25819 |     5934      7 |      834 |       19
69.08/69.17	c 10.4s |      12 |    50724 |    31719 |     5934      9 |      834 |       19
71.08/71.19	c 12.4s |      12 |    60200 |    37919 |     6528     11 |      834 |       19
71.38/71.49	c 12.7s |      13 |    61602 |    38832 |     6528     11 |      834 |       19
71.49/71.54	c 12.8s |      13 |    61685 |    38883 |     6528     11 |      835 |       21
71.49/71.54	c #cpu_time = 12.759s
71.49/71.54	c #wall_clock_time = 12.760s
71.49/71.54	c #decision = 61685
71.49/71.54	c #random_decision = 247
71.49/71.54	c #conflict = 38883
71.49/71.54	c #restart = 13
71.49/71.54	c BCD2: updating lower bound of a core
71.49/71.54	c lower bound updated to 11
71.49/71.54	s OPTIMUM FOUND
71.49/71.54	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
71.49/71.54	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
71.49/71.54	v -x21 x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
71.49/71.54	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
71.49/71.54	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
71.49/71.54	v x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
71.49/71.54	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
71.49/71.54	v -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 x80
71.49/71.54	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
71.49/71.54	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
71.49/71.54	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
71.49/71.54	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
71.49/71.54	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
71.49/71.54	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
71.49/71.54	v x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
71.49/71.54	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
71.49/71.54	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
71.49/71.54	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180
71.49/71.54	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
71.49/71.54	v -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
71.49/71.54	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
71.49/71.54	v -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220
71.49/71.54	v -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
71.49/71.54	v -x231
71.49/71.54	c total CPU time = 71.540s
71.49/71.54	c total wall clock time = 71.543s

Verifier Data

OK	11

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

pid=32729
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.37 2.36 2.19 3/179 32732
/proc/meminfo: memFree=29265540/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 2623 0 0 0 0 0 0 0 20 0 4 0 36494567 721874944 2984 33554432000 4194304 16246674 140735559561552 140735559560976 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 176751 2993 441 2943 0 173645 0
[pid=32732/tid=32733] ppid=32729 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 739700736 3055 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=727484 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 744943616 3072 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=731580 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36494567 749137920 3088 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.37 2.36 2.19 3/179 32732
/proc/meminfo: memFree=29265540/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 24630 0 0 0 5 4 0 0 20 0 4 0 36494567 1247350784 24983 33554432000 4194304 16246674 140735559561552 140735559544544 12503308 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 304529 24988 619 2943 0 301423 0
[pid=32732/tid=32733] ppid=32729 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1247350784 24990 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1247350784 24995 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36494567 1247350784 24997 33554432000 4194304 16246674 140735559561552 140357752835248 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.200455 s]
/proc/loadavg: 2.37 2.36 2.19 3/179 32732
/proc/meminfo: memFree=29265540/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 40191 0 0 0 13 6 0 0 20 0 4 0 36494567 1251545088 40515 33554432000 4194304 16246674 140735559561552 140735559560864 12477756 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 305553 40515 860 2943 0 302447 0
[pid=32732/tid=32733] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40515 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40515 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40515 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1222212

[startup+0.300464 s]
/proc/loadavg: 2.37 2.36 2.19 3/179 32732
/proc/meminfo: memFree=29265540/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 40205 0 0 0 23 6 0 0 20 0 4 0 36494567 1251545088 40529 33554432000 4194304 16246674 140735559561552 140735559560864 5677716 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 305553 40529 869 2943 0 302447 0
[pid=32732/tid=32733] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40529 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40529 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 40529 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1222212

[startup+0.700396 s]
/proc/loadavg: 2.37 2.36 2.19 3/179 32732
/proc/meminfo: memFree=29265540/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 133144 0 0 0 50 19 0 0 20 0 4 0 36494567 1251545088 133469 33554432000 4194304 16246674 140735559561552 140735559560864 12478333 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 305553 133490 869 2943 0 302447 0
[pid=32732/tid=32733] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 133503 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 133519 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1251545088 133531 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1222212

[startup+1.50039 s]
/proc/loadavg: 2.37 2.36 2.19 3/183 32736
/proc/meminfo: memFree=28403268/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 266330 0 0 0 114 35 0 0 20 0 4 0 36494567 1332285440 266654 33554432000 4194304 16246674 140735559561552 140735559543424 5754764 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 325265 266654 872 2943 0 322159 0
[pid=32732/tid=32733] ppid=32729 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1332285440 266654 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1332285440 266654 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1332285440 266654 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1301060

[startup+3.1004 s]
/proc/loadavg: 2.37 2.36 2.19 3/183 32736
/proc/meminfo: memFree=28193948/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 267755 0 0 0 274 35 0 0 20 0 4 0 36494567 1338576896 268079 33554432000 4194304 16246674 140735559561552 140735559560728 6842792 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 326801 268079 875 2943 0 323695 0
[pid=32732/tid=32733] ppid=32729 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1338576896 268079 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1338576896 268079 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1338576896 268079 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1307204

[startup+6.3004 s]
/proc/loadavg: 2.42 2.37 2.19 3/183 32736
/proc/meminfo: memFree=28191364/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1309252 CPUtime=6.29 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 268326 0 0 0 594 35 0 0 20 0 4 0 36494567 1340674048 268650 33554432000 4194304 16246674 140735559561552 140735559543424 5754801 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 327313 268650 875 2943 0 324207 0
[pid=32732/tid=32733] ppid=32729 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1340674048 268650 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1340674048 268650 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1340674048 268650 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.47 2.38 2.20 3/182 32736
/proc/meminfo: memFree=28186296/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1314372 CPUtime=12.69 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 269522 0 0 0 1233 36 0 0 20 0 4 0 36494567 1345916928 269846 33554432000 4194304 16246674 140735559561552 140735559543424 6009908 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 328593 269846 875 2943 0 325487 0
[pid=32732/tid=32733] ppid=32729 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1345916928 269846 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1345916928 269846 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1345916928 269846 33554432000 4194304 16246674 140735559561552 140357752835248 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) 1314372

[startup+25.5004 s]
/proc/loadavg: 2.52 2.40 2.20 4/183 32737
/proc/meminfo: memFree=28184944/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1315396 CPUtime=25.49 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 269982 0 0 0 2513 36 0 0 20 0 4 0 36494567 1346965504 270306 33554432000 4194304 16246674 140735559561552 140735559543424 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 328849 270306 886 2943 0 325743 0
[pid=32732/tid=32733] ppid=32729 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1346965504 270306 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1346965504 270306 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1346965504 270306 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1315396

[startup+51.1005 s]
/proc/loadavg: 2.34 2.36 2.20 3/183 32737
/proc/meminfo: memFree=28177480/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=51.08 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 5072 36 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 6012302 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1322564

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

[startup+51.2005 s]
/proc/loadavg: 2.34 2.36 2.20 3/183 32737
/proc/meminfo: memFree=28177480/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=51.18 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 5082 36 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 5673488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1322564

[startup+64.0004 s]
/proc/loadavg: 2.34 2.36 2.20 3/183 32738
/proc/meminfo: memFree=28177344/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=63.98 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 6361 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 5523515 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1322564

[startup+67.2073 s]
/proc/loadavg: 2.34 2.36 2.20 4/183 32738
/proc/meminfo: memFree=28176832/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=67.19 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 6682 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 1322564

[startup+68.8004 s]
/proc/loadavg: 2.40 2.37 2.20 4/183 32738
/proc/meminfo: memFree=28177204/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=68.78 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 6841 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 12479038 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 68.78
Current children cumulated vsize (KiB) 1322564

[startup+70.4004 s]
/proc/loadavg: 2.40 2.37 2.20 4/183 32738
/proc/meminfo: memFree=28177228/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=70.39 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 7002 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559543424 5661144 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 70.39
Current children cumulated vsize (KiB) 1322564

[startup+71.2003 s]
/proc/loadavg: 2.40 2.37 2.20 4/183 32738
/proc/meminfo: memFree=28177228/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=71.18 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 7081 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559544552 5829313 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 71.18
Current children cumulated vsize (KiB) 1322564

[startup+71.4003 s]
/proc/loadavg: 2.40 2.37 2.20 4/183 32738
/proc/meminfo: memFree=28177228/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=71.38 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 7101 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559544552 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 71.38
Current children cumulated vsize (KiB) 1322564

[startup+71.5003 s]
/proc/loadavg: 2.40 2.37 2.20 4/183 32738
/proc/meminfo: memFree=28177352/32872528 swapFree=1370848/1518016
[pid=32732] ppid=32729 vsize=1322564 CPUtime=71.49 cores=0,2,4,6
/proc/32732/stat : 32732 (toysat) R 32729 32732 31304 0 -1 4202496 271774 0 0 0 7112 37 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140735559544552 5530673 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/32732/statm: 330641 272098 886 2943 0 327535 0
[pid=32732/tid=32733] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32733/stat : 32733 (toysat) S 32729 32732 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357773798640 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=32732/tid=32734] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32734/stat : 32734 (toysat) S 32729 32732 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357763308784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=32732/tid=32735] ppid=32729 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/32732/task/32735/stat : 32735 (toysat) S 32729 32732 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36494567 1354305536 272098 33554432000 4194304 16246674 140735559561552 140357752835248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 71.49
Current children cumulated vsize (KiB) 1322564

Child status: 0
Real time (s): 71.6067
CPU time (s): 71.5941
CPU user time (s): 71.1622
CPU system time (s): 0.431934
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 1322564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1622
system time used= 0.431934
maximum resident set size= 1088400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271778
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= 19
involuntary context switches= 78

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171973 second user time and 0.292955 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:54:41
IDJOB=4109946
IDBENCH=78977
IDSOLVER=2553
FILE ID=node129/4109946-1466344481
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551347--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-4109946-1466344481/watcher-4109946-1466344481 -o /tmp/evaluation-result-4109946-1466344481/solver-4109946-1466344481 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109946-1466344481.wbo

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

MD5SUM BENCH= ccbb2f2628d7a379eab2ad56e88b2a24
RANDOM SEED=1196937723

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29265548 kB
Buffers:           89248 kB
Cached:           178344 kB
SwapCached:         1804 kB
Active:          1212908 kB
Inactive:         137916 kB
Active(anon):    1082472 kB
Inactive(anon):     2732 kB
Active(file):     130436 kB
Inactive(file):   135184 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       2599948 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             602368 kB
SReclaimable:      46396 kB
SUnreclaim:       555972 kB
KernelStack:        1520 kB
PageTables:         8792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2744400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 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= 71704 MiB
End job on node129 at 2016-06-19 15:55:52