Trace number 4105489

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-02OPT4 11.9812 11.9937

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_30_30.r.opb
MD5SUM13fe0c0d776ae7f3e7aff3ed3ce58275
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.218965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T13:12:08+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-4105489-1466248328.opb"]
0.00/0.01	c use --random-gen="4065800871 2575997228 1509583174 2679229 2655088402 2592966497 1051062379 3492837233 1805360122 3952445043 2864432240 1744520555 63425278 266998639 211637330 711735647 86691801 2242421125 4126008980 2977614505 2773480998 771081758 1809971949 3510261432 1727432479 260763955 1672286630 1461517823 2848073249 2865574289 1003496947 303551312 1871261461 2016506438 3284002901 3730480562 2194889837 1866936317 1831366632 283978366 592074212 3624949065 344966610 350635290 1321894035 2381457625 3149815286 1919812480 3198368162 3520139557 4132473088 2222492371 3661611438 1241652881 1065703656 2268675265 608803224 3773068415 853362218 2157988158 3865323132 1854685406 3800155947 812340603 3606155366 1779273551 2380704391 414774540 3298965210 1718833743 3664049190 349000954 3589827011 4060994588 3321706921 1806513261 1876030688 4262144758 678000915 2754882365 1802934191 2695719280 2320293399 4271465039 1476890587 1758510372 4118864912 3087366530 919284289 3112328345 1098370049 502429586 229590793 256211927 3603423868 734692124 3739310835 1218524622 1185362333 3998215374 3315076559 1179442199 1111687872 4055581975 659227467 2116908630 3171003168 1331267655 2972033684 222333802 1796105043 1526385305 1481490530 2998100156 124252291 1268370255 1172137090 2848836442 3195839206 1746464317 188400159 2991103905 855310468 3394849764 1609680871 18201886 4025938933 3313480949 3839825965 2653174355 1064164 3106891990 729533120 3500541399 2004236007 1377864000 3414516636 2409328446 291433019 3088286522 1004603214 1433725236 1962554774 1744567724 926514699 2072912316 1336738197 831053528 270513996 1981394112 689422637 2986166942 3507837584 1300874476 4129269764 1341417802 2145966180 2832878461 2255747566 577683771 13933679 2670877482 2444782007 1479541029 1006816665 3544312222 721571890 3911830254 353397906 3764730598 1011155313 3642873988 4043250912 3749182226 2286426276 2437077021 3499938125 2366591128 3495978424 321413646 2947567386 3947851191 4046451646 93847334 3875404765 2923744472 1296681248 326805750 3503911856 2146169666 4163274784 1153894316 3638471806 380793466 792494501 3359664897 2322901659 2441501971 1479679013 389837250 1068662605 1544843212 2672645309 4092409158 3405492654 2357561440 4217494542 26160875 442290462 3882052206 1044171456 2837079013 1945607612 1161684483 631796285 728342437 2933554307 1017064622 909803092 2106040648 3635019341 3668823361 773291209 2713073936 3980187909 349193892 63776021 2521322198 349964316 1709592987 1453235577 1091334099 1323574715 4048705752 1827910444 4106751963 2283611779 1433911529 3702771467 2327304951 3128294520 4179850298 2689661578 1111048277 3018737181 684056156 119220077 590115818 1158636154 2381160907 1468120832 280149168 4036387397 1902474836 1932583886 864560289 255 362436" option to reproduce the execution
0.00/0.01	c #vars 100
0.00/0.01	c #constraints 50
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 |       50      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |      100 |        0 |       50      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 100
0.00/0.02	c #random_decision = 2
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 100
0.00/0.02	c BCD2: updating upper bound: 100 -> 99
0.00/0.02	c BCD2: 0 <= obj <= 99
0.00/0.02	c BCD2: #cores=0, #unrelaxed=100, #relaxed=0, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |       50      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       91 |        0 |       50      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 91
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 30: cost of the new core is >=1
0.00/0.02	c lower bound updated to 1
0.00/0.02	c BCD2: 1 <= obj <= 99
0.00/0.02	c BCD2: #cores=1, #unrelaxed=70, #relaxed=30, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |       50      0 |        0 |        1
0.00/0.02	c  0.0s |       0 |       94 |        0 |       50      0 |        0 |        1
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 94
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 8
0.00/0.02	c BCD2: updating upper bound: 99 -> 7
0.00/0.02	c BCD2: 1 <= obj <= 7
0.00/0.02	c BCD2: #cores=1, #unrelaxed=70, #relaxed=30, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=2 bias=2/4
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 |       50      0 |        0 |        2
0.00/0.03	c  0.0s |       1 |      201 |      100 |       50      0 |        0 |        2
0.00/0.05	c  0.0s |       2 |      507 |      250 |       56      2 |        0 |        2
0.00/0.08	c  0.1s |       3 |      898 |      475 |       62      6 |        0 |        2
0.09/0.12	c  0.1s |       4 |     1436 |      813 |       69     11 |        0 |        2
0.09/0.19	c  0.2s |       5 |     2261 |     1320 |       76     18 |        0 |        2
0.19/0.28	c  0.3s |       6 |     3383 |     2081 |       93     28 |        0 |        2
0.39/0.43	c  0.4s |       7 |     5093 |     3223 |      103     42 |        0 |        2
0.59/0.60	c  0.6s |       7 |     6980 |     4548 |      103     57 |        0 |        2
0.59/0.60	c #cpu_time = 0.576s
0.59/0.60	c #wall_clock_time = 0.578s
0.59/0.60	c #decision = 6980
0.59/0.60	c #random_decision = 23
0.59/0.60	c #conflict = 4548
0.59/0.60	c #restart = 7
0.59/0.60	c BCD2: relaxing 70 and merging with 1 cores into a new core of size 100: cost of the new core is >=2
0.59/0.60	c lower bound updated to 2
0.59/0.60	c BCD2: 2 <= obj <= 7
0.59/0.60	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
0.59/0.60	c BCD2: #sat=2 #unsat=3 bias=3/5
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |      103      0 |        2 |        2
0.59/0.62	c  0.0s |       1 |      244 |      100 |      103      0 |        2 |        5
0.59/0.64	c  0.0s |       2 |      616 |      250 |      103      2 |        2 |        5
0.59/0.68	c  0.1s |       3 |      981 |      475 |      114      6 |        2 |        5
0.69/0.73	c  0.1s |       4 |     1521 |      813 |      114     10 |        2 |        5
0.79/0.81	c  0.2s |       5 |     2448 |     1320 |      114     18 |        2 |        5
0.88/0.93	c  0.3s |       6 |     3789 |     2081 |      114     28 |        2 |        5
0.99/1.09	c  0.5s |       7 |     6249 |     3223 |      126     45 |        2 |        5
1.19/1.28	c  0.7s |       8 |     9464 |     4936 |      126     69 |        2 |        5
1.49/1.56	c  1.0s |       9 |    14338 |     7506 |      139    103 |        2 |        5
1.59/1.69	c  1.1s |       9 |    16898 |     8764 |      139    118 |        2 |        5
1.59/1.69	c #cpu_time = 1.086s
1.59/1.69	c #wall_clock_time = 1.089s
1.59/1.69	c #decision = 16898
1.59/1.69	c #random_decision = 70
1.59/1.69	c #conflict = 8764
1.59/1.69	c #restart = 9
1.59/1.69	o 5
1.59/1.69	c BCD2: updating upper bound: 7 -> 4
1.59/1.69	c BCD2: 2 <= obj <= 4
1.59/1.69	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
1.59/1.69	c BCD2: #sat=3 #unsat=3 bias=3/6
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |      139      0 |        2 |        7
1.69/1.70	c  0.0s |       1 |      202 |      100 |      139      2 |        2 |        7
1.69/1.72	c  0.0s |       2 |      488 |      250 |      139      4 |        2 |        7
1.69/1.74	c  0.1s |       3 |      926 |      475 |      139      6 |        2 |        7
1.69/1.78	c  0.1s |       4 |     1520 |      813 |      139     10 |        2 |        7
1.79/1.83	c  0.1s |       5 |     2510 |     1320 |      139     16 |        2 |        7
1.89/1.91	c  0.2s |       6 |     3991 |     2081 |      139     25 |        2 |        7
1.99/2.02	c  0.3s |       7 |     5961 |     3223 |      139     40 |        2 |        7
2.19/2.21	c  0.5s |       8 |     9550 |     4936 |      153     61 |        2 |        7
2.39/2.47	c  0.8s |       9 |    14338 |     7506 |      153     90 |        2 |        7
2.79/2.86	c  1.2s |      10 |    21654 |    11361 |      153    134 |        2 |        7
3.39/3.41	c  1.7s |      11 |    31804 |    17144 |      169    195 |        2 |        7
4.19/4.25	c  2.6s |      12 |    47198 |    25819 |      186    283 |        2 |        7
5.39/5.45	c  3.8s |      13 |    70360 |    38832 |      186    405 |        2 |        7
6.99/7.10	c  5.4s |      14 |   105151 |    58352 |      205    568 |        2 |        7
7.19/7.29	c  5.6s |      14 |   110155 |    61199 |      205    590 |        3 |        9
7.19/7.29	c #cpu_time = 5.590s
7.19/7.29	c #wall_clock_time = 5.604s
7.19/7.29	c #decision = 110155
7.19/7.29	c #random_decision = 526
7.19/7.29	c #conflict = 61199
7.19/7.29	c #restart = 14
7.19/7.29	c BCD2: updating lower bound of a core
7.19/7.29	c lower bound updated to 4
7.19/7.29	c BCD2: 4 <= obj <= 4
7.19/7.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=100, #hardened=0
7.19/7.29	c BCD2: #sat=3 #unsat=4 bias=4/7
7.19/7.29	c Solving starts ...
7.19/7.29	c ============================[ Search Statistics ]============================
7.19/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.29	c =============================================================================
7.19/7.29	c  0.0s |       0 |        0 |        0 |      205      0 |        3 |       10
7.29/7.30	c  0.0s |       1 |      250 |      100 |      205      0 |        3 |       10
7.29/7.32	c  0.0s |       2 |      506 |      250 |      205      1 |        3 |       10
7.29/7.34	c  0.0s |       3 |      909 |      475 |      205      3 |        3 |       10
7.29/7.38	c  0.1s |       4 |     1486 |      813 |      205      5 |        3 |       10
7.39/7.43	c  0.1s |       5 |     2423 |     1320 |      205     10 |        3 |       10
7.49/7.50	c  0.2s |       6 |     3780 |     2081 |      205     16 |        3 |       10
7.59/7.61	c  0.3s |       7 |     6114 |     3223 |      205     26 |        3 |       10
7.69/7.79	c  0.5s |       8 |     9141 |     4936 |      205     41 |        3 |       10
7.99/8.05	c  0.8s |       9 |    13913 |     7506 |      205     64 |        3 |       10
8.39/8.42	c  1.1s |      10 |    20861 |    11361 |      205     98 |        3 |       10
8.89/8.97	c  1.7s |      11 |    31133 |    17144 |      226    146 |        3 |       10
9.69/9.79	c  2.5s |      12 |    46409 |    25819 |      226    218 |        3 |       10
10.99/11.03	c  3.7s |      13 |    69325 |    38832 |      226    325 |        3 |       10
11.89/11.93	c  4.6s |      13 |    85694 |    48235 |      226    401 |        3 |       10
11.89/11.93	c #cpu_time = 4.623s
11.89/11.93	c #wall_clock_time = 4.635s
11.89/11.93	c #decision = 85694
11.89/11.93	c #random_decision = 425
11.89/11.93	c #conflict = 48235
11.89/11.93	c #restart = 13
11.89/11.93	o 4
11.89/11.93	s OPTIMUM FOUND
11.89/11.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
11.89/11.93	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
11.89/11.93	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
11.89/11.93	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
11.89/11.93	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
11.89/11.93	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
11.89/11.93	v -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
11.89/11.93	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
11.89/11.93	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
11.89/11.93	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
11.89/11.93	c total CPU time = 11.901s
11.89/11.93	c total wall clock time = 11.932s

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4105489-1466248328/watcher-4105489-1466248328 -o /tmp/evaluation-result-4105489-1466248328/solver-4105489-1466248328 -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-4105489-1466248328.opb 

