Trace number 4106367

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT3 214.061 214.145

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=127-P1=71-P2=13-B.opb
MD5SUMa8860bf897752ee1d736621cafcad2b5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.035993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables48
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)128
Sum of products size (including duplicates)256
Number of different products128
Sum of products size256

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-18T19:18:04+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","--pb","--search=bcd2","HOME/instance-4106367-1466270284.opb"]
0.00/0.01	c use --random-gen="2380384017 442994937 2831034388 1530520352 142607390 2561392573 4122829289 1464643224 2139579735 274451245 1055110278 958043114 2560073457 3644588037 11922518 211031574 2080652545 914288053 3727545852 3159300418 399801072 742600896 598908142 2139453845 734128382 1845596507 818637955 1605823063 2921227051 446553012 2815179863 2112757137 3307451640 3037209152 2888435799 1325177323 3385915064 424606854 4006016535 4017596676 797985302 3618627998 3475553267 4267004717 35257081 2803821439 2299799947 2381207711 167544395 1416804613 2668686579 1546546488 1197770285 3084288548 2350492864 1124713409 2842228126 793641108 4026612758 538003392 980273714 3176305206 4243685812 2050030596 105878640 1714927602 471699130 568520876 4041611872 1428587068 398732496 2992768714 4277760212 886101649 1210171789 314690018 3094268383 3504263886 1273901179 957332206 1158090886 3949745894 82671558 1788482813 341084246 291136761 1798154913 3844383891 392072359 2136672626 319505147 3498909621 798301846 3266645370 3722913989 30774067 2247677357 2128584475 1771672834 2856201829 3939767632 409231722 2755870976 2157869290 1288564034 1653696012 1468265892 1473885951 1097110189 704738861 561345355 3298186099 2464163428 3641623030 3835520453 3038242296 2790545429 2375270302 1644202798 3798094384 3675019371 3142335659 576109221 3860868865 3129178676 3727420251 3805148990 3688228356 1965041158 3059921518 130517126 726849605 3163031133 2973530287 2808047283 2945327727 3590507098 2208026503 1755357299 1466835611 2054925062 2134064860 3041655526 1850291968 2739611042 3485143163 3817888070 196004042 1439330100 2955679297 405538159 61715153 657127527 2305275821 1013064621 403975473 1215315406 3951476561 3583700174 4092306434 2103900355 715666842 1062959086 1955698431 553952784 3393534921 2784570752 3572924676 4028098697 9146803 1814216449 1991383733 1660998529 2074350628 4148254278 1074588671 3971914015 4097472191 3610239046 631148852 313671516 1175994419 2536931578 294647090 1446526236 2944838629 72721796 3179484675 4129956119 297155763 999017827 2137826820 2819702547 2905194202 3544467528 4269221869 1424313526 2560407874 1415057730 3349193074 1148144416 1405223577 2120932424 2272536529 188430360 484455922 3874498908 2289827960 1879282968 957181093 1633452248 3068654796 1692775752 3086321833 942977104 3635042989 890281697 2625855050 2420327168 1965046711 646913552 1687397307 2373732899 1040747741 4212375404 2255944078 3066307271 3519789662 1871631193 2352349371 1660393732 2247482334 3098177558 3827625276 743744913 2020922864 2935525972 205242112 356519372 3466917445 2930187481 3110752990 3891389963 84011794 646210213 594956696 3772953479 98479069 1689257867 3371410109 2876225162 960278328 2965780874 3072063768 3347790000 2481310572 255 362436" option to reproduce the execution
0.00/0.01	c #vars 48
0.00/0.01	c #constraints 5
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      189      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      110 |      100 |      189      0 |        0 |        0
0.00/0.07	c  0.1s |       2 |      274 |      250 |      208      1 |        0 |        0
0.09/0.12	c  0.1s |       3 |      533 |      475 |      229      1 |        0 |        0
0.19/0.26	c  0.2s |       4 |      896 |      813 |      252      3 |        0 |        0
0.29/0.36	c  0.3s |       5 |     1438 |     1320 |      278      6 |        0 |        0
0.39/0.46	c  0.4s |       5 |     1711 |     1541 |      306      7 |        0 |        0
0.39/0.46	c #cpu_time = 0.440s
0.39/0.46	c #wall_clock_time = 0.442s
0.39/0.46	c #decision = 1711
0.39/0.46	c #random_decision = 7
0.39/0.46	c #conflict = 1541
0.39/0.46	c #restart = 5
0.39/0.46	o 209
0.39/0.46	c BCD2: updating upper bound: 255 -> 208
0.39/0.46	c BCD2: 0 <= obj <= 208
0.39/0.46	c BCD2: #cores=0, #unrelaxed=8, #relaxed=0, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |      306      0 |        0 |        0
0.39/0.46	c  0.0s |       0 |        6 |        0 |      306      1 |        0 |        0
0.39/0.46	c #cpu_time = 0.003s
0.39/0.46	c #wall_clock_time = 0.003s
0.39/0.46	c #decision = 6
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 7: cost of the new core is >=2
0.39/0.46	c lower bound updated to 2
0.39/0.46	c BCD2: 2 <= obj <= 208
0.39/0.46	c BCD2: #cores=1, #unrelaxed=1, #relaxed=7, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=2 bias=2/3
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |      306      0 |        0 |        0
0.39/0.48	c  0.0s |       1 |      145 |      100 |      306      0 |        0 |        0
0.49/0.56	c  0.1s |       2 |      321 |      250 |      306      1 |        0 |        0
0.59/0.61	c  0.1s |       3 |      582 |      475 |      306      2 |        0 |        0
0.69/0.72	c  0.3s |       4 |      962 |      813 |      337      3 |        0 |        0
0.90/0.95	c  0.4s |       5 |     1502 |     1320 |      337      5 |        0 |        0
1.09/1.13	c  0.7s |       6 |     2369 |     2081 |      371      9 |        0 |        0
1.29/1.38	c  0.9s |       7 |     3579 |     3223 |      371     13 |        0 |        0
1.69/1.74	c  1.3s |       8 |     5611 |     4936 |      409     20 |        0 |        0
2.19/2.21	c  1.7s |       9 |     8225 |     7506 |      450     29 |        0 |        0
2.89/2.96	c  2.5s |      10 |    12258 |    11361 |      496     42 |        0 |        0
3.89/3.96	c  3.5s |      11 |    18218 |    17144 |      546     60 |        0 |        0
5.60/5.64	c  5.2s |      12 |    27283 |    25819 |      601     86 |        0 |        0
7.59/7.65	c  7.2s |      12 |    39109 |    37419 |      662    119 |        0 |        0
7.80/7.90	c  7.4s |      13 |    40557 |    38832 |      662    122 |        0 |        0
9.89/9.92	c  9.5s |      13 |    51572 |    49432 |      662    150 |        0 |        0
11.49/11.54	c 11.1s |      14 |    60893 |    58352 |      729    174 |        0 |        0
13.49/13.55	c 13.1s |      14 |    72260 |    69452 |      729    200 |        0 |        0
15.50/15.56	c 15.1s |      14 |    83417 |    80352 |      729    226 |        0 |        0
16.79/16.89	c 16.4s |      15 |    90825 |    87632 |      802    243 |        0 |        0
18.80/18.90	c 18.4s |      15 |   101375 |    97832 |      802    265 |        0 |        0
20.89/20.92	c 20.5s |      15 |   112241 |   108332 |      802    289 |        0 |        0
22.88/22.93	c 22.5s |      15 |   122636 |   118232 |      802    311 |        0 |        0
24.88/24.94	c 24.5s |      15 |   134093 |   129232 |      883    336 |        0 |        0
25.28/25.36	c 24.9s |      16 |   136490 |   131552 |      883    341 |        0 |        0
27.28/27.37	c 26.9s |      16 |   146857 |   141752 |      883    361 |        0 |        0
29.29/29.38	c 28.9s |      16 |   157227 |   151852 |      883    381 |        0 |        0
31.29/31.39	c 30.9s |      16 |   168060 |   162452 |      883    403 |        0 |        0
33.29/33.40	c 32.9s |      16 |   178569 |   172752 |      883    424 |        0 |        0
35.40/35.41	c 34.9s |      16 |   189080 |   183052 |      883    445 |        0 |        0
37.39/37.41	c 36.9s |      16 |   199255 |   193052 |      883    465 |        0 |        0
38.19/38.24	c 37.8s |      17 |   203702 |   197432 |      972    473 |        0 |        0
40.19/40.25	c 39.8s |      17 |   214246 |   207632 |      972    492 |        0 |        0
42.19/42.26	c 41.8s |      17 |   224893 |   218132 |      972    511 |        0 |        0
44.19/44.28	c 43.8s |      17 |   235070 |   228132 |      972    530 |        0 |        0
46.19/46.29	c 45.8s |      17 |   245637 |   238432 |      972    549 |        0 |        0
48.28/48.30	c 47.8s |      17 |   255841 |   248432 |      972    568 |        0 |        0
50.28/50.32	c 49.9s |      17 |   266216 |   258632 |      972    587 |        0 |        0
52.28/52.33	c 51.9s |      17 |   276334 |   268532 |      972    605 |        0 |        0
54.28/54.33	c 53.9s |      17 |   286168 |   278232 |      972    623 |        0 |        0
56.29/56.34	c 55.9s |      17 |   296694 |   288532 |      972    643 |        0 |        0
57.88/57.90	c 57.4s |      18 |   304504 |   296252 |     1070    657 |        0 |        0
59.88/59.91	c 59.5s |      18 |   314080 |   305552 |     1070    673 |        0 |        0
61.88/61.93	c 61.5s |      18 |   324254 |   315452 |     1070    690 |        0 |        0
63.88/63.93	c 63.5s |      18 |   334213 |   325052 |     1070    706 |        0 |        0
65.88/65.94	c 65.5s |      18 |   344351 |   334952 |     1070    723 |        0 |        0
67.88/67.95	c 67.5s |      18 |   354667 |   344952 |     1070    741 |        0 |        0
69.88/69.97	c 69.5s |      18 |   364881 |   354852 |     1070    758 |        0 |        0
71.88/71.98	c 71.5s |      18 |   375024 |   364652 |     1070    775 |        0 |        0
73.98/74.00	c 73.5s |      18 |   384843 |   373852 |     1070    790 |        0 |        0
75.98/76.00	c 75.5s |      18 |   395191 |   383552 |     1070    807 |        0 |        0
77.98/78.01	c 77.6s |      18 |   405998 |   393752 |     1070    825 |        0 |        0
79.97/80.02	c 79.6s |      18 |   416219 |   403552 |     1070    841 |        0 |        0
81.97/82.03	c 81.6s |      18 |   426301 |   412852 |     1070    857 |        0 |        0
83.97/84.03	c 83.6s |      18 |   436258 |   422052 |     1070    873 |        0 |        0
85.98/86.04	c 85.6s |      18 |   446790 |   432052 |     1070    891 |        0 |        0
87.97/88.06	c 87.6s |      18 |   456719 |   441452 |     1177    907 |        0 |        0
88.67/88.71	c 88.3s |      19 |   459889 |   444482 |     1177    911 |        0 |        0
90.67/90.72	c 90.3s |      19 |   470750 |   454982 |     1177    928 |        0 |        0
92.67/92.72	c 92.3s |      19 |   479869 |   463982 |     1177    942 |        0 |        0
94.68/94.74	c 94.3s |      19 |   489333 |   473182 |     1177    957 |        0 |        0
96.67/96.76	c 96.3s |      19 |   499603 |   483182 |     1177    972 |        0 |        0
98.66/98.77	c 98.3s |      19 |   509996 |   493282 |     1177    988 |        0 |        0
100.66/100.77	c  100s |      19 |   520457 |   503582 |     1177   1004 |        0 |        0
102.66/102.79	c  102s |      19 |   531057 |   513782 |     1177   1021 |        0 |        0
104.76/104.80	c  104s |      19 |   539878 |   522182 |     1177   1034 |        0 |        0
106.76/106.81	c  106s |      19 |   550244 |   532182 |     1177   1050 |        0 |        0
108.76/108.82	c  108s |      19 |   560183 |   541782 |     1177   1065 |        0 |        0
110.76/110.82	c  110s |      19 |   570477 |   551682 |     1177   1080 |        0 |        0
112.76/112.83	c  112s |      19 |   580357 |   561182 |     1177   1095 |        0 |        0
114.76/114.83	c  114s |      19 |   590967 |   571382 |     1177   1112 |        0 |        0
116.76/116.83	c  116s |      19 |   601380 |   581382 |     1177   1127 |        0 |        0
118.75/118.85	c  118s |      19 |   610235 |   589882 |     1177   1141 |        0 |        0
120.76/120.87	c  120s |      19 |   619973 |   599182 |     1177   1156 |        0 |        0
122.76/122.88	c  122s |      19 |   629804 |   608682 |     1177   1171 |        0 |        0
124.76/124.89	c  124s |      19 |   640582 |   618982 |     1177   1187 |        0 |        0
126.75/126.90	c  126s |      19 |   651013 |   629082 |     1177   1203 |        0 |        0
128.86/128.91	c  128s |      19 |   659908 |   637682 |     1177   1216 |        0 |        0
130.85/130.91	c  130s |      19 |   669579 |   646982 |     1177   1231 |        0 |        0
132.85/132.92	c  132s |      19 |   679119 |   655982 |     1177   1245 |        0 |        0
134.85/134.94	c  134s |      19 |   687744 |   664082 |     1295   1257 |        0 |        0
135.46/135.51	c  135s |      20 |   690629 |   666827 |     1295   1261 |        0 |        0
137.44/137.53	c  137s |      20 |   700609 |   676527 |     1295   1275 |        0 |        0
139.44/139.54	c  139s |      20 |   709569 |   685227 |     1295   1287 |        0 |        0
141.44/141.56	c  141s |      20 |   718714 |   694027 |     1295   1300 |        0 |        0
143.44/143.57	c  143s |      20 |   726976 |   702027 |     1295   1311 |        0 |        0
145.44/145.58	c  145s |      20 |   737038 |   711827 |     1295   1325 |        0 |        0
147.44/147.59	c  147s |      20 |   745496 |   719927 |     1295   1337 |        0 |        0
149.44/149.60	c  149s |      20 |   754875 |   729127 |     1295   1350 |        0 |        0
151.54/151.60	c  151s |      20 |   763757 |   737727 |     1295   1363 |        0 |        0
153.54/153.63	c  153s |      20 |   772234 |   746027 |     1295   1375 |        0 |        0
155.53/155.64	c  155s |      20 |   781637 |   755027 |     1295   1387 |        0 |        0
157.53/157.66	c  157s |      20 |   790383 |   763627 |     1295   1400 |        0 |        0
159.54/159.68	c  159s |      20 |   799421 |   772427 |     1295   1412 |        0 |        0
161.53/161.69	c  161s |      20 |   808927 |   781427 |     1295   1425 |        0 |        0
163.53/163.70	c  163s |      20 |   818438 |   790627 |     1295   1438 |        0 |        0
165.63/165.72	c  165s |      20 |   827692 |   799627 |     1295   1451 |        0 |        0
167.63/167.73	c  167s |      20 |   835922 |   807727 |     1295   1463 |        0 |        0
169.63/169.74	c  169s |      20 |   844190 |   815827 |     1295   1474 |        0 |        0
171.63/171.74	c  171s |      20 |   853943 |   825427 |     1295   1488 |        0 |        0
173.62/173.74	c  173s |      20 |   862629 |   833927 |     1295   1500 |        0 |        0
175.62/175.76	c  175s |      20 |   871208 |   842227 |     1295   1512 |        0 |        0
177.62/177.77	c  177s |      20 |   880522 |   851327 |     1295   1526 |        0 |        0
179.62/179.78	c  179s |      20 |   889318 |   859827 |     1295   1538 |        0 |        0
181.72/181.80	c  181s |      20 |   898272 |   868627 |     1295   1551 |        0 |        0
183.72/183.81	c  183s |      20 |   908099 |   878227 |     1295   1564 |        0 |        0
185.72/185.83	c  185s |      20 |   917938 |   887727 |     1295   1578 |        0 |        0
187.72/187.86	c  187s |      20 |   928338 |   897627 |     1295   1592 |        0 |        0
189.72/189.88	c  189s |      20 |   937677 |   906527 |     1295   1605 |        0 |        0
191.72/191.89	c  191s |      20 |   946527 |   915127 |     1295   1618 |        0 |        0
193.73/193.89	c  193s |      20 |   957068 |   925027 |     1295   1632 |        0 |        0
195.82/195.91	c  195s |      20 |   967015 |   934227 |     1295   1645 |        0 |        0
197.81/197.92	c  197s |      20 |   976807 |   943327 |     1295   1659 |        0 |        0
199.81/199.93	c  199s |      20 |   986656 |   952527 |     1295   1672 |        0 |        0
201.81/201.95	c  201s |      20 |   995259 |   960927 |     1295   1684 |        0 |        0
203.81/203.95	c  203s |      20 |  1004019 |   969527 |     1295   1697 |        0 |        0
205.82/205.97	c  205s |      20 |  1013854 |   979127 |     1295   1710 |        0 |        0
207.81/207.98	c  207s |      20 |  1024132 |   989127 |     1295   1725 |        0 |        0
209.81/209.99	c  209s |      20 |  1034204 |   998927 |     1425   1738 |        0 |        0
210.12/210.28	c  209s |      21 |  1035679 |  1000345 |     1425   1740 |        0 |        0
212.11/212.28	c  211s |      21 |  1045227 |  1009245 |     1425   1751 |        0 |        0
213.81/213.94	c  213s |      21 |  1052299 |  1016178 |     1425   1761 |        0 |        0
213.81/213.94	c #cpu_time = 212.883s
213.81/213.94	c #wall_clock_time = 213.477s
213.81/213.94	c #decision = 1052299
213.81/213.94	c #random_decision = 2984
213.81/213.94	c #conflict = 1016178
213.81/213.94	c #restart = 21
213.81/213.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
213.81/213.94	c lower bound updated to 3
213.81/213.94	c BCD2: 3 <= obj <= 208
213.81/213.94	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=0
213.81/213.94	c BCD2: #sat=1 #unsat=3 bias=3/4
213.81/213.94	c Solving starts ...
213.81/213.94	c ============================[ Search Statistics ]============================
213.81/213.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.81/213.94	c       |         |          |          |    Limit     GC | Var      | Constra 
213.81/213.94	c =============================================================================
213.81/213.94	c  0.0s |       0 |        0 |        0 |     1425      0 |        1 |        0
213.81/213.97	c  0.0s |       1 |      118 |      100 |     1425      0 |        1 |        1
213.91/214.00	c  0.1s |       2 |      309 |      250 |     1425      0 |        1 |        1
213.91/214.01	c  0.1s |       2 |      391 |      299 |     1425      0 |        1 |        1
213.91/214.01	c #cpu_time = 0.069s
213.91/214.01	c #wall_clock_time = 0.069s
213.91/214.01	c #decision = 391
213.91/214.01	c #random_decision = 1
213.91/214.01	c #conflict = 299
213.91/214.01	c #restart = 2
213.91/214.01	o 109
213.91/214.01	c BCD2: hardening fixes 1 literals
213.91/214.01	c BCD2: updating upper bound: 208 -> 108
213.91/214.01	c BCD2: 3 <= obj <= 108
213.91/214.01	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=1
213.91/214.01	c BCD2: #sat=2 #unsat=3 bias=3/5
213.91/214.01	c Solving starts ...
213.91/214.01	c ============================[ Search Statistics ]============================
213.91/214.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.91/214.01	c       |         |          |          |    Limit     GC | Var      | Constra 
213.91/214.01	c =============================================================================
213.91/214.01	c  0.0s |       0 |        0 |        0 |     1425      0 |       11 |        3
213.91/214.03	c  0.0s |       1 |      116 |      100 |     1425      0 |       11 |       27
213.91/214.05	c  0.0s |       1 |      195 |      160 |     1425      0 |       11 |       27
213.91/214.05	c #cpu_time = 0.039s
213.91/214.05	c #wall_clock_time = 0.039s
213.91/214.05	c #decision = 195
213.91/214.05	c #random_decision = 1
213.91/214.05	c #conflict = 160
213.91/214.05	c #restart = 1
213.91/214.05	o 53
213.91/214.05	c BCD2: hardening fixes 1 literals
213.91/214.05	c BCD2: updating upper bound: 108 -> 52
213.91/214.05	c BCD2: 3 <= obj <= 52
213.91/214.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=2
213.91/214.05	c BCD2: #sat=3 #unsat=3 bias=3/6
213.91/214.05	c Solving starts ...
213.91/214.05	c ============================[ Search Statistics ]============================
213.91/214.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.91/214.05	c       |         |          |          |    Limit     GC | Var      | Constra 
213.91/214.05	c =============================================================================
213.91/214.05	c  0.0s |       0 |        0 |        0 |     1425      0 |       21 |       29
213.91/214.08	c  0.0s |       1 |      123 |      100 |     1425      0 |       21 |       53
213.91/214.09	c  0.0s |       1 |      206 |      164 |     1425      0 |       21 |       53
213.91/214.09	c #cpu_time = 0.041s
213.91/214.09	c #wall_clock_time = 0.041s
213.91/214.09	c #decision = 206
213.91/214.09	c #random_decision = 0
213.91/214.09	c #conflict = 164
213.91/214.09	c #restart = 1
213.91/214.09	o 23
213.91/214.09	c BCD2: hardening fixes 1 literals
213.91/214.09	c BCD2: updating upper bound: 52 -> 22
213.91/214.09	c BCD2: 3 <= obj <= 22
213.91/214.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=3
213.91/214.09	c BCD2: #sat=4 #unsat=3 bias=3/7
213.91/214.09	c Solving starts ...
213.91/214.09	c ============================[ Search Statistics ]============================
213.91/214.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.91/214.09	c       |         |          |          |    Limit     GC | Var      | Constra 
213.91/214.09	c =============================================================================
213.91/214.09	c  0.0s |       0 |        0 |        0 |     1425      0 |       31 |       55
213.91/214.09	c  0.0s |       0 |       26 |        3 |     1425      0 |       31 |       79
213.91/214.09	c #cpu_time = 0.003s
213.91/214.09	c #wall_clock_time = 0.003s
213.91/214.09	c #decision = 26
213.91/214.09	c #random_decision = 0
213.91/214.09	c #conflict = 3
213.91/214.09	c #restart = 0
213.91/214.09	o 7
213.91/214.09	c BCD2: hardening fixes 2 literals
213.91/214.09	c BCD2: updating upper bound: 22 -> 6
213.91/214.09	c BCD2: 3 <= obj <= 6
213.91/214.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=5
213.91/214.09	c BCD2: #sat=5 #unsat=3 bias=3/8
213.91/214.09	c Solving starts ...
213.91/214.09	c ============================[ Search Statistics ]============================
213.91/214.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
213.91/214.09	c       |         |          |          |    Limit     GC | Var      | Constra 
213.91/214.09	c =============================================================================
213.91/214.09	c  0.0s |       0 |        0 |        0 |     1425      0 |       51 |       81
213.91/214.09	c  0.0s |       0 |       17 |        0 |     1425      0 |       51 |      129
213.91/214.09	c #cpu_time = 0.002s
213.91/214.09	c #wall_clock_time = 0.002s
213.91/214.09	c #decision = 17
213.91/214.09	c #random_decision = 0
213.91/214.09	c #conflict = 0
213.91/214.09	c #restart = 0
213.91/214.09	o 3
213.91/214.09	s OPTIMUM FOUND
213.91/214.09	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10
213.91/214.09	v x11 -x12 -x13 -x14 x15 x16 x17 -x18 -x19 -x20
213.91/214.09	v x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30
213.91/214.09	v x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
213.91/214.09	v -x41 x42 -x43 x44 x45 -x46 -x47 -x48
213.91/214.09	c total CPU time = 213.501s
213.91/214.09	c total wall clock time = 214.096s

