Trace number 4109486

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 31.2432 31.2497

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-66-100-0.wbo
MD5SUM7276847c1a4c90a116503f2a1faa99b1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark8.64368
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-19T15:42:50+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-4109486-1466343770.wbo"]
0.00/0.01	c use --random-gen="1949528933 1337846936 2602490765 3971876491 2717226261 1730513368 3866626769 4285037420 3690707182 1229631445 4204049306 2015237808 1980731524 1868957138 1243541328 2910832272 1489134260 823326407 1140130644 980454076 456913717 1349149473 2007209794 1157616918 444853966 2127579220 2436972980 3308743588 1901175271 3008216442 4150213662 2917400631 4083498712 1516864579 4292995377 384807675 3026476514 51724359 3020595380 1945061954 1152146645 324747343 143368881 1828863733 65518460 3489261887 781056785 323750944 2316550640 1524106824 3424169782 3348985913 1651900506 668376258 2863322550 2232357975 3298683702 2812936997 153486973 3886273601 92709150 3554794724 2037272072 551559249 972824572 2224241225 1858905740 406617100 1867242550 853977736 3663794320 936448474 123320055 687805891 977645237 3336587328 1856202295 3182137714 1413904620 1232912575 3038076354 3674248112 1625287231 201010920 3428647888 2025372315 2005583660 2583552934 86334272 3002814174 2032442085 3700812092 3578691642 78571049 2535047768 775162534 3592115000 1999975763 2574050506 2127093835 3206322813 69158188 451565226 3969114031 599481346 3127344257 613271333 3443181432 3508694036 2684016235 3642203297 1073556379 2232024445 3882917584 4143663544 3665937448 967756214 2395860897 1624080078 2630026977 2498741828 2414693835 403969137 712990093 1295999816 4014854820 1672026686 279644076 180923266 411563645 3663807325 1235825359 1959615837 3983093242 3498970000 4122953181 91870078 1115134833 1861286778 2854823647 2667864259 2882831059 2120958094 945830581 2277398061 4013091007 506929883 4107634398 162546878 4051412357 72305380 453189924 4227116969 2104632346 1368961798 1498446870 2186127753 1819549140 3293168547 179048699 1672298100 2971009290 2544259472 3314265557 560943686 2959967267 3855340300 1390849578 253108021 2526922008 3226232060 2703037264 2830844269 2021914962 2318253843 1973120917 3193942145 3709307128 89062226 1156458257 1890362651 1753313951 1132118056 3457071439 3362036081 2126375061 1965808432 66675250 1346610309 164999083 3873123798 1459727530 4054171979 3333411511 2263440635 362216011 1101033039 3708020726 2203503122 3212282441 3946813935 4280038829 820495778 576191316 4228985871 3735767277 1166588861 4003019410 4063547008 2054708890 3912958991 465947443 2404309409 2331428793 4162193928 58467470 2095574405 2416738671 3929121393 1390340954 957063705 3088268376 1826387930 2281355067 4123860819 4129306559 963545266 1930632927 1250957365 1450724831 3230375405 2018235143 1296695629 763216757 3300840966 2214755112 2345049080 3295468988 597835980 3922155777 805962037 4228385905 2347398961 328611644 3307104963 3133271317 2049472841 4101298809 3229423261 3281612226 1874398899 3911920658 2717492697 3446170289 3399885527 1430774404 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
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 |      104      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |       71 |       10 |      104      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.002s
0.19/0.27	c #wall_clock_time = 0.002s
0.19/0.27	c #decision = 71
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 10
0.19/0.27	c #restart = 0
0.19/0.27	o 220
0.19/0.27	c BCD2: updating upper bound: 1837 -> 219
0.19/0.27	c BCD2: 0 <= obj <= 219
0.19/0.27	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      236 |      100 |      115      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      525 |      250 |      127      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      941 |      475 |      140      3 |        0 |        0
0.38/0.40	c  0.1s |       4 |     1561 |      813 |      154      6 |        0 |        0
0.38/0.49	c  0.2s |       5 |     2365 |     1320 |      170      9 |        0 |        0
0.59/0.61	c  0.3s |       6 |     3610 |     2081 |      188     14 |        0 |        0
0.79/0.81	c  0.5s |       7 |     5428 |     3223 |      207     22 |        0 |        0
1.10/1.11	c  0.8s |       8 |     8278 |     4936 |      228     32 |        0 |        0
1.48/1.54	c  1.3s |       9 |    12203 |     7506 |      251     47 |        0 |        0
1.98/2.02	c  1.8s |      10 |    18037 |    11361 |      277     68 |        0 |        0
2.69/2.77	c  2.5s |      11 |    26571 |    17144 |      305     97 |        0 |        0
3.79/3.86	c  3.6s |      12 |    39320 |    25819 |      336    138 |        0 |        0
5.59/5.63	c  5.4s |      13 |    57058 |    38832 |      370    194 |        0 |        0
7.58/7.63	c  7.4s |      13 |    79497 |    54432 |      370    259 |        0 |        0
8.08/8.15	c  7.9s |      14 |    84783 |    58352 |      408    275 |        0 |        0
10.08/10.16	c  9.9s |      14 |   104016 |    72352 |      408    329 |        0 |        0
12.10/12.16	c 11.9s |      14 |   121893 |    85452 |      408    382 |        0 |        0
12.49/12.55	c 12.3s |      15 |   124798 |    87632 |      449    391 |        0 |        0
12.69/12.71	c 12.4s |      15 |   125995 |    88508 |      449    395 |        0 |        0
12.69/12.71	c #cpu_time = 12.440s
12.69/12.71	c #wall_clock_time = 12.440s
12.69/12.71	c #decision = 125995
12.69/12.71	c #random_decision = 301
12.69/12.71	c #conflict = 88508
12.69/12.71	c #restart = 15
12.69/12.71	c BCD2: found a new core of size 42: cost of the new core is >=1
12.69/12.71	c lower bound updated to 1
12.69/12.71	c BCD2: 1 <= obj <= 219
12.69/12.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
12.69/12.71	c BCD2: #sat=1 #unsat=2 bias=2/3
12.69/12.71	c Solving starts ...
12.69/12.71	c ============================[ Search Statistics ]============================
12.69/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.71	c =============================================================================
12.69/12.71	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        0
12.69/12.72	c  0.0s |       1 |      228 |      100 |      449      0 |        0 |        0
12.69/12.74	c  0.0s |       2 |      479 |      250 |      449      0 |        0 |        0
12.69/12.77	c  0.1s |       3 |      894 |      475 |      449      1 |        0 |        0
12.79/12.81	c  0.1s |       4 |     1441 |      813 |      449      3 |        0 |        0
12.79/12.87	c  0.2s |       5 |     2150 |     1320 |      449      4 |        0 |        0
12.89/12.97	c  0.3s |       6 |     3448 |     2081 |      449      7 |        0 |        0
13.09/13.10	c  0.4s |       6 |     4982 |     3119 |      449     11 |        0 |        0
13.09/13.10	c #cpu_time = 0.396s
13.09/13.10	c #wall_clock_time = 0.396s
13.09/13.10	c #decision = 4982
13.09/13.10	c #random_decision = 12
13.09/13.10	c #conflict = 3119
13.09/13.10	c #restart = 6
13.09/13.10	o 218
13.09/13.10	c BCD2: updating upper bound: 219 -> 217
13.09/13.10	c BCD2: 1 <= obj <= 217
13.09/13.10	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
13.09/13.10	c BCD2: #sat=2 #unsat=2 bias=2/4
13.09/13.10	c Solving starts ...
13.09/13.10	c ============================[ Search Statistics ]============================
13.09/13.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.09/13.10	c       |         |          |          |    Limit     GC | Var      | Constra 
13.09/13.10	c =============================================================================
13.09/13.10	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        2
13.09/13.12	c  0.0s |       1 |      168 |      100 |      449      1 |        0 |        2
13.09/13.13	c  0.0s |       2 |      415 |      250 |      449      1 |        0 |        2
13.09/13.16	c  0.1s |       3 |      774 |      475 |      449      2 |        0 |        2
13.20/13.21	c  0.1s |       4 |     1306 |      813 |      449      4 |        0 |        2
13.20/13.27	c  0.2s |       5 |     2034 |     1320 |      449      6 |        0 |        2
13.30/13.38	c  0.3s |       6 |     3189 |     2081 |      449      9 |        0 |        2
13.49/13.52	c  0.4s |       7 |     4944 |     3223 |      449     13 |        0 |        2
13.69/13.74	c  0.6s |       8 |     7438 |     4936 |      449     19 |        0 |        2
13.99/14.07	c  1.0s |       9 |    11441 |     7506 |      449     29 |        0 |        2
14.49/14.55	c  1.5s |      10 |    17319 |    11361 |      449     44 |        0 |        2
15.19/15.29	c  2.2s |      11 |    26205 |    17144 |      449     67 |        0 |        2
15.29/15.32	c  2.2s |      11 |    26604 |    17364 |      449     67 |        0 |        2
15.29/15.32	c #cpu_time = 2.217s
15.29/15.32	c #wall_clock_time = 2.217s
15.29/15.32	c #decision = 26604
15.29/15.32	c #random_decision = 91
15.29/15.32	c #conflict = 17364
15.29/15.32	c #restart = 11
15.29/15.32	o 59
15.29/15.32	c BCD2: hardening fixes 13 literals
15.29/15.32	c BCD2: updating upper bound: 217 -> 58
15.29/15.32	c BCD2: 1 <= obj <= 58
15.29/15.32	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=13
15.29/15.32	c BCD2: #sat=3 #unsat=2 bias=2/5
15.29/15.32	c Solving starts ...
15.29/15.32	c ============================[ Search Statistics ]============================
15.29/15.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.29/15.32	c       |         |          |          |    Limit     GC | Var      | Constra 
15.29/15.32	c =============================================================================
15.29/15.32	c  0.0s |       0 |        0 |        0 |      449      0 |       13 |        4
15.29/15.33	c  0.0s |       1 |      141 |      100 |      449      1 |       13 |        4
15.29/15.35	c  0.0s |       2 |      371 |      250 |      449      1 |       13 |        4
15.29/15.38	c  0.1s |       3 |      726 |      475 |      449      2 |       13 |        4
15.40/15.41	c  0.1s |       4 |     1266 |      813 |      449      4 |       13 |        4
15.40/15.47	c  0.1s |       5 |     2051 |     1320 |      449      5 |       13 |        4
15.50/15.55	c  0.2s |       6 |     3184 |     2081 |      449      8 |       13 |        4
15.59/15.67	c  0.4s |       7 |     4911 |     3223 |      449     12 |       13 |        4
15.79/15.86	c  0.5s |       8 |     7480 |     4936 |      449     19 |       13 |        4
16.09/16.15	c  0.8s |       9 |    11139 |     7506 |      449     28 |       13 |        4
16.50/16.59	c  1.3s |      10 |    16926 |    11361 |      449     42 |       13 |        4
17.19/17.25	c  1.9s |      11 |    25988 |    17144 |      449     63 |       13 |        4
18.19/18.25	c  2.9s |      12 |    39212 |    25819 |      494     94 |       13 |        4
19.69/19.79	c  4.5s |      13 |    59584 |    38832 |      494    139 |       13 |        4
21.69/21.80	c  6.5s |      13 |    84513 |    56332 |      494    197 |       13 |        4
21.99/22.02	c  6.7s |      14 |    87446 |    58352 |      494    204 |       13 |        4
22.39/22.41	c  7.1s |      14 |    92417 |    61766 |      494    216 |       13 |        4
22.39/22.41	c #cpu_time = 7.094s
22.39/22.41	c #wall_clock_time = 7.094s
22.39/22.41	c #decision = 92417
22.39/22.41	c #random_decision = 240
22.39/22.41	c #conflict = 61766
22.39/22.41	c #restart = 14
22.39/22.41	o 39
22.39/22.41	c BCD2: hardening fixes 8 literals
22.39/22.41	c BCD2: updating upper bound: 58 -> 38
22.39/22.42	c BCD2: 1 <= obj <= 38
22.39/22.42	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=21
22.39/22.42	c BCD2: #sat=4 #unsat=2 bias=2/6
22.39/22.42	c Solving starts ...
22.39/22.42	c ============================[ Search Statistics ]============================
22.39/22.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.39/22.42	c       |         |          |          |    Limit     GC | Var      | Constra 
22.39/22.42	c =============================================================================
22.39/22.42	c  0.0s |       0 |        0 |        0 |      494      0 |       21 |        6
22.39/22.43	c  0.0s |       1 |      155 |      100 |      494      0 |       21 |        6
22.39/22.44	c  0.0s |       2 |      410 |      250 |      494      0 |       21 |        6
22.39/22.47	c  0.1s |       3 |      736 |      475 |      494      1 |       21 |        6
22.49/22.51	c  0.1s |       4 |     1186 |      813 |      494      2 |       21 |        6
22.49/22.56	c  0.1s |       5 |     1861 |     1320 |      494      4 |       21 |        6
22.59/22.64	c  0.2s |       6 |     3136 |     2081 |      494      6 |       21 |        6
22.69/22.77	c  0.4s |       7 |     4848 |     3223 |      494     10 |       21 |        6
22.89/22.96	c  0.5s |       8 |     7333 |     4936 |      494     16 |       21 |        6
23.19/23.26	c  0.8s |       9 |    11054 |     7506 |      494     25 |       21 |        6
23.69/23.71	c  1.3s |      10 |    16215 |    11361 |      494     37 |       21 |        6
24.39/24.43	c  2.0s |      11 |    24087 |    17144 |      494     56 |       21 |        6
25.39/25.43	c  3.0s |      12 |    36594 |    25819 |      544     84 |       21 |        6
26.89/26.97	c  4.6s |      13 |    54886 |    38832 |      544    124 |       21 |        6
28.89/28.97	c  6.6s |      13 |    75933 |    54532 |      544    171 |       21 |        6
29.39/29.49	c  7.1s |      14 |    80936 |    58352 |      544    183 |       21 |        6
29.69/29.78	c  7.4s |      14 |    83546 |    60389 |      544    189 |       22 |        8
29.69/29.78	c #cpu_time = 7.367s
29.69/29.78	c #wall_clock_time = 7.367s
29.69/29.78	c #decision = 83546
29.69/29.78	c #random_decision = 205
29.69/29.78	c #conflict = 60389
29.69/29.78	c #restart = 14
29.69/29.78	c BCD2: updating lower bound of a core
29.69/29.78	c lower bound updated to 14
29.69/29.78	c BCD2: 14 <= obj <= 38
29.69/29.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=21
29.69/29.78	c BCD2: #sat=4 #unsat=3 bias=3/7
29.69/29.78	c Solving starts ...
29.69/29.78	c ============================[ Search Statistics ]============================
29.69/29.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.69/29.78	c       |         |          |          |    Limit     GC | Var      | Constra 
29.69/29.78	c =============================================================================
29.69/29.78	c  0.0s |       0 |        0 |        0 |      544      0 |       22 |        8
29.69/29.79	c  0.0s |       1 |      144 |      100 |      544      0 |       22 |        8
29.79/29.81	c  0.0s |       2 |      396 |      250 |      544      1 |       22 |        8
29.79/29.84	c  0.1s |       3 |      768 |      475 |      544      1 |       22 |        8
29.79/29.88	c  0.1s |       4 |     1353 |      813 |      544      3 |       22 |        8
29.89/29.94	c  0.2s |       5 |     2136 |     1320 |      544      4 |       22 |        8
29.99/30.02	c  0.2s |       6 |     3264 |     2081 |      544      6 |       22 |        8
30.09/30.16	c  0.4s |       7 |     5017 |     3223 |      544     10 |       22 |        8
30.29/30.36	c  0.6s |       8 |     7691 |     4936 |      544     15 |       22 |        8
30.59/30.65	c  0.9s |       9 |    11771 |     7506 |      544     23 |       22 |        8
31.09/31.10	c  1.3s |      10 |    17526 |    11361 |      544     35 |       22 |        8
31.09/31.18	c  1.4s |      10 |    18865 |    12126 |      544     37 |       22 |        8
31.09/31.18	c #cpu_time = 1.403s
31.09/31.18	c #wall_clock_time = 1.403s
31.09/31.18	c #decision = 18865
31.09/31.18	c #random_decision = 50
31.09/31.18	c #conflict = 12126
31.09/31.18	c #restart = 10
31.09/31.18	o 14
31.09/31.18	s OPTIMUM FOUND
31.09/31.18	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
31.09/31.18	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
31.09/31.18	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
31.09/31.18	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
31.09/31.18	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
31.09/31.18	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
31.09/31.18	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
31.09/31.18	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
31.09/31.18	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
31.09/31.18	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
31.09/31.18	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
31.09/31.18	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
31.09/31.18	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
31.09/31.18	v x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
31.09/31.18	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
31.09/31.18	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
31.09/31.18	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
31.09/31.18	c total CPU time = 31.189s
31.09/31.19	c total wall clock time = 31.188s

