Trace number 4109958

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 8.67668 8.68679

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
MD5SUM2f4d2e59134ffbad904dde6d63a6f677
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark8.67668
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
Number of bits of the biggest sum of numbers10
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:54:57+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-4109958-1466344497.wbo"]
0.00/0.01	c use --random-gen="3534724147 2276945153 4176156209 1846146124 254184816 4172637130 158389062 1659662509 327081850 785584554 839668091 2391152624 34130116 726558300 323103200 1814556693 213674853 467879986 654943332 2285487623 4030604573 1382342847 2378578800 1346756273 993499042 194638629 677282620 161593658 1464884416 341597293 3610108619 4106036299 1748150575 3569613321 267412382 2556973819 3271943041 927969239 3310559924 1625315302 3883249678 3453959888 2294460577 3746114834 3046532662 3505847962 3663908689 1856842603 3101909266 3741949066 532820758 3452939977 2920179069 610273996 2234844301 2467276616 1783319801 2300735358 2445937092 1996451439 297372482 4248351885 2374677384 2394164440 4239216149 4057052327 978481012 919228707 3963745049 3433948313 972807186 1976844744 3009346976 2813126413 2932194869 4084038891 1882973140 3284245438 4087438407 567688214 3551302228 3008205819 4078326955 2153109591 3565820626 1345071261 3758295148 3661410700 555344736 2021606194 1906865142 1473188896 3501391761 3166069594 774760186 446328784 1150325352 4290315265 202226169 1255861011 3790540426 2897727226 330046829 1569220342 376555042 4096187523 3345056156 1528023643 660891653 3018839249 1133424300 593958735 1523991409 4052802986 4150834879 3646381811 1741954871 1218867245 3854960403 1072316096 1481750265 669149222 2832091085 3134984865 992344671 3086852306 2584853395 286201101 1164917145 2949593201 3663433774 2649968826 2095418617 55361753 4103927902 3434454028 919833851 1982280152 1511830226 3747823601 2034649605 1248021201 610464376 1640672315 2608198461 2729050666 4052721399 1767581548 1747412884 1242948815 2488441752 1276342206 4034882090 3949932192 612538294 1054449944 291424866 2199198725 753138283 3335612688 1979634391 415665068 16303087 2548243506 1621025650 1208565171 3461252291 1017685547 1860737210 1613123098 1629259029 3636273435 914648259 278782243 1102658707 1639899201 1601878604 693257605 3763200654 2428348025 1039646293 3125125991 2374206227 3205744630 2299413593 1793320468 494891657 1683000512 1572980727 1959575097 1151968330 1465150210 1888960131 63203916 3364448049 3823447506 1468795722 3693126597 3659090770 2202859994 3788797057 3053200384 3144630574 833851709 651297151 647015875 3746585262 308443821 2195818703 342134346 3820382259 1638628085 71765764 1932910007 493041564 608865774 1660925108 384296822 260123267 3587390558 34706744 3822460823 2420159786 1169375409 2388876587 1339422513 1658983484 2694675062 4277963340 487832380 1886614938 808514050 2511735207 1790611909 1659845706 1475822716 1466586496 2227776202 1897759728 3792824249 3000062382 2150483536 397827328 3918843627 635863071 1885273163 2699950308 1403186902 3970893368 3242546786 2701423731 84524431 4129121422 658509443 81764174 4008324272 255 362436" option to reproduce the execution
0.09/0.12	c #vars 231
0.09/0.12	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1029 |       46 |     1291      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.020s
0.19/0.20	c #wall_clock_time = 0.020s
0.19/0.20	c #decision = 1029
0.19/0.20	c #random_decision = 5
0.19/0.20	c #conflict = 46
0.19/0.20	c #restart = 0
0.19/0.20	o 306
0.19/0.20	c BCD2: updating upper bound: 46893 -> 305
0.19/0.20	c BCD2: 0 <= obj <= 305
0.19/0.20	c BCD2: #cores=0, #unrelaxed=937, #relaxed=0, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1159 |      100 |     1421      0 |        0 |        0
0.19/0.25	c  0.0s |       2 |     2317 |      250 |     1564      0 |        0 |        0
0.19/0.29	c  0.1s |       3 |     3677 |      475 |     1721      0 |        0 |        0
0.38/0.42	c  0.2s |       4 |     5173 |      813 |     1894      0 |        0 |        0
0.49/0.57	c  0.4s |       5 |     7064 |     1320 |     2084      0 |        0 |        0
0.79/0.88	c  0.7s |       6 |     9631 |     2081 |     2293      0 |        0 |        0
1.29/1.35	c  1.2s |       7 |    12811 |     3223 |     2523      0 |        0 |        0
1.69/1.79	c  1.6s |       7 |    16023 |     4407 |     2523      1 |        0 |        0
1.69/1.79	c #cpu_time = 1.593s
1.69/1.79	c #wall_clock_time = 1.593s
1.69/1.79	c #decision = 16023
1.69/1.79	c #random_decision = 14
1.69/1.79	c #conflict = 4407
1.69/1.79	c #restart = 7
1.69/1.79	c BCD2: found a new core of size 729: cost of the new core is >=1
1.69/1.79	c lower bound updated to 1
1.79/1.80	c BCD2: 1 <= obj <= 305
1.79/1.80	c BCD2: #cores=1, #unrelaxed=208, #relaxed=729, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=2 bias=2/3
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |     2523      0 |        0 |        0
1.79/1.84	c  0.0s |       0 |     1009 |        1 |     2523      1 |        0 |        0
1.79/1.84	c #cpu_time = 0.041s
1.79/1.84	c #wall_clock_time = 0.041s
1.79/1.84	c #decision = 1009
1.79/1.84	c #random_decision = 2
1.79/1.84	c #conflict = 1
1.79/1.84	c #restart = 0
1.79/1.84	o 103
1.79/1.84	c BCD2: updating upper bound: 305 -> 102
1.79/1.84	c BCD2: 1 <= obj <= 102
1.79/1.84	c BCD2: #cores=1, #unrelaxed=208, #relaxed=729, #hardened=0
1.79/1.84	c BCD2: #sat=2 #unsat=2 bias=2/4
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |     2523      0 |        0 |        1
1.88/1.90	c  0.1s |       1 |      547 |      100 |     2523      0 |        0 |        1
1.88/1.92	c  0.1s |       1 |      912 |      100 |     2523      0 |        0 |        1
1.88/1.92	c #cpu_time = 0.068s
1.88/1.92	c #wall_clock_time = 0.068s
1.88/1.92	c #decision = 912
1.88/1.92	c #random_decision = 1
1.88/1.92	c #conflict = 100
1.88/1.92	c #restart = 1
1.88/1.92	o 30
1.88/1.92	c BCD2: hardening fixes 662 literals
1.88/1.92	c BCD2: updating upper bound: 102 -> 29
1.88/1.92	c BCD2: 1 <= obj <= 29
1.88/1.92	c BCD2: #cores=1, #unrelaxed=60, #relaxed=215, #hardened=662
1.88/1.92	c BCD2: #sat=3 #unsat=2 bias=2/5
1.88/1.92	c Solving starts ...
1.88/1.92	c ============================[ Search Statistics ]============================
1.88/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.88/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.88/1.92	c =============================================================================
1.88/1.92	c  0.0s |       0 |        0 |        0 |     2523      0 |      662 |        2
1.88/1.97	c  0.0s |       1 |      283 |      100 |     2523      0 |      662 |        2
1.98/2.02	c  0.1s |       2 |      677 |      250 |     2523      0 |      662 |        2
1.98/2.09	c  0.2s |       3 |     1108 |      475 |     2776      0 |      662 |        2
2.19/2.22	c  0.3s |       4 |     1779 |      813 |     2776      0 |      662 |        2
2.38/2.40	c  0.5s |       5 |     2697 |     1320 |     2776      0 |      662 |        2
2.58/2.65	c  0.7s |       6 |     4072 |     2081 |     2776      0 |      662 |        2
2.99/3.04	c  1.1s |       6 |     6025 |     3135 |     3054      1 |      662 |        2
2.99/3.04	c #cpu_time = 1.121s
2.99/3.04	c #wall_clock_time = 1.120s
2.99/3.04	c #decision = 6025
2.99/3.04	c #random_decision = 4
2.99/3.04	c #conflict = 3135
2.99/3.04	c #restart = 6
3.09/3.19	o 12
3.09/3.19	c BCD2: hardening fixes 171 literals
3.09/3.19	c BCD2: updating upper bound: 29 -> 11
3.09/3.19	c BCD2: 1 <= obj <= 11
3.09/3.19	c BCD2: #cores=1, #unrelaxed=24, #relaxed=80, #hardened=833
3.09/3.19	c BCD2: #sat=4 #unsat=2 bias=2/6
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |     3054      0 |      833 |        3
3.09/3.19	c  0.0s |       1 |      208 |      100 |     3054      0 |      833 |        3
3.09/3.19	c  0.1s |       2 |      506 |      250 |     3054      0 |      833 |        3
3.09/3.21	c  0.2s |       3 |      978 |      475 |     3054      0 |      833 |        3
3.09/3.32	c  0.3s |       4 |     1713 |      813 |     3054      0 |      833 |        3
3.40/3.50	c  0.5s |       5 |     2586 |     1320 |     3054      1 |      833 |        3
3.60/3.69	c  0.6s |       6 |     4055 |     2081 |     3054      1 |      833 |        3
3.99/4.00	c  1.0s |       7 |     6207 |     3223 |     3054      2 |      833 |        3
4.39/4.41	c  1.4s |       8 |     9357 |     4936 |     3360      2 |      833 |        3
4.49/4.59	c  1.5s |       8 |    10392 |     5494 |     3360      3 |      833 |        3
4.49/4.59	c #cpu_time = 1.539s
4.49/4.59	c #wall_clock_time = 1.544s
4.49/4.59	c #decision = 10392
4.49/4.59	c #random_decision = 21
4.49/4.59	c #conflict = 5494
4.49/4.59	c #restart = 8
4.49/4.59	c BCD2: relaxing 15 and merging with 1 cores into a new core of size 744: cost of the new core is >=3
4.49/4.59	c lower bound updated to 3
4.49/4.59	c BCD2: 3 <= obj <= 11
4.49/4.59	c BCD2: #cores=1, #unrelaxed=9, #relaxed=95, #hardened=833
4.49/4.59	c BCD2: #sat=4 #unsat=3 bias=3/7
4.49/4.59	c Solving starts ...
4.49/4.59	c ============================[ Search Statistics ]============================
4.49/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.59	c =============================================================================
4.49/4.59	c  0.0s |       0 |        0 |        0 |     3360      0 |      837 |        3
4.59/4.63	c  0.0s |       1 |      179 |      100 |     3360      0 |      837 |       10
4.59/4.67	c  0.1s |       2 |      440 |      250 |     3360      0 |      837 |       10
4.69/4.72	c  0.1s |       3 |      875 |      475 |     3360      0 |      837 |       10
4.79/4.82	c  0.2s |       4 |     1512 |      813 |     3360      0 |      837 |       10
4.89/4.95	c  0.4s |       5 |     2430 |     1320 |     3360      0 |      837 |       10
5.09/5.13	c  0.5s |       6 |     3720 |     2081 |     3360      0 |      837 |       10
5.39/5.45	c  0.9s |       7 |     5843 |     3223 |     3360      1 |      837 |       10
5.79/5.89	c  1.3s |       8 |     8535 |     4936 |     3697      1 |      837 |       10
5.99/6.05	c  1.5s |       8 |     9390 |     5484 |     3697      2 |      837 |       10
5.99/6.05	c #cpu_time = 1.454s
5.99/6.05	c #wall_clock_time = 1.454s
5.99/6.05	c #decision = 9390
5.99/6.05	c #random_decision = 28
5.99/6.05	c #conflict = 5484
5.99/6.05	c #restart = 8
5.99/6.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 746: cost of the new core is >=9
5.99/6.05	c lower bound updated to 9
5.99/6.05	c BCD2: hardening fixes 7 literals
5.99/6.05	c BCD2: 9 <= obj <= 11
5.99/6.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=97, #hardened=840
5.99/6.05	c BCD2: #sat=4 #unsat=4 bias=4/8
5.99/6.05	c Solving starts ...
5.99/6.05	c ============================[ Search Statistics ]============================
5.99/6.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.05	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.05	c =============================================================================
5.99/6.05	c  0.0s |       0 |        0 |        0 |     3697      0 |      845 |       10
5.99/6.09	c  0.0s |       1 |      188 |      100 |     3697      0 |      845 |       11
6.09/6.14	c  0.1s |       2 |      520 |      250 |     3697      0 |      845 |       11
6.19/6.20	c  0.2s |       3 |      925 |      475 |     3697      0 |      845 |       11
6.19/6.29	c  0.2s |       4 |     1589 |      813 |     3697      0 |      845 |       11
6.39/6.44	c  0.4s |       5 |     2382 |     1320 |     3697      0 |      845 |       11
6.59/6.67	c  0.6s |       6 |     3694 |     2081 |     3697      0 |      845 |       11
6.99/7.05	c  1.0s |       7 |     5538 |     3223 |     3697      1 |      845 |       11
7.49/7.54	c  1.5s |       8 |     8250 |     4936 |     3697      1 |      845 |       11
8.29/8.30	c  2.3s |       9 |    12339 |     7506 |     4067      2 |      845 |       11
8.59/8.62	c  2.6s |       9 |    13953 |     8515 |     4067      3 |      846 |       12
8.59/8.62	c #cpu_time = 2.571s
8.59/8.62	c #wall_clock_time = 2.571s
8.59/8.62	c #decision = 13953
8.59/8.62	c #random_decision = 39
8.59/8.62	c #conflict = 8515
8.59/8.62	c #restart = 9
8.59/8.62	c BCD2: updating lower bound of a core
8.59/8.62	c lower bound updated to 13
8.59/8.62	s OPTIMUM FOUND
8.59/8.62	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
8.59/8.62	v -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
8.59/8.62	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
8.59/8.62	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
8.59/8.62	v -x41 -x42 -x43 x44 -x45 -x46 x47 -x48 -x49 -x50
8.59/8.62	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
8.59/8.62	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70
8.59/8.62	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
8.59/8.62	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
8.59/8.62	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
8.59/8.62	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
8.59/8.62	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
8.59/8.62	v -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130
8.59/8.62	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
8.59/8.62	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
8.59/8.62	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
8.59/8.62	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
8.59/8.62	v -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
8.59/8.62	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190
8.59/8.62	v -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200
8.59/8.62	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210
8.59/8.62	v -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
8.59/8.62	v -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230
8.59/8.62	v -x231
8.59/8.62	c total CPU time = 8.616s
8.59/8.62	c total wall clock time = 8.621s