pid=5174
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.10 2.16 2.11 3/179 5177
/proc/meminfo: memFree=30149220/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=650684 CPUtime=0 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 2412 0 0 0 0 0 0 0 20 0 4 0 26882960 666300416 2772 33554432000 4194304 16246674 140736455326560 140736455325984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 163183 2782 441 2943 0 160077 0
[pid=5177/tid=5178] ppid=5174 vsize=693692 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 710340608 2944 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=698812 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 715583488 2962 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=702908 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 719777792 2980 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100067 s]
/proc/loadavg: 2.10 2.16 2.11 3/179 5177
/proc/meminfo: memFree=30149220/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 28820 0 0 0 6 3 0 0 20 0 4 0 26882960 1247350784 29168 33554432000 4194304 16246674 140736455326560 140736455309552 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 304529 29185 781 2943 0 301423 0
[pid=5177/tid=5178] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 29194 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 29198 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 29210 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.10 2.16 2.11 3/179 5177
/proc/meminfo: memFree=30149220/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 56564 0 0 0 12 7 0 0 20 0 4 0 26882960 1247350784 56912 33554432000 4194304 16246674 140736455326560 140736455309552 5677541 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 304529 56923 781 2943 0 301423 0
[pid=5177/tid=5178] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 56934 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 56941 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 56945 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300491 s]
/proc/loadavg: 2.10 2.16 2.11 3/179 5177
/proc/meminfo: memFree=30149220/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 84763 0 0 0 19 10 0 0 20 0 4 0 26882960 1247350784 85110 33554432000 4194304 16246674 140736455326560 140736455309552 5545885 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 304529 85128 781 2943 0 301423 0
[pid=5177/tid=5178] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 85134 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 85140 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 85152 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700405 s]
/proc/loadavg: 2.10 2.16 2.11 3/179 5177
/proc/meminfo: memFree=30149220/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 188218 0 0 0 44 25 0 0 20 0 4 0 26882960 1247350784 188565 33554432000 4194304 16246674 140736455326560 140736455309552 6843278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 304529 188568 783 2943 0 301423 0
[pid=5177/tid=5178] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 188570 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 188577 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1247350784 188585 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.10 2.16 2.11 3/183 5181
/proc/meminfo: memFree=29167176/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 245600 0 0 0 117 32 0 0 20 0 4 0 26882960 1248399360 245925 33554432000 4194304 16246674 140736455326560 140736455308480 5672222 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 304785 245925 843 2943 0 301679 0
[pid=5177/tid=5178] ppid=5174 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1248399360 245925 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1248399360 245925 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1248399360 245925 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.10 2.16 2.11 3/183 5181
/proc/meminfo: memFree=29079632/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267454 0 0 0 274 35 0 0 20 0 4 0 26882960 1337528320 267779 33554432000 4194304 16246674 140736455326560 140736455308480 6026586 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267779 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267779 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267779 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267779 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.09 2.16 2.10 3/183 5181
/proc/meminfo: memFree=29078544/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267493 0 0 0 593 36 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 140736455308480 13780640 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267818 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

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

