Trace number 4109862

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 21.0298 21.0447

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
MD5SUMb79c8ce52bbf55b2415ca4df8d18f0c8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark14.5578
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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:35+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-4109862-1466344295.wbo"]
0.00/0.01	c use --random-gen="432902230 3204423831 1824077571 2822960088 3123098877 561398585 723138759 1074639444 2947495425 1456247056 559260583 2480112436 519477720 474089783 3405001610 2137632294 3603841957 2785044405 2235835072 2645405597 2456341565 2254323267 2822591388 1757018221 2098832994 4231987537 71298252 2322817631 2855462318 4242929774 342807127 763459473 1474723206 2047618325 285881352 212837748 3811324089 1393352071 1086033455 3130585676 2685336929 1750345163 4245108932 501919034 786361908 3229704165 1076768767 1391158693 2027415536 164217223 2105051266 1201349520 4178819968 53779503 4141132927 2027045545 2598409330 2637782561 509101421 149211174 773565577 3808760445 1668403714 507588226 2496799763 620817892 678075949 3765286457 3269321832 2596723141 3292839655 4233982814 1976746613 2357878510 3987337621 507142476 1694635957 3534751241 3896200680 1240474487 1483802315 3659191832 844110939 1979751613 2384313545 2023496843 1428216846 2272123864 1090365698 2901769854 2378810764 2462504427 2262657172 3756509153 3873363321 4285532008 1308175931 2570364519 2785282886 3608221394 3830112822 1042840732 2820093186 965781321 426854023 981339199 793201435 3789581095 4210461979 41051510 839332919 1102873517 3483631092 527830216 3190157802 2696632807 330831635 1754126331 917956476 3359246535 2950037841 3013699265 2563413356 4200646931 330879970 3045932326 3300900962 553039736 372861855 920848316 3178375504 484595157 438662866 1049455028 1264832094 1617876958 3077192733 3827034564 2692926352 3871308833 1058280593 3186876134 1862878872 923814895 170420312 1519908000 1146264798 77621031 3891112042 2374203512 2272084906 3475400504 986411914 499915261 2997481353 1081152087 918625402 280543739 548707703 1540647102 2977889402 4272664544 348386099 2058045549 3643987631 1582802112 2425907174 3234263665 879159542 2325776954 208445743 216051043 3753539697 3823549740 918279759 810366654 2514252261 3852598308 247547049 4178591846 4065389398 384458807 2278114031 4023536956 1806821973 1520508430 418449516 3231625739 2766857577 761322296 3514810653 1484092249 1189869190 1221290546 652343669 3341546384 3929755673 3046478667 1665045530 3219299753 2557829996 1051252678 2623295649 1100658944 4070595515 482334399 1156307760 1856539527 2578697664 1591214143 181044132 1189392569 660859794 2098676776 4124285294 4147498840 3760796253 376013907 166522981 2898053783 2236232699 734181683 137707285 216952383 1229655006 1630569640 2566632471 3477387351 4074789078 401292510 2995753181 826644696 2343645313 2633783628 3832444242 555424032 2528077558 1564317440 2628117744 1040091540 849030324 2808678314 646026664 2100246056 94751499 1013706427 3590620618 105627771 3764324401 1965470511 3912963477 2388492476 376872760 4197168012 3346446193 4120985211 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1281      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |      939 |       11 |     1281      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.015s
0.19/0.20	c #wall_clock_time = 0.015s
0.19/0.20	c #decision = 939
0.19/0.20	c #random_decision = 2
0.19/0.20	c #conflict = 11
0.19/0.20	c #restart = 0
0.19/0.20	o 265
0.19/0.20	c BCD2: updating upper bound: 44554 -> 264
0.19/0.21	c BCD2: 0 <= obj <= 264
0.19/0.21	c BCD2: #cores=0, #unrelaxed=906, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |     1281      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1108 |      100 |     1410      0 |        0 |        0
0.19/0.26	c  0.1s |       2 |     2221 |      250 |     1552      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |     3407 |      475 |     1708      0 |        0 |        0
0.39/0.45	c  0.2s |       4 |     4840 |      813 |     1879      0 |        0 |        0
0.59/0.67	c  0.5s |       5 |     6494 |     1320 |     2067      0 |        0 |        0
0.99/1.06	c  0.9s |       6 |     8638 |     2081 |     2274      0 |        0 |        0
1.39/1.48	c  1.3s |       7 |    11628 |     3223 |     2502      0 |        0 |        0
2.09/2.15	c  1.9s |       8 |    15523 |     4936 |     2753      1 |        0 |        0
3.19/3.29	c  3.1s |       9 |    20896 |     7506 |     3029      3 |        0 |        0
4.89/4.98	c  4.8s |      10 |    28633 |    11361 |     3332      5 |        0 |        0
6.99/7.01	c  6.8s |      10 |    39511 |    16761 |     3332      7 |        0 |        0
7.09/7.14	c  6.9s |      11 |    40229 |    17144 |     3666      7 |        0 |        0
9.09/9.16	c  8.9s |      11 |    53704 |    23344 |     3666     10 |        0 |        0
9.89/9.99	c  9.8s |      12 |    58678 |    25819 |     4033     11 |        0 |        0
11.99/12.02	c 11.8s |      12 |    69516 |    31119 |     4033     13 |        0 |        0
13.99/14.02	c 13.8s |      12 |    78451 |    35819 |     4033     15 |        0 |        0
14.19/14.20	c 14.0s |      12 |    79205 |    36222 |     4033     15 |        0 |        0
14.19/14.20	c #cpu_time = 13.997s
14.19/14.20	c #wall_clock_time = 13.996s
14.19/14.20	c #decision = 79205
14.19/14.20	c #random_decision = 99
14.19/14.20	c #conflict = 36222
14.19/14.20	c #restart = 12
14.19/14.20	c BCD2: found a new core of size 796: cost of the new core is >=1
14.19/14.20	c lower bound updated to 1
14.19/14.21	c BCD2: 1 <= obj <= 264
14.19/14.21	c BCD2: #cores=1, #unrelaxed=110, #relaxed=796, #hardened=0
14.19/14.21	c BCD2: #sat=1 #unsat=2 bias=2/3
14.19/14.21	c Solving starts ...
14.19/14.21	c ============================[ Search Statistics ]============================
14.19/14.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.21	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.21	c =============================================================================
14.19/14.21	c  0.0s |       0 |        0 |        0 |     4033      0 |        0 |        0
14.19/14.30	c  0.1s |       1 |      735 |      100 |     4033      1 |        0 |        0
14.29/14.38	c  0.2s |       2 |     1114 |      250 |     4033      1 |        0 |        0
14.39/14.48	c  0.3s |       3 |     1603 |      475 |     4033      1 |        0 |        0
14.59/14.66	c  0.4s |       3 |     2334 |      795 |     4033      1 |        0 |        0
14.59/14.66	c #cpu_time = 0.448s
14.59/14.66	c #wall_clock_time = 0.448s
14.59/14.66	c #decision = 2334
14.59/14.66	c #random_decision = 10
14.59/14.66	c #conflict = 795
14.59/14.66	c #restart = 3
14.59/14.66	o 118
14.59/14.66	c BCD2: updating upper bound: 264 -> 117
14.59/14.66	c BCD2: 1 <= obj <= 117
14.59/14.66	c BCD2: #cores=1, #unrelaxed=110, #relaxed=796, #hardened=0
14.59/14.66	c BCD2: #sat=2 #unsat=2 bias=2/4
14.59/14.66	c Solving starts ...
14.59/14.66	c ============================[ Search Statistics ]============================
14.59/14.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.59/14.66	c       |         |          |          |    Limit     GC | Var      | Constra 
14.59/14.66	c =============================================================================
14.59/14.66	c  0.0s |       0 |        0 |        0 |     4033      0 |        0 |        1
14.69/14.76	c  0.1s |       1 |      285 |      100 |     4033      0 |        0 |        1
14.79/14.86	c  0.2s |       2 |      648 |      250 |     4033      0 |        0 |        1
14.89/14.98	c  0.3s |       3 |     1124 |      475 |     4033      0 |        0 |        1
15.09/15.18	c  0.5s |       4 |     1764 |      813 |     4033      0 |        0 |        1
15.49/15.53	c  0.9s |       5 |     2690 |     1320 |     4033      0 |        0 |        1
15.69/15.72	c  1.1s |       5 |     3229 |     1593 |     4437      1 |        0 |        1
15.69/15.72	c #cpu_time = 1.059s
15.69/15.72	c #wall_clock_time = 1.058s
15.69/15.72	c #decision = 3229
15.69/15.72	c #random_decision = 9
15.69/15.72	c #conflict = 1593
15.69/15.72	c #restart = 5
15.69/15.72	o 92
15.69/15.72	c BCD2: hardening fixes 71 literals
15.69/15.72	c BCD2: updating upper bound: 117 -> 91
15.69/15.74	c BCD2: 1 <= obj <= 91
15.69/15.74	c BCD2: #cores=1, #unrelaxed=100, #relaxed=735, #hardened=71
15.69/15.74	c BCD2: #sat=3 #unsat=2 bias=2/5
15.69/15.74	c Solving starts ...
15.69/15.74	c ============================[ Search Statistics ]============================
15.69/15.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.69/15.74	c       |         |          |          |    Limit     GC | Var      | Constra 
15.69/15.74	c =============================================================================
15.69/15.74	c  0.0s |       0 |        0 |        0 |     4437      0 |       71 |        2
15.78/15.80	c  0.1s |       1 |      241 |      100 |     4437      0 |       71 |        2
15.78/15.87	c  0.1s |       2 |      636 |      250 |     4437      0 |       71 |        2
15.88/15.97	c  0.2s |       3 |     1054 |      475 |     4437      0 |       71 |        2
16.08/16.14	c  0.4s |       4 |     1799 |      813 |     4437      0 |       71 |        2
16.28/16.30	c  0.6s |       5 |     2783 |     1320 |     4437      0 |       71 |        2
16.38/16.41	c  0.7s |       5 |     3267 |     1541 |     4437      0 |       71 |        2
16.38/16.41	c #cpu_time = 0.667s
16.38/16.41	c #wall_clock_time = 0.667s
16.38/16.41	c #decision = 3267
16.38/16.41	c #random_decision = 6
16.38/16.41	c #conflict = 1541
16.38/16.41	c #restart = 5
16.38/16.41	o 11
16.38/16.41	c BCD2: hardening fixes 739 literals
16.38/16.41	c BCD2: updating upper bound: 91 -> 10
16.38/16.41	c BCD2: 1 <= obj <= 10
16.38/16.41	c BCD2: #cores=1, #unrelaxed=7, #relaxed=89, #hardened=810
16.38/16.41	c BCD2: #sat=4 #unsat=2 bias=2/6
16.38/16.41	c Solving starts ...
16.38/16.41	c ============================[ Search Statistics ]============================
16.38/16.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.38/16.41	c       |         |          |          |    Limit     GC | Var      | Constra 
16.38/16.41	c =============================================================================
16.38/16.41	c  0.0s |       0 |        0 |        0 |     4437      0 |      810 |        3
16.38/16.46	c  0.0s |       1 |      188 |      100 |     4437      0 |      810 |        3
16.49/16.52	c  0.1s |       2 |      435 |      250 |     4437      0 |      810 |        3
16.49/16.60	c  0.2s |       3 |      814 |      475 |     4437      0 |      810 |        3
16.68/16.70	c  0.3s |       4 |     1457 |      813 |     4437      0 |      810 |        3
16.78/16.89	c  0.5s |       5 |     2240 |     1320 |     4437      0 |      810 |        3
17.08/17.16	c  0.7s |       6 |     3503 |     2081 |     4437      0 |      810 |        3
17.59/17.65	c  1.2s |       7 |     5194 |     3223 |     4437      1 |      810 |        3
18.28/18.32	c  1.9s |       8 |     7746 |     4936 |     4437      1 |      810 |        3
19.18/19.25	c  2.8s |       8 |    11492 |     7421 |     4437      2 |      810 |        3
19.18/19.25	c #cpu_time = 2.835s
19.18/19.25	c #wall_clock_time = 2.835s
19.18/19.25	c #decision = 11492
19.18/19.25	c #random_decision = 8
19.18/19.25	c #conflict = 7421
19.18/19.25	c #restart = 8
19.18/19.25	o 10
19.18/19.25	c BCD2: hardening fixes 6 literals
19.18/19.25	c BCD2: updating upper bound: 10 -> 9
19.18/19.25	c BCD2: 1 <= obj <= 9
19.18/19.25	c BCD2: #cores=1, #unrelaxed=5, #relaxed=85, #hardened=816
19.18/19.25	c BCD2: #sat=5 #unsat=2 bias=2/7
19.18/19.25	c Solving starts ...
19.18/19.25	c ============================[ Search Statistics ]============================
19.18/19.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.18/19.25	c       |         |          |          |    Limit     GC | Var      | Constra 
19.18/19.25	c =============================================================================
19.18/19.25	c  0.0s |       0 |        0 |        0 |     4437      0 |      816 |        4
19.28/19.30	c  0.0s |       1 |      207 |      100 |     4437      0 |      816 |        4
19.28/19.36	c  0.1s |       2 |      511 |      250 |     4437      0 |      816 |        4
19.38/19.46	c  0.2s |       3 |     1015 |      475 |     4437      0 |      816 |        4
19.58/19.60	c  0.4s |       4 |     1680 |      813 |     4437      1 |      816 |        4
19.68/19.76	c  0.5s |       5 |     2555 |     1320 |     4437      1 |      816 |        4
19.89/19.96	c  0.7s |       6 |     4108 |     2081 |     4437      1 |      816 |        4
20.28/20.30	c  1.0s |       7 |     6034 |     3223 |     4437      1 |      816 |        4
20.68/20.80	c  1.5s |       8 |     9204 |     4936 |     4437      2 |      816 |        4
20.89/20.98	c  1.7s |       8 |    10197 |     5555 |     4437      2 |      816 |        4
20.89/20.98	c #cpu_time = 1.727s
20.89/20.98	c #wall_clock_time = 1.727s
20.89/20.98	c #decision = 10197
20.89/20.98	c #random_decision = 27
20.89/20.98	c #conflict = 5555
20.89/20.98	c #restart = 8
20.89/20.98	o 1
20.89/20.98	s OPTIMUM FOUND
20.89/20.98	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
20.89/20.98	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
20.89/20.98	v x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
20.89/20.98	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
20.89/20.98	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
20.89/20.98	v -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60
20.89/20.98	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
20.89/20.98	v -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80
20.89/20.98	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
20.89/20.98	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
20.89/20.98	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
20.89/20.98	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
20.89/20.98	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
20.89/20.98	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
20.89/20.98	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
20.89/20.98	v -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160
20.89/20.98	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170
20.89/20.98	v -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180
20.89/20.98	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
20.89/20.98	v x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
20.89/20.98	v -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
20.89/20.98	v -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220
20.89/20.98	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
20.89/20.98	v x231
20.89/20.98	c total CPU time = 20.981s
20.89/20.98	c total wall clock time = 20.980s

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

