Trace number 4093383

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 26.052 26.0559

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-33-100-0.wbo
MD5SUM3ecfb348b02f410f6916aad78d9eab96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark6.00509
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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:11:38+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-4093383-1466086298.wbo"]
0.00/0.01	c use --random-gen="3857928986 2358738816 1713881429 70978033 512202883 855357989 394382985 4197484004 3633831121 3865766316 1456368930 3916027627 2689073842 1353505828 4161931504 4077331555 2216839923 3802712334 3381518810 2926453589 3652964982 3722337090 2960556417 3786228943 1541541345 1963343126 3139799109 1363651674 2368731790 1780559238 3739559853 60552242 3854912412 765901520 378430071 1619701191 763966516 2344292714 3164551213 1518392477 917704293 3640079703 3148707807 3970920550 948349801 3329240692 3786833434 999228147 3196390506 1824990944 2669442517 4287035241 3171381738 2149721440 616133266 1896270643 2905971019 2459240644 186119212 4163571499 3546498835 764963619 1419968712 2074670721 2115040161 3793876029 3576835654 3401741350 2947183560 3235943332 4161149861 2297087137 3769922978 26154881 3567097585 1032424767 4071877792 3910502019 4226263650 1568257243 3910469040 3270217346 4172072852 3675140442 2428863736 1107396374 152366788 3154444334 241483217 758718765 2623281519 2230722762 3525838394 1636671713 3806872862 1429591973 2354624179 1483704541 3047448910 1415352486 4268190171 2791871334 638888122 515866387 1360541240 4002494081 2595273583 3440258299 2021282678 2658696147 3422748395 374554706 856528953 1125691685 3459220042 1142125173 3807950858 2333011197 2669053515 1882510781 2248775801 1012621442 578509543 4057668177 923295116 2828846665 2072640483 1414196309 1911855205 3425065165 3881923484 1875862981 2577011236 3134153243 1524457518 1320260602 1420721732 1189525351 3342133220 2914492748 4219893224 2370389082 4026072247 833788011 206043930 910532241 1190433723 3908493830 2292628194 2994197071 3761476311 3944442589 4227171110 3801924840 3165683 125306823 4166267719 3006461447 951523615 852563470 3445134378 2204138709 641655307 3254370936 1635599462 1888712602 30178404 1696912516 1696070125 2615284001 1651721522 1789592617 1015913713 209580683 1811278833 2683399060 1088371700 4159589663 307619436 3775897363 366883789 1423838978 205375433 2606891775 326337075 3691432672 348056806 1535072342 2387196533 3739703918 2839569778 2309544117 1168369493 1585547605 125570394 4176018973 374333880 646302173 3568833072 47282060 946373669 2647768045 1101141329 47600813 320748596 4166442585 1498193364 299407257 2349003793 30388366 64971359 1334528220 6626490 2568582575 1417319519 3559983352 1000474309 717994977 1786912530 3099492199 1326552424 1847215729 3715205093 2048107897 1881990961 3228196395 13804844 1020936733 2285148981 2705555359 1118707108 2401383479 752556261 4214490702 2510091509 2904916932 1704675312 3939442079 1458167060 1379700974 388388360 1605312348 1226534717 2636317588 3162076485 2553741010 602070732 1648344263 2331882125 3331312012 2176775416 3920411967 4089953090 2476051997 2423231637 3027720151 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |      135 |       38 |      113      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.006s
0.19/0.25	c #wall_clock_time = 0.006s
0.19/0.25	c #decision = 135
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 38
0.19/0.25	c #restart = 0
0.19/0.25	o 504
0.19/0.25	c BCD2: updating upper bound: 3203 -> 503
0.19/0.26	c BCD2: 0 <= obj <= 503
0.19/0.26	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      240 |      100 |      125      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      560 |      250 |      138      1 |        0 |        0
0.29/0.34	c  0.1s |       3 |      969 |      475 |      152      3 |        0 |        0
0.39/0.41	c  0.2s |       4 |     1552 |      813 |      168      5 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2450 |     1320 |      185      9 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3714 |     2081 |      204     13 |        0 |        0
0.79/0.87	c  0.6s |       7 |     5554 |     3223 |      225     19 |        0 |        0
1.09/1.20	c  0.9s |       8 |     8468 |     4936 |      248     29 |        0 |        0
1.59/1.62	c  1.4s |       9 |    12508 |     7506 |      273     42 |        0 |        0
2.09/2.15	c  1.9s |      10 |    18400 |    11361 |      301     61 |        0 |        0
2.89/2.97	c  2.7s |      11 |    26750 |    17144 |      332     86 |        0 |        0
4.19/4.25	c  4.0s |      12 |    38457 |    25819 |      366    123 |        0 |        0
6.09/6.10	c  5.8s |      13 |    56936 |    38832 |      403    173 |        0 |        0
8.09/8.11	c  7.9s |      13 |    76436 |    52832 |      403    224 |        0 |        0
8.89/8.94	c  8.7s |      14 |    83941 |    58352 |      444    244 |        0 |        0
10.89/10.94	c 10.7s |      14 |   103032 |    71952 |      444    290 |        0 |        0
12.89/12.96	c 12.7s |      14 |   120494 |    84552 |      444    334 |        0 |        0
13.39/13.49	c 13.2s |      15 |   124480 |    87632 |      489    344 |        0 |        0
15.49/15.51	c 15.3s |      15 |   138637 |    98432 |      489    380 |        0 |        0
16.88/16.93	c 16.7s |      15 |   149398 |   106532 |      489    406 |        0 |        0
16.88/16.93	c #cpu_time = 16.635s
16.88/16.93	c #wall_clock_time = 16.678s
16.88/16.93	c #decision = 149398
16.88/16.93	c #random_decision = 363
16.88/16.93	c #conflict = 106532
16.88/16.93	c #restart = 15
16.88/16.93	c BCD2: found a new core of size 69: cost of the new core is >=1
16.88/16.93	c lower bound updated to 1
16.88/16.93	c BCD2: 1 <= obj <= 503
16.88/16.93	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
16.88/16.93	c BCD2: #sat=1 #unsat=2 bias=2/3
16.88/16.93	c Solving starts ...
16.88/16.93	c ============================[ Search Statistics ]============================
16.88/16.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.88/16.93	c       |         |          |          |    Limit     GC | Var      | Constra 
16.88/16.93	c =============================================================================
16.88/16.93	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
16.88/16.94	c  0.0s |       0 |       97 |        0 |      489      1 |        0 |        0
16.88/16.94	c #cpu_time = 0.004s
16.88/16.94	c #wall_clock_time = 0.004s
16.88/16.94	c #decision = 97
16.88/16.94	c #random_decision = 0
16.88/16.94	c #conflict = 0
16.88/16.94	c #restart = 0
16.88/16.94	o 135
16.88/16.94	c BCD2: updating upper bound: 503 -> 134
16.88/16.94	c BCD2: 1 <= obj <= 134
16.88/16.94	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
16.88/16.94	c BCD2: #sat=2 #unsat=2 bias=2/4
16.88/16.94	c Solving starts ...
16.88/16.94	c ============================[ Search Statistics ]============================
16.88/16.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.88/16.94	c       |         |          |          |    Limit     GC | Var      | Constra 
16.88/16.94	c =============================================================================
16.88/16.94	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        2
16.88/16.96	c  0.0s |       1 |      309 |      100 |      489      0 |        0 |        2
16.88/16.98	c  0.0s |       2 |      543 |      250 |      489      0 |        0 |        2
16.98/17.01	c  0.1s |       3 |      935 |      475 |      489      1 |        0 |        2
16.98/17.07	c  0.1s |       4 |     1551 |      813 |      489      2 |        0 |        2
17.08/17.15	c  0.2s |       5 |     2446 |     1320 |      489      4 |        0 |        2
17.18/17.24	c  0.3s |       5 |     3337 |     1868 |      489      6 |        0 |        2
17.18/17.24	c #cpu_time = 0.297s
17.18/17.24	c #wall_clock_time = 0.298s
17.18/17.24	c #decision = 3337
17.18/17.24	c #random_decision = 11
17.18/17.24	c #conflict = 1868
17.18/17.24	c #restart = 5
17.18/17.24	o 61
17.18/17.24	c BCD2: hardening fixes 22 literals
17.18/17.24	c BCD2: updating upper bound: 134 -> 60
17.18/17.24	c BCD2: 1 <= obj <= 60
17.18/17.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=47, #hardened=22
17.18/17.24	c BCD2: #sat=3 #unsat=2 bias=2/5
17.18/17.24	c Solving starts ...
17.18/17.24	c ============================[ Search Statistics ]============================
17.18/17.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.24	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.24	c =============================================================================
17.18/17.24	c  0.0s |       0 |        0 |        0 |      489      0 |       22 |        4
17.18/17.25	c  0.0s |       1 |      179 |      100 |      489      0 |       22 |        4
17.18/17.27	c  0.0s |       2 |      410 |      250 |      489      1 |       22 |        4
17.28/17.30	c  0.1s |       3 |      748 |      475 |      489      2 |       22 |        4
17.28/17.31	c  0.1s |       3 |      896 |      563 |      489      2 |       22 |        4
17.28/17.31	c #cpu_time = 0.073s
17.28/17.31	c #wall_clock_time = 0.073s
17.28/17.31	c #decision = 896
17.28/17.31	c #random_decision = 1
17.28/17.31	c #conflict = 563
17.28/17.31	c #restart = 3
17.28/17.31	o 27
17.28/17.31	c BCD2: hardening fixes 31 literals
17.28/17.31	c BCD2: updating upper bound: 60 -> 26
17.28/17.31	c BCD2: 1 <= obj <= 26
17.28/17.31	c BCD2: #cores=1, #unrelaxed=0, #relaxed=16, #hardened=53
17.28/17.31	c BCD2: #sat=4 #unsat=2 bias=2/6
17.28/17.31	c Solving starts ...
17.28/17.31	c ============================[ Search Statistics ]============================
17.28/17.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.28/17.31	c       |         |          |          |    Limit     GC | Var      | Constra 
17.28/17.31	c =============================================================================
17.28/17.31	c  0.0s |       0 |        0 |        0 |      489      0 |       53 |        6
17.28/17.32	c  0.0s |       1 |      161 |      100 |      489      0 |       53 |        6
17.28/17.34	c  0.0s |       2 |      364 |      250 |      489      1 |       53 |        6
17.28/17.37	c  0.1s |       3 |      678 |      475 |      489      1 |       53 |        6
17.38/17.41	c  0.1s |       4 |     1186 |      813 |      489      2 |       53 |        6
17.38/17.46	c  0.1s |       4 |     1759 |     1227 |      489      4 |       53 |        6
17.38/17.46	c #cpu_time = 0.146s
17.38/17.46	c #wall_clock_time = 0.147s
17.38/17.46	c #decision = 1759
17.38/17.46	c #random_decision = 3
17.38/17.46	c #conflict = 1227
17.38/17.46	c #restart = 4
17.38/17.46	o 6
17.38/17.46	c BCD2: hardening fixes 11 literals
17.38/17.46	c BCD2: updating upper bound: 26 -> 5
17.38/17.46	c BCD2: 1 <= obj <= 5
17.38/17.46	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=64
17.38/17.46	c BCD2: #sat=5 #unsat=2 bias=2/7
17.38/17.46	c Solving starts ...
17.38/17.46	c ============================[ Search Statistics ]============================
17.38/17.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.38/17.46	c       |         |          |          |    Limit     GC | Var      | Constra 
17.38/17.46	c =============================================================================
17.38/17.46	c  0.0s |       0 |        0 |        0 |      489      0 |       64 |        8
17.38/17.47	c  0.0s |       1 |      145 |      100 |      489      0 |       64 |        8
17.38/17.49	c  0.0s |       2 |      376 |      250 |      489      0 |       64 |        8
17.48/17.51	c  0.1s |       3 |      738 |      475 |      489      1 |       64 |        8
17.48/17.55	c  0.1s |       4 |     1256 |      813 |      489      2 |       64 |        8
17.59/17.61	c  0.1s |       5 |     1952 |     1320 |      489      4 |       64 |        8
17.59/17.69	c  0.2s |       6 |     3049 |     2081 |      489      6 |       64 |        8
17.78/17.82	c  0.4s |       7 |     4797 |     3223 |      489     10 |       64 |        8
17.98/18.01	c  0.5s |       8 |     7390 |     4936 |      489     15 |       64 |        8
18.18/18.20	c  0.7s |       8 |    10184 |     6783 |      489     21 |       64 |        8
18.18/18.20	c #cpu_time = 0.738s
18.18/18.20	c #wall_clock_time = 0.740s
18.18/18.20	c #decision = 10184
18.18/18.20	c #random_decision = 21
18.18/18.20	c #conflict = 6783
18.18/18.20	c #restart = 8
18.18/18.20	o 2
18.18/18.20	c BCD2: hardening fixes 4 literals
18.18/18.20	c BCD2: updating upper bound: 5 -> 1
18.18/18.20	c BCD2: 1 <= obj <= 1
18.18/18.20	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=68
18.18/18.20	c BCD2: #sat=6 #unsat=2 bias=2/8
18.18/18.20	c Solving starts ...
18.18/18.20	c ============================[ Search Statistics ]============================
18.18/18.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.18/18.20	c       |         |          |          |    Limit     GC | Var      | Constra 
18.18/18.20	c =============================================================================
18.18/18.20	c  0.0s |       0 |        0 |        0 |      489      0 |       69 |        8
18.18/18.21	c  0.0s |       1 |      139 |      100 |      489      0 |       69 |       12
18.18/18.23	c  0.0s |       2 |      349 |      250 |      489      1 |       69 |       12
18.18/18.25	c  0.1s |       3 |      669 |      475 |      489      1 |       69 |       12
18.18/18.29	c  0.1s |       4 |     1222 |      813 |      489      2 |       69 |       12
18.28/18.34	c  0.1s |       5 |     1951 |     1320 |      489      4 |       69 |       12
18.38/18.42	c  0.2s |       6 |     3058 |     2081 |      489      6 |       69 |       12
18.48/18.55	c  0.3s |       7 |     4695 |     3223 |      489     10 |       69 |       12
18.69/18.73	c  0.5s |       8 |     7375 |     4936 |      489     15 |       69 |       12
18.98/19.01	c  0.8s |       9 |    11059 |     7506 |      489     24 |       69 |       12
19.38/19.45	c  1.2s |      10 |    16213 |    11361 |      489     36 |       69 |       12
20.08/20.11	c  1.9s |      11 |    24070 |    17144 |      538     53 |       69 |       12
20.99/21.06	c  2.9s |      12 |    36328 |    25819 |      538     78 |       69 |       12
22.48/22.57	c  4.4s |      13 |    54298 |    38832 |      538    116 |       69 |       12
24.49/24.58	c  6.4s |      13 |    78339 |    56032 |      538    168 |       69 |       12
24.79/24.87	c  6.7s |      14 |    81568 |    58352 |      538    175 |       69 |       12
25.89/25.99	c  7.8s |      14 |    92978 |    67100 |      538    202 |       71 |       14
25.89/25.99	c #cpu_time = 7.771s
25.89/25.99	c #wall_clock_time = 7.791s
25.89/25.99	c #decision = 92978
25.89/25.99	c #random_decision = 214
25.89/25.99	c #conflict = 67100
25.89/25.99	c #restart = 14
25.89/25.99	c BCD2: updating lower bound of a core
25.89/25.99	c lower bound updated to 2
25.89/25.99	s OPTIMUM FOUND
25.89/25.99	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
25.89/25.99	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
25.89/25.99	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
25.89/25.99	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40
25.89/25.99	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
25.89/25.99	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
25.89/25.99	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70
25.89/25.99	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
25.89/25.99	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
25.89/25.99	v x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
25.89/25.99	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
25.89/25.99	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
25.89/25.99	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
25.89/25.99	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
25.89/25.99	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
25.89/25.99	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
25.89/25.99	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169
25.89/25.99	c total CPU time = 25.928s
25.89/25.99	c total wall clock time = 25.994s

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093383-1466086298/watcher-4093383-1466086298 -o /tmp/evaluation-result-4093383-1466086298/solver-4093383-1466086298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466075295-13239 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093383-1466086298.wbo 