Verifier Data

OK	14

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

pid=2731
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.42 2.35 2.02 3/179 2734
/proc/meminfo: memFree=29102812/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 2652 0 0 0 0 0 0 0 20 0 4 0 36422705 728166400 3014 33554432000 4194304 16246674 140735396845328 140735396844752 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 178543 3026 441 2943 0 175437 0
[pid=2734/tid=2735] ppid=2731 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 747040768 3086 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=733628 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 751235072 3102 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 756477952 3120 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.42 2.35 2.02 3/179 2734
/proc/meminfo: memFree=29102812/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 18426 0 0 0 6 2 0 0 20 0 4 0 36422705 1247350784 18780 33554432000 4194304 16246674 140735396845328 140735396844752 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 304529 18782 618 2943 0 301423 0
[pid=2734/tid=2735] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 18784 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 18790 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 18793 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200509 s]
/proc/loadavg: 2.42 2.35 2.02 3/179 2734
/proc/meminfo: memFree=29102812/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 26186 0 0 0 15 4 0 0 20 0 4 0 36422705 1247350784 26540 33554432000 4194304 16246674 140735396845328 140735396844752 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 304529 26543 618 2943 0 301423 0
[pid=2734/tid=2735] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 26546 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 26547 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 26551 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300507 s]
/proc/loadavg: 2.42 2.35 2.02 3/179 2734
/proc/meminfo: memFree=29102812/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 36649 0 0 0 23 6 0 0 20 0 4 0 36422705 1247350784 36996 33554432000 4194304 16246674 140735396845328 140735396844752 6843107 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 304529 37005 808 2943 0 301423 0
[pid=2734/tid=2735] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 37009 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 37011 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 37017 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700458 s]
/proc/loadavg: 2.42 2.35 2.02 3/179 2734
/proc/meminfo: memFree=29102812/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 103438 0 0 0 52 17 0 0 20 0 4 0 36422705 1247350784 103786 33554432000 4194304 16246674 140735396845328 140735396828328 5589077 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 304529 103800 813 2943 0 301423 0
[pid=2734/tid=2735] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 103810 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 103818 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1247350784 103827 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.39 2.34 2.02 3/183 2738
/proc/meminfo: memFree=28402340/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 245730 0 0 0 111 37 0 0 20 0 4 0 36422705 1248399360 246055 33554432000 4194304 16246674 140735396845328 140735396844640 13950218 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 304785 246055 872 2943 0 301679 0
[pid=2734/tid=2735] ppid=2731 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1248399360 246055 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1248399360 246055 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1248399360 246055 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.39 2.34 2.02 3/183 2738
/proc/meminfo: memFree=28119124/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267326 0 0 0 269 40 0 0 20 0 4 0 36422705 1336479744 267651 33554432000 4194304 16246674 140735396845328 140735396828328 13192257 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326289 267651 872 2943 0 323183 0
[pid=2734/tid=2735] ppid=2731 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1336479744 267651 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1336479744 267651 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1336479744 267651 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.39 2.34 2.02 3/183 2738
/proc/meminfo: memFree=28031728/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267542 0 0 0 588 40 0 0 20 0 4 0 36422705 1337528320 267867 33554432000 4194304 16246674 140735396845328 140735396828320 5675719 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267867 872 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267867 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267867 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267867 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.33 2.33 2.02 3/183 2738
/proc/meminfo: memFree=28031404/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267548 0 0 0 1228 41 0 0 20 0 4 0 36422705 1337528320 267873 33554432000 4194304 16246674 140735396845328 140735396827200 12467584 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267873 872 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267873 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267873 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267873 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.43 2.35 2.03 3/183 2787
/proc/meminfo: memFree=28032156/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267589 0 0 0 2508 41 0 0 20 0 4 0 36422705 1337528320 267914 33554432000 4194304 16246674 140735396845328 140735396828328 5711680 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267914 883 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.43 2.35 2.03 3/183 2787
/proc/meminfo: memFree=28032156/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267589 0 0 0 2518 41 0 0 20 0 4 0 36422705 1337528320 267914 33554432000 4194304 16246674 140735396845328 140735396828328 13965544 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267914 883 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.40 2.34 2.03 3/183 2787
/proc/meminfo: memFree=28032032/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267589 0 0 0 2838 41 0 0 20 0 4 0 36422705 1337528320 267914 33554432000 4194304 16246674 140735396845328 140735396828328 13923640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267914 883 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+30.4004 s]
/proc/loadavg: 2.40 2.34 2.03 4/183 2787
/proc/meminfo: memFree=28032188/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=30.39 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267589 0 0 0 2998 41 0 0 20 0 4 0 36422705 1337528320 267914 33554432000 4194304 16246674 140735396845328 140735396828328 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267914 883 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1306180

