Trace number 4093688

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 33.4699 33.4786

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
MD5SUMd4e6776e3ea6e9cf4cf1ebaa2f1d5c78
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark9.50455
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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-16T18:21:23+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-4093688-1466094083.wbo"]
0.00/0.01	c use --random-gen="1939056928 3793121262 2803591305 2706506427 2220820808 4102899700 108021367 1764089977 2814937093 3230959147 1927573005 1016580328 2870382586 1520664777 1885135652 3489290095 666224743 2737043049 2657063349 2072502387 1570442546 2437702067 2546701560 2611309781 1361448637 3179281386 3324868838 4089293731 2284043407 477629567 4207306250 878896837 2505722655 2020617275 3114149818 3456687354 3260919573 3777401338 231844114 1659379887 2547233711 2272914277 2384879433 3299472427 2862490721 844804261 3462562634 3519051712 57198945 3711727025 3755350972 512891622 373392244 1206871346 1781959163 525569022 910777372 1736505509 105757427 3844909547 847670855 1951035528 1335274828 425181585 219157596 4271924178 3699759882 2440067752 2953089735 3782617778 2510834540 4040155543 2568626081 264162565 3440639654 2369006143 2219284732 430735337 2745882284 79368042 307211625 1528957395 1898269048 3561812015 3741667355 1234000239 2090941749 2232879290 640423012 126316306 466363136 3236444713 3568468363 1546538740 2622972610 2374324935 3353499651 2126380999 4099036999 4197103973 3051702019 1058041327 2431955241 2564460752 203381472 1680071715 3572607536 634087091 3419388893 3929417205 4250681954 844699775 3530180069 1312628729 464113697 2628482379 3383495273 3164842862 815709405 1091438867 4033211788 1357527861 3955999140 502455730 1002277848 571428610 3302645547 3595432382 3452868995 2458328606 2080449354 2860163965 3158605231 1614245034 3092601830 1342014583 3253556923 2860139295 3572864172 2287311451 316220272 609803650 632633687 195378124 3703730814 4129708529 1711743397 2171088097 3112344134 43065379 2231897300 2760311141 3864714239 3114432301 1033983916 3802554624 3572392215 1465952219 3459841600 2159240085 2945475723 3933197733 2118890360 899477051 165746066 938711454 673577422 3277426740 1352920412 2959476581 3629448484 243891603 452781699 47452340 1339194147 3810461799 1269330160 1342304315 2227778975 3890516537 432809067 2691587255 3319175828 54320376 1715912178 3574057285 3338121001 2428031850 1881353170 3214729773 2672178517 475397891 4217606434 3826553950 484653945 1002560153 2404191465 1461282268 1427257548 2278942028 4148197458 1009512561 2835538226 1338143883 782320092 986412904 2364861131 2520046581 2881070467 151649411 1975782457 3291061467 3940698570 3962126650 3406711343 3810777947 1395366186 3906974972 1643340060 713095934 2920387638 2003986499 1864085655 587971259 1190064230 412186551 2503530736 3182468125 2983721893 973358731 1001049160 1148971316 3908096471 159173712 3772579979 2223007062 3425052019 2708104753 1069137876 4005639895 3539043656 2670914615 1252140996 2752080913 4085672122 2438350323 3867872935 1107849674 1290386610 2086236656 3364678570 386208373 53508744 2149232215 3057192396 1036785032 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |      107 |        0 |      123      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.001s
0.19/0.27	c #wall_clock_time = 0.001s
0.19/0.27	c #decision = 107
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 0
0.19/0.27	c #restart = 0
0.19/0.27	o 675
0.19/0.27	c BCD2: updating upper bound: 5179 -> 674
0.19/0.27	c BCD2: 0 <= obj <= 674
0.19/0.27	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      275 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      611 |      250 |      136      0 |        0 |        0
0.29/0.36	c  0.1s |       3 |     1045 |      475 |      150      1 |        0 |        0
0.39/0.44	c  0.2s |       4 |     1611 |      813 |      165      4 |        0 |        0
0.49/0.56	c  0.3s |       5 |     2441 |     1320 |      182      7 |        0 |        0
0.69/0.72	c  0.5s |       6 |     3680 |     2081 |      222     11 |        0 |        0
0.89/0.96	c  0.7s |       7 |     5432 |     3223 |      245     17 |        0 |        0
1.29/1.35	c  1.1s |       8 |     8023 |     4936 |      270     25 |        0 |        0
1.69/1.74	c  1.5s |       9 |    11911 |     7506 |      297     36 |        0 |        0
2.30/2.36	c  2.1s |      10 |    17588 |    11361 |      327     53 |        0 |        0
3.30/3.31	c  3.0s |      11 |    25647 |    17144 |      360     75 |        0 |        0
4.59/4.64	c  4.4s |      12 |    38137 |    25819 |      397    108 |        0 |        0
6.60/6.65	c  6.4s |      12 |    54749 |    37919 |      397    150 |        0 |        0
6.79/6.82	c  6.6s |      13 |    56018 |    38832 |      437    153 |        0 |        0
8.80/8.82	c  8.6s |      13 |    73332 |    51232 |      437    194 |        0 |        0
10.09/10.13	c  9.9s |      14 |    82655 |    58352 |      481    217 |        0 |        0
12.09/12.14	c 11.9s |      14 |    98359 |    69352 |      481    251 |        0 |        0
14.08/14.16	c 13.9s |      14 |   112116 |    79352 |      481    282 |        0 |        0
15.98/16.08	c 15.8s |      15 |   123160 |    87632 |      530    309 |        0 |        0
17.98/18.08	c 17.8s |      15 |   135331 |    96532 |      530    335 |        0 |        0
19.98/20.09	c 19.8s |      15 |   145992 |   104432 |      530    358 |        0 |        0
20.78/20.84	c 20.6s |      15 |   149154 |   106883 |      530    366 |        0 |        0
20.78/20.84	c #cpu_time = 20.569s
20.78/20.84	c #wall_clock_time = 20.569s
20.78/20.84	c #decision = 149154
20.78/20.84	c #random_decision = 355
20.78/20.84	c #conflict = 106883
20.78/20.84	c #restart = 15
20.78/20.84	c BCD2: found a new core of size 101: cost of the new core is >=1
20.78/20.84	c lower bound updated to 1
20.78/20.84	c BCD2: 1 <= obj <= 674
20.78/20.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
20.78/20.84	c BCD2: #sat=1 #unsat=2 bias=2/3
20.78/20.84	c Solving starts ...
20.78/20.84	c ============================[ Search Statistics ]============================
20.78/20.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.84	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.84	c =============================================================================
20.78/20.84	c  0.0s |       0 |        0 |        0 |      530      0 |        0 |        0
20.78/20.84	c  0.0s |       0 |      142 |        4 |      530      0 |        0 |        0
20.78/20.84	c #cpu_time = 0.003s
20.78/20.84	c #wall_clock_time = 0.003s
20.78/20.84	c #decision = 142
20.78/20.84	c #random_decision = 0
20.78/20.84	c #conflict = 4
20.78/20.84	c #restart = 0
20.78/20.84	o 49
20.78/20.84	c BCD2: hardening fixes 55 literals
20.78/20.84	c BCD2: updating upper bound: 674 -> 48
20.78/20.84	c BCD2: 1 <= obj <= 48
20.78/20.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=46, #hardened=55
20.78/20.84	c BCD2: #sat=2 #unsat=2 bias=2/4
20.78/20.84	c Solving starts ...
20.78/20.84	c ============================[ Search Statistics ]============================
20.78/20.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.78/20.84	c       |         |          |          |    Limit     GC | Var      | Constra 
20.78/20.84	c =============================================================================
20.78/20.84	c  0.0s |       0 |        0 |        0 |      530      0 |       55 |        2
20.78/20.86	c  0.0s |       1 |      215 |      100 |      530      0 |       55 |        2
20.78/20.88	c  0.0s |       2 |      521 |      250 |      530      1 |       55 |        2
20.89/20.91	c  0.1s |       3 |      961 |      475 |      530      1 |       55 |        2
20.89/20.95	c  0.1s |       4 |     1497 |      813 |      530      2 |       55 |        2
20.99/21.02	c  0.2s |       5 |     2296 |     1320 |      530      4 |       55 |        2
21.08/21.11	c  0.3s |       6 |     3660 |     2081 |      530      6 |       55 |        2
21.18/21.26	c  0.4s |       7 |     5284 |     3223 |      530      9 |       55 |        2
21.38/21.48	c  0.6s |       8 |     7597 |     4936 |      530     14 |       55 |        2
21.68/21.79	c  1.0s |       9 |    11328 |     7506 |      530     22 |       55 |        2
22.18/22.27	c  1.4s |      10 |    16842 |    11361 |      530     33 |       55 |        2
22.98/23.01	c  2.2s |      11 |    25134 |    17144 |      530     50 |       55 |        2
24.08/24.10	c  3.3s |      12 |    38097 |    25819 |      583     75 |       55 |        2
25.68/25.76	c  4.9s |      13 |    57855 |    38832 |      583    110 |       55 |        2
25.98/26.02	c  5.2s |      13 |    60864 |    40906 |      583    115 |       55 |        2
25.98/26.02	c #cpu_time = 5.177s
25.98/26.02	c #wall_clock_time = 5.178s
25.98/26.02	c #decision = 60864
25.98/26.02	c #random_decision = 149
25.98/26.02	c #conflict = 40906
25.98/26.02	c #restart = 13
25.98/26.02	o 20
25.98/26.02	c BCD2: hardening fixes 32 literals
25.98/26.02	c BCD2: updating upper bound: 48 -> 19
25.98/26.02	c BCD2: 1 <= obj <= 19
25.98/26.02	c BCD2: #cores=1, #unrelaxed=0, #relaxed=14, #hardened=87
25.98/26.02	c BCD2: #sat=3 #unsat=2 bias=2/5
25.98/26.02	c Solving starts ...
25.98/26.02	c ============================[ Search Statistics ]============================
25.98/26.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.98/26.02	c       |         |          |          |    Limit     GC | Var      | Constra 
25.98/26.02	c =============================================================================
25.98/26.02	c  0.0s |       0 |        0 |        0 |      583      0 |       87 |        4
25.98/26.03	c  0.0s |       1 |      160 |      100 |      583      1 |       87 |        4
25.98/26.05	c  0.0s |       2 |      369 |      250 |      583      1 |       87 |        4
25.98/26.08	c  0.1s |       3 |      704 |      475 |      583      2 |       87 |        4
26.08/26.12	c  0.1s |       4 |     1204 |      813 |      583      3 |       87 |        4
26.08/26.18	c  0.2s |       5 |     1945 |     1320 |      583      4 |       87 |        4
26.18/26.28	c  0.3s |       6 |     2950 |     2081 |      583      6 |       87 |        4
26.39/26.43	c  0.4s |       7 |     4537 |     3223 |      583      9 |       87 |        4
26.58/26.65	c  0.6s |       8 |     6732 |     4936 |      583     13 |       87 |        4
26.88/26.97	c  1.0s |       9 |    10263 |     7506 |      583     20 |       87 |        4
27.38/27.43	c  1.4s |      10 |    15552 |    11361 |      583     30 |       87 |        4
28.08/28.18	c  2.2s |      11 |    23477 |    17144 |      583     45 |       87 |        4
29.18/29.27	c  3.2s |      12 |    35051 |    25819 |      583     68 |       87 |        4
30.89/30.94	c  4.9s |      13 |    52450 |    38832 |      583    102 |       87 |        4
31.78/31.83	c  5.8s |      13 |    61380 |    45487 |      583    120 |       88 |        6
31.78/31.83	c #cpu_time = 5.810s
31.78/31.83	c #wall_clock_time = 5.810s
31.78/31.83	c #decision = 61380
31.78/31.83	c #random_decision = 158
31.78/31.83	c #conflict = 45487
31.78/31.83	c #restart = 13
31.78/31.83	c BCD2: updating lower bound of a core
31.78/31.83	c lower bound updated to 9
31.78/31.83	c BCD2: 9 <= obj <= 19
31.78/31.83	c BCD2: #cores=1, #unrelaxed=0, #relaxed=14, #hardened=87
31.78/31.83	c BCD2: #sat=3 #unsat=3 bias=3/6
31.78/31.83	c Solving starts ...
31.78/31.83	c ============================[ Search Statistics ]============================
31.78/31.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.78/31.83	c       |         |          |          |    Limit     GC | Var      | Constra 
31.78/31.83	c =============================================================================
31.78/31.83	c  0.0s |       0 |        0 |        0 |      583      0 |       88 |        6
31.78/31.85	c  0.0s |       1 |      186 |      100 |      583      0 |       88 |        6
31.78/31.86	c  0.0s |       2 |      441 |      250 |      583      0 |       88 |        6
31.78/31.89	c  0.1s |       3 |      840 |      475 |      583      1 |       88 |        6
31.89/31.94	c  0.1s |       4 |     1334 |      813 |      583      2 |       88 |        6
31.89/32.00	c  0.2s |       5 |     2131 |     1320 |      583      3 |       88 |        6
31.99/32.09	c  0.3s |       6 |     3280 |     2081 |      583      5 |       88 |        6
32.18/32.23	c  0.4s |       7 |     4989 |     3223 |      642      8 |       88 |        6
32.38/32.43	c  0.6s |       8 |     7370 |     4936 |      642     12 |       88 |        6
32.68/32.74	c  0.9s |       9 |    11056 |     7506 |      642     18 |       88 |        6
33.09/33.19	c  1.4s |      10 |    16270 |    11361 |      642     28 |       88 |        6
33.38/33.41	c  1.6s |      10 |    19053 |    13325 |      642     33 |       88 |        6
33.38/33.41	c #cpu_time = 1.583s
33.38/33.41	c #wall_clock_time = 1.583s
33.38/33.41	c #decision = 19053
33.38/33.41	c #random_decision = 42
33.38/33.41	c #conflict = 13325
33.38/33.41	c #restart = 10
33.38/33.41	o 9
33.38/33.41	s OPTIMUM FOUND
33.38/33.41	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
33.38/33.41	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
33.38/33.41	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
33.38/33.41	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
33.38/33.41	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
33.38/33.41	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
33.38/33.41	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
33.38/33.41	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
33.38/33.41	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
33.38/33.41	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100
33.38/33.41	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
33.38/33.41	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
33.38/33.41	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
33.38/33.41	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
33.38/33.41	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
33.38/33.41	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
33.38/33.41	v -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169
33.38/33.41	c total CPU time = 33.417s
33.38/33.41	c total wall clock time = 33.417s