pid=14733
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.25 2.18 2.18 3/179 14736
/proc/meminfo: memFree=29989640/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=703932 CPUtime=0 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 2621 0 0 0 0 0 0 0 20 0 4 0 10678736 720826368 2983 33554432000 4194304 16246674 140736715690624 140736715690048 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 176495 2991 441 2943 0 173389 0
[pid=14736/tid=14737] ppid=14733 vsize=721340 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 738652160 3053 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 743895040 3070 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=730556 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10678736 748089344 3088 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.25 2.18 2.18 3/179 14736
/proc/meminfo: memFree=29989640/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 18294 0 0 0 6 3 0 0 20 0 4 0 10678736 1247350784 18648 33554432000 4194304 16246674 140736715690624 140736715690048 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 304529 18651 604 2943 0 301423 0
[pid=14736/tid=14737] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 18652 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 18652 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 18655 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200512 s]
/proc/loadavg: 2.25 2.18 2.18 3/179 14736
/proc/meminfo: memFree=29989640/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 26136 0 0 0 15 4 0 0 20 0 4 0 10678736 1247350784 26490 33554432000 4194304 16246674 140736715690624 140736715690048 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 304529 26494 604 2943 0 301423 0
[pid=14736/tid=14737] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 26496 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 26497 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 26500 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300456 s]
/proc/loadavg: 2.25 2.18 2.18 3/179 14736
/proc/meminfo: memFree=29989640/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 38028 0 0 0 23 6 0 0 20 0 4 0 10678736 1247350784 38376 33554432000 4194304 16246674 140736715690624 140736715690048 12474613 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 304529 38388 812 2943 0 301423 0
[pid=14736/tid=14737] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 38393 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 38396 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 38399 33554432000 4194304 16246674 140736715690624 140724850904240 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.700396 s]
/proc/loadavg: 2.25 2.18 2.18 3/179 14736
/proc/meminfo: memFree=29989640/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 110388 0 0 0 55 14 0 0 20 0 4 0 10678736 1247350784 110735 33554432000 4194304 16246674 140736715690624 140736715672512 5669490 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 304529 110746 813 2943 0 301423 0
[pid=14736/tid=14737] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 110759 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 110765 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10678736 1247350784 110768 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50034 s]
/proc/loadavg: 2.25 2.18 2.18 3/183 14740
/proc/meminfo: memFree=29242676/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 245796 0 0 0 116 33 0 0 20 0 4 0 10678736 1248399360 246121 33554432000 4194304 16246674 140736715690624 140736715689936 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 304785 246121 871 2943 0 301679 0
[pid=14736/tid=14737] ppid=14733 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1248399360 246121 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1248399360 246121 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1248399360 246121 33554432000 4194304 16246674 140736715690624 140724850904240 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) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.25 2.18 2.18 3/183 14740
/proc/meminfo: memFree=29005588/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 267522 0 0 0 273 36 0 0 20 0 4 0 10678736 1337528320 267847 33554432000 4194304 16246674 140736715690624 140736715672512 12477869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 326545 267847 871 2943 0 323439 0
[pid=14736/tid=14737] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267847 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267847 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267847 33554432000 4194304 16246674 140736715690624 140724850904240 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) 1306180

