Trace number 4109858

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 9.26059 9.26201

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-33-100-0.wbo
MD5SUM901bd5d9c00fc087d540e6ebf4e7f98d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark9.26059
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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:51:29+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-4109858-1466344289.wbo"]
0.00/0.01	c use --random-gen="2693859928 1656888594 2658444051 3896580279 286226542 2607172626 1948292057 579927866 3449585078 3701781285 3603122968 1603747462 1477918923 1870871781 490821161 3434652097 4103682802 2374936925 3428051779 1767556619 2578342654 3076690818 1377900214 3921842829 1657108790 2910494476 2323345858 2813273091 3421243856 2430098197 1987631345 2554274555 2794134773 2898072326 2026407675 3873023557 374387004 3999988371 1936593382 3825538306 2959477014 2671553564 4010791188 4073800681 710901233 2234861408 2762309737 2549474697 3284617110 493706223 2765606801 659496630 1770614698 1550771780 1362546882 1919329171 287904860 3903143321 2226172494 3472238561 2247119396 2100959783 223807388 3307170844 483733668 1579814855 4081203629 2627738993 1356961374 1968457409 3506683719 3450496212 4283886050 1648731980 3768807992 228685958 1214173941 2968178420 3861900910 1278417619 2808532232 3060218422 991928605 2980618262 1582760599 845903761 3189442978 3266677417 2444277525 3796739918 4269035568 368869027 341058101 1906140306 3393660829 2257315664 3207913134 626253220 660342558 664936183 280763808 1928936394 3589808108 646606524 1023815728 4047102915 592285872 3681192433 1369533400 2377246106 1467660823 406808220 1189247068 3691821501 3006802246 342447853 2050466087 135755369 766025334 898983428 3316825779 1570303185 4222555753 1095835825 3085098753 3797607021 2993416776 971052929 3179859761 1419680089 2081835488 231854417 514102393 2012954776 997482148 1709984872 1084812396 2055598730 3233580572 2978620591 3486287139 3824722296 4215138596 2662081500 2757248162 3376814882 2763419862 4205946937 3850001325 196491199 3869406368 853660570 3597420815 2839797902 407236319 219784715 3777729525 432767973 2045031826 25800229 2670084806 3528930936 234230294 1521787456 2213563635 1204892014 1285169880 1133298896 3833769548 4024579508 3975947932 4187359291 2868504322 431017075 547795565 2899531983 2924490502 476026485 1215393620 2064737226 3484199469 1776541321 4283449363 3574024645 824261664 3930061518 3010827591 4253805648 3760200490 1197236024 3292669956 2630245659 1681970917 3852312527 1682768957 3657303723 3616743902 3155769317 2956199321 1320564428 2558545808 4290528744 3965620307 912365150 723560944 706739901 2593229028 15835041 949158212 213317944 1766550590 2245623983 4152992644 4121149649 1026139350 2743987481 1727479076 135776269 1950301905 10860299 374444486 595389469 202153238 689021774 3454501055 1473633304 3366800308 4030566816 3945001546 3663068586 3422194749 3261295924 1903391415 542457142 2042600536 2207984662 4077170976 4213917030 2992794671 600593277 2462848448 1294012059 3802825319 1107364832 1004958489 2547778525 4089602096 684591902 4221211952 3848300804 3079690650 3266844832 2416522839 3813626660 3382306346 4138366890 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	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.18	c  0.0s |       0 |        0 |        0 |     1591      0 |        0 |        0
0.09/0.18	c  0.0s |       0 |     1866 |        3 |     1591      0 |        0 |        0
0.09/0.18	c #cpu_time = 0.006s
0.09/0.18	c #wall_clock_time = 0.006s
0.09/0.18	c #decision = 1866
0.09/0.18	c #random_decision = 5
0.09/0.18	c #conflict = 3
0.09/0.18	c #restart = 0
0.09/0.19	o 431
0.09/0.19	c BCD2: updating upper bound: 93831 -> 430
0.19/0.20	c BCD2: 0 <= obj <= 430
0.19/0.20	c BCD2: #cores=0, #unrelaxed=1837, #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 |     1591      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     2105 |      100 |     1751      0 |        0 |        0
0.19/0.26	c  0.1s |       2 |     4250 |      250 |     1927      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |     6448 |      475 |     2120      0 |        0 |        0
0.39/0.43	c  0.2s |       4 |     8850 |      813 |     2332      0 |        0 |        0
0.59/0.62	c  0.4s |       5 |    11478 |     1320 |     2566      0 |        0 |        0
0.79/0.87	c  0.7s |       6 |    14814 |     2081 |     2823      0 |        0 |        0
1.29/1.31	c  1.1s |       7 |    18939 |     3223 |     3106      0 |        0 |        0
1.99/2.05	c  1.8s |       7 |    23028 |     4372 |     3106      1 |        0 |        0
1.99/2.05	c #cpu_time = 1.842s
1.99/2.05	c #wall_clock_time = 1.847s
1.99/2.05	c #decision = 23028
1.99/2.05	c #random_decision = 3
1.99/2.05	c #conflict = 4372
1.99/2.05	c #restart = 7
1.99/2.05	c BCD2: found a new core of size 1300: cost of the new core is >=1
1.99/2.05	c lower bound updated to 1
1.99/2.05	c BCD2: 1 <= obj <= 430
1.99/2.05	c BCD2: #cores=1, #unrelaxed=537, #relaxed=1300, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=2 bias=2/3
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |     3106      0 |        0 |        0
2.09/2.10	c  0.0s |       0 |     2111 |        4 |     3106      0 |        0 |        0
2.09/2.10	c #cpu_time = 0.037s
2.09/2.10	c #wall_clock_time = 0.037s
2.09/2.10	c #decision = 2111
2.09/2.10	c #random_decision = 3
2.09/2.10	c #conflict = 4
2.09/2.10	c #restart = 0
2.09/2.10	o 82
2.09/2.10	c BCD2: hardening fixes 362 literals
2.09/2.10	c BCD2: updating upper bound: 430 -> 81
2.09/2.11	c BCD2: 1 <= obj <= 81
2.09/2.11	c BCD2: #cores=1, #unrelaxed=430, #relaxed=1045, #hardened=362
2.09/2.11	c BCD2: #sat=2 #unsat=2 bias=2/4
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |     3106      0 |      362 |        1
2.09/2.15	c  0.0s |       0 |      965 |        0 |     3106      0 |      362 |        1
2.09/2.15	c #cpu_time = 0.040s
2.09/2.15	c #wall_clock_time = 0.040s
2.09/2.15	c #decision = 965
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	o 11
2.09/2.15	c BCD2: hardening fixes 1295 literals
2.09/2.15	c BCD2: updating upper bound: 81 -> 10
2.09/2.15	c BCD2: 1 <= obj <= 10
2.09/2.15	c BCD2: #cores=1, #unrelaxed=49, #relaxed=131, #hardened=1657
2.09/2.15	c BCD2: #sat=3 #unsat=2 bias=2/5
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |     3106      0 |     1657 |        2
2.09/2.19	c  0.0s |       0 |      137 |        1 |     3106      0 |     1657 |        2
2.09/2.19	c #cpu_time = 0.035s
2.09/2.19	c #wall_clock_time = 0.035s
2.09/2.19	c #decision = 137
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 1
2.09/2.19	c #restart = 0
2.09/2.19	o 8
2.09/2.20	c BCD2: hardening fixes 54 literals
2.09/2.20	c BCD2: updating upper bound: 10 -> 7
2.09/2.20	c BCD2: 1 <= obj <= 7
2.09/2.20	c BCD2: #cores=1, #unrelaxed=31, #relaxed=95, #hardened=1711
2.09/2.20	c BCD2: #sat=4 #unsat=2 bias=2/6
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     3106      0 |     1711 |        3
2.19/2.26	c  0.1s |       1 |      215 |      100 |     3106      0 |     1711 |        4
2.29/2.34	c  0.1s |       2 |      520 |      250 |     3106      0 |     1711 |        4
2.39/2.45	c  0.3s |       3 |      938 |      475 |     3106      0 |     1711 |        4
2.59/2.63	c  0.4s |       4 |     1598 |      813 |     3417      0 |     1711 |        4
2.79/2.86	c  0.7s |       5 |     2602 |     1320 |     3417      0 |     1711 |        4
3.09/3.19	c  1.0s |       6 |     3880 |     2081 |     3417      0 |     1711 |        4
3.59/3.62	c  1.4s |       7 |     5849 |     3223 |     3759      1 |     1711 |        4
4.09/4.10	c  1.9s |       8 |     8817 |     4936 |     3759      1 |     1711 |        4
4.79/4.85	c  2.7s |       9 |    13298 |     7506 |     4135      2 |     1711 |        4
5.59/5.62	c  3.4s |       9 |    17797 |    10182 |     4135      3 |     1711 |        4
5.59/5.62	c #cpu_time = 3.417s
5.59/5.62	c #wall_clock_time = 3.426s
5.59/5.62	c #decision = 17797
5.59/5.62	c #random_decision = 48
5.59/5.62	c #conflict = 10182
5.59/5.62	c #restart = 9
5.59/5.62	c BCD2: relaxing 21 and merging with 1 cores into a new core of size 1321: cost of the new core is >=2
5.59/5.62	c lower bound updated to 2
5.59/5.63	c BCD2: hardening fixes 1 literals
5.59/5.63	c BCD2: 2 <= obj <= 7
5.59/5.63	c BCD2: #cores=1, #unrelaxed=9, #relaxed=116, #hardened=1712
5.59/5.63	c BCD2: #sat=4 #unsat=3 bias=3/7
5.59/5.63	c Solving starts ...
5.59/5.63	c ============================[ Search Statistics ]============================
5.59/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.63	c =============================================================================
5.59/5.63	c  0.0s |       0 |        0 |        0 |     4135      0 |     1716 |        4
5.69/5.72	c  0.1s |       1 |      187 |      100 |     4135      0 |     1716 |       10
5.69/5.77	c  0.1s |       2 |      457 |      250 |     4135      0 |     1716 |       10
5.78/5.85	c  0.2s |       3 |      821 |      475 |     4135      0 |     1716 |       10
5.88/5.94	c  0.3s |       4 |     1415 |      813 |     4135      0 |     1716 |       10
5.98/6.10	c  0.5s |       5 |     2295 |     1320 |     4135      0 |     1716 |       10
6.28/6.33	c  0.7s |       6 |     3598 |     2081 |     4135      0 |     1716 |       10
6.59/6.70	c  1.1s |       7 |     5508 |     3223 |     4549      0 |     1716 |       10
7.29/7.30	c  1.7s |       8 |     8396 |     4936 |     4549      1 |     1716 |       10
7.80/7.82	c  2.2s |       8 |    11108 |     6552 |     4549      1 |     1716 |       10
7.80/7.82	c #cpu_time = 2.184s
7.80/7.82	c #wall_clock_time = 2.190s
7.80/7.82	c #decision = 11108
7.80/7.82	c #random_decision = 26
7.80/7.82	c #conflict = 6552
7.80/7.82	c #restart = 8
7.80/7.82	o 4
7.80/7.82	c BCD2: hardening fixes 78 literals
7.80/7.82	c BCD2: updating upper bound: 7 -> 3
7.80/7.82	c BCD2: 2 <= obj <= 3
7.80/7.82	c BCD2: #cores=1, #unrelaxed=2, #relaxed=45, #hardened=1790
7.80/7.82	c BCD2: #sat=5 #unsat=3 bias=3/8
7.80/7.82	c Solving starts ...
7.80/7.82	c ============================[ Search Statistics ]============================
7.80/7.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.82	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.82	c =============================================================================
7.80/7.82	c  0.0s |       0 |        0 |        0 |     4549      0 |     1794 |       11
7.80/7.86	c  0.0s |       1 |      186 |      100 |     4549      0 |     1794 |       11
7.89/7.91	c  0.1s |       2 |      404 |      250 |     4549      0 |     1794 |       11
7.99/8.00	c  0.2s |       3 |      766 |      475 |     4549      0 |     1794 |       11
8.09/8.14	c  0.3s |       4 |     1404 |      813 |     4549      1 |     1794 |       11
8.19/8.28	c  0.5s |       5 |     2208 |     1320 |     4549      1 |     1794 |       11
8.29/8.36	c  0.5s |       5 |     2608 |     1580 |     4549      1 |     1795 |       13
8.29/8.36	c #cpu_time = 0.543s
8.29/8.36	c #wall_clock_time = 0.545s
8.29/8.36	c #decision = 2608
8.29/8.36	c #random_decision = 8
8.29/8.36	c #conflict = 1580
8.29/8.36	c #restart = 5
8.29/8.36	c BCD2: updating lower bound of a core
8.29/8.36	c lower bound updated to 3
8.29/8.37	c BCD2: hardening fixes 2 literals
8.29/8.37	c BCD2: 3 <= obj <= 3
8.29/8.37	c BCD2: #cores=1, #unrelaxed=0, #relaxed=45, #hardened=1792
8.29/8.37	c BCD2: #sat=5 #unsat=4 bias=4/9
8.29/8.37	c Solving starts ...
8.29/8.37	c ============================[ Search Statistics ]============================
8.29/8.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.37	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.37	c =============================================================================
8.29/8.37	c  0.0s |       0 |        0 |        0 |     4549      0 |     1797 |       13
8.39/8.41	c  0.0s |       1 |      217 |      100 |     4549      0 |     1797 |       13
8.39/8.44	c  0.1s |       2 |      474 |      250 |     4549      0 |     1797 |       13
8.49/8.50	c  0.1s |       3 |      841 |      475 |     4549      0 |     1797 |       13
8.59/8.61	c  0.2s |       4 |     1380 |      813 |     4549      0 |     1797 |       13
8.69/8.78	c  0.4s |       5 |     2148 |     1320 |     4549      0 |     1797 |       13
8.99/9.01	c  0.6s |       6 |     3266 |     2081 |     4549      0 |     1797 |       13
9.09/9.19	c  0.8s |       6 |     4152 |     2654 |     4549      0 |     1798 |       15
9.09/9.19	c #cpu_time = 0.817s
9.09/9.19	c #wall_clock_time = 0.820s
9.09/9.19	c #decision = 4152
9.09/9.19	c #random_decision = 8
9.09/9.19	c #conflict = 2654
9.09/9.19	c #restart = 6
9.09/9.19	c BCD2: updating lower bound of a core
9.09/9.19	c lower bound updated to 4
9.09/9.20	s OPTIMUM FOUND
9.09/9.20	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10
9.09/9.20	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
9.09/9.20	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
9.09/9.20	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
9.09/9.20	v -x41 -x42 -x43 x44 -x45 -x46 x47 -x48 -x49 -x50
9.09/9.20	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
9.09/9.20	v x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
9.09/9.20	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
9.09/9.20	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90
9.09/9.20	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
9.09/9.20	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
9.09/9.20	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
9.09/9.20	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
9.09/9.20	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
9.09/9.20	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
9.09/9.20	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
9.09/9.20	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
9.09/9.20	v -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180
9.09/9.20	v -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
9.09/9.20	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200
9.09/9.20	v -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210
9.09/9.20	v -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220
9.09/9.20	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
9.09/9.20	v -x231
9.09/9.20	c total CPU time = 9.175s
9.09/9.20	c total wall clock time = 9.199s

