Trace number 4106520

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 37.4423 37.4489

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
MD5SUMfb8239991fe60a33867ecb92496c7603
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.076987
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 variables162
Total number of constraints19
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 constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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-18T20:00:48+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-4106520-1466272847.opb"]
0.00/0.01	c use --random-gen="2368447072 1996596250 2890042559 675868263 2428168650 3193666522 1074860694 21256839 1909557404 3281966780 2086195558 786303261 1197667866 2216706530 587726547 611597764 542382679 2510046442 1300270604 3782815210 799796634 2516024866 1380226813 3424121223 355490235 1357857027 2641456167 3446004973 1984456150 1519853472 3563952051 42591316 3744622425 1204686979 572661924 327545913 320919897 705794762 724819745 1666149260 1226081398 390640754 3967929168 1807459103 3686860860 2922048634 2775987842 2110773603 3953328318 2946038861 2838622387 3677537770 200351518 1332927234 3784093688 3069946831 3480063687 2622775896 1487891214 4177022556 3430530089 2204405926 3778182056 1766354292 2770100503 2100111084 2147985344 602909998 2066016026 152333945 3001677683 3464381886 763807960 3152181430 2008448478 262212328 2371789670 578014310 2354977837 2768802006 3480958796 4220819355 2394922741 729559946 2320281931 3922709246 92925778 27192786 898968715 3027899705 481305652 2177262647 3363438800 4147952712 1910367494 1590301656 2702260460 577898491 1789870232 1896179619 1055018127 2569036703 3396535519 925112903 3827726123 2227551795 2412970712 54913843 2804139797 3670225528 79832704 588054927 798161655 1245329989 3793390618 963069981 1726786287 2812261098 2527747581 813683520 2475283929 681485805 1919703582 3950095821 3785332845 2641638682 2578208835 1681749269 2417011280 3074987971 3361000954 1836417542 4043321269 3907042262 2790868147 2499081990 3363060180 2243512355 1450532617 151872161 2977947522 2588329185 763143329 3035272045 1049167032 3712559057 3686249159 1659831729 1166069119 2666815505 3460645933 2025257490 1346746809 2820880451 2007280155 2129538492 2837284464 2917789923 3901228732 2221796490 2165709800 3165288139 690267105 3093418476 1555723876 976763951 1131092653 2021738689 2870585117 3459661978 1203062483 3748562928 4074973900 2327050282 327043602 519497133 1434815291 624981780 3416345527 862604914 3705624036 2002217463 2838508760 2495377576 3336236984 4268697888 3390551599 4135756627 696566375 3225171305 1142644104 427194723 3165963486 277489211 3494427874 547774166 4165506216 3895619631 1714216037 4013304801 2836391289 4129090570 914966042 2761966573 944237786 2541026588 3729518 815923805 3244188116 103735499 3839871757 1425300425 974409790 4204094482 1553421595 3996111662 3721197883 3022094667 498392719 175569362 3335130713 1897651507 2574892944 1346406199 4197981690 1182688941 3980830681 3158055292 3160832595 2423792415 3802450982 2626837204 2390489469 4174781842 2650012732 86706372 1702208027 3214092039 1772950648 2543405669 3259318188 1099476942 651617067 195293873 2879819372 4003062571 3505431439 1017456565 4075742644 2960899571 2313987671 3909328383 1241786430 772187168 2177806810 2385005569 255 362436" option to reproduce the execution
0.00/0.01	c #vars 162
0.00/0.01	c #constraints 19
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      495      0 |        0 |        0
0.00/0.04	c  0.0s |       1 |      134 |      100 |      495      0 |        0 |        0
0.00/0.07	c  0.0s |       2 |      500 |      250 |      545      0 |        0 |        0
0.09/0.13	c  0.1s |       3 |      862 |      475 |      600      0 |        0 |        0
0.18/0.22	c  0.2s |       4 |     1299 |      813 |      660      0 |        0 |        0
0.29/0.36	c  0.3s |       5 |     1931 |     1320 |      727      1 |        0 |        0
0.49/0.59	c  0.6s |       6 |     2891 |     2081 |      881      3 |        0 |        0
0.79/0.83	c  0.8s |       7 |     4210 |     3223 |      970      4 |        0 |        0
1.29/1.38	c  1.4s |       8 |     6437 |     4936 |     1067      7 |        0 |        0
1.39/1.44	c  1.4s |       8 |     6974 |     5341 |     1067      8 |        0 |        0
1.39/1.44	c #cpu_time = 1.423s
1.39/1.44	c #wall_clock_time = 1.423s
1.39/1.44	c #decision = 6974
1.39/1.44	c #random_decision = 27
1.39/1.44	c #conflict = 5341
1.39/1.44	c #restart = 8
1.39/1.44	o 55
1.39/1.44	c BCD2: updating upper bound: 63 -> 54
1.39/1.44	c BCD2: 0 <= obj <= 54
1.39/1.44	c BCD2: #cores=0, #unrelaxed=6, #relaxed=0, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=1 bias=1/2
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     1067      0 |        0 |        0
1.39/1.45	c  0.0s |       0 |        4 |        0 |     1067      0 |        0 |        0
1.39/1.45	c #cpu_time = 0.002s
1.39/1.45	c #wall_clock_time = 0.002s
1.39/1.45	c #decision = 4
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: found a new core of size 5: cost of the new core is >=2
1.39/1.45	c lower bound updated to 2
1.39/1.45	c BCD2: 2 <= obj <= 54
1.39/1.45	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=2 bias=2/3
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     1067      0 |        0 |        0
1.39/1.46	c  0.0s |       1 |      138 |      100 |     1067      0 |        0 |        0
1.49/1.53	c  0.1s |       2 |      413 |      250 |     1067      0 |        0 |        0
1.49/1.56	c  0.1s |       3 |      692 |      475 |     1067      1 |        0 |        0
1.59/1.64	c  0.2s |       4 |     1193 |      813 |     1067      1 |        0 |        0
1.69/1.73	c  0.3s |       5 |     1894 |     1320 |     1067      2 |        0 |        0
1.79/1.87	c  0.4s |       6 |     2910 |     2081 |     1067      3 |        0 |        0
1.99/2.03	c  0.6s |       7 |     4288 |     3223 |     1174      4 |        0 |        0
2.39/2.49	c  1.0s |       8 |     6410 |     4936 |     1174      7 |        0 |        0
2.89/2.94	c  1.5s |       9 |     9358 |     7506 |     1292     10 |        0 |        0
3.78/3.87	c  2.4s |      10 |    14743 |    11361 |     1292     15 |        0 |        0
4.78/4.81	c  3.4s |      11 |    21030 |    17144 |     1422     21 |        0 |        0
6.78/6.83	c  5.4s |      11 |    31901 |    25544 |     1565     30 |        0 |        0
6.78/6.88	c  5.4s |      12 |    32200 |    25819 |     1565     31 |        1 |        6
8.80/8.88	c  7.4s |      12 |    44243 |    36719 |     1722     42 |        1 |        6
9.29/9.39	c  7.9s |      13 |    46597 |    38832 |     1722     43 |        1 |        6
11.29/11.39	c  9.9s |      13 |    58091 |    49432 |     1722     54 |        1 |        6
12.99/13.00	c 11.6s |      14 |    67544 |    58352 |     1895     63 |        1 |        6
14.99/15.01	c 13.6s |      14 |    74765 |    64852 |     1895     68 |        1 |        6
16.99/17.04	c 15.6s |      14 |    83874 |    71252 |     1895     74 |        1 |        6
18.99/19.04	c 17.6s |      14 |    91017 |    77352 |     1895     80 |        1 |        6
20.99/21.04	c 19.6s |      14 |   102102 |    87552 |     2085     89 |        2 |       12
20.99/21.06	c 19.6s |      15 |   102199 |    87632 |     2085     89 |        2 |       12
22.99/23.07	c 21.6s |      15 |   113147 |    97632 |     2085     97 |        3 |       18
24.99/25.08	c 23.6s |      15 |   123896 |   107332 |     2085    106 |        3 |       18
27.08/27.10	c 25.7s |      15 |   135007 |   117532 |     2085    115 |        3 |       18
29.08/29.10	c 27.7s |      15 |   146145 |   127632 |     2294    124 |        3 |       18
29.79/29.88	c 28.4s |      16 |   150358 |   131552 |     2294    127 |        3 |       18
31.78/31.90	c 30.4s |      16 |   161881 |   141952 |     2294    136 |        4 |       24
33.88/33.90	c 32.5s |      16 |   172906 |   152152 |     2294    144 |        4 |       24
35.88/35.91	c 34.5s |      16 |   183611 |   162152 |     2294    152 |        4 |       24
37.28/37.31	c 35.9s |      16 |   192033 |   170398 |     2294    159 |        6 |       36
37.28/37.31	c #cpu_time = 35.869s
37.28/37.31	c #wall_clock_time = 35.868s
37.28/37.31	c #decision = 192033
37.28/37.31	c #random_decision = 767
37.28/37.31	c #conflict = 170398
37.28/37.31	c #restart = 16
37.28/37.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
37.28/37.31	c lower bound updated to 3
37.28/37.31	c BCD2: 3 <= obj <= 54
37.28/37.31	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=0
37.28/37.31	c BCD2: #sat=1 #unsat=3 bias=3/4
37.28/37.31	c Solving starts ...
37.28/37.31	c ============================[ Search Statistics ]============================
37.28/37.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.28/37.31	c       |         |          |          |    Limit     GC | Var      | Constra 
37.28/37.31	c =============================================================================
37.28/37.31	c  0.0s |       0 |        0 |        0 |     2294      0 |        7 |       36
37.28/37.34	c  0.0s |       1 |      199 |      100 |     2294      0 |        7 |       37
37.28/37.36	c  0.1s |       2 |      474 |      250 |     2294      0 |        7 |       37
37.28/37.38	c  0.1s |       2 |      645 |      307 |     2294      0 |        7 |       37
37.28/37.38	c #cpu_time = 0.061s
37.28/37.38	c #wall_clock_time = 0.061s
37.28/37.38	c #decision = 645
37.28/37.38	c #random_decision = 2
37.28/37.38	c #conflict = 307
37.28/37.38	c #restart = 2
37.28/37.38	o 5
37.28/37.38	c BCD2: hardening fixes 3 literals
37.28/37.38	c BCD2: updating upper bound: 54 -> 4
37.28/37.38	c BCD2: 3 <= obj <= 4
37.28/37.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=3
37.28/37.38	c BCD2: #sat=2 #unsat=3 bias=3/5
37.28/37.38	c Solving starts ...
37.28/37.38	c ============================[ Search Statistics ]============================
37.28/37.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.28/37.38	c       |         |          |          |    Limit     GC | Var      | Constra 
37.28/37.38	c =============================================================================
37.28/37.38	c  0.0s |       0 |        0 |        0 |     2294      0 |       31 |       39
37.28/37.38	c  0.0s |       0 |       77 |       12 |     2294      0 |       31 |       93
37.28/37.38	c #cpu_time = 0.008s
37.28/37.38	c #wall_clock_time = 0.008s
37.28/37.38	c #decision = 77
37.28/37.38	c #random_decision = 1
37.28/37.38	c #conflict = 12
37.28/37.38	c #restart = 0
37.28/37.38	o 3
37.28/37.38	s OPTIMUM FOUND
37.28/37.38	v x1 x2 -x3 -x4 -x5 -x6 x7 x8 -x9 -x10
37.28/37.38	v x11 -x12 x13 -x14 -x15 x16 x17 -x18 x19 -x20
37.28/37.38	v x21 x22 -x23 -x24 x25 x26 x27 x28 -x29 x30
37.28/37.38	v x31 x32 x33 x34 x35 -x36 x37 x38 -x39 -x40
37.28/37.38	v -x41 -x42 x43 -x44 -x45 x46 -x47 x48 x49 x50
37.28/37.38	v -x51 x52 -x53 -x54 x55 -x56 x57 -x58 x59 -x60
37.28/37.38	v x61 -x62 -x63 x64 x65 x66 x67 -x68 -x69 -x70
37.28/37.38	v x71 -x72 x73 -x74 x75 x76 x77 -x78 x79 x80
37.28/37.38	v -x81 -x82 x83 -x84 x85 -x86 x87 x88 -x89 -x90
37.28/37.38	v x91 x92 x93 -x94 -x95 x96 x97 x98 x99 x100
37.28/37.38	v x101 x102 x103 -x104 x105 -x106 x107 x108 -x109 -x110
37.28/37.38	v -x111 -x112 -x113 -x114 -x115 x116 x117 -x118 x119 -x120
37.28/37.38	v x121 x122 -x123 -x124 -x125 -x126 x127 -x128 x129 -x130
37.28/37.38	v x131 -x132 x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
37.28/37.38	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 x149 -x150
37.28/37.38	v -x151 x152 -x153 x154 -x155 -x156 x157 -x158 -x159 -x160
37.28/37.38	v x161 -x162
37.28/37.38	c total CPU time = 37.388s
37.28/37.38	c total wall clock time = 37.387s

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

