Trace number 4110330

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 28.2347 28.2452

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
MD5SUM917ecf2b03be28c1e7bdced93c48bfdc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.4223
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 constraints2707
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-19T16:01:27+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-4110330-1466344887.wbo"]
0.00/0.01	c use --random-gen="1246542203 1564001937 1101182943 225994727 2247135427 1227213897 2154348923 3605179755 3093660662 931856980 1967680112 3444575671 4162481423 3834878670 2531988400 3511939964 1923632138 1761598759 3946772086 2138815224 1632688667 816741019 2973513347 2987210232 3174793279 1759166978 3169074812 2666300589 65540747 3892568524 150746564 401875970 3518043686 1851370931 3124793212 3209048872 3909934497 1008239649 1723701582 201294988 1368667353 157825515 1373875716 541281983 2123554878 3444778641 1081602215 1022805964 1202506353 363376760 3055080782 4060531179 3742357384 3324801216 4290829741 2600476386 410273718 10527655 2715725173 3712892863 2252542431 3195363875 1003867759 1148026203 1728042919 1574004033 4244556650 2068614890 3060033912 708755756 2240159656 2784595264 2603406316 230644440 2508447133 2011267080 3126696144 2726166531 1514351625 1235383539 4058501528 3517681135 4157087803 3936089399 3232867485 998597696 941372306 3363304666 3853436179 3257340427 3766049453 885142477 1272719524 3796374674 470356473 1808814776 1406773850 1227339447 373265318 1341433812 4007337743 2492620150 90867741 2824241061 1901728399 2625749476 488523701 2173544675 908941292 1996917746 3791943114 1871916131 3358062454 2168924746 1873897855 926639300 2216653787 798674276 3018718264 3540782055 1989618367 3945971544 845519310 58879154 1309394169 1585450597 3031768557 4185455616 2376269328 3855349247 175391336 29244001 15759605 4240223595 262805045 1391190345 3637803502 3554717005 3382601047 1105209962 1558269926 887011599 1162557166 2364660829 2891622871 2138195974 664692910 713527044 3991792781 3109003995 2317039072 3070008881 3528545685 4161929369 179344624 2314416087 2557379651 1946684793 1923456060 37088753 195248360 2570176576 2133231187 1951428214 4042628920 2896865283 1836696372 842367756 1685832898 4128347242 2179050069 2991890789 3742916095 2462950809 276895431 3167448067 1564310921 1521781058 1293501574 3743122172 2393077115 1482149341 2535749789 227827061 1189724788 643183397 1162324491 1971352217 2603408604 2607577327 3490710761 3866990787 4061612357 11268997 2280433563 3967923871 1593297253 3114224959 819186957 3339606960 3109426442 1517706835 605016448 242715773 3457943748 51345670 3184644967 3836373908 3873269996 2899745015 3739253099 1428445587 2597125124 3781376076 1623284309 325387210 2268799316 979705837 488976345 1945824852 1476602160 1779982411 196467081 4157603459 1844585270 4200925495 4033409774 700887589 3452058092 1711414282 577042299 309381779 2265429314 1565166072 1139497061 2640545074 3781516441 315431591 2666344200 3931431650 3291407764 920041886 4208766971 3689779233 1886701791 479501260 2006866520 2960154805 2687644029 3012395133 1252601455 4003735194 2449393747 3829744355 2751482230 3824442892 255 362436" option to reproduce the execution
0.09/0.17	c #vars 231
0.09/0.17	c #constraints 2707
0.19/0.21	c BCD2: Hardening is enabled.
0.19/0.21	c BCD2: BiasedSearch is enabled.
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1881      0 |        0 |        0
0.19/0.23	c  0.0s |       0 |     2720 |        0 |     1881      0 |        0 |        0
0.19/0.23	c #cpu_time = 0.017s
0.19/0.23	c #wall_clock_time = 0.017s
0.19/0.23	c #decision = 2720
0.19/0.23	c #random_decision = 17
0.19/0.23	c #conflict = 0
0.19/0.23	c #restart = 0
0.19/0.23	o 517
0.19/0.23	c BCD2: updating upper bound: 136613 -> 516
0.19/0.25	c BCD2: 0 <= obj <= 516
0.19/0.25	c BCD2: #cores=0, #unrelaxed=2707, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     1881      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |     2916 |      100 |     1881      0 |        0 |        0
0.29/0.32	c  0.1s |       2 |     5879 |      250 |     2070      0 |        0 |        0
0.29/0.37	c  0.1s |       3 |     8963 |      475 |     2277      0 |        0 |        0
0.39/0.45	c  0.2s |       4 |    12185 |      813 |     2505      0 |        0 |        0
0.59/0.62	c  0.4s |       5 |    15685 |     1320 |     2756      0 |        0 |        0
0.79/0.88	c  0.6s |       6 |    19554 |     2081 |     3336      0 |        0 |        0
1.48/1.51	c  1.3s |       7 |    23809 |     3223 |     3670      0 |        0 |        0
2.20/2.30	c  2.0s |       8 |    29098 |     4936 |     4038      0 |        0 |        0
4.29/4.34	c  4.1s |       8 |    35275 |     7336 |     4038      1 |        0 |        0
4.50/4.54	c  4.3s |       9 |    35512 |     7506 |     4442      1 |        0 |        0
6.49/6.54	c  6.3s |       9 |    42764 |    10306 |     4442      2 |        0 |        0
7.29/7.39	c  7.1s |      10 |    44413 |    11361 |     4887      2 |        0 |        0
9.39/9.44	c  9.2s |      10 |    50775 |    13661 |     4887      3 |        0 |        0
11.49/11.51	c 11.3s |      10 |    55036 |    15861 |     4887      4 |        0 |        0
12.59/12.69	c 12.4s |      11 |    57366 |    17144 |     5376      4 |        0 |        0
14.69/14.71	c 14.5s |      11 |    63728 |    19244 |     5376      4 |        0 |        0
16.69/16.78	c 16.5s |      11 |    67299 |    21144 |     5376      5 |        0 |        0
18.79/18.89	c 18.6s |      11 |    71140 |    23044 |     5376      5 |        0 |        0
20.90/20.98	c 20.7s |      11 |    74576 |    24944 |     5376      6 |        0 |        0
21.89/21.90	c 21.7s |      12 |    76129 |    25819 |     5914      6 |        0 |        0
22.09/22.14	c 21.9s |      12 |    78986 |    25919 |     5914      6 |        0 |        0
22.09/22.14	c #cpu_time = 21.890s
22.09/22.14	c #wall_clock_time = 21.889s
22.09/22.14	c #decision = 78986
22.09/22.14	c #random_decision = 27
22.09/22.14	c #conflict = 25919
22.09/22.14	c #restart = 12
22.09/22.14	c BCD2: found a new core of size 2472: cost of the new core is >=1
22.09/22.14	c lower bound updated to 1
22.09/22.15	c BCD2: 1 <= obj <= 516
22.09/22.15	c BCD2: #cores=1, #unrelaxed=235, #relaxed=2472, #hardened=0
22.09/22.15	c BCD2: #sat=1 #unsat=2 bias=2/3
22.09/22.16	c Solving starts ...
22.09/22.16	c ============================[ Search Statistics ]============================
22.09/22.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.16	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.16	c =============================================================================
22.09/22.16	c  0.0s |       0 |        0 |        0 |     5914      0 |        0 |        0
22.19/22.25	c  0.1s |       0 |     2758 |        0 |     5914      0 |        0 |        0
22.19/22.25	c #cpu_time = 0.091s
22.19/22.25	c #wall_clock_time = 0.091s
22.19/22.25	c #decision = 2758
22.19/22.25	c #random_decision = 11
22.19/22.25	c #conflict = 0
22.19/22.25	c #restart = 0
22.19/22.25	o 113
22.19/22.25	c BCD2: updating upper bound: 516 -> 112
22.19/22.26	c BCD2: 1 <= obj <= 112
22.19/22.26	c BCD2: #cores=1, #unrelaxed=235, #relaxed=2472, #hardened=0
22.19/22.26	c BCD2: #sat=2 #unsat=2 bias=2/4
22.19/22.28	c Solving starts ...
22.19/22.28	c ============================[ Search Statistics ]============================
22.19/22.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.19/22.28	c       |         |          |          |    Limit     GC | Var      | Constra 
22.19/22.28	c =============================================================================
22.19/22.28	c  0.0s |       0 |        0 |        0 |     5914      0 |        0 |        1
22.49/22.55	c  0.3s |       1 |      829 |      100 |     5914      0 |        0 |        1
22.79/22.88	c  0.6s |       2 |     1354 |      250 |     5914      0 |        0 |        1
23.59/23.60	c  1.3s |       3 |     1927 |      475 |     5914      1 |        0 |        1
23.99/24.06	c  1.8s |       3 |     2933 |      694 |     5914      1 |        0 |        1
23.99/24.06	c #cpu_time = 1.781s
23.99/24.06	c #wall_clock_time = 1.781s
23.99/24.06	c #decision = 2933
23.99/24.06	c #random_decision = 4
23.99/24.06	c #conflict = 694
23.99/24.06	c #restart = 3
23.99/24.06	o 20
23.99/24.07	c BCD2: hardening fixes 2219 literals
23.99/24.07	c BCD2: updating upper bound: 112 -> 19
23.99/24.07	c BCD2: 1 <= obj <= 19
23.99/24.07	c BCD2: #cores=1, #unrelaxed=47, #relaxed=441, #hardened=2219
23.99/24.07	c BCD2: #sat=3 #unsat=2 bias=2/5
23.99/24.07	c Solving starts ...
23.99/24.07	c ============================[ Search Statistics ]============================
23.99/24.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.99/24.07	c       |         |          |          |    Limit     GC | Var      | Constra 
23.99/24.07	c =============================================================================
23.99/24.07	c  0.0s |       0 |        0 |        0 |     5914      0 |     2219 |        2
24.09/24.17	c  0.1s |       1 |      189 |      100 |     5914      0 |     2219 |        2
24.19/24.27	c  0.2s |       2 |      504 |      250 |     5914      0 |     2219 |        2
24.39/24.41	c  0.3s |       3 |      902 |      475 |     5914      0 |     2219 |        2
24.59/24.60	c  0.5s |       4 |     1435 |      813 |     5914      0 |     2219 |        2
24.79/24.83	c  0.8s |       5 |     2297 |     1320 |     5914      0 |     2219 |        2
24.89/25.00	c  0.9s |       5 |     2833 |     1525 |     5914      0 |     2219 |        2
24.89/25.00	c #cpu_time = 0.920s
24.89/25.00	c #wall_clock_time = 0.920s
24.89/25.00	c #decision = 2833
24.89/25.00	c #random_decision = 4
24.89/25.00	c #conflict = 1525
24.89/25.00	c #restart = 5
24.99/25.00	o 15
24.99/25.00	c BCD2: hardening fixes 126 literals
24.99/25.00	c BCD2: updating upper bound: 19 -> 14
24.99/25.00	c BCD2: 1 <= obj <= 14
24.99/25.00	c BCD2: #cores=1, #unrelaxed=34, #relaxed=328, #hardened=2345
24.99/25.00	c BCD2: #sat=4 #unsat=2 bias=2/6
24.99/25.00	c Solving starts ...
24.99/25.00	c ============================[ Search Statistics ]============================
24.99/25.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.99/25.00	c       |         |          |          |    Limit     GC | Var      | Constra 
24.99/25.00	c =============================================================================
24.99/25.00	c  0.0s |       0 |        0 |        0 |     5914      0 |     2345 |        3
24.99/25.08	c  0.1s |       1 |      191 |      100 |     5914      0 |     2345 |        3
25.09/25.19	c  0.2s |       2 |      501 |      250 |     5914      0 |     2345 |        3
25.29/25.31	c  0.3s |       3 |      924 |      475 |     5914      0 |     2345 |        3
25.39/25.49	c  0.5s |       4 |     1561 |      813 |     5914      0 |     2345 |        3
25.69/25.77	c  0.8s |       5 |     2542 |     1320 |     5914      0 |     2345 |        3
26.09/26.13	c  1.1s |       6 |     3740 |     2081 |     5914      0 |     2345 |        3
26.68/26.70	c  1.7s |       7 |     5496 |     3223 |     5914      0 |     2345 |        3
27.49/27.60	c  2.6s |       8 |     8082 |     4936 |     5914      1 |     2345 |        3
27.78/27.87	c  2.9s |       8 |     8964 |     5507 |     5914      1 |     2345 |        3
27.78/27.87	c #cpu_time = 2.875s
27.78/27.87	c #wall_clock_time = 2.875s
27.78/27.87	c #decision = 8964
27.78/27.87	c #random_decision = 18
27.78/27.87	c #conflict = 5507
27.78/27.87	c #restart = 8
27.78/27.88	o 4
27.78/27.88	c BCD2: hardening fixes 296 literals
27.78/27.88	c BCD2: updating upper bound: 14 -> 3
27.78/27.88	c BCD2: 1 <= obj <= 3
27.78/27.88	c BCD2: #cores=1, #unrelaxed=7, #relaxed=59, #hardened=2641
27.78/27.88	c BCD2: #sat=5 #unsat=2 bias=2/7
27.78/27.88	c Solving starts ...
27.78/27.88	c ============================[ Search Statistics ]============================
27.78/27.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.78/27.88	c       |         |          |          |    Limit     GC | Var      | Constra 
27.78/27.88	c =============================================================================
27.78/27.88	c  0.0s |       0 |        0 |        0 |     5914      0 |     2641 |        4
27.88/27.93	c  0.1s |       1 |      185 |      100 |     5914      0 |     2641 |        5
27.98/28.02	c  0.1s |       2 |      412 |      250 |     5914      0 |     2641 |        5
28.08/28.15	c  0.3s |       3 |      768 |      475 |     5914      0 |     2641 |        5
28.08/28.19	c  0.3s |       3 |      870 |      537 |     5914      0 |     2641 |        5
28.08/28.19	c #cpu_time = 0.314s
28.08/28.19	c #wall_clock_time = 0.314s
28.08/28.19	c #decision = 870
28.08/28.19	c #random_decision = 1
28.08/28.19	c #conflict = 537
28.08/28.19	c #restart = 3
28.08/28.19	o 1
28.08/28.19	s OPTIMUM FOUND
28.08/28.19	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
28.08/28.19	v x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
28.08/28.19	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
28.08/28.19	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
28.08/28.19	v x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
28.08/28.19	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
28.08/28.19	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
28.08/28.19	v -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80
28.08/28.19	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
28.08/28.19	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
28.08/28.19	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
28.08/28.19	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
28.08/28.19	v x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
28.08/28.19	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
28.08/28.19	v -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
28.08/28.19	v -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160
28.08/28.19	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170
28.08/28.19	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
28.08/28.19	v x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190
28.08/28.19	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
28.08/28.19	v -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
28.08/28.19	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220
28.08/28.19	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230
28.08/28.19	v -x231
28.08/28.19	c total CPU time = 28.198s
28.08/28.19	c total wall clock time = 28.196s