Verifier Data

OK	4

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

pid=7175
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.29 2.27 2.09 4/179 7178
/proc/meminfo: memFree=28818884/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=803260 CPUtime=0 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 3013 0 0 0 0 0 0 0 20 0 4 0 36475533 822538240 3374 33554432000 4194304 16246674 140733226543136 140733226542560 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 201583 3384 441 2943 0 198477 0
[pid=7178/tid=7179] ppid=7175 vsize=821692 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 841412608 3446 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=825788 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 845606912 3462 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=829884 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 849801216 3478 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.29 2.27 2.09 4/179 7178
/proc/meminfo: memFree=28818884/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 24856 0 0 0 6 3 0 0 20 0 4 0 36475533 1247350784 25210 33554432000 4194304 16246674 140733226543136 140733226542560 6145278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 304529 25211 621 2943 0 301423 0
[pid=7178/tid=7179] ppid=7175 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1247350784 25211 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1247350784 25212 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1247350784 25212 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200609 s]
/proc/loadavg: 2.29 2.27 2.09 4/179 7178
/proc/meminfo: memFree=28818884/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 32071 0 0 0 15 4 0 0 20 0 4 0 36475533 1250496512 32379 33554432000 4194304 16246674 140733226543136 140733226542448 13893079 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 305297 32379 918 2943 0 302191 0
[pid=7178/tid=7179] ppid=7175 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1250496512 32379 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1250496512 32379 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1250496512 32379 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300516 s]
/proc/loadavg: 2.29 2.27 2.09 4/179 7178
/proc/meminfo: memFree=28818884/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 51388 0 0 0 23 6 0 0 20 0 4 0 36475533 1334382592 51697 33554432000 4194304 16246674 140733226543136 140733226542448 5600539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 325777 51705 922 2943 0 322671 0
[pid=7178/tid=7179] ppid=7175 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1334382592 51708 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1334382592 51712 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1334382592 51715 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700452 s]
/proc/loadavg: 2.29 2.27 2.09 4/179 7178
/proc/meminfo: memFree=28818884/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 89819 0 0 0 57 12 0 0 20 0 4 0 36475533 1338576896 90127 33554432000 4194304 16246674 140733226543136 140733226525056 5754583 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 326801 90127 927 2943 0 323695 0
[pid=7178/tid=7179] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90127 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90127 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90127 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50044 s]
/proc/loadavg: 2.29 2.27 2.09 3/183 7182
/proc/meminfo: memFree=28459412/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 89824 0 0 0 137 12 0 0 20 0 4 0 36475533 1338576896 90132 33554432000 4194304 16246674 140733226543136 140733226525056 5523241 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 326801 90132 932 2943 0 323695 0
[pid=7178/tid=7179] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90132 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90132 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 90132 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10043 s]
/proc/loadavg: 2.29 2.27 2.09 4/183 7182
/proc/meminfo: memFree=28458792/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1307204 CPUtime=3.09 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 233068 0 0 0 278 31 0 0 20 0 4 0 36475533 1338576896 233376 33554432000 4194304 16246674 140733226543136 140733226525056 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 326801 233380 941 2943 0 323695 0
[pid=7178/tid=7179] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 233385 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 233389 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1338576896 233393 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30045 s]
/proc/loadavg: 2.27 2.26 2.09 3/183 7182
/proc/meminfo: memFree=27745004/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1308228 CPUtime=6.28 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 268278 0 0 0 592 36 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140733226526136 5823694 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 327057 268586 941 2943 0 323951 0
[pid=7178/tid=7179] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1308228

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