pid=32629
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.39 2.37 2.16 3/179 32632
/proc/meminfo: memFree=29267888/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=632252 CPUtime=0 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 2340 0 0 0 0 0 0 0 20 0 4 0 36475962 647426048 3213 33554432000 4194304 16246674 140735555515536 140735555514960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 158831 3222 441 2943 0 155725 0
[pid=32632/tid=32633] ppid=32629 vsize=650684 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 666300416 3283 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=654780 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 670494720 3300 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=658876 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475962 674689024 3318 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.39 2.37 2.16 3/179 32632
/proc/meminfo: memFree=29267888/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 24602 0 0 0 6 3 0 0 20 0 4 0 36475962 1247350784 25468 33554432000 4194304 16246674 140735555515536 140735555497408 12459121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 304529 25477 620 2943 0 301423 0
[pid=32632/tid=32633] ppid=32629 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1247350784 25479 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1247350784 25479 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475962 1247350784 25480 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200513 s]
/proc/loadavg: 2.39 2.37 2.16 3/179 32632
/proc/meminfo: memFree=29267888/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 40513 0 0 0 12 7 0 0 20 0 4 0 36475962 1250496512 41350 33554432000 4194304 16246674 140735555515536 140735555497408 4222282 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 305297 41353 804 2943 0 302191 0
[pid=32632/tid=32633] ppid=32629 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1250496512 41356 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1250496512 41357 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36475962 1250496512 41360 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300462 s]
/proc/loadavg: 2.39 2.37 2.16 3/179 32632
/proc/meminfo: memFree=29267888/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 40829 0 0 0 22 7 0 0 20 0 4 0 36475962 1251545088 41665 33554432000 4194304 16246674 140735555515536 140735555498304 5523080 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 305553 41665 870 2943 0 302447 0
[pid=32632/tid=32633] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 41665 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 41665 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 41665 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700407 s]
/proc/loadavg: 2.39 2.37 2.16 3/179 32632
/proc/meminfo: memFree=29267888/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 130919 0 0 0 50 19 0 0 20 0 4 0 36475962 1251545088 131755 33554432000 4194304 16246674 140735555515536 140735555498304 6843278 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 305553 131765 870 2943 0 302447 0
[pid=32632/tid=32633] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 131778 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 131784 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1251545088 131789 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.5004 s]
/proc/loadavg: 2.39 2.37 2.16 3/183 32636
/proc/meminfo: memFree=28342036/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1302084 CPUtime=1.49 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 266389 0 0 0 111 38 0 0 20 0 4 0 36475962 1333334016 267225 33554432000 4194304 16246674 140735555515536 140735555498528 5973991 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 325521 267227 870 2943 0 322415 0
[pid=32632/tid=32633] ppid=32629 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1333334016 267227 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1333334016 267227 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1333334016 267229 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1302084