pid=26420
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.29 2.35 2.29 3/180 26423
/proc/meminfo: memFree=28947172/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=671164 CPUtime=0 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 2493 0 0 0 0 0 0 0 20 0 4 0 29330484 687271936 2343 33554432000 4194304 16246674 140733657823712 140733657823136 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 168303 2353 441 2943 0 165197 0
[pid=26423/tid=26424] ppid=26420 vsize=688572 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 705097728 2412 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=692668 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 709292032 2429 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=696764 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29330485 713486336 2446 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10012 s]
/proc/loadavg: 2.29 2.35 2.29 3/180 26423
/proc/meminfo: memFree=28947172/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 20793 0 0 0 7 2 0 0 20 0 4 0 29330484 1247350784 20630 33554432000 4194304 16246674 140733657823712 140733657823136 5712452 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 304529 20637 758 2943 0 301423 0
[pid=26423/tid=26424] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 20642 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 20647 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 20653 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200464 s]
/proc/loadavg: 2.29 2.35 2.29 3/180 26423
/proc/meminfo: memFree=28947172/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 38007 0 0 0 14 4 0 0 20 0 4 0 29330484 1247350784 37844 33554432000 4194304 16246674 140733657823712 140733657823136 6045692 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 304529 37852 758 2943 0 301423 0
[pid=26423/tid=26424] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 37856 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 37862 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 37867 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300475 s]
/proc/loadavg: 2.29 2.35 2.29 3/180 26423
/proc/meminfo: memFree=28947172/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 55468 0 0 0 22 7 0 0 20 0 4 0 29330484 1247350784 55306 33554432000 4194304 16246674 140733657823712 140733657823136 6024617 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 304529 55314 765 2943 0 301423 0
[pid=26423/tid=26424] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 55318 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 55322 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 55327 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700394 s]
/proc/loadavg: 2.29 2.35 2.29 3/180 26423
/proc/meminfo: memFree=28947172/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 131083 0 0 0 51 17 0 0 20 0 4 0 29330484 1247350784 130921 33554432000 4194304 16246674 140733657823712 140733657823136 12460548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 304529 130928 765 2943 0 301423 0
[pid=26423/tid=26424] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 130937 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 130943 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29330485 1247350784 130947 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50036 s]
/proc/loadavg: 2.29 2.35 2.29 3/184 26427
/proc/meminfo: memFree=28114712/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1220164 CPUtime=1.49 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 246022 0 0 0 118 31 0 0 20 0 4 0 29330484 1249447936 245836 33554432000 4194304 16246674 140733657823712 140733657823024 13760237 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 305041 245836 851 2943 0 301935 0
[pid=26423/tid=26424] ppid=26420 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1249447936 245836 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1249447936 245836 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1249447936 245836 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1220164