Verifier Data

OK	1

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

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.08 1.99 3/180 6111
/proc/meminfo: memFree=30340308/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 2518 0 0 0 0 0 0 0 20 0 4 0 36538656 693563392 3389 33554432000 4194304 16246674 140735736007376 140735736006800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 170095 3399 441 2943 0 166989 0
[pid=6111/tid=6112] ppid=6108 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 712437760 3457 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=698812 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 715583488 3473 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 720826368 3491 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.14 2.08 1.99 3/180 6111
/proc/meminfo: memFree=30340308/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 25012 0 0 0 6 3 0 0 20 0 4 0 36538656 1247350784 25876 33554432000 4194304 16246674 140735736007376 140735736006800 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 304529 25881 614 2943 0 301423 0
[pid=6111/tid=6112] ppid=6108 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1247350784 25884 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1247350784 25887 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1247350784 25891 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200505 s]
/proc/loadavg: 2.14 2.08 1.99 3/180 6111
/proc/meminfo: memFree=30340308/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1223236 CPUtime=0.19 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 35759 0 0 0 14 5 0 0 20 0 4 0 36538656 1252593664 36577 33554432000 4194304 16246674 140735736007376 140735736006688 12874809 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 305809 36577 861 2943 0 302703 0
[pid=6111/tid=6112] ppid=6108 vsize=1223236 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1252593664 36577 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1223236 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1252593664 36577 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1223236 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1252593664 36577 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1223236