[startup+3.10036 s]
/proc/loadavg: 2.39 2.37 2.16 3/183 32636
/proc/meminfo: memFree=28193872/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 268047 0 0 0 271 38 0 0 20 0 4 0 36475962 1339625472 268883 33554432000 4194304 16246674 140735555515536 140735555497408 5545708 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 327057 268883 876 2943 0 323951 0
[pid=32632/tid=32633] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 268883 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 268883 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 268883 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.3004 s]
/proc/loadavg: 2.36 2.36 2.16 3/183 32636
/proc/meminfo: memFree=28191280/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 268179 0 0 0 591 38 0 0 20 0 4 0 36475962 1339625472 269015 33554432000 4194304 16246674 140735555515536 140735555497408 5677422 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 327057 269015 876 2943 0 323951 0
[pid=32632/tid=32633] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 269015 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 269015 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1339625472 269015 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.41 2.37 2.16 4/183 32636
/proc/meminfo: memFree=28189940/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 268691 0 0 0 1231 38 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 140735555497408 5824003 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 327569 269527 876 2943 0 324463 0
[pid=32632/tid=32633] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

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

[startup+12.8005 s]
/proc/loadavg: 2.41 2.37 2.16 4/183 32636
/proc/meminfo: memFree=28189940/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1310276 CPUtime=12.79 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 268691 0 0 0 1241 38 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 140735555497408 5722656 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 327569 269527 876 2943 0 324463 0
[pid=32632/tid=32633] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1341722624 269527 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1310276