Verifier Data

OK	12

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

pid=3769
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.34 2.29 2.14 3/179 3772
/proc/meminfo: memFree=29085796/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=652868 CPUtime=0 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 2423 0 0 0 0 0 0 0 20 0 4 0 36495422 668536832 2273 33554432000 4194304 16246674 140734025240880 140734025240304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 163729 2282 442 2943 0 160623 0
[pid=3772/tid=3773] ppid=3769 vsize=669252 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 685314048 2340 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=673348 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 689508352 2356 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=677444 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36495422 693702656 2370 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10019 s]
/proc/loadavg: 2.34 2.29 2.14 3/179 3772
/proc/meminfo: memFree=29085796/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 24479 0 0 0 5 4 0 0 20 0 4 0 36495422 1247350784 24322 33554432000 4194304 16246674 140734025240880 140734025240304 12486453 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 304529 24327 621 2943 0 301423 0
[pid=3772/tid=3773] ppid=3769 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1247350784 24331 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1247350784 24332 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36495422 1247350784 24337 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20054 s]
/proc/loadavg: 2.34 2.29 2.14 3/179 3772
/proc/meminfo: memFree=29085796/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1222212 CPUtime=0.19 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 39832 0 0 0 12 7 0 0 20 0 4 0 36495422 1251545088 39646 33554432000 4194304 16246674 140734025240880 140734025240192 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 305553 39646 861 2943 0 302447 0
[pid=3772/tid=3773] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39646 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39646 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39646 33554432000 4194304 16246674 140734025240880 140582713281712 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) 1222212