[startup+0.300511 s]
/proc/loadavg: 2.14 2.08 1.99 3/180 6111
/proc/meminfo: memFree=30340308/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1307204 CPUtime=0.29 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 47959 0 0 0 23 6 0 0 20 0 4 0 36538656 1338576896 48777 33554432000 4194304 16246674 140735736007376 140735736006688 6021133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 326801 48786 918 2943 0 323695 0
[pid=6111/tid=6112] ppid=6108 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1338576896 48795 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1338576896 48800 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1338576896 48804 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1307204

[startup+0.700401 s]
/proc/loadavg: 2.14 2.08 1.99 3/180 6111
/proc/meminfo: memFree=30340308/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1308228 CPUtime=0.69 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 74029 0 0 0 59 10 0 0 20 0 4 0 36538656 1339625472 74847 33554432000 4194304 16246674 140735736007376 140735736006688 5712604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 327057 74847 920 2943 0 323951 0
[pid=6111/tid=6112] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 74847 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 74847 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 74847 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1308228

[startup+1.50042 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6115
/proc/meminfo: memFree=30037952/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1308228 CPUtime=1.48 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 75304 0 0 0 138 10 0 0 20 0 4 0 36538656 1339625472 76122 33554432000 4194304 16246674 140735736007376 140735736006552 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 327057 76122 924 2943 0 323951 0
[pid=6111/tid=6112] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 76122 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 76122 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 76122 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1308228

[startup+3.10042 s]
/proc/loadavg: 2.21 2.09 1.99 3/184 6115
/proc/meminfo: memFree=29835504/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 125558 0 0 0 292 17 0 0 20 0 4 0 36538656 1339625472 126376 33554432000 4194304 16246674 140735736007376 140735735989248 5600331 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 327057 126376 931 2943 0 323951 0
[pid=6111/tid=6112] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 126376 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 126376 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1339625472 126376 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30042 s]
/proc/loadavg: 2.21 2.09 1.99 3/184 6115
/proc/meminfo: memFree=29834392/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1309252 CPUtime=6.29 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 125814 0 0 0 612 17 0 0 20 0 4 0 36538656 1340674048 126632 33554432000 4194304 16246674 140735736007376 140735735989248 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 327313 126632 931 2943 0 324207 0
[pid=6111/tid=6112] ppid=6108 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1340674048 126632 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1340674048 126632 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1340674048 126632 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.17 2.09 1.99 3/184 6115
/proc/meminfo: memFree=29833292/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 126070 0 0 0 1251 18 0 0 20 0 4 0 36538656 1341722624 126888 33554432000 4194304 16246674 140735736007376 140735735989248 12995176 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 327569 126888 931 2943 0 324463 0
[pid=6111/tid=6112] ppid=6108 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1341722624 126888 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1341722624 126888 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1341722624 126888 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.15 2.08 1.99 3/184 6115
/proc/meminfo: memFree=29832040/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1312324 CPUtime=25.49 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 126592 0 0 0 2530 19 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140735735989248 4220490 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 328081 127410 941 2943 0 324975 0
[pid=6111/tid=6112] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1312324

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