[startup+16.0004 s]
/proc/loadavg: 2.38 2.37 2.16 3/183 32636
/proc/meminfo: memFree=28189808/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1311300 CPUtime=15.98 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 268949 0 0 0 1560 38 0 0 20 0 4 0 36475962 1342771200 269785 33554432000 4194304 16246674 140735555515536 140735555497408 13820912 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 327825 269785 886 2943 0 324719 0
[pid=32632/tid=32633] ppid=32629 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1342771200 269785 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1342771200 269785 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1342771200 269785 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1311300

[startup+19.2004 s]
/proc/loadavg: 2.35 2.36 2.16 3/183 32636
/proc/meminfo: memFree=28185504/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1315396 CPUtime=19.18 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 269981 0 0 0 1880 38 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 140735555497408 5677667 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 328849 270817 886 2943 0 325743 0
[pid=32632/tid=32633] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1315396

[startup+20.0004 s]
/proc/loadavg: 2.35 2.36 2.16 3/183 32636
/proc/meminfo: memFree=28185008/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1315396 CPUtime=19.98 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 269981 0 0 0 1960 38 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 140735555497408 5823516 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 328849 270817 886 2943 0 325743 0
[pid=32632/tid=32633] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 1315396

[startup+20.8004 s]
/proc/loadavg: 2.35 2.36 2.16 3/183 32636
/proc/meminfo: memFree=28185008/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=1315396 CPUtime=20.78 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) R 32629 32632 31304 0 -1 4202496 269981 0 0 0 2040 38 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 140735555497408 5991592 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 328849 270817 886 2943 0 325743 0
[pid=32632/tid=32633] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32633/stat : 32633 (toysat) S 32629 32632 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654439349488 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) S 32629 32632 31304 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654351269104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=32632/tid=32635] ppid=32629 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/32632/task/32635/stat : 32635 (toysat) S 32629 32632 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36475962 1346965504 270817 33554432000 4194304 16246674 140735555515536 139654340795568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1315396

