Trace number 4093378

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 19.937 19.9435

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUM92e9d82ea45c04735bed18ced94c3392
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 benchmark3.39048
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-16T16:16:49+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-4093378-1466086609.wbo"]
0.00/0.01	c use --random-gen="3828143695 1578523571 2698358124 939969657 2312788267 1250287045 3617480214 2958057110 2783282305 2485702459 2418981156 1873553998 1103238925 3443628440 959675812 1128402810 2737154331 3567151636 4152687365 1289688318 2597885680 1806122598 2247796808 3615002587 194945749 3799289659 845503289 3896505867 1810961181 3597703539 767482553 1801670176 2405142519 3674148858 2390222946 439078216 1507937018 3671545365 4120304707 1433478576 3410935886 1517454870 3060325500 145103043 2216871308 3199544603 2849398427 825888311 2164994096 1120643048 2491976805 3548248922 1777280783 3165241933 2175043933 897544712 287160508 1774588757 4016408947 1088092955 490051345 305203910 3454207585 2120830134 711156459 1012825718 1630413361 35226425 2641453195 3807578313 782742824 3935514049 1705056568 2849920559 1421664653 110256829 3206532880 3660082545 2885019245 3269460667 611976409 1690953858 3287192082 2643674075 2911333234 2756972752 4191218828 2569310896 1855065871 3490500413 123957670 1291069781 599946391 3231931646 375660175 3906245145 1627026646 3587715787 1921491496 450285142 2866806780 3704015300 1004309589 3122866963 4116074769 352436712 1468055893 1518192016 3915877482 2528442048 2053391594 1944798547 1373275999 1987804122 3055052420 1608435930 2079807455 3582853285 945405413 2692268218 675812934 1663552579 2747436785 3554595230 3092840224 2757692907 2403835442 481788760 2772401830 1044119503 3245561751 4002604541 1444273537 3612878590 1517726545 4069882469 3300677602 4041139266 1985789461 2471031660 2610683097 2189560382 4016178638 2799632661 3381363706 2707505756 1827345126 2167504037 1546201055 3430246575 470283326 2190868353 845234876 2021877566 1207432714 1187549909 3321718895 3225898179 2480146154 2355252144 598129053 34627907 2098238299 3502353560 706149672 3361371871 2879827929 472404593 1613346094 3918595400 3459434109 436127699 3839640539 1439861706 613892577 159225664 321421798 3141266503 2228918495 3860569029 2960662640 1713573807 641700517 2774806298 260282468 3518936834 475878781 629409158 3677000718 1053409205 3902670035 602281627 1628846249 790853466 4254449625 422190932 2554830894 756986035 877667205 264492982 3041071114 813073000 24588449 4122294436 2373544634 314887783 3822289860 2144595889 98517911 2030474705 3435404024 2733643236 141002608 2721657128 3416492203 3060137723 4274296352 3858802201 1305790271 984840572 3057694975 2875235758 580275105 2431467818 3303187500 3702619511 341785338 603679800 564347304 2404074630 2340532829 2711184932 3301773884 3294701806 1441618136 2202360491 4041869584 4116600677 1328790774 3236000123 3296152315 208662893 2963255794 643690907 2057875574 2587573388 2469928610 779201236 1991496508 3066500360 2244603490 1663853467 1608763794 3391337346 313933906 1765582972 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 |      111      0 |        0 |        0
0.19/0.26	c  0.0s |       1 |      212 |      100 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      315 |      126 |      123      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.019s
0.19/0.27	c #wall_clock_time = 0.019s
0.19/0.27	c #decision = 315
0.19/0.27	c #random_decision = 1
0.19/0.27	c #conflict = 126
0.19/0.27	c #restart = 1
0.19/0.27	o 684
0.19/0.27	c BCD2: updating upper bound: 2924 -> 683
0.19/0.27	c BCD2: 0 <= obj <= 683
0.19/0.27	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      227 |      100 |      123      1 |        0 |        0
0.29/0.31	c  0.0s |       2 |      517 |      250 |      136      2 |        0 |        0
0.29/0.35	c  0.1s |       3 |      921 |      475 |      150      4 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1495 |      813 |      165      6 |        0 |        0
0.49/0.52	c  0.2s |       5 |     2205 |     1320 |      182      9 |        0 |        0
0.58/0.66	c  0.4s |       6 |     3293 |     2081 |      201     14 |        0 |        0
0.79/0.88	c  0.6s |       7 |     4918 |     3223 |      222     21 |        0 |        0
1.19/1.24	c  1.0s |       8 |     7244 |     4936 |      245     30 |        0 |        0
1.61/1.66	c  1.4s |       9 |    11062 |     7506 |      270     43 |        0 |        0
2.19/2.23	c  2.0s |      10 |    16735 |    11361 |      297     62 |        0 |        0
2.99/3.00	c  2.7s |      11 |    24998 |    17144 |      327     88 |        0 |        0
4.08/4.18	c  3.9s |      12 |    36953 |    25819 |      360    125 |        0 |        0
5.88/5.99	c  5.7s |      13 |    55362 |    38832 |      397    177 |        0 |        0
7.88/7.99	c  7.7s |      13 |    74512 |    52832 |      397    229 |        0 |        0
8.68/8.77	c  8.5s |      14 |    82299 |    58352 |      437    250 |        0 |        0
10.68/10.77	c 10.5s |      14 |   100516 |    71552 |      437    297 |        0 |        0
12.58/12.61	c 12.3s |      14 |   114460 |    81864 |      437    336 |        0 |        0
12.58/12.61	c #cpu_time = 12.310s
12.58/12.61	c #wall_clock_time = 12.342s
12.58/12.61	c #decision = 114460
12.58/12.61	c #random_decision = 264
12.58/12.61	c #conflict = 81864
12.58/12.61	c #restart = 14
12.58/12.61	c BCD2: found a new core of size 64: cost of the new core is >=1
12.58/12.61	c lower bound updated to 1
12.58/12.61	c BCD2: 1 <= obj <= 683
12.58/12.61	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.58/12.61	c BCD2: #sat=1 #unsat=2 bias=2/3
12.58/12.61	c Solving starts ...
12.58/12.61	c ============================[ Search Statistics ]============================
12.58/12.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.61	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.61	c =============================================================================
12.58/12.61	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
12.58/12.63	c  0.0s |       0 |      247 |       98 |      437      0 |        0 |        0
12.58/12.63	c #cpu_time = 0.014s
12.58/12.63	c #wall_clock_time = 0.014s
12.58/12.63	c #decision = 247
12.58/12.63	c #random_decision = 3
12.58/12.63	c #conflict = 98
12.58/12.63	c #restart = 0
12.58/12.63	o 227
12.58/12.63	c BCD2: updating upper bound: 683 -> 226
12.58/12.63	c BCD2: 1 <= obj <= 226
12.58/12.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.58/12.63	c BCD2: #sat=2 #unsat=2 bias=2/4
12.58/12.63	c Solving starts ...
12.58/12.63	c ============================[ Search Statistics ]============================
12.58/12.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.63	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.63	c =============================================================================
12.58/12.63	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
12.58/12.63	c  0.0s |       0 |       93 |        2 |      437      0 |        0 |        2
12.58/12.63	c #cpu_time = 0.002s
12.58/12.63	c #wall_clock_time = 0.002s
12.58/12.63	c #decision = 93
12.58/12.63	c #random_decision = 1
12.58/12.63	c #conflict = 2
12.58/12.63	c #restart = 0
12.58/12.63	o 158
12.58/12.63	c BCD2: updating upper bound: 226 -> 157
12.58/12.63	c BCD2: 1 <= obj <= 157
12.58/12.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.58/12.63	c BCD2: #sat=3 #unsat=2 bias=2/5
12.58/12.63	c Solving starts ...
12.58/12.63	c ============================[ Search Statistics ]============================
12.58/12.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.63	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.63	c =============================================================================
12.58/12.63	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
12.58/12.64	c  0.0s |       1 |      161 |      100 |      437      0 |        0 |        4
12.58/12.65	c  0.0s |       1 |      271 |      152 |      437      1 |        0 |        4
12.58/12.65	c #cpu_time = 0.023s
12.58/12.65	c #wall_clock_time = 0.023s
12.58/12.65	c #decision = 271
12.58/12.65	c #random_decision = 3
12.58/12.65	c #conflict = 152
12.58/12.65	c #restart = 1
12.58/12.65	o 62
12.58/12.65	c BCD2: hardening fixes 22 literals
12.58/12.65	c BCD2: updating upper bound: 157 -> 61
12.58/12.65	c BCD2: 1 <= obj <= 61
12.58/12.65	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=22
12.58/12.65	c BCD2: #sat=4 #unsat=2 bias=2/6
12.58/12.65	c Solving starts ...
12.58/12.65	c ============================[ Search Statistics ]============================
12.58/12.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.65	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.65	c =============================================================================
12.58/12.65	c  0.0s |       0 |        0 |        0 |      437      0 |       22 |        6
12.58/12.66	c  0.0s |       0 |       55 |       29 |      437      0 |       22 |        6
12.58/12.66	c #cpu_time = 0.005s
12.58/12.66	c #wall_clock_time = 0.005s
12.58/12.66	c #decision = 55
12.58/12.66	c #random_decision = 0
12.58/12.66	c #conflict = 29
12.58/12.66	c #restart = 0
12.58/12.66	o 10
12.58/12.66	c BCD2: hardening fixes 31 literals
12.58/12.66	c BCD2: updating upper bound: 61 -> 9
12.58/12.66	c BCD2: 1 <= obj <= 9
12.58/12.66	c BCD2: #cores=1, #unrelaxed=0, #relaxed=11, #hardened=53
12.58/12.66	c BCD2: #sat=5 #unsat=2 bias=2/7
12.58/12.66	c Solving starts ...
12.58/12.66	c ============================[ Search Statistics ]============================
12.58/12.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.66	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.66	c =============================================================================
12.58/12.66	c  0.0s |       0 |        0 |        0 |      437      0 |       53 |        8
12.58/12.67	c  0.0s |       1 |      136 |      100 |      437      0 |       53 |        8
12.58/12.69	c  0.0s |       2 |      350 |      250 |      437      0 |       53 |        8
12.69/12.72	c  0.1s |       3 |      640 |      475 |      437      1 |       53 |        8
12.69/12.75	c  0.1s |       4 |     1104 |      813 |      437      3 |       53 |        8
12.79/12.81	c  0.1s |       5 |     1845 |     1320 |      437      4 |       53 |        8
12.79/12.89	c  0.2s |       6 |     2932 |     2081 |      437      7 |       53 |        8
12.99/13.02	c  0.4s |       7 |     4504 |     3223 |      437     11 |       53 |        8
13.20/13.21	c  0.6s |       8 |     7196 |     4936 |      481     17 |       53 |        8
13.49/13.51	c  0.9s |       9 |    11079 |     7506 |      481     25 |       53 |        8
13.89/13.95	c  1.3s |      10 |    16610 |    11361 |      481     37 |       53 |        8
14.59/14.64	c  2.0s |      11 |    24753 |    17144 |      481     56 |       53 |        8
15.59/15.65	c  3.0s |      12 |    37323 |    25819 |      481     84 |       53 |        8
17.09/17.17	c  4.5s |      13 |    55471 |    38832 |      481    126 |       53 |        8
17.70/17.77	c  5.1s |      13 |    62274 |    43735 |      481    142 |       53 |        8
17.70/17.77	c #cpu_time = 5.093s
17.70/17.77	c #wall_clock_time = 5.106s
17.70/17.77	c #decision = 62274
17.70/17.77	c #random_decision = 119
17.70/17.77	c #conflict = 43735
17.70/17.77	c #restart = 13
17.70/17.77	o 2
17.70/17.77	c BCD2: hardening fixes 7 literals
17.70/17.77	c BCD2: updating upper bound: 9 -> 1
17.70/17.77	c BCD2: 1 <= obj <= 1
17.70/17.77	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
17.70/17.77	c BCD2: #sat=6 #unsat=2 bias=2/8
17.70/17.77	c Solving starts ...
17.70/17.77	c ============================[ Search Statistics ]============================
17.70/17.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.70/17.77	c       |         |          |          |    Limit     GC | Var      | Constra 
17.70/17.77	c =============================================================================
17.70/17.77	c  0.0s |       0 |        0 |        0 |      481      0 |       60 |       10
17.70/17.78	c  0.0s |       1 |      150 |      100 |      481      0 |       60 |       10
17.79/17.80	c  0.0s |       2 |      376 |      250 |      481      0 |       60 |       10
17.79/17.82	c  0.1s |       3 |      706 |      475 |      481      1 |       60 |       10
17.79/17.86	c  0.1s |       4 |     1250 |      813 |      481      2 |       60 |       10
17.89/17.92	c  0.2s |       5 |     1986 |     1320 |      481      4 |       60 |       10
17.99/18.01	c  0.2s |       6 |     3016 |     2081 |      481      7 |       60 |       10
18.09/18.14	c  0.4s |       7 |     4706 |     3223 |      481     10 |       60 |       10
18.29/18.35	c  0.6s |       8 |     7113 |     4936 |      530     15 |       60 |       10
18.59/18.65	c  0.9s |       9 |    10854 |     7506 |      530     23 |       60 |       10
19.09/19.10	c  1.3s |      10 |    16154 |    11361 |      530     35 |       60 |       10
19.79/19.83	c  2.1s |      11 |    24249 |    17144 |      530     52 |       60 |       10
19.79/19.88	c  2.1s |      11 |    24867 |    17560 |      530     53 |       61 |       12
19.79/19.88	c #cpu_time = 2.108s
19.79/19.88	c #wall_clock_time = 2.113s
19.79/19.88	c #decision = 24867
19.79/19.88	c #random_decision = 46
19.79/19.88	c #conflict = 17560
19.79/19.88	c #restart = 11
19.79/19.88	c BCD2: updating lower bound of a core
19.79/19.88	c lower bound updated to 2
19.79/19.88	s OPTIMUM FOUND
19.79/19.88	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
19.79/19.88	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
19.79/19.88	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
19.79/19.88	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
19.79/19.88	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
19.79/19.88	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
19.79/19.88	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
19.79/19.88	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
19.79/19.88	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
19.79/19.88	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
19.79/19.88	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
19.79/19.88	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
19.79/19.88	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
19.79/19.88	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
19.79/19.88	v -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
19.79/19.88	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
19.79/19.88	v x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
19.79/19.88	c total CPU time = 19.830s
19.79/19.88	c total wall clock time = 19.881s

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