[startup+6.40058 s]
/proc/loadavg: 2.27 2.26 2.09 3/183 7182
/proc/meminfo: memFree=27745004/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1308228 CPUtime=6.39 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 268278 0 0 0 603 36 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140733226525056 6022849 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 327057 268586 941 2943 0 323951 0
[pid=7178/tid=7179] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1339625472 268586 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1308228

[startup+8.00041 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7182
/proc/meminfo: memFree=27728388/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1325636 CPUtime=7.99 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 272466 0 0 0 762 37 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140733226525056 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 331409 272774 941 2943 0 328303 0
[pid=7178/tid=7179] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1325636

[startup+8.80043 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7182
/proc/meminfo: memFree=27728388/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1325636 CPUtime=8.8 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 272466 0 0 0 843 37 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140733226525056 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 331409 272774 941 2943 0 328303 0
[pid=7178/tid=7179] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216481328368 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216470838512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272774 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 1325636

[startup+9.20037 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7182
/proc/meminfo: memFree=27728388/32872528 swapFree=1542984/1696284
[pid=7178] ppid=7175 vsize=1325636 CPUtime=9.19 cores=1,3,5,7
/proc/7178/stat : 7178 (toysat) R 7175 7178 6047 0 -1 4202496 272497 0 0 0 882 37 0 0 20 0 4 0 36475533 1357451264 272805 33554432000 4194304 16246674 140733226543136 140733226542640 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7178/statm: 331409 272805 941 2943 0 328303 0
[pid=7178/tid=7179] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7179/stat : 7179 (toysat) S 7175 7178 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272805 33554432000 4194304 16246674 140733226543136 140216481328144 14069300 0 0 0 34082818 0 0 0 -1 3 0 0 0 0 0
[pid=7178/tid=7180] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7180/stat : 7180 (toysat) S 7175 7178 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272805 33554432000 4194304 16246674 140733226543136 140216470854832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7178/tid=7181] ppid=7175 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/7178/task/7181/stat : 7181 (toysat) S 7175 7178 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475533 1357451264 272805 33554432000 4194304 16246674 140733226543136 140216388021424 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 1325636

Child status: 0
Real time (s): 9.26201
CPU time (s): 9.26059
CPU user time (s): 8.82366
CPU system time (s): 0.436933
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 1325636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.82366
system time used= 0.436933
maximum resident set size= 1091224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272500
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= 21
involuntary context switches= 14

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053991 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:51:29
IDJOB=4109858
IDBENCH=78948
IDSOLVER=2553
FILE ID=node125/4109858-1466344289
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824--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-4109858-1466344289/watcher-4109858-1466344289 -o /tmp/evaluation-result-4109858-1466344289/solver-4109858-1466344289 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466341817-6064 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109858-1466344289.wbo

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

MD5SUM BENCH= 901bd5d9c00fc087d540e6ebf4e7f98d
RANDOM SEED=929982695

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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:        28818544 kB
Buffers:          180760 kB
Cached:           351364 kB
SwapCached:          764 kB
Active:          1241476 kB
Inactive:         370308 kB
Active(anon):    1081352 kB
Inactive(anon):     1188 kB
Active(file):     160124 kB
Inactive(file):   369120 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16364 kB
Writeback:             0 kB
AnonPages:       2775716 kB
Mapped:            11236 kB
Shmem:                 0 kB
Slab:             611040 kB
SReclaimable:      54808 kB
SUnreclaim:       556232 kB
KernelStack:        1520 kB
PageTables:         9512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2922184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71712 MiB
End job on node125 at 2016-06-19 15:51:38