[startup+21.0074 s]
/proc/loadavg: 2.35 2.36 2.16 3/183 32636
/proc/meminfo: memFree=28185132/32872528 swapFree=1370848/1518016
[pid=32632] ppid=32629 vsize=0 CPUtime=20.99 cores=0,2,4,6
/proc/32632/stat : 32632 (toysat) Z 32629 32632 31304 0 -1 4202508 269985 0 0 0 2058 41 0 0 20 0 2 0 36475962 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32632/statm: 0 0 0 0 0 0 0
[pid=32632/tid=32634] ppid=32629 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/32632/task/32634/stat : 32634 (toysat) R 32629 32632 31304 0 -1 4203588 7 0 0 0 0 1 0 0 20 0 2 0 36475962 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.0447
CPU time (s): 21.0298
CPU user time (s): 20.5899
CPU system time (s): 0.439933
CPU usage (%): 99.9294
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5899
system time used= 0.439933
maximum resident set size= 1083276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269985
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= 27
involuntary context switches= 24

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056991 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:51:35
IDJOB=4109862
IDBENCH=78949
IDSOLVER=2553
FILE ID=node129/4109862-1466344295
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= b79c8ce52bbf55b2415ca4df8d18f0c8
RANDOM SEED=1877375979

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29268160 kB
Buffers:           88896 kB
Cached:           178216 kB
SwapCached:         1804 kB
Active:          1210724 kB
Inactive:         137592 kB
Active(anon):    1080440 kB
Inactive(anon):     2732 kB
Active(file):     130284 kB
Inactive(file):   134860 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16316 kB
Writeback:             0 kB
AnonPages:       2600360 kB
Mapped:            11008 kB
Shmem:                 0 kB
Slab:             602404 kB
SReclaimable:      46340 kB
SUnreclaim:       556064 kB
KernelStack:        1520 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2742460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:51:56