[startup+3.1004 s]
/proc/loadavg: 2.29 2.35 2.29 3/184 26427
/proc/meminfo: memFree=27917304/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 267535 0 0 0 274 34 0 0 20 0 4 0 29330484 1337528320 267349 33554432000 4194304 16246674 140733657823712 140733657805632 5522986 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 326545 267349 851 2943 0 323439 0
[pid=26423/tid=26424] ppid=26420 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1337528320 267349 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1337528320 267349 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1337528320 267349 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30036 s]
/proc/loadavg: 2.34 2.36 2.29 4/184 26427
/proc/meminfo: memFree=27877004/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1307204 CPUtime=6.28 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 267853 0 0 0 594 34 0 0 20 0 4 0 29330484 1338576896 267667 33554432000 4194304 16246674 140733657823712 140733657805632 5973312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 326801 267667 853 2943 0 323695 0
[pid=26423/tid=26424] ppid=26420 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1338576896 267667 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1338576896 267667 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1338576896 267667 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.40 2.37 2.30 3/184 26427
/proc/meminfo: memFree=27870356/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268481 0 0 0 1234 35 0 0 20 0 4 0 29330484 1341722624 268295 33554432000 4194304 16246674 140733657823712 140733657805632 6021165 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268295 853 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268295 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268295 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268295 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26450
/proc/meminfo: memFree=27868884/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=25.49 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 2514 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657805632 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1310276

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