[startup+6.30037 s]
/proc/loadavg: 2.22 2.18 2.18 3/183 14740
/proc/meminfo: memFree=28917940/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 267661 0 0 0 593 36 0 0 20 0 4 0 10678736 1337528320 267986 33554432000 4194304 16246674 140736715690624 140736715672512 5659368 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 326545 267986 871 2943 0 323439 0
[pid=14736/tid=14737] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267986 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267986 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267986 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.21 2.17 2.18 3/183 14740
/proc/meminfo: memFree=28917932/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 267664 0 0 0 1233 36 0 0 20 0 4 0 10678736 1337528320 267989 33554432000 4194304 16246674 140736715690624 140736715672512 5553712 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 326545 267989 873 2943 0 323439 0
[pid=14736/tid=14737] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267989 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267989 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 267989 33554432000 4194304 16246674 140736715690624 140724850904240 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

[startup+25.5004 s]
/proc/loadavg: 2.24 2.18 2.18 4/183 14740
/proc/meminfo: memFree=28918708/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 267675 0 0 0 2512 37 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140736715672512 5662249 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 326545 268000 883 2943 0 323439 0
[pid=14736/tid=14737] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.24 2.18 2.18 4/183 14740
/proc/meminfo: memFree=28918708/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202496 267675 0 0 0 2522 37 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140736715672512 5722381 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 326545 268000 883 2943 0 323439 0
[pid=14736/tid=14737] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14737/stat : 14737 (toysat) S 14733 14736 7213 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724871867632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14736/tid=14738] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14738/stat : 14738 (toysat) S 14733 14736 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724861377776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14736/tid=14739] ppid=14733 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/14736/task/14739/stat : 14739 (toysat) S 14733 14736 7213 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10678736 1337528320 268000 33554432000 4194304 16246674 140736715690624 140724850904240 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+26.0004 s]
/proc/loadavg: 2.24 2.18 2.18 4/183 14740
/proc/meminfo: memFree=28918708/32872528 swapFree=876280/941688
[pid=14736] ppid=14733 vsize=0 CPUtime=25.99 cores=1,3,5,7
/proc/14736/stat : 14736 (toysat) R 14733 14736 7213 0 -1 4202500 267679 0 0 0 2562 37 0 0 20 0 1 0 10678736 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14736/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 26.0559
CPU time (s): 26.052
CPU user time (s): 25.6211
CPU system time (s): 0.430934
CPU usage (%): 99.9853
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6211
system time used= 0.430934
maximum resident set size= 1072008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267679
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= 22
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065989 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 16:11:38
IDJOB=4093383
IDBENCH=78754
IDSOLVER=2553
FILE ID=node113/4093383-1466086298
RUNJOBID= node113-1466075295-13239
PBS_JOBID= 19904023
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 3ecfb348b02f410f6916aad78d9eab96
RANDOM SEED=279481500

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29990532 kB
Buffers:           38292 kB
Cached:           110060 kB
SwapCached:         2160 kB
Active:          1171352 kB
Inactive:          67436 kB
Active(anon):    1091184 kB
Inactive(anon):     1612 kB
Active(file):      80168 kB
Inactive(file):    65824 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:             16536 kB
Writeback:             0 kB
AnonPages:       2031072 kB
Mapped:            10620 kB
Shmem:                 0 kB
Slab:             567460 kB
SReclaimable:      11652 kB
SUnreclaim:       555808 kB
KernelStack:        1520 kB
PageTables:         8008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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 node113 at 2016-06-16 16:12:04