Verifier Data

OK	3

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-4106367-1466270284/watcher-4106367-1466270284 -o /tmp/evaluation-result-4106367-1466270284/solver-4106367-1466270284 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106367-1466270284.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.10 2.09 4/179 9409
/proc/meminfo: memFree=30177988/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 2566 0 0 0 0 0 0 0 20 0 4 0 29078516 706146304 2927 33554432000 4194304 16246674 140735279163584 140735279163008 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 172911 2934 441 2943 0 169805 0
[pid=9409/tid=9410] ppid=9406 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 750186496 3096 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=737724 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 755429376 3113 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29078517 759623680 3128 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100133 s]
/proc/loadavg: 2.13 2.10 2.09 4/179 9409
/proc/meminfo: memFree=30177988/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 20868 0 0 0 6 3 0 0 20 0 4 0 29078516 1247350784 21218 33554432000 4194304 16246674 140735279163584 140735279163008 5546098 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 304529 21227 765 2943 0 301423 0
[pid=9409/tid=9410] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 21232 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 21234 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29078517 1247350784 21235 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200527 s]
/proc/loadavg: 2.13 2.10 2.09 4/179 9409
/proc/meminfo: memFree=30177988/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 38822 0 0 0 13 6 0 0 20 0 4 0 29078516 1247350784 39171 33554432000 4194304 16246674 140735279163584 140735279163008 13780501 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 304529 39179 765 2943 0 301423 0
[pid=9409/tid=9410] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 39182 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 39189 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29078517 1247350784 39195 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300483 s]
/proc/loadavg: 2.13 2.10 2.09 4/179 9409
/proc/meminfo: memFree=30177988/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 57573 0 0 0 21 8 0 0 20 0 4 0 29078516 1247350784 57922 33554432000 4194304 16246674 140735279163584 140735279163008 12476789 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 304529 57932 765 2943 0 301423 0
[pid=9409/tid=9410] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 57942 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 57946 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29078517 1247350784 57949 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700403 s]
/proc/loadavg: 2.13 2.10 2.09 4/179 9409
/proc/meminfo: memFree=30177988/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 131388 0 0 0 50 19 0 0 20 0 4 0 29078516 1247350784 131736 33554432000 4194304 16246674 140735279163584 140735279145472 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 304529 131743 794 2943 0 301423 0
[pid=9409/tid=9410] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 131747 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1247350784 131755 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29078517 1247350784 131765 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 9413
/proc/meminfo: memFree=29284960/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 245779 0 0 0 113 36 0 0 20 0 4 0 29078516 1248399360 246105 33554432000 4194304 16246674 140735279163584 140735279162896 5754712 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 304785 246105 854 2943 0 301679 0
[pid=9409/tid=9410] ppid=9406 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1248399360 246105 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1248399360 246105 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1248399360 246105 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 9413
/proc/meminfo: memFree=29108012/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 267466 0 0 0 271 38 0 0 20 0 4 0 29078516 1337528320 267792 33554432000 4194304 16246674 140735279163584 140735279146584 5546005 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 326545 267792 854 2943 0 323439 0
[pid=9409/tid=9410] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1337528320 267792 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1337528320 267792 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1337528320 267792 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30036 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 9413
/proc/meminfo: memFree=29106400/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 267566 0 0 0 590 39 0 0 20 0 4 0 29078516 1337528320 267892 33554432000 4194304 16246674 140735279163584 140735279146584 5721529 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 326545 267892 854 2943 0 323439 0
[pid=9409/tid=9410] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1337528320 267892 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1337528320 267892 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1337528320 267892 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 9413
/proc/meminfo: memFree=29105128/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1307204 CPUtime=12.69 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 267899 0 0 0 1230 39 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140735279146584 5545721 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 326801 268225 854 2943 0 323695 0
[pid=9409/tid=9410] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1307204