[startup+25.6005 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26450
/proc/meminfo: memFree=27868884/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=25.59 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 2524 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657805632 5676195 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1310276

[startup+32.0073 s]
/proc/loadavg: 2.28 2.34 2.29 3/184 26450
/proc/meminfo: memFree=27869384/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=31.99 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 3164 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657805632 6861676 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1310276

[startup+35.2004 s]
/proc/loadavg: 2.26 2.34 2.29 3/184 26450
/proc/meminfo: memFree=27869468/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=35.19 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 3484 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657805632 12476636 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1310276

[startup+36.8004 s]
/proc/loadavg: 2.26 2.34 2.29 3/184 26450
/proc/meminfo: memFree=27869468/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=36.78 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 3643 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657806712 12415657 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 36.78
Current children cumulated vsize (KiB) 1310276

[startup+37.2004 s]
/proc/loadavg: 2.26 2.34 2.29 3/184 26450
/proc/meminfo: memFree=27869468/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=1310276 CPUtime=37.18 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202496 268667 0 0 0 3683 35 0 0 20 0 4 0 29330484 1341722624 268481 33554432000 4194304 16246674 140733657823712 140733657805632 12415827 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 327569 268481 854 2943 0 324463 0
[pid=26423/tid=26424] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26424/stat : 26424 (toysat) S 26420 26423 24910 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104623434992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=26423/tid=26425] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26425/stat : 26425 (toysat) S 26420 26423 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104612945136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=26423/tid=26426] ppid=26420 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/26423/task/26426/stat : 26426 (toysat) S 26420 26423 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29330485 1341722624 268481 33554432000 4194304 16246674 140733657823712 140104602471600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 37.18
Current children cumulated vsize (KiB) 1310276

