Trace number 4093386

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 20.4999 20.5059

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
MD5SUM0b429bb598a1356114a5dedac9be9982
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark4.78927
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1240
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-16T16:16:42+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-4093386-1466086602.wbo"]
0.00/0.01	c use --random-gen="204953363 427874649 1250930015 3380666879 3906053586 3750305044 3405276792 282604044 3661713907 995026442 1407966177 865708575 626970113 3932684249 721037308 1696549731 1023586385 2191174106 3448822208 261155675 3160868550 3502416281 2023784217 365951154 964345182 498158100 3079743588 3042524398 2293733535 925272815 3297845782 25403977 2031915211 2215609563 81908658 3138684546 2067052451 2516613412 1645906086 1959251443 473926744 2045590226 1964488509 1619675381 725056822 2691721462 1815003541 33469804 3213940103 2131267366 3538884264 1615740563 1013992732 599402701 3883375831 1456475547 2165551162 2834301397 4291471889 1373636234 3004113573 997944847 934279313 719859930 1560596433 2643748749 3779210248 4214444009 2915750158 4029383223 377228523 4103971285 239019036 3041524228 3904034025 3101436627 4018880074 1522477506 3336429431 3588650865 3396495418 1019775866 4281830968 1511985165 254833170 4050546982 2487886353 1199514582 4015115857 2650519033 2463635908 1788354839 352789261 2574616630 3212329733 2091850042 3371037922 2129595618 2994690469 1728437711 3220987720 3267831728 1922030694 2916705322 1330739910 2301715873 2916588388 3458350977 150274941 3936613679 1306941828 3991696011 3209305111 1061642190 2291738237 569311108 1587480396 3157577408 1938684074 742205628 485833369 35700481 2177852388 3407968815 356893474 4082750421 293313735 1689433286 3028821970 1278640848 2858027691 164476514 1991361990 3775854538 85173817 1673632964 2060087450 63904729 2719542008 3918093557 4138795069 4001418677 245900725 2399450880 3493480766 461051755 627680929 2850072714 296348490 2056221280 1837401368 2299687745 466069836 1943505917 3645885209 2767826165 937300559 1604876071 185093690 3695801690 3752022730 2753480620 534195075 2870162080 2146931212 3012615601 1450910803 4012941602 1511633634 2639991027 943218472 113899413 2100689701 1429405900 2664962999 1231715940 2071680952 2337709305 379431987 2888540663 2197500235 1420407687 548399735 3493774378 1299981545 436254486 1623198744 2433548817 2678344592 1258684784 1231988415 1620443245 2094646980 2614291970 1842480899 1912415677 1074306414 47321999 1107850245 1085149420 600392468 2910068962 1955829711 542282225 861843319 3801110841 3485831796 2576037989 3401306753 3864955859 3384844506 1043608317 3724044316 163907210 921152698 3518018295 3251698202 2262272333 3073319756 89857910 3859698893 580410979 2006532906 2838410906 1023748859 2880445695 482752934 1314720550 3155191833 1999706073 3867831802 2770013007 3333823584 3741026457 2658823581 507955796 2476341203 2299600801 194044724 3234928803 171647182 2165569200 950725723 1380132226 1321216137 2124068889 4174026792 2729560668 919199165 827429706 3045462186 2458323314 3530932469 3657293661 906175880 481469904 255 362436" option to reproduce the execution
0.18/0.25	c #vars 169
0.18/0.25	c #constraints 101
0.18/0.25	c BCD2: Hardening is enabled.
0.18/0.25	c BCD2: BiasedSearch is enabled.
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |       99      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      201 |      100 |       99      0 |        0 |        0
0.18/0.29	c  0.0s |       2 |      475 |      250 |      109      1 |        0 |        0
0.29/0.32	c  0.1s |       3 |      832 |      475 |      120      4 |        0 |        0
0.29/0.37	c  0.1s |       4 |     1452 |      813 |      132      7 |        0 |        0
0.39/0.44	c  0.2s |       5 |     2298 |     1320 |      146     11 |        0 |        0
0.49/0.54	c  0.3s |       6 |     3628 |     2081 |      178     17 |        0 |        0
0.59/0.62	c  0.4s |       6 |     4531 |     2598 |      178     21 |        0 |        0
0.59/0.62	c #cpu_time = 0.360s
0.59/0.62	c #wall_clock_time = 0.360s
0.59/0.62	c #decision = 4531
0.59/0.62	c #random_decision = 11
0.59/0.62	c #conflict = 2598
0.59/0.62	c #restart = 6
0.59/0.62	o 386
0.59/0.62	c BCD2: updating upper bound: 1414 -> 385
0.59/0.62	c BCD2: 0 <= obj <= 385
0.59/0.62	c BCD2: #cores=0, #unrelaxed=28, #relaxed=0, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=1 bias=1/2
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |      178      0 |        0 |        0
0.59/0.63	c  0.0s |       1 |      195 |      100 |      178      1 |        0 |        0
0.59/0.65	c  0.0s |       2 |      462 |      250 |      178      2 |        0 |        0
0.59/0.69	c  0.1s |       3 |      854 |      475 |      178      4 |        0 |        0
0.68/0.73	c  0.1s |       4 |     1465 |      813 |      196      6 |        0 |        0
0.79/0.82	c  0.2s |       5 |     2254 |     1320 |      196     10 |        0 |        0
0.89/0.94	c  0.3s |       6 |     3340 |     2081 |      196     15 |        0 |        0
1.10/1.12	c  0.5s |       7 |     5201 |     3223 |      216     22 |        0 |        0
1.39/1.41	c  0.8s |       8 |     7705 |     4936 |      238     32 |        0 |        0
1.69/1.76	c  1.1s |       9 |    11575 |     7506 |      238     47 |        0 |        0
2.20/2.21	c  1.6s |      10 |    16830 |    11361 |      262     68 |        0 |        0
2.89/2.93	c  2.3s |      11 |    24855 |    17144 |      289     99 |        0 |        0
3.88/3.91	c  3.3s |      12 |    37561 |    25819 |      318    142 |        0 |        0
5.49/5.53	c  4.9s |      13 |    55139 |    38832 |      350    202 |        0 |        0
7.48/7.54	c  6.9s |      13 |    78410 |    55532 |      386    276 |        0 |        0
7.79/7.87	c  7.3s |      14 |    82377 |    58352 |      386    288 |        0 |        0
9.78/9.88	c  9.3s |      14 |   105636 |    74252 |      386    356 |        0 |        0
10.00/10.08	c  9.5s |      14 |   107388 |    75532 |      386    362 |        0 |        0
10.00/10.08	c #cpu_time = 9.464s
10.00/10.08	c #wall_clock_time = 9.465s
10.00/10.08	c #decision = 107388
10.00/10.08	c #random_decision = 284
10.00/10.08	c #conflict = 75532
10.00/10.08	c #restart = 14
10.00/10.08	c BCD2: found a new core of size 28: cost of the new core is >=1
10.00/10.08	c lower bound updated to 1
10.00/10.08	c BCD2: 1 <= obj <= 385
10.00/10.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=28, #hardened=0
10.00/10.08	c BCD2: #sat=1 #unsat=2 bias=2/3
10.00/10.08	c Solving starts ...
10.00/10.08	c ============================[ Search Statistics ]============================
10.00/10.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.08	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.08	c =============================================================================
10.00/10.08	c  0.0s |       0 |        0 |        0 |      386      0 |        0 |        0
10.00/10.08	c  0.0s |       0 |       64 |       17 |      386      0 |        0 |        0
10.00/10.08	c #cpu_time = 0.003s
10.00/10.08	c #wall_clock_time = 0.003s
10.00/10.08	c #decision = 64
10.00/10.08	c #random_decision = 0
10.00/10.08	c #conflict = 17
10.00/10.08	c #restart = 0
10.00/10.08	o 80
10.00/10.08	c BCD2: hardening fixes 7 literals
10.00/10.08	c BCD2: updating upper bound: 385 -> 79
10.00/10.08	c BCD2: 1 <= obj <= 79
10.00/10.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=7
10.00/10.08	c BCD2: #sat=2 #unsat=2 bias=2/4
10.00/10.08	c Solving starts ...
10.00/10.08	c ============================[ Search Statistics ]============================
10.00/10.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.00/10.08	c       |         |          |          |    Limit     GC | Var      | Constra 
10.00/10.08	c =============================================================================
10.00/10.09	c  0.0s |       0 |        0 |        0 |      386      0 |        7 |        2
10.00/10.10	c  0.0s |       1 |      179 |      100 |      386      0 |        7 |        2
10.09/10.11	c  0.0s |       2 |      405 |      250 |      386      0 |        7 |        2
10.09/10.13	c  0.0s |       3 |      830 |      475 |      386      1 |        7 |        2
10.09/10.17	c  0.1s |       4 |     1389 |      813 |      386      3 |        7 |        2
10.19/10.22	c  0.1s |       5 |     2292 |     1320 |      386      5 |        7 |        2
10.19/10.30	c  0.2s |       6 |     3578 |     2081 |      386      8 |        7 |        2
10.39/10.41	c  0.3s |       7 |     5442 |     3223 |      386     13 |        7 |        2
10.49/10.58	c  0.5s |       8 |     8078 |     4936 |      386     20 |        7 |        2
10.79/10.85	c  0.8s |       9 |    11575 |     7506 |      386     31 |        7 |        2
11.19/11.26	c  1.2s |      10 |    17190 |    11361 |      425     46 |        7 |        2
11.79/11.88	c  1.8s |      11 |    25767 |    17144 |      425     69 |        7 |        2
12.79/12.81	c  2.7s |      12 |    39348 |    25819 |      425    103 |        7 |        2
14.09/14.15	c  4.1s |      13 |    59612 |    38832 |      425    154 |        7 |        2
15.99/16.03	c  5.9s |      13 |    87485 |    57031 |      468    221 |        7 |        2
15.99/16.03	c #cpu_time = 5.948s
15.99/16.03	c #wall_clock_time = 5.948s
15.99/16.03	c #decision = 87485
15.99/16.03	c #random_decision = 227
15.99/16.03	c #conflict = 57031
15.99/16.03	c #restart = 13
15.99/16.03	o 17
15.99/16.03	c BCD2: refineUB: 16 -> 14
15.99/16.03	c BCD2: hardening fixes 17 literals
15.99/16.03	c BCD2: updating upper bound: 79 -> 14
15.99/16.03	c BCD2: 1 <= obj <= 14
15.99/16.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=24
15.99/16.03	c BCD2: #sat=3 #unsat=2 bias=2/5
15.99/16.03	c Solving starts ...
15.99/16.03	c ============================[ Search Statistics ]============================
15.99/16.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.99/16.03	c       |         |          |          |    Limit     GC | Var      | Constra 
15.99/16.03	c =============================================================================
15.99/16.03	c  0.0s |       0 |        0 |        0 |      468      0 |       24 |        4
15.99/16.05	c  0.0s |       1 |      133 |      100 |      468      1 |       24 |        4
15.99/16.06	c  0.0s |       2 |      350 |      250 |      468      1 |       24 |        4
15.99/16.09	c  0.1s |       3 |      642 |      475 |      468      2 |       24 |        4
16.09/16.12	c  0.1s |       4 |     1137 |      813 |      468      3 |       24 |        4
16.09/16.18	c  0.1s |       5 |     1895 |     1320 |      468      5 |       24 |        4
16.19/16.26	c  0.2s |       6 |     2935 |     2081 |      468      8 |       24 |        4
16.29/16.38	c  0.3s |       7 |     4793 |     3223 |      468     12 |       24 |        4
16.50/16.56	c  0.5s |       8 |     7326 |     4936 |      468     18 |       24 |        4
16.79/16.83	c  0.8s |       9 |    10986 |     7506 |      468     26 |       24 |        4
17.19/17.25	c  1.2s |      10 |    16407 |    11361 |      468     39 |       24 |        4
17.89/17.94	c  1.9s |      11 |    24663 |    17144 |      468     59 |       24 |        4
18.29/18.35	c  2.3s |      11 |    30275 |    20752 |      468     72 |       25 |        6
18.29/18.35	c #cpu_time = 2.319s
18.29/18.35	c #wall_clock_time = 2.319s
18.29/18.35	c #decision = 30275
18.29/18.35	c #random_decision = 69
18.29/18.35	c #conflict = 20752
18.29/18.35	c #restart = 11
18.29/18.35	c BCD2: updating lower bound of a core
18.29/18.35	c BCD2: refineLB: 11 -> 12
18.29/18.35	c lower bound updated to 12
18.29/18.35	c BCD2: refineUB: 16 -> 14
18.29/18.35	c BCD2: 12 <= obj <= 14
18.29/18.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=24
18.29/18.35	c BCD2: #sat=3 #unsat=3 bias=3/6
18.29/18.35	c Solving starts ...
18.29/18.35	c ============================[ Search Statistics ]============================
18.29/18.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.35	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.35	c =============================================================================
18.29/18.35	c  0.0s |       0 |        0 |        0 |      468      0 |       25 |        6
18.29/18.37	c  0.0s |       1 |      168 |      100 |      468      0 |       25 |        6
18.29/18.39	c  0.0s |       2 |      486 |      250 |      468      1 |       25 |        6
18.39/18.41	c  0.1s |       3 |      844 |      475 |      468      2 |       25 |        6
18.39/18.45	c  0.1s |       4 |     1404 |      813 |      468      3 |       25 |        6
18.49/18.51	c  0.2s |       5 |     2122 |     1320 |      468      4 |       25 |        6
18.49/18.59	c  0.2s |       6 |     3302 |     2081 |      468      7 |       25 |        6
18.70/18.71	c  0.4s |       7 |     4960 |     3223 |      468     11 |       25 |        6
18.80/18.89	c  0.5s |       8 |     7482 |     4936 |      468     17 |       25 |        6
19.09/19.17	c  0.8s |       9 |    11278 |     7506 |      468     26 |       25 |        6
19.59/19.62	c  1.3s |      10 |    17006 |    11361 |      468     39 |       25 |        6
20.19/20.28	c  1.9s |      11 |    25623 |    17144 |      468     60 |       25 |        6
20.39/20.44	c  2.1s |      11 |    27530 |    18481 |      468     65 |       26 |        8
20.39/20.44	c #cpu_time = 2.087s
20.39/20.44	c #wall_clock_time = 2.087s
20.39/20.44	c #decision = 27530
20.39/20.44	c #random_decision = 59
20.39/20.44	c #conflict = 18481
20.39/20.44	c #restart = 11
20.39/20.44	c BCD2: updating lower bound of a core
20.39/20.44	c lower bound updated to 19
20.39/20.44	c BCD2: refineUB: 16 -> 14
20.39/20.44	s OPTIMUM FOUND
20.39/20.44	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10
20.39/20.44	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
20.39/20.44	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 x29 -x30
20.39/20.44	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
20.39/20.44	v -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50
20.39/20.44	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
20.39/20.44	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
20.39/20.44	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
20.39/20.44	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
20.39/20.44	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
20.39/20.44	v -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
20.39/20.44	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
20.39/20.44	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
20.39/20.44	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
20.39/20.44	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
20.39/20.44	v x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
20.39/20.44	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
20.39/20.44	c total CPU time = 20.442s
20.39/20.44	c total wall clock time = 20.442s