pid=13223
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.18 2.14 2.10 3/179 13226
/proc/meminfo: memFree=30227288/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=567740 CPUtime=0 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 2089 0 0 0 0 0 0 0 20 0 4 0 10710097 581365760 2449 33554432000 4194304 16246674 140734890600672 140734890600096 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 142447 2457 441 2943 0 139341 0
[pid=13226/tid=13227] ppid=13223 vsize=584124 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 598142976 2516 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=588220 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 602337280 2532 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=592316 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 606531584 2547 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.18 2.14 2.10 3/179 13226
/proc/meminfo: memFree=30227288/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 18215 0 0 0 6 2 0 0 20 0 4 0 10710097 1247350784 18568 33554432000 4194304 16246674 140734890600672 140734890600096 12486453 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 304529 18569 613 2943 0 301423 0
[pid=13226/tid=13227] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 18571 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 18577 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 18580 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200555 s]
/proc/loadavg: 2.18 2.14 2.10 3/179 13226
/proc/meminfo: memFree=30227288/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 26222 0 0 0 16 3 0 0 20 0 4 0 10710097 1247350784 26575 33554432000 4194304 16246674 140734890600672 140734890600096 13956064 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 304529 26587 613 2943 0 301423 0
[pid=13226/tid=13227] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 26593 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 26593 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 26593 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30052 s]
/proc/loadavg: 2.18 2.14 2.10 3/179 13226
/proc/meminfo: memFree=30227288/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 38048 0 0 0 24 5 0 0 20 0 4 0 10710097 1247350784 38394 33554432000 4194304 16246674 140734890600672 140734890600096 5546098 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 304529 38409 812 2943 0 301423 0
[pid=13226/tid=13227] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 38413 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 38415 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 38420 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700419 s]
/proc/loadavg: 2.18 2.14 2.10 3/179 13226
/proc/meminfo: memFree=30227288/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 110811 0 0 0 54 15 0 0 20 0 4 0 10710097 1247350784 111157 33554432000 4194304 16246674 140734890600672 140734890600096 12476925 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 304529 111170 812 2943 0 301423 0
[pid=13226/tid=13227] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 111177 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 111183 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1247350784 111189 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50046 s]
/proc/loadavg: 2.16 2.14 2.10 3/183 13230
/proc/meminfo: memFree=29477256/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1219140 CPUtime=1.48 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 245768 0 0 0 116 32 0 0 20 0 4 0 10710097 1248399360 246092 33554432000 4194304 16246674 140734890600672 140734890599984 13191794 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 304785 246092 874 2943 0 301679 0
[pid=13226/tid=13227] ppid=13223 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1248399360 246092 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1248399360 246092 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1248399360 246092 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.16 2.14 2.10 3/183 13230
/proc/meminfo: memFree=29193792/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267487 0 0 0 274 35 0 0 20 0 4 0 10710097 1337528320 267811 33554432000 4194304 16246674 140734890600672 140734890583672 5722477 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267811 874 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267811 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267811 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267811 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.15 2.14 2.10 3/183 13230
/proc/meminfo: memFree=29157492/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267574 0 0 0 593 35 0 0 20 0 4 0 10710097 1337528320 267898 33554432000 4194304 16246674 140734890600672 140734890582592 5546214 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267898 874 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267898 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267898 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267898 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.14 2.14 2.10 3/183 13230
/proc/meminfo: memFree=29157152/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267586 0 0 0 1233 36 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140734890582592 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267910 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.14 2.14 2.10 3/183 13230
/proc/meminfo: memFree=29157152/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267586 0 0 0 1243 36 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140734890582592 5545721 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267910 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267910 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+16.0005 s]
/proc/loadavg: 2.14 2.14 2.10 4/183 13230
/proc/meminfo: memFree=29156852/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=15.99 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267634 0 0 0 1563 36 0 0 20 0 4 0 10710097 1337528320 267958 33554432000 4194304 16246674 140734890600672 140734890582592 6842338 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267958 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267958 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267958 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267958 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1306180