[startup+25.6005 s]
/proc/loadavg: 2.15 2.08 1.99 3/184 6115
/proc/meminfo: memFree=29832040/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1312324 CPUtime=25.59 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 126592 0 0 0 2540 19 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140735735989248 6837238 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 328081 127410 941 2943 0 324975 0
[pid=6111/tid=6112] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 127410 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1312324

[startup+27.2004 s]
/proc/loadavg: 2.15 2.08 1.99 4/184 6115
/proc/meminfo: memFree=29764832/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1312324 CPUtime=27.18 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 196825 0 0 0 2689 29 0 0 20 0 4 0 36538656 1343819776 197643 33554432000 4194304 16246674 140735736007376 140735735989248 12874809 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 328081 197643 941 2943 0 324975 0
[pid=6111/tid=6112] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 197643 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 197643 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 197643 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 1312324

[startup+28.0004 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6115
/proc/meminfo: memFree=29551180/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=1312324 CPUtime=27.98 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) R 6108 6111 4845 0 -1 4202496 201037 0 0 0 2768 30 0 0 20 0 4 0 36538656 1343819776 201855 33554432000 4194304 16246674 140735736007376 140735735989248 5823542 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 328081 201855 941 2943 0 324975 0
[pid=6111/tid=6112] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6112/stat : 6112 (toysat) S 6108 6111 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 201855 33554432000 4194304 16246674 140735736007376 140726444731632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6111/tid=6113] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6113/stat : 6113 (toysat) S 6108 6111 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 201855 33554432000 4194304 16246674 140735736007376 140726434241776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) S 6108 6111 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36538656 1343819776 201855 33554432000 4194304 16246674 140735736007376 140726348278960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.98
Current children cumulated vsize (KiB) 1312324