[startup+0.300463 s]
/proc/loadavg: 2.34 2.29 2.14 3/179 3772
/proc/meminfo: memFree=29085796/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1222212 CPUtime=0.29 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 39846 0 0 0 22 7 0 0 20 0 4 0 36495422 1251545088 39660 33554432000 4194304 16246674 140734025240880 140734025240192 5842994 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 305553 39660 870 2943 0 302447 0
[pid=3772/tid=3773] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39660 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39660 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 39660 33554432000 4194304 16246674 140734025240880 140582713281712 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) 1222212

[startup+0.700414 s]
/proc/loadavg: 2.34 2.29 2.14 3/179 3772
/proc/meminfo: memFree=29085796/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1222212 CPUtime=0.68 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 129468 0 0 0 49 19 0 0 20 0 4 0 36495422 1251545088 129282 33554432000 4194304 16246674 140734025240880 140734025222784 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 305553 129292 870 2943 0 302447 0
[pid=3772/tid=3773] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 129304 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 129312 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1251545088 129316 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1222212

[startup+1.50043 s]
/proc/loadavg: 2.34 2.29 2.14 4/183 3776
/proc/meminfo: memFree=28177936/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 248820 0 0 0 114 35 0 0 20 0 4 0 36495422 1339625472 248634 33554432000 4194304 16246674 140734025240880 140734025222784 12477688 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 248634 875 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 248634 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 248634 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 248634 33554432000 4194304 16246674 140734025240880 140582713281712 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) 1308228