[startup+30.8004 s]
/proc/loadavg: 2.37 2.34 2.03 3/183 2787
/proc/meminfo: memFree=28032196/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=1306180 CPUtime=30.79 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) R 2731 2734 2004 0 -1 4202496 267589 0 0 0 3038 41 0 0 20 0 4 0 36422705 1337528320 267914 33554432000 4194304 16246674 140735396845328 140735396828328 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 326545 267914 883 2943 0 323439 0
[pid=2734/tid=2735] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2735/stat : 2735 (toysat) S 2731 2734 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692054916336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2734/tid=2736] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2736/stat : 2736 (toysat) S 2731 2734 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139692044426480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) S 2731 2734 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422706 1337528320 267914 33554432000 4194304 16246674 140735396845328 139691932249264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.79
Current children cumulated vsize (KiB) 1306180

[startup+31.2003 s]
/proc/loadavg: 2.37 2.34 2.03 3/183 2787
/proc/meminfo: memFree=28032196/32872528 swapFree=1499884/1696108
[pid=2734] ppid=2731 vsize=0 CPUtime=31.18 cores=0,2,4,6
/proc/2734/stat : 2734 (toysat) Z 2731 2734 2004 0 -1 4202508 267593 0 0 0 3076 42 0 0 20 0 2 0 36422705 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2734/statm: 0 0 0 0 0 0 0
[pid=2734/tid=2737] ppid=2731 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/2734/task/2737/stat : 2737 (toysat) R 2731 2734 2004 0 -1 4202564 1 0 0 0 0 0 0 0 20 0 2 0 36422706 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 31.2497
CPU time (s): 31.2432
CPU user time (s): 30.7793
CPU system time (s): 0.463929
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7793
system time used= 0.463929
maximum resident set size= 1071664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267593
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= 32

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.188971 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:42:50
IDJOB=4109486
IDBENCH=78826
IDSOLVER=2553
FILE ID=node137/4109486-1466343770
RUNJOBID= node137-1466341805-2020
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 7276847c1a4c90a116503f2a1faa99b1
RANDOM SEED=965987880

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29103068 kB
Buffers:           69404 kB
Cached:           190296 kB
SwapCached:         1260 kB
Active:          1194316 kB
Inactive:         138120 kB
Active(anon):    1072996 kB
Inactive(anon):     2080 kB
Active(file):     121320 kB
Inactive(file):   136040 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             33288 kB
Writeback:             0 kB
AnonPages:       2767892 kB
Mapped:            10740 kB
Shmem:                 0 kB
Slab:             606552 kB
SReclaimable:      50064 kB
SUnreclaim:       556488 kB
KernelStack:        1496 kB
PageTables:         9788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2911336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71672 MiB
End job on node137 at 2016-06-19 15:43:21