Trace number 4109242

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 26.279 26.285

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-33-100-0.wbo
MD5SUMd78095cb3543dadc419b0cdccb2004b4
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 benchmark5.30119
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 1231
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:40:16+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-4109242-1466343616.wbo"]
0.00/0.01	c use --random-gen="710254802 1064338830 2496401949 581858458 2219498665 1475941725 3010019020 2982833631 1268781355 54662171 2747477878 3601039959 3772363403 403658950 1133248651 2951859033 602009049 288147487 2315503687 720673774 1989525543 1526470210 3322364678 2452147839 3017337408 4071697960 3892863281 426772167 2347550888 4148927902 3692667067 2407585022 891152448 2522180257 1098834401 2901812303 2512148876 3686969888 217271549 2855377682 3976465686 1231202328 3241252162 3013289444 173780254 1898555994 1300562499 3646338921 1083984957 1836444451 2178052471 3733395257 3614385836 3801445894 529087422 766613035 4280715266 1248678320 3857695211 4059332049 392643963 534753562 1021514951 3567035443 192475849 3221588448 2817759996 1685929299 2875139910 3169568283 2788672746 3565211072 2589621355 3515685485 4121677243 2865091975 764373290 4194296223 1423043168 3912697075 3213625641 117530969 3616347654 1474301826 3743116008 92279467 3766885903 3565866372 3621888497 1537475680 3371594914 3040263067 622243198 2605652400 2757625272 1454581112 2448160987 1830096824 1853187025 2636001332 1596666030 2832986145 3519000981 516053431 3932118210 3543137300 2421805617 1739083941 1248741030 2305297688 3654822856 1425129682 3850843623 1747328007 2896170678 3819486873 4119995791 1361770256 2056700864 3537987331 1721130826 320312840 3582751006 4218778629 2788588630 3678806022 3241050341 3384108400 4174596630 2915083308 3476567683 2943093672 4018410435 284821615 3630498945 1841049714 2014948115 919298321 4123388782 2769816110 3327323282 1756404779 495275910 3145029901 110261995 4248544904 3073666960 2036986166 3423015115 99279150 2579109887 2455916522 1087136847 2008282474 1165107388 3626158661 2616489667 2961736114 4021212300 463925413 1782962475 2075839623 2905134152 3189274905 2406798749 2549302348 2322359848 1647021609 2741734642 1790463400 844413614 1449506244 1024707427 1200484179 780650020 4220341143 3104389935 2836306316 2982345476 140973 4101408667 653265070 909806451 2047854010 4198642129 504878091 120636613 3004185069 3751004516 3683738197 1860211035 2090165168 1221062173 1902235383 3022871069 2529800033 3363679533 3506099727 73943924 857923125 1138981336 2736448467 2032662321 333184888 498052900 1156173834 3580653185 1151746981 2747109313 1132786596 1928829081 556706609 1311694338 2560902375 3541297775 4228969757 4110039696 3451444361 4203323819 2520318350 1267475612 3994737261 1999939930 3429220492 3007201661 1833967387 2955213959 3557067657 526246221 3004718465 2925979736 4081099199 2375107377 3991078315 1600677286 913838858 2579488315 1650698921 709214225 3664518495 1848091537 1416199878 3671535258 2634472496 3422034847 3708285451 25717658 2065009294 1974837607 709840921 2141318233 842899736 590455976 787604006 257576573 466171495 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	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 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      244 |      100 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      337 |      111 |      123      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.018s
0.19/0.27	c #wall_clock_time = 0.018s
0.19/0.27	c #decision = 337
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 111
0.19/0.27	c #restart = 1
0.19/0.27	o 392
0.19/0.28	c BCD2: updating upper bound: 2924 -> 391
0.19/0.28	c BCD2: 0 <= obj <= 391
0.19/0.28	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      235 |      100 |      123      0 |        0 |        0
0.29/0.32	c  0.0s |       2 |      580 |      250 |      136      1 |        0 |        0
0.29/0.36	c  0.1s |       3 |     1037 |      475 |      150      3 |        0 |        0
0.39/0.42	c  0.1s |       4 |     1640 |      813 |      165      5 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2494 |     1320 |      182      9 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3689 |     2081 |      201     14 |        0 |        0
0.79/0.86	c  0.6s |       7 |     5527 |     3223 |      222     20 |        0 |        0
1.10/1.18	c  0.9s |       8 |     8229 |     4936 |      245     30 |        0 |        0
1.59/1.62	c  1.3s |       9 |    11963 |     7506 |      270     43 |        0 |        0
2.09/2.17	c  1.9s |      10 |    17482 |    11361 |      297     61 |        0 |        0
2.89/2.97	c  2.7s |      11 |    25569 |    17144 |      327     87 |        0 |        0
4.09/4.19	c  3.9s |      12 |    38071 |    25819 |      360    124 |        0 |        0
5.89/5.99	c  5.7s |      13 |    56517 |    38832 |      397    177 |        0 |        0
7.99/8.00	c  7.7s |      13 |    74752 |    52032 |      397    227 |        0 |        0
9.09/9.11	c  8.8s |      14 |    83027 |    58352 |      437    251 |        0 |        0
11.09/11.12	c 10.8s |      14 |   101243 |    71652 |      437    297 |        0 |        0
13.08/13.13	c 12.9s |      14 |   119850 |    84652 |      437    343 |        0 |        0
13.49/13.59	c 13.3s |      15 |   124174 |    87632 |      481    354 |        0 |        0
15.49/15.59	c 15.3s |      15 |   139495 |    99032 |      481    392 |        0 |        0
16.68/16.76	c 16.5s |      15 |   148248 |   105309 |      481    414 |        0 |        0
16.68/16.76	c #cpu_time = 16.482s
16.68/16.76	c #wall_clock_time = 16.481s
16.68/16.76	c #decision = 148248
16.68/16.76	c #random_decision = 363
16.68/16.76	c #conflict = 105309
16.68/16.76	c #restart = 15
16.68/16.76	c BCD2: found a new core of size 64: cost of the new core is >=1
16.68/16.76	c lower bound updated to 1
16.68/16.76	c BCD2: 1 <= obj <= 391
16.68/16.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
16.68/16.76	c BCD2: #sat=1 #unsat=2 bias=2/3
16.68/16.76	c Solving starts ...
16.68/16.76	c ============================[ Search Statistics ]============================
16.68/16.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.68/16.76	c       |         |          |          |    Limit     GC | Var      | Constra 
16.68/16.76	c =============================================================================
16.68/16.76	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
16.68/16.77	c  0.0s |       1 |      209 |      100 |      481      0 |        0 |        0
16.68/16.79	c  0.0s |       2 |      502 |      250 |      481      1 |        0 |        0
16.68/16.79	c  0.0s |       2 |      588 |      266 |      481      1 |        0 |        0
16.68/16.79	c #cpu_time = 0.037s
16.68/16.79	c #wall_clock_time = 0.037s
16.68/16.79	c #decision = 588
16.68/16.79	c #random_decision = 1
16.68/16.79	c #conflict = 266
16.68/16.79	c #restart = 2
16.68/16.79	o 353
16.68/16.79	c BCD2: updating upper bound: 391 -> 352
16.68/16.79	c BCD2: 1 <= obj <= 352
16.68/16.79	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
16.68/16.79	c BCD2: #sat=2 #unsat=2 bias=2/4
16.68/16.79	c Solving starts ...
16.68/16.79	c ============================[ Search Statistics ]============================
16.68/16.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.68/16.79	c       |         |          |          |    Limit     GC | Var      | Constra 
16.68/16.79	c =============================================================================
16.68/16.79	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        2
16.78/16.81	c  0.0s |       1 |      174 |      100 |      481      0 |        0 |        2
16.78/16.83	c  0.0s |       2 |      472 |      250 |      481      0 |        0 |        2
16.78/16.87	c  0.1s |       3 |      858 |      475 |      481      1 |        0 |        2
16.88/16.91	c  0.1s |       4 |     1501 |      813 |      481      3 |        0 |        2
16.88/16.98	c  0.2s |       5 |     2445 |     1320 |      481      5 |        0 |        2
16.98/17.08	c  0.3s |       6 |     3793 |     2081 |      481      7 |        0 |        2
17.18/17.22	c  0.4s |       6 |     5502 |     3085 |      481     11 |        0 |        2
17.18/17.22	c #cpu_time = 0.425s
17.18/17.22	c #wall_clock_time = 0.425s
17.18/17.22	c #decision = 5502
17.18/17.22	c #random_decision = 19
17.18/17.22	c #conflict = 3085
17.18/17.22	c #restart = 6
17.18/17.22	o 156
17.18/17.22	c BCD2: updating upper bound: 352 -> 155
17.18/17.22	c BCD2: 1 <= obj <= 155
17.18/17.22	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
17.18/17.22	c BCD2: #sat=3 #unsat=2 bias=2/5
17.18/17.22	c Solving starts ...
17.18/17.22	c ============================[ Search Statistics ]============================
17.18/17.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.22	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.22	c =============================================================================
17.18/17.22	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        4
17.18/17.23	c  0.0s |       1 |      162 |      100 |      481      0 |        0 |        4
17.18/17.25	c  0.0s |       1 |      393 |      219 |      481      1 |        0 |        4
17.18/17.25	c #cpu_time = 0.032s
17.18/17.25	c #wall_clock_time = 0.032s
17.18/17.25	c #decision = 393
17.18/17.25	c #random_decision = 1
17.18/17.25	c #conflict = 219
17.18/17.25	c #restart = 1
17.18/17.25	o 47
17.18/17.25	c BCD2: hardening fixes 33 literals
17.18/17.25	c BCD2: updating upper bound: 155 -> 46
17.18/17.25	c BCD2: 1 <= obj <= 46
17.18/17.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=31, #hardened=33
17.18/17.25	c BCD2: #sat=4 #unsat=2 bias=2/6
17.18/17.25	c Solving starts ...
17.18/17.25	c ============================[ Search Statistics ]============================
17.18/17.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.25	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.25	c =============================================================================
17.18/17.25	c  0.0s |       0 |        0 |        0 |      481      0 |       33 |        6
17.18/17.27	c  0.0s |       1 |      150 |      100 |      481      0 |       33 |        6
17.18/17.27	c  0.0s |       1 |      275 |      173 |      481      0 |       33 |        6
17.18/17.27	c #cpu_time = 0.021s
17.18/17.27	c #wall_clock_time = 0.021s
17.18/17.27	c #decision = 275
17.18/17.27	c #random_decision = 0
17.18/17.27	c #conflict = 173
17.18/17.27	c #restart = 1
17.18/17.27	o 9
17.18/17.27	c BCD2: hardening fixes 21 literals
17.18/17.27	c BCD2: updating upper bound: 46 -> 8
17.18/17.27	c BCD2: 1 <= obj <= 8
17.18/17.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=10, #hardened=54
17.18/17.27	c BCD2: #sat=5 #unsat=2 bias=2/7
17.18/17.28	c Solving starts ...
17.18/17.28	c ============================[ Search Statistics ]============================
17.18/17.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.28	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.28	c =============================================================================
17.18/17.28	c  0.0s |       0 |        0 |        0 |      481      0 |       54 |        8
17.18/17.28	c  0.0s |       0 |       28 |       13 |      481      1 |       54 |        8
17.18/17.28	c #cpu_time = 0.003s
17.18/17.28	c #wall_clock_time = 0.003s
17.18/17.28	c #decision = 28
17.18/17.28	c #random_decision = 0
17.18/17.28	c #conflict = 13
17.18/17.28	c #restart = 0
17.18/17.28	o 2
17.18/17.28	c BCD2: hardening fixes 6 literals
17.18/17.28	c BCD2: updating upper bound: 8 -> 1
17.18/17.28	c BCD2: 1 <= obj <= 1
17.18/17.28	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
17.18/17.28	c BCD2: #sat=6 #unsat=2 bias=2/8
17.18/17.28	c Solving starts ...
17.18/17.28	c ============================[ Search Statistics ]============================
17.18/17.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.18/17.28	c       |         |          |          |    Limit     GC | Var      | Constra 
17.18/17.28	c =============================================================================
17.18/17.28	c  0.0s |       0 |        0 |        0 |      481      0 |       60 |       10
17.18/17.29	c  0.0s |       1 |      148 |      100 |      481      0 |       60 |       10
17.28/17.31	c  0.0s |       2 |      357 |      250 |      481      0 |       60 |       10
17.28/17.33	c  0.1s |       3 |      689 |      475 |      481      1 |       60 |       10
17.28/17.37	c  0.1s |       4 |     1116 |      813 |      481      2 |       60 |       10
17.38/17.42	c  0.1s |       5 |     1901 |     1320 |      481      4 |       60 |       10
17.38/17.49	c  0.2s |       6 |     2963 |     2081 |      481      6 |       60 |       10
17.59/17.60	c  0.3s |       7 |     4614 |     3223 |      481     10 |       60 |       10
17.69/17.78	c  0.5s |       8 |     7166 |     4936 |      481     16 |       60 |       10
17.98/18.03	c  0.7s |       9 |    10657 |     7506 |      481     24 |       60 |       10
18.39/18.41	c  1.1s |      10 |    16052 |    11361 |      481     36 |       60 |       10
18.99/19.02	c  1.7s |      11 |    24091 |    17144 |      481     54 |       60 |       10
19.90/19.93	c  2.7s |      12 |    36543 |    25819 |      530     81 |       60 |       10
21.29/21.36	c  4.1s |      13 |    54369 |    38832 |      530    119 |       60 |       10
23.29/23.37	c  6.1s |      13 |    78607 |    56432 |      530    172 |       60 |       10
23.59/23.61	c  6.3s |      14 |    81069 |    58352 |      530    177 |       60 |       10
25.59/25.62	c  8.3s |      14 |   104146 |    75552 |      530    229 |       60 |       10
26.19/26.22	c  8.9s |      14 |   110902 |    80478 |      530    244 |       61 |       12
26.19/26.22	c #cpu_time = 8.939s
26.19/26.22	c #wall_clock_time = 8.940s
26.19/26.22	c #decision = 110902
26.19/26.22	c #random_decision = 228
26.19/26.22	c #conflict = 80478
26.19/26.22	c #restart = 14
26.19/26.22	c BCD2: updating lower bound of a core
26.19/26.22	c lower bound updated to 2
26.19/26.22	s OPTIMUM FOUND
26.19/26.22	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
26.19/26.22	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
26.19/26.22	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
26.19/26.22	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
26.19/26.22	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
26.19/26.22	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
26.19/26.22	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
26.19/26.22	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 x80
26.19/26.22	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
26.19/26.22	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
26.19/26.22	v -x101 -x102 x103 -x104 x105 -x106 -x107 -x108 -x109 -x110
26.19/26.22	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
26.19/26.22	v x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
26.19/26.22	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
26.19/26.22	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
26.19/26.22	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
26.19/26.22	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
26.19/26.22	c total CPU time = 26.222s
26.19/26.22	c total wall clock time = 26.222s

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

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.32 1.98 3/172 31478
/proc/meminfo: memFree=30365932/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=754108 CPUtime=0 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 2822 0 0 0 0 0 0 0 20 0 4 0 36408107 772206592 3182 33554432000 4194304 16246674 140734661477024 140734661476448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 189551 3194 441 2943 0 186445 0
[pid=31478/tid=31479] ppid=31474 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 792129536 3255 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=777660 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 796323840 3271 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 799469568 3286 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.31 2.32 1.98 3/172 31478
/proc/meminfo: memFree=30365932/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 18398 0 0 0 6 2 0 0 20 0 4 0 36408107 1247350784 18751 33554432000 4194304 16246674 140734661477024 140734661476448 12459121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 304529 18752 615 2943 0 301423 0
[pid=31478/tid=31479] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 18755 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 18756 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1247350784 18757 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200517 s]
/proc/loadavg: 2.31 2.32 1.98 3/172 31478
/proc/meminfo: memFree=30365932/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 26210 0 0 0 15 4 0 0 20 0 4 0 36408107 1247350784 26563 33554432000 4194304 16246674 140734661477024 140734661476448 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 304529 26564 615 2943 0 301423 0
[pid=31478/tid=31479] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 26568 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 26569 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1247350784 26573 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300521 s]
/proc/loadavg: 2.31 2.32 1.98 3/172 31478
/proc/meminfo: memFree=30365932/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 37146 0 0 0 24 5 0 0 20 0 4 0 36408107 1247350784 37492 33554432000 4194304 16246674 140734661477024 140734661476448 6843278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 304529 37496 812 2943 0 301423 0
[pid=31478/tid=31479] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 37498 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 37501 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1247350784 37504 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700428 s]
/proc/loadavg: 2.31 2.32 1.98 3/172 31478
/proc/meminfo: memFree=30365932/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 102422 0 0 0 54 15 0 0 20 0 4 0 36408107 1247350784 102768 33554432000 4194304 16246674 140734661477024 140734661458944 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 304529 102773 813 2943 0 301423 0
[pid=31478/tid=31479] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 102777 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1247350784 102780 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1247350784 102784 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50045 s]
/proc/loadavg: 2.31 2.32 1.98 3/184 31500
/proc/meminfo: memFree=29198452/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 245806 0 0 0 113 36 0 0 20 0 4 0 36408107 1248399360 246130 33554432000 4194304 16246674 140734661477024 140734661476336 5600331 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 304785 246130 872 2943 0 301679 0
[pid=31478/tid=31479] ppid=31474 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1248399360 246130 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1248399360 246130 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1248399360 246130 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10036 s]
/proc/loadavg: 2.37 2.33 1.98 3/184 31500
/proc/meminfo: memFree=28382904/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267272 0 0 0 270 39 0 0 20 0 4 0 36408107 1336479744 267596 33554432000 4194304 16246674 140734661477024 140734661460024 6012041 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326289 267596 872 2943 0 323183 0
[pid=31478/tid=31479] ppid=31474 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1336479744 267596 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1336479744 267596 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1336479744 267596 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30035 s]
/proc/loadavg: 2.37 2.33 1.98 3/184 31500
/proc/meminfo: memFree=28209120/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267554 0 0 0 590 39 0 0 20 0 4 0 36408107 1337528320 267878 33554432000 4194304 16246674 140734661477024 140734661458944 5600444 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 267878 872 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 267878 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 267878 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 267878 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.31 2.32 1.98 3/184 31500
/proc/meminfo: memFree=28208792/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267585 0 0 0 1230 39 0 0 20 0 4 0 36408107 1337528320 267909 33554432000 4194304 16246674 140734661477024 140734661458944 5824506 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 267909 875 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 267909 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 267909 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 267909 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267678 0 0 0 2509 40 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140734661458944 5828937 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 268001 884 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267678 0 0 0 2519 40 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140734661458944 5669465 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 268001 884 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+26.0004 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=25.99 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267678 0 0 0 2559 40 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140734661458944 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 268001 884 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.99
Current children cumulated vsize (KiB) 1306180