[startup+28.2003 s]
/proc/loadavg: 2.14 2.08 1.99 3/184 6115
/proc/meminfo: memFree=29551180/32872528 swapFree=163656/177964
[pid=6111] ppid=6108 vsize=0 CPUtime=28.18 cores=0,2,4,6
/proc/6111/stat : 6111 (toysat) Z 6108 6111 4845 0 -1 4202508 201039 0 0 0 2788 30 0 0 20 0 2 0 36538656 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6111/statm: 0 0 0 0 0 0 0
[pid=6111/tid=6114] ppid=6108 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/6111/task/6114/stat : 6114 (toysat) R 6108 6111 4845 0 -1 4202564 1 0 0 0 0 0 0 0 20 0 2 0 36538656 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 28.2452
CPU time (s): 28.2347
CPU user time (s): 27.8878
CPU system time (s): 0.346947
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 1312324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.8878
system time used= 0.346947
maximum resident set size= 807428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201039
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= 23
involuntary context switches= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.131979 second user time and 0.317951 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 16:01:27
IDJOB=4110330
IDBENCH=79257
IDSOLVER=2553
FILE ID=node105/4110330-1466344887
RUNJOBID= node105-1466341824-4861
PBS_JOBID= 19922043
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-0-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-4110330-1466344887/watcher-4110330-1466344887 -o /tmp/evaluation-result-4110330-1466344887/solver-4110330-1466344887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466341824-4861 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110330-1466344887.wbo

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

MD5SUM BENCH= 917ecf2b03be28c1e7bdced93c48bfdc
RANDOM SEED=165654198

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30340696 kB
Buffers:          128668 kB
Cached:           349212 kB
SwapCached:         1696 kB
Active:          1284588 kB
Inactive:         326308 kB
Active(anon):    1132300 kB
Inactive(anon):     3096 kB
Active(file):     152288 kB
Inactive(file):   323212 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67099304 kB
Dirty:             16744 kB
Writeback:             0 kB
AnonPages:       1312156 kB
Mapped:            10948 kB
Shmem:                 0 kB
Slab:             609636 kB
SReclaimable:      53204 kB
SUnreclaim:       556432 kB
KernelStack:        1528 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1454620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node105 at 2016-06-19 16:01:56