[startup+17.6004 s]
/proc/loadavg: 2.21 2.15 2.10 3/183 13230
/proc/meminfo: memFree=29156728/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=17.6 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267635 0 0 0 1724 36 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140734890582592 5711680 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267959 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.21 2.15 2.10 3/183 13230
/proc/meminfo: memFree=29156852/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267635 0 0 0 1883 36 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140734890582592 5711688 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267959 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+19.6004 s]
/proc/loadavg: 2.21 2.15 2.10 3/183 13230
/proc/meminfo: memFree=29156852/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=19.59 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267635 0 0 0 1923 36 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140734890582592 5676613 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267959 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 1306180

[startup+19.8004 s]
/proc/loadavg: 2.21 2.15 2.10 3/183 13230
/proc/meminfo: memFree=29156852/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=1306180 CPUtime=19.79 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202496 267635 0 0 0 1943 36 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140734890582592 5711640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 326545 267959 885 2943 0 323439 0
[pid=13226/tid=13227] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13227/stat : 13227 (toysat) S 13223 13226 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202325552368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13226/tid=13228] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13228/stat : 13228 (toysat) S 13223 13226 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202315062512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13226/tid=13229] ppid=13223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13226/task/13229/stat : 13229 (toysat) S 13223 13226 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10710097 1337528320 267959 33554432000 4194304 16246674 140734890600672 140202228051120 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.79
Current children cumulated vsize (KiB) 1306180