[startup+6.40052 s]
/proc/loadavg: 2.09 2.16 2.10 3/183 5181
/proc/meminfo: memFree=29078544/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=6.39 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267493 0 0 0 603 36 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 140736455308480 13820864 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267818 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267818 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+9.60041 s]
/proc/loadavg: 2.09 2.16 2.10 4/183 5181
/proc/meminfo: memFree=29078812/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=9.59 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267517 0 0 0 923 36 0 0 20 0 4 0 26882960 1337528320 267842 33554432000 4194304 16246674 140736455326560 140736455308480 5721512 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267842 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267842 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267842 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267842 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 1306180

[startup+11.2005 s]
/proc/loadavg: 2.16 2.17 2.11 3/183 5181
/proc/meminfo: memFree=29078300/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=11.19 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267518 0 0 0 1083 36 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 140736455308480 6022520 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267843 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 1306180

[startup+11.6004 s]
/proc/loadavg: 2.16 2.17 2.11 3/183 5181
/proc/meminfo: memFree=29078300/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=11.59 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267518 0 0 0 1123 36 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 140736455308480 6072451 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267843 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 1306180

[startup+11.8004 s]
/proc/loadavg: 2.16 2.17 2.11 3/183 5181
/proc/meminfo: memFree=29078300/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=11.79 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267518 0 0 0 1143 36 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 140736455308480 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267843 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 1306180