[startup+37.4003 s]
/proc/loadavg: 2.26 2.34 2.29 3/181 26450
/proc/meminfo: memFree=28062164/32872528 swapFree=1499884/1696108
[pid=26423] ppid=26420 vsize=0 CPUtime=37.39 cores=0,2,4,6
/proc/26423/stat : 26423 (toysat) R 26420 26423 24910 0 -1 4202500 268672 0 0 0 3702 37 0 0 20 0 1 0 29330484 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26423/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 37.4489
CPU time (s): 37.4423
CPU user time (s): 37.0264
CPU system time (s): 0.415936
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 1310276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0264
system time used= 0.415936
maximum resident set size= 1073940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 47

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112982 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 20:00:47
IDJOB=4106520
IDBENCH=48089
IDSOLVER=2542
FILE ID=node137/4106520-1466272847
RUNJOBID= node137-1466264772-24926
PBS_JOBID= 19918225
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=53-P2=23-P3=7-P4=31-P5=59-P6=59-P7=37-P8=41-P9=67-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106520-1466272847/watcher-4106520-1466272847 -o /tmp/evaluation-result-4106520-1466272847/solver-4106520-1466272847 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24926 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106520-1466272847.opb

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

MD5SUM BENCH= fb8239991fe60a33867ecb92496c7603
RANDOM SEED=1593168361

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28947536 kB
Buffers:          152324 kB
Cached:           257416 kB
SwapCached:         1268 kB
Active:          1228800 kB
Inactive:         257152 kB
Active(anon):    1077512 kB
Inactive(anon):     1028 kB
Active(file):     151288 kB
Inactive(file):   256124 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:             16372 kB
Writeback:             4 kB
AnonPages:       2771976 kB
Mapped:            10560 kB
Shmem:                 0 kB
Slab:             607724 kB
SReclaimable:      51612 kB
SUnreclaim:       556112 kB
KernelStack:        1496 kB
PageTables:         9688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2914356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node137 at 2016-06-18 20:01:25