[startup+19.9076 s]
/proc/loadavg: 2.21 2.15 2.10 3/183 13230
/proc/meminfo: memFree=29156852/32872528 swapFree=681192/736380
[pid=13226] ppid=13223 vsize=0 CPUtime=19.89 cores=1,3,5,7
/proc/13226/stat : 13226 (toysat) R 13223 13226 7985 0 -1 4202500 267639 0 0 0 1951 38 0 0 20 0 1 0 10710097 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13226/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 19.9435
CPU time (s): 19.937
CPU user time (s): 19.516
CPU system time (s): 0.420936
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.516
system time used= 0.420936
maximum resident set size= 1071844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267639
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= 20
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076988 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:16:49
IDJOB=4093378
IDBENCH=78847
IDSOLVER=2553
FILE ID=node112/4093378-1466086609
RUNJOBID= node112-1466075445-11101
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 92e9d82ea45c04735bed18ced94c3392
RANDOM SEED=1756374011

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30227576 kB
Buffers:           35772 kB
Cached:            99028 kB
SwapCached:          696 kB
Active:          1150540 kB
Inactive:          57384 kB
Active(anon):    1074740 kB
Inactive(anon):      740 kB
Active(file):      75800 kB
Inactive(file):    56644 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             32844 kB
Writeback:             0 kB
AnonPages:       1808352 kB
Mapped:            10576 kB
Shmem:                 0 kB
Slab:             567660 kB
SReclaimable:      11512 kB
SUnreclaim:       556148 kB
KernelStack:        1504 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1953516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 71716 MiB
End job on node112 at 2016-06-16 16:17:09