[startup+26.2004 s]
/proc/loadavg: 2.26 2.31 1.98 3/184 31500
/proc/meminfo: memFree=28209112/32872528 swapFree=1370848/1518016
[pid=31478] ppid=31474 vsize=1306180 CPUtime=26.19 cores=1,3,5,7
/proc/31478/stat : 31478 (toysat) R 31474 31478 31304 0 -1 4202496 267678 0 0 0 2579 40 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140734661458944 13943604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/31478/statm: 326545 268001 884 2943 0 323439 0
[pid=31478/tid=31479] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31479/stat : 31479 (toysat) S 31474 31478 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474313583856 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=31478/tid=31480] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31480/stat : 31480 (toysat) S 31474 31478 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408107 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474303094000 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=31478/tid=31481] ppid=31474 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/31478/task/31481/stat : 31481 (toysat) S 31474 31478 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408108 1337528320 268001 33554432000 4194304 16246674 140734661477024 140474220276912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 26.19
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 26.285
CPU time (s): 26.279
CPU user time (s): 25.8171
CPU system time (s): 0.461929
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8171
system time used= 0.461929
maximum resident set size= 1072012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267682
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= 27

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135979 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:40:16
IDJOB=4109242
IDBENCH=78749
IDSOLVER=2553
FILE ID=node129/4109242-1466343616
RUNJOBID= node129-1466341815-31321
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= d78095cb3543dadc419b0cdccb2004b4
RANDOM SEED=1648543600

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.143
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:        30349372 kB
Buffers:           86744 kB
Cached:           177692 kB
SwapCached:         1804 kB
Active:           131996 kB
Inactive:         136148 kB
Active(anon):       3352 kB
Inactive(anon):     2732 kB
Active(file):     128644 kB
Inactive(file):   133416 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16372 kB
Writeback:             0 kB
AnonPages:       1596504 kB
Mapped:             7248 kB
Shmem:                 0 kB
Slab:             601948 kB
SReclaimable:      45912 kB
SUnreclaim:       556036 kB
KernelStack:        1480 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1614428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 71704 MiB
End job on node129 at 2016-06-19 15:40:43