[startup+11.9004 s]
/proc/loadavg: 2.16 2.17 2.11 3/183 5181
/proc/meminfo: memFree=29078300/32872528 swapFree=526336/559040
[pid=5177] ppid=5174 vsize=1306180 CPUtime=11.89 cores=1,3,5,7
/proc/5177/stat : 5177 (toysat) R 5174 5177 28898 0 -1 4202496 267518 0 0 0 1153 36 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 140736455308480 5667184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5177/statm: 326545 267843 843 2943 0 323439 0
[pid=5177/tid=5178] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5178/stat : 5178 (toysat) S 5174 5177 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833929346288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=5177/tid=5179] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5179/stat : 5179 (toysat) S 5174 5177 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833918856432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5177/tid=5180] ppid=5174 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5177/task/5180/stat : 5180 (toysat) S 5174 5177 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26882960 1337528320 267843 33554432000 4194304 16246674 140736455326560 139833800387760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 11.9937
CPU time (s): 11.9812
CPU user time (s): 11.5652
CPU system time (s): 0.415936
CPU usage (%): 99.8959
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5652
system time used= 0.415936
maximum resident set size= 1071384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267523
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= 20
involuntary context switches= 21

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054991 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 13:12:08
IDJOB=4105489
IDBENCH=2879
IDSOLVER=2542
FILE ID=node106/4105489-1466248328
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_30_30.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105489-1466248328/watcher-4105489-1466248328 -o /tmp/evaluation-result-4105489-1466248328/solver-4105489-1466248328 -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-4105489-1466248328.opb

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

MD5SUM BENCH= 13fe0c0d776ae7f3e7aff3ed3ce58275
RANDOM SEED=239493268

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:        30150408 kB
Buffers:           92408 kB
Cached:           211272 kB
SwapCached:         1868 kB
Active:          1203912 kB
Inactive:         214208 kB
Active(anon):    1113520 kB
Inactive(anon):     3048 kB
Active(file):      90392 kB
Inactive(file):   211160 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16368 kB
Writeback:             0 kB
AnonPages:       1672588 kB
Mapped:            10500 kB
Shmem:                 0 kB
Slab:             611880 kB
SReclaimable:      55660 kB
SUnreclaim:       556220 kB
KernelStack:        1488 kB
PageTables:         7064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1814740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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 13:12:20