[startup+3.10029 s]
/proc/loadavg: 2.34 2.29 2.14 4/183 3776
/proc/meminfo: memFree=28091260/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 270 39 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025222784 5822484 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 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) 1308228

[startup+6.30038 s]
/proc/loadavg: 2.32 2.28 2.14 3/183 3776
/proc/meminfo: memFree=28014388/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=6.29 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 589 40 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025223872 12997705 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 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) 1308228

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

[startup+6.60042 s]
/proc/loadavg: 2.32 2.28 2.14 3/183 3776
/proc/meminfo: memFree=28014388/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=6.59 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 619 40 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025222784 5711518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 1308228

[startup+7.40043 s]
/proc/loadavg: 2.32 2.28 2.14 3/183 3776
/proc/meminfo: memFree=28014124/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=7.39 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 699 40 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025222784 5677720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 1308228

[startup+8.20044 s]
/proc/loadavg: 2.32 2.28 2.14 3/183 3776
/proc/meminfo: memFree=28014248/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=8.19 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 779 40 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025222784 5673957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1308228

[startup+8.60042 s]
/proc/loadavg: 2.32 2.28 2.14 3/183 3776
/proc/meminfo: memFree=28014248/32872528 swapFree=1499884/1696108
[pid=3772] ppid=3769 vsize=1308228 CPUtime=8.59 cores=1,3,5,7
/proc/3772/stat : 3772 (toysat) R 3769 3772 2004 0 -1 4202496 268192 0 0 0 819 40 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140734025222784 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3772/statm: 327057 268006 886 2943 0 323951 0
[pid=3772/tid=3773] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3773/stat : 3773 (toysat) S 3769 3772 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582734245104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3772/tid=3774] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3774/stat : 3774 (toysat) S 3769 3772 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582723755248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3772/tid=3775] ppid=3769 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/3772/task/3775/stat : 3775 (toysat) S 3769 3772 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36495422 1339625472 268006 33554432000 4194304 16246674 140734025240880 140582713281712 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 1308228