Verifier Data

OK	9

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

pid=23872
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.30 2.30 2.27 3/179 23875
/proc/meminfo: memFree=29231112/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=659900 CPUtime=0 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 2451 0 0 0 0 0 0 0 20 0 4 0 11454062 675737600 2300 33554432000 4194304 16246674 140733373466672 140733373466096 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 165487 2310 441 2943 0 162381 0
[pid=23875/tid=23876] ppid=23872 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 693563392 2372 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 698806272 2390 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11454062 703000576 2408 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.30 2.30 2.27 3/179 23875
/proc/meminfo: memFree=29231112/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 18443 0 0 0 7 2 0 0 20 0 4 0 11454062 1247350784 18285 33554432000 4194304 16246674 140733373466672 140733373448576 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 304529 18286 610 2943 0 301423 0
[pid=23875/tid=23876] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 18288 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 18290 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 18292 33554432000 4194304 16246674 140733373466672 140627476991152 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.200506 s]
/proc/loadavg: 2.30 2.30 2.27 3/179 23875
/proc/meminfo: memFree=29231112/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 26320 0 0 0 15 4 0 0 20 0 4 0 11454062 1247350784 26162 33554432000 4194304 16246674 140733373466672 140733373448576 6197796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 304529 26165 610 2943 0 301423 0
[pid=23875/tid=23876] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 26168 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 26170 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 26171 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300467 s]
/proc/loadavg: 2.30 2.30 2.27 3/179 23875
/proc/meminfo: memFree=29231112/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 37142 0 0 0 24 5 0 0 20 0 4 0 11454062 1247350784 36977 33554432000 4194304 16246674 140733373466672 140733373448576 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 304529 36991 808 2943 0 301423 0
[pid=23875/tid=23876] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 36998 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 37004 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 37006 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.30 2.30 2.27 3/179 23875
/proc/meminfo: memFree=29231112/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 118825 0 0 0 53 16 0 0 20 0 4 0 11454062 1247350784 118660 33554432000 4194304 16246674 140733373466672 140733373448576 5831697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 304529 118663 814 2943 0 301423 0
[pid=23875/tid=23876] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 118666 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 118669 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11454062 1247350784 118672 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.30 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28446044/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 245792 0 0 0 115 34 0 0 20 0 4 0 11454062 1248399360 245605 33554432000 4194304 16246674 140733373466672 140733373465984 5598356 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 304785 245605 872 2943 0 301679 0
[pid=23875/tid=23876] ppid=23872 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1248399360 245605 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1248399360 245605 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1248399360 245605 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.30 2.30 2.27 4/183 23879
/proc/meminfo: memFree=28163572/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267549 0 0 0 272 37 0 0 20 0 4 0 11454062 1337528320 267362 33554432000 4194304 16246674 140733373466672 140733373448576 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267362 872 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267362 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267362 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267362 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.27 2.29 2.27 4/183 23879
/proc/meminfo: memFree=28162340/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267576 0 0 0 592 37 0 0 20 0 4 0 11454062 1337528320 267389 33554432000 4194304 16246674 140733373466672 140733373448576 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267389 873 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267389 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267389 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267389 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.33 2.31 2.27 3/183 23879
/proc/meminfo: memFree=28162000/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267642 0 0 0 1232 37 0 0 20 0 4 0 11454062 1337528320 267455 33554432000 4194304 16246674 140733373466672 140733373448576 5672209 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267455 873 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267455 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267455 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267455 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.34 2.31 2.27 3/183 23879
/proc/meminfo: memFree=28162252/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267651 0 0 0 2511 37 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140733373448576 13949905 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267464 882 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.34 2.31 2.27 3/183 23879
/proc/meminfo: memFree=28162252/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267651 0 0 0 2521 37 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140733373448576 13775067 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267464 882 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267464 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.31 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28162500/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=28.78 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267653 0 0 0 2841 37 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140733373449672 12415740 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267466 884 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1306180