[startup+25.5074 s]
/proc/loadavg: 2.16 2.11 2.09 3/183 9413
/proc/meminfo: memFree=29105592/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1307204 CPUtime=25.49 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 267899 0 0 0 2510 39 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140735279145472 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 326801 268225 854 2943 0 323695 0
[pid=9409/tid=9410] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1338576896 268225 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1307204

[startup+51.1004 s]
/proc/loadavg: 2.11 2.10 2.09 3/183 9414
/proc/meminfo: memFree=29103720/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=51.08 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 267990 0 0 0 5068 40 0 0 20 0 4 0 29078516 1339625472 268571 33554432000 4194304 16246674 140735279163584 140735279145472 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268571 854 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268571 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268571 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268571 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1308228

[startup+102.3 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 9415
/proc/meminfo: memFree=29103028/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=102.26 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268002 0 0 0 10185 41 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279146584 13775094 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1308228

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.08 3/184 9419
/proc/meminfo: memFree=29103272/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=162.23 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268035 0 0 0 16181 42 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279146584 5711992 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1308228

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

[startup+179.3 s]
/proc/loadavg: 2.03 2.07 2.08 3/183 9419
/proc/meminfo: memFree=29103124/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=179.22 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268049 0 0 0 17880 42 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279146584 12483230 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 179.22
Current children cumulated vsize (KiB) 1308228

[startup+192.1 s]
/proc/loadavg: 2.03 2.07 2.08 3/183 9420
/proc/meminfo: memFree=29102960/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=192.02 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268050 0 0 0 19159 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279145472 5712064 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 192.02
Current children cumulated vsize (KiB) 1308228

[startup+204.9 s]
/proc/loadavg: 2.02 2.07 2.08 4/183 9420
/proc/meminfo: memFree=29103024/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=204.81 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268056 0 0 0 20438 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279145472 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.81
Current children cumulated vsize (KiB) 1308228

[startup+208.107 s]
/proc/loadavg: 2.02 2.07 2.08 3/183 9420
/proc/meminfo: memFree=29103008/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=208.02 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268063 0 0 0 20759 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279145472 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 208.02
Current children cumulated vsize (KiB) 1308228

[startup+211.3 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 9420
/proc/meminfo: memFree=29103008/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=211.21 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268063 0 0 0 21078 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279146584 5829624 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 211.21
Current children cumulated vsize (KiB) 1308228

[startup+212.9 s]
/proc/loadavg: 2.02 2.06 2.08 3/183 9420
/proc/meminfo: memFree=29103132/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=212.81 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268063 0 0 0 21238 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279146584 13950230 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 212.81
Current children cumulated vsize (KiB) 1308228

[startup+213.7 s]
/proc/loadavg: 2.10 2.08 2.08 3/183 9420
/proc/meminfo: memFree=29103256/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=1308228 CPUtime=213.61 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202496 268063 0 0 0 21318 43 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140735279145472 5721694 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 327057 268572 855 2943 0 323951 0
[pid=9409/tid=9410] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9410/stat : 9410 (toysat) S 9406 9409 28898 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376997342448 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=9409/tid=9411] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9411/stat : 9411 (toysat) S 9406 9409 28898 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29078516 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376912407792 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=9409/tid=9412] ppid=9406 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/9409/task/9412/stat : 9412 (toysat) S 9406 9409 28898 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29078517 1339625472 268572 33554432000 4194304 16246674 140735279163584 140376901934256 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 213.61
Current children cumulated vsize (KiB) 1308228