Child status: 0
Real time (s): 8.68679
CPU time (s): 8.67668
CPU user time (s): 8.21475
CPU system time (s): 0.461929
CPU usage (%): 99.8836
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.21475
system time used= 0.461929
maximum resident set size= 1072036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268196
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= 18
involuntary context switches= 24

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023996 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:54:57
IDJOB=4109958
IDBENCH=78983
IDSOLVER=2553
FILE ID=node137/4109958-1466344497
RUNJOBID= node137-1466341805-2021
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552423--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109958-1466344497/watcher-4109958-1466344497 -o /tmp/evaluation-result-4109958-1466344497/solver-4109958-1466344497 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2021 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109958-1466344497.wbo

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

MD5SUM BENCH= 2f4d2e59134ffbad904dde6d63a6f677
RANDOM SEED=997772803

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29086448 kB
Buffers:           71456 kB
Cached:           190832 kB
SwapCached:         1260 kB
Active:          1209392 kB
Inactive:         139696 kB
Active(anon):    1086724 kB
Inactive(anon):     2080 kB
Active(file):     122668 kB
Inactive(file):   137616 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             16344 kB
Writeback:             0 kB
AnonPages:       2782184 kB
Mapped:            11216 kB
Shmem:                 0 kB
Slab:             606124 kB
SReclaimable:      50196 kB
SUnreclaim:       555928 kB
KernelStack:        1520 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2924648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node137 at 2016-06-19 15:55:06