[startup+32.0072 s]
/proc/loadavg: 2.31 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28162364/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267653 0 0 0 3162 37 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140733373448576 5677380 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267466 884 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+32.8004 s]
/proc/loadavg: 2.31 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28162364/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=32.78 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267653 0 0 0 3241 37 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140733373448576 5830022 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267466 884 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.78
Current children cumulated vsize (KiB) 1306180

[startup+33.2004 s]
/proc/loadavg: 2.29 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28162364/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=33.18 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267653 0 0 0 3281 37 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140733373448576 12997776 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267466 884 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 1306180

[startup+33.4004 s]
/proc/loadavg: 2.29 2.30 2.27 3/183 23879
/proc/meminfo: memFree=28162364/32872528 swapFree=1499116/1695340
[pid=23875] ppid=23872 vsize=1306180 CPUtime=33.38 cores=0,2,4,6
/proc/23875/stat : 23875 (toysat) R 23872 23875 17390 0 -1 4202496 267653 0 0 0 3301 37 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140733373448576 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23875/statm: 326545 267466 884 2943 0 323439 0
[pid=23875/tid=23876] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23876/stat : 23876 (toysat) S 23872 23875 17390 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627497954544 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23875/tid=23877] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23877/stat : 23877 (toysat) S 23872 23875 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627487464688 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23875/tid=23878] ppid=23872 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23875/task/23878/stat : 23878 (toysat) S 23872 23875 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11454062 1337528320 267466 33554432000 4194304 16246674 140733373466672 140627476991152 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 33.38
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 33.4786
CPU time (s): 33.4699
CPU user time (s): 33.035
CPU system time (s): 0.434933
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.035
system time used= 0.434933
maximum resident set size= 1069876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267657
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= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077988 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 18:21:23
IDJOB=4093688
IDBENCH=79232
IDSOLVER=2553
FILE ID=node137/4093688-1466094083
RUNJOBID= node137-1466075286-21602
PBS_JOBID= 19904003
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= d4e6776e3ea6e9cf4cf1ebaa2f1d5c78
RANDOM SEED=1315344323

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29232044 kB
Buffers:           47420 kB
Cached:           108744 kB
SwapCached:         2452 kB
Active:          1164608 kB
Inactive:          77160 kB
Active(anon):    1086248 kB
Inactive(anon):     1780 kB
Active(file):      78360 kB
Inactive(file):    75380 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099388 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       2781804 kB
Mapped:            10608 kB
Shmem:                 0 kB
Slab:             568932 kB
SReclaimable:      13268 kB
SUnreclaim:       555664 kB
KernelStack:        1520 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2923368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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= 71708 MiB
End job on node137 at 2016-06-16 18:21:57