Verifier Data

OK	17

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

pid=18672
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.31 2.26 2.26 3/178 18675
/proc/meminfo: memFree=29345096/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=600508 CPUtime=0 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 2217 0 0 0 0 0 0 0 20 0 4 0 10705897 614920192 2577 33554432000 4194304 16246674 140736604226448 140736604225872 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 150639 2585 441 2943 0 147533 0
[pid=18675/tid=18676] ppid=18672 vsize=616892 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 631697408 2645 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=622012 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 636940288 2664 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=626108 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 641134592 2679 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100155 s]
/proc/loadavg: 2.31 2.26 2.26 3/178 18675
/proc/meminfo: memFree=29345096/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 18284 0 0 0 6 2 0 0 20 0 4 0 10705897 1247350784 18637 33554432000 4194304 16246674 140736604226448 140736604225872 6695258 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 304529 18641 615 2943 0 301423 0
[pid=18675/tid=18676] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 18648 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 18648 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 18649 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200549 s]
/proc/loadavg: 2.31 2.26 2.26 3/178 18675
/proc/meminfo: memFree=29345096/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 26192 0 0 0 15 3 0 0 20 0 4 0 10705897 1247350784 26545 33554432000 4194304 16246674 140736604226448 140736604225872 6132659 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 304529 26545 615 2943 0 301423 0
[pid=18675/tid=18676] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 26546 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 26546 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 26549 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300494 s]
/proc/loadavg: 2.31 2.26 2.26 3/178 18675
/proc/meminfo: memFree=29345096/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 36349 0 0 0 24 5 0 0 20 0 4 0 10705897 1247350784 36696 33554432000 4194304 16246674 140736604226448 140736604225872 6843278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 304529 36704 792 2943 0 301423 0
[pid=18675/tid=18676] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 36707 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 36710 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 36715 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700414 s]
/proc/loadavg: 2.31 2.26 2.26 3/178 18675
/proc/meminfo: memFree=29345096/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 91069 0 0 0 55 13 0 0 20 0 4 0 10705897 1247350784 91415 33554432000 4194304 16246674 140736604226448 140736604225872 12479207 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 304529 91428 813 2943 0 301423 0
[pid=18675/tid=18676] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 91433 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 91438 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 91440 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.31 2.26 2.26 3/182 18679
/proc/meminfo: memFree=28711624/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 225889 0 0 0 117 32 0 0 20 0 4 0 10705897 1247350784 226235 33554432000 4194304 16246674 140736604226448 140736604208320 13198569 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 304529 226241 813 2943 0 301423 0
[pid=18675/tid=18676] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 226248 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 226253 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10705897 1247350784 226259 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.1004 s]
/proc/loadavg: 2.31 2.26 2.26 4/183 18680
/proc/meminfo: memFree=28361936/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267322 0 0 0 271 38 0 0 20 0 4 0 10705897 1336479744 267646 33554432000 4194304 16246674 140736604226448 140736604208320 6021244 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326289 267646 871 2943 0 323183 0
[pid=18675/tid=18676] ppid=18672 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1336479744 267646 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1336479744 267646 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1336479744 267646 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.28 2.26 2.26 4/183 18680
/proc/meminfo: memFree=28274284/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267533 0 0 0 590 38 0 0 20 0 4 0 10705897 1337528320 267857 33554432000 4194304 16246674 140736604226448 140736604208320 5665623 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267857 871 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267857 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267857 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267857 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.26 2.25 2.26 3/183 18680
/proc/meminfo: memFree=28273932/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267617 0 0 0 1230 39 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 140736604208320 5662871 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267941 880 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.26 2.25 2.26 3/183 18680
/proc/meminfo: memFree=28273932/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267617 0 0 0 1240 39 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 140736604208320 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267941 880 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267941 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.32 2.27 2.26 3/183 18680
/proc/meminfo: memFree=28274060/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=15.99 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267619 0 0 0 1560 39 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 140736604208320 6837238 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267943 882 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.29 2.26 2.26 3/183 18680
/proc/meminfo: memFree=28274060/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=17.6 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267619 0 0 0 1721 39 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 140736604208320 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267943 882 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.29 2.26 2.26 3/183 18680
/proc/meminfo: memFree=28273936/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267619 0 0 0 1880 39 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 140736604208320 13943668 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267943 882 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.0004 s]
/proc/loadavg: 2.29 2.26 2.26 3/183 18680
/proc/meminfo: memFree=28273936/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=19.99 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267619 0 0 0 1960 39 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 140736604208320 13195644 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267943 882 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (KiB) 1306180