[startup+214.1 s]
/proc/loadavg: 2.10 2.08 2.08 3/183 9420
/proc/meminfo: memFree=29103256/32872528 swapFree=526336/559040
[pid=9409] ppid=9406 vsize=0 CPUtime=214 cores=1,3,5,7
/proc/9409/stat : 9409 (toysat) R 9406 9409 28898 0 -1 4202500 268070 0 0 0 21357 43 0 0 20 0 1 0 29078516 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 214
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 214.145
CPU time (s): 214.061
CPU user time (s): 213.579
CPU system time (s): 0.482926
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.579
system time used= 0.482926
maximum resident set size= 1074308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268070
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= 94
involuntary context switches= 292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.596909 second user time and 0.770882 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 19:18:04
IDJOB=4106367
IDBENCH=48033
IDSOLVER=2542
FILE ID=node106/4106367-1466270284
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=127-P1=71-P2=13-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106367-1466270284/watcher-4106367-1466270284 -o /tmp/evaluation-result-4106367-1466270284/solver-4106367-1466270284 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106367-1466270284.opb

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

MD5SUM BENCH= a8860bf897752ee1d736621cafcad2b5
RANDOM SEED=1396810482

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30177980 kB
Buffers:           91160 kB
Cached:           197248 kB
SwapCached:         1736 kB
Active:          1197592 kB
Inactive:         191736 kB
Active(anon):    1099268 kB
Inactive(anon):     4000 kB
Active(file):      98324 kB
Inactive(file):   187736 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16628 kB
Writeback:             0 kB
AnonPages:       1659028 kB
Mapped:            10528 kB
Shmem:                 0 kB
Slab:             613560 kB
SReclaimable:      56800 kB
SUnreclaim:       556760 kB
KernelStack:        1520 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1802648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 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= 71668 MiB
End job on node106 at 2016-06-18 19:21:38