[startup+20.4004 s]
/proc/loadavg: 2.29 2.26 2.26 3/183 18680
/proc/meminfo: memFree=28273936/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=1306180 CPUtime=20.39 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202496 267619 0 0 0 2000 39 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 140736604208320 13191752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 326545 267943 882 2943 0 323439 0
[pid=18675/tid=18676] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18676/stat : 18676 (toysat) S 18672 18675 13870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737512783088 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18675/tid=18677] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18677/stat : 18677 (toysat) S 18672 18675 13870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737432042736 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18675/tid=18678] ppid=18672 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18675/task/18678/stat : 18678 (toysat) S 18672 18675 13870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10705897 1337528320 267943 33554432000 4194304 16246674 140736604226448 139737421569200 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 1306180

[startup+20.5004 s]
/proc/loadavg: 2.29 2.26 2.26 3/183 18680
/proc/meminfo: memFree=28273936/32872528 swapFree=1402008/1579836
[pid=18675] ppid=18672 vsize=0 CPUtime=20.48 cores=1,3,5,7
/proc/18675/stat : 18675 (toysat) R 18672 18675 13870 0 -1 4202500 267623 0 0 0 2004 44 0 0 20 0 1 0 10705897 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18675/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.5059
CPU time (s): 20.4999
CPU user time (s): 20.049
CPU system time (s): 0.450931
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.049
system time used= 0.450931
maximum resident set size= 1071780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267623
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= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100984 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 16:16:42
IDJOB=4093386
IDBENCH=78843
IDSOLVER=2553
FILE ID=node139/4093386-1466086602
RUNJOBID= node139-1466075487-16984
PBS_JOBID= 19904001
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 0b429bb598a1356114a5dedac9be9982
RANDOM SEED=30064103

node139.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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        29346260 kB
Buffers:           36160 kB
Cached:           108672 kB
SwapCached:          960 kB
Active:          1177216 kB
Inactive:          68056 kB
Active(anon):    1101552 kB
Inactive(anon):     1240 kB
Active(file):      75664 kB
Inactive(file):    66816 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:             16648 kB
Writeback:             0 kB
AnonPages:       2679548 kB
Mapped:            10576 kB
Shmem:                 0 kB
Slab:             567568 kB
SReclaimable:      11860 kB
SUnreclaim:       555708 kB
KernelStack:        1472 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2822804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 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= 71596 MiB
End job on node139 at 2016-06-16 16:17:02