Trace number 4088644

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 275.908 275.952

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid3x70split.opb
MD5SUMfcf3b08faf31ede1ccfc151a6df0d1fc
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.241962
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints211
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)211
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-15T19:26:59+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-4088644-1466011619.opb"]
0.00/0.01	c use --random-gen="3240723658 3947724939 4283097036 4165786627 3398959711 1064000000 2198504591 3417692781 3610472363 2993715620 1351581782 2414529443 687209461 2212935756 1532849347 1020544855 1884969848 699271932 3790341983 3362582112 3749282458 1129761185 1952616323 2614304141 944346488 1278984564 668845695 3988213743 3014829991 1920116375 3229305421 2654283691 2451088446 683904029 2198323482 1914177797 1310413989 1722727872 71521083 3167815701 956239674 3237569560 2232522084 3466271000 2373529191 4111125872 3685363643 542749390 620523219 3679476568 335865269 1376349777 768484461 2788614300 3373950535 3844799254 2359359564 822345279 490086443 535558342 3955502639 2229954717 3619511426 13496530 1836029527 3862551276 1784525025 1118370035 3748630702 2095392739 1357849530 1279967972 1057327797 1869432685 2144429214 1448327203 2515294068 1018632008 3856564525 2312216537 3966459845 2620794592 4084781427 3039110355 1220167260 2842373101 2259098125 2773625336 633214067 4083655345 293202837 3372255667 528398141 2636843036 3775320427 3354152273 4100553271 1397167351 3577257864 2267185869 2634832769 2225292154 873610345 239883159 855926160 3498325113 3559908188 1054821985 1433432611 1774112948 3625806686 2024859450 2581848687 2687458950 1775117255 1166614621 2218197333 3528175152 1309763080 1342640984 63468086 415548563 451062838 1694665626 1841493790 2528908203 1646053225 2134527953 1856035980 182838258 2970094566 544356901 3885859218 2756614493 2431084604 1182284116 3527230163 262236358 2132210284 2609639812 2913371560 1596958566 3907813631 3853329164 465673713 2331735316 1665077828 1174790494 4262133474 2385496084 2345534716 2782942045 1501554131 1824663562 628826855 4287278440 3484907623 2693305390 3486372313 3058947006 2656812158 1664878521 47514921 3112658930 3906829209 1695125739 759123418 693022340 3861869022 2807115575 3671319465 1777014573 728287767 1515520411 451323656 3968387989 2856239279 1592641867 1946555330 2497529756 3642764001 2326400052 2996369187 2036140695 3910791363 369572695 2817228150 1906175274 940205973 3061514804 2051097934 363276590 4097182346 798346822 1697825161 3831318912 2123202770 408749100 2237415765 2606447099 1524986377 619991883 4078961827 3576137970 3897866769 189953560 549957447 1326123051 746063797 3599116775 2318692599 1829587388 2427625498 1905106713 3995385114 3680272480 3871004628 1996220161 4101595812 2999449347 3366427389 166250051 2496193208 962478818 3322740437 830731195 301102093 3592841734 2533681778 901605726 4161433018 695815540 1155589220 63123486 3768491457 3702042427 2544020292 704823616 1354999245 3320396000 3725858499 521142842 1029874648 998996521 1370559295 691243421 2643690010 2537221424 513173729 1840916101 2231418165 3964625961 1976980033 272775865 3342172699 447603360 255 362436" option to reproduce the execution
0.00/0.01	c #vars 421
0.00/0.01	c #constraints 211
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 |      281      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      313 |      100 |      281      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      687 |      250 |      310      0 |        0 |        0
0.00/0.05	c  0.0s |       3 |     1104 |      475 |      341      0 |        0 |        0
0.00/0.07	c  0.0s |       4 |     1774 |      813 |      376      1 |        0 |        0
0.09/0.10	c  0.1s |       5 |     2696 |     1320 |      414      3 |        0 |        0
0.09/0.16	c  0.1s |       6 |     3923 |     2081 |      502      5 |        0 |        0
0.19/0.23	c  0.2s |       7 |     6051 |     3223 |      553      8 |        0 |        0
0.28/0.34	c  0.3s |       8 |     9099 |     4936 |      609     13 |        0 |        0
0.49/0.51	c  0.5s |       9 |    13855 |     7506 |      670     19 |        0 |        0
0.69/0.79	c  0.8s |      10 |    21271 |    11361 |      738     28 |        0 |        0
1.10/1.18	c  1.2s |      11 |    31856 |    17144 |      812     41 |        0 |        0
1.59/1.60	c  1.6s |      12 |    48570 |    25819 |      894     59 |        0 |        0
2.19/2.28	c  2.3s |      13 |    72016 |    38832 |      984     84 |        0 |        0
3.19/3.26	c  3.2s |      14 |   108977 |    58352 |     1083    118 |        0 |        0
4.69/4.76	c  4.7s |      15 |   163929 |    87632 |     1192    167 |        0 |        0
6.69/6.76	c  6.7s |      15 |   237021 |   126432 |     1192    224 |        0 |        0
6.98/7.03	c  7.0s |      16 |   245877 |   131552 |     1312    231 |        0 |        0
8.98/9.03	c  9.0s |      16 |   313603 |   168852 |     1312    283 |        0 |        0
10.48/10.54	c 10.5s |      17 |   368715 |   197432 |     1444    323 |        0 |        0
12.48/12.54	c 12.5s |      17 |   438214 |   234232 |     1444    369 |        0 |        0
14.48/14.54	c 14.5s |      17 |   511254 |   272532 |     1444    418 |        0 |        0
15.79/15.82	c 15.8s |      18 |   555695 |   296252 |     1589    447 |        0 |        0
17.79/17.83	c 17.8s |      18 |   625469 |   332952 |     1589    490 |        0 |        0
19.80/19.83	c 19.8s |      18 |   697913 |   370652 |     1589    533 |        0 |        0
21.79/21.83	c 21.8s |      18 |   773920 |   406452 |     1589    576 |        0 |        0
23.79/23.84	c 23.8s |      18 |   847623 |   442952 |     1748    619 |        0 |        0
23.89/23.94	c 23.9s |      19 |   850286 |   444482 |     1748    621 |        0 |        0
25.89/25.94	c 25.9s |      19 |   921064 |   481282 |     1748    659 |        0 |        0
27.88/27.95	c 27.9s |      19 |   998519 |   517682 |     1748    699 |        0 |        0
29.88/29.95	c 29.9s |      19 |  1072878 |   553782 |     1748    738 |        0 |        0
31.89/31.95	c 31.9s |      19 |  1152420 |   590282 |     1748    777 |        0 |        0
33.88/33.95	c 33.9s |      19 |  1226810 |   626182 |     1748    816 |        0 |        0
35.88/35.96	c 35.9s |      19 |  1296683 |   660682 |     1748    853 |        0 |        0
36.29/36.30	c 36.3s |      20 |  1308804 |   666827 |     1923    859 |        0 |        0
38.28/38.31	c 38.3s |      20 |  1375794 |   701727 |     1923    894 |        0 |        0
40.28/40.31	c 40.3s |      20 |  1443215 |   737727 |     1923    928 |        0 |        0
42.28/42.31	c 42.3s |      20 |  1511889 |   772427 |     1923    962 |        0 |        0
44.28/44.31	c 44.3s |      20 |  1587177 |   806927 |     1923    997 |        0 |        0
46.29/46.32	c 46.3s |      20 |  1658233 |   842127 |     1923   1031 |        0 |        0
48.28/48.32	c 48.3s |      20 |  1723271 |   874727 |     1923   1064 |        0 |        0
50.28/50.32	c 50.3s |      20 |  1796459 |   910127 |     1923   1099 |        0 |        0
52.29/52.33	c 52.3s |      20 |  1865928 |   945227 |     1923   1134 |        0 |        0
54.28/54.34	c 54.3s |      20 |  1934603 |   979527 |     1923   1167 |        0 |        0
55.48/55.57	c 55.6s |      21 |  1979064 |  1000345 |     2116   1187 |        0 |        0
57.48/57.58	c 57.6s |      21 |  2045767 |  1035845 |     2116   1218 |        0 |        0
59.49/59.58	c 59.6s |      21 |  2119030 |  1070745 |     2116   1250 |        0 |        0
61.48/61.58	c 61.6s |      21 |  2184802 |  1104145 |     2116   1279 |        0 |        0
63.48/63.59	c 63.6s |      21 |  2255927 |  1138945 |     2116   1311 |        0 |        0
65.48/65.59	c 65.6s |      21 |  2322180 |  1172045 |     2116   1341 |        0 |        0
67.48/67.59	c 67.6s |      21 |  2386354 |  1205045 |     2116   1370 |        0 |        0
69.58/69.60	c 69.6s |      21 |  2451936 |  1239545 |     2116   1401 |        0 |        0
71.48/71.60	c 71.6s |      21 |  2518458 |  1273345 |     2116   1431 |        0 |        0
73.58/73.61	c 73.6s |      21 |  2584764 |  1306445 |     2116   1461 |        0 |        0
75.57/75.61	c 75.6s |      21 |  2652303 |  1340045 |     2116   1492 |        0 |        0
77.57/77.61	c 77.6s |      21 |  2718688 |  1373845 |     2116   1522 |        0 |        0
79.57/79.62	c 79.6s |      21 |  2786589 |  1407545 |     2116   1553 |        0 |        0
81.57/81.62	c 81.6s |      21 |  2850573 |  1440445 |     2116   1582 |        0 |        0
83.58/83.62	c 83.6s |      21 |  2915206 |  1472145 |     2116   1611 |        0 |        0
85.27/85.34	c 85.3s |      22 |  2970492 |  1500622 |     2328   1635 |        0 |        0
87.27/87.35	c 87.3s |      22 |  3036118 |  1534222 |     2328   1663 |        0 |        0
89.27/89.35	c 89.3s |      22 |  3100552 |  1567622 |     2328   1690 |        0 |        0
91.29/91.35	c 91.3s |      22 |  3171028 |  1602022 |     2328   1719 |        0 |        0
93.28/93.35	c 93.3s |      22 |  3237613 |  1635622 |     2328   1747 |        0 |        0
95.28/95.36	c 95.3s |      22 |  3301265 |  1666722 |     2328   1773 |        0 |        0
97.28/97.36	c 97.3s |      22 |  3365206 |  1698822 |     2328   1799 |        0 |        0
99.28/99.36	c 99.3s |      22 |  3427704 |  1731522 |     2328   1826 |        0 |        0
101.28/101.37	c  101s |      22 |  3496696 |  1765322 |     2328   1854 |        0 |        0
103.28/103.37	c  103s |      22 |  3563196 |  1797822 |     2328   1880 |        0 |        0
105.28/105.37	c  105s |      22 |  3632068 |  1832622 |     2328   1909 |        0 |        0
107.27/107.38	c  107s |      22 |  3702508 |  1867022 |     2328   1937 |        0 |        0
109.27/109.38	c  109s |      22 |  3771393 |  1900622 |     2328   1965 |        0 |        0
111.27/111.38	c  111s |      22 |  3837703 |  1933822 |     2328   1993 |        0 |        0
113.28/113.39	c  113s |      22 |  3908178 |  1969322 |     2328   2022 |        0 |        0
115.37/115.40	c  115s |      22 |  3978520 |  2003822 |     2328   2050 |        0 |        0
117.37/117.40	c  117s |      22 |  4048564 |  2038522 |     2328   2078 |        0 |        0
119.37/119.40	c  119s |      22 |  4118128 |  2073522 |     2328   2107 |        0 |        0
121.37/121.40	c  121s |      22 |  4183806 |  2105322 |     2328   2133 |        0 |        0
123.37/123.41	c  123s |      22 |  4246073 |  2137422 |     2328   2159 |        0 |        0
125.37/125.42	c  125s |      22 |  4308653 |  2169322 |     2328   2186 |        0 |        0
127.37/127.42	c  127s |      22 |  4370823 |  2199622 |     2328   2211 |        0 |        0
129.36/129.43	c  129s |      22 |  4438153 |  2230822 |     2328   2236 |        0 |        0
130.66/130.72	c  130s |      23 |  4477720 |  2251038 |     2561   2252 |        0 |        0
132.66/132.72	c  132s |      23 |  4543715 |  2285238 |     2561   2277 |        0 |        0
134.67/134.73	c  134s |      23 |  4609172 |  2319238 |     2561   2302 |        0 |        0
136.67/136.73	c  136s |      23 |  4675343 |  2352138 |     2561   2327 |        0 |        0
138.68/138.73	c  138s |      23 |  4741329 |  2385838 |     2561   2352 |        0 |        0
140.67/140.74	c  140s |      23 |  4806280 |  2417938 |     2561   2377 |        0 |        0
142.67/142.75	c  142s |      23 |  4870571 |  2450238 |     2561   2401 |        0 |        0
144.67/144.75	c  144s |      23 |  4940043 |  2484338 |     2561   2427 |        0 |        0
146.67/146.75	c  146s |      23 |  5007111 |  2517438 |     2561   2452 |        0 |        0
148.67/148.75	c  148s |      23 |  5069225 |  2549438 |     2561   2476 |        0 |        0
150.67/150.76	c  150s |      23 |  5133159 |  2581838 |     2561   2500 |        0 |        0
152.66/152.76	c  152s |      23 |  5200384 |  2616038 |     2561   2526 |        0 |        0
154.66/154.76	c  154s |      23 |  5269404 |  2650138 |     2561   2552 |        0 |        0
156.66/156.76	c  156s |      23 |  5336810 |  2684738 |     2561   2577 |        0 |        0
158.66/158.76	c  158s |      23 |  5407383 |  2720138 |     2561   2604 |        0 |        0
160.67/160.77	c  160s |      23 |  5478027 |  2755038 |     2561   2630 |        0 |        0
162.66/162.78	c  162s |      23 |  5547631 |  2788338 |     2561   2655 |        0 |        0
164.66/164.78	c  164s |      23 |  5616480 |  2821338 |     2561   2679 |        0 |        0
166.66/166.78	c  166s |      23 |  5681279 |  2854238 |     2561   2704 |        0 |        0
168.66/168.78	c  168s |      23 |  5751393 |  2885638 |     2561   2727 |        0 |        0
170.66/170.79	c  170s |      23 |  5816187 |  2918238 |     2561   2752 |        0 |        0
172.66/172.79	c  172s |      23 |  5882960 |  2950538 |     2561   2776 |        0 |        0
174.76/174.80	c  174s |      23 |  5948363 |  2983238 |     2561   2800 |        1 |        0
176.76/176.80	c  176s |      23 |  6016507 |  3017738 |     2561   2826 |        1 |        0
178.76/178.80	c  178s |      23 |  6082185 |  3050038 |     2561   2850 |        1 |        0
180.76/180.80	c  180s |      23 |  6147015 |  3083838 |     2561   2875 |        1 |        0
182.77/182.80	c  182s |      23 |  6213945 |  3115438 |     2561   2899 |        1 |        0
184.77/184.80	c  184s |      23 |  6282151 |  3149338 |     2561   2924 |        1 |        0
186.76/186.81	c  186s |      23 |  6343939 |  3181738 |     2561   2948 |        1 |        0
188.76/188.81	c  188s |      23 |  6410626 |  3215838 |     2561   2973 |        1 |        0
190.76/190.81	c  190s |      23 |  6479039 |  3250338 |     2561   2999 |        1 |        0
192.76/192.82	c  192s |      23 |  6540327 |  3281238 |     2561   3023 |        1 |        0
194.77/194.82	c  194s |      23 |  6608167 |  3314838 |     2561   3048 |        1 |        0
196.76/196.82	c  196s |      23 |  6673170 |  3346938 |     2561   3073 |        1 |        0
198.56/198.65	c  198s |      24 |  6731654 |  3376662 |     2818   3093 |        1 |        0
200.56/200.65	c  200s |      24 |  6794020 |  3408962 |     2818   3115 |        1 |        0
202.56/202.66	c  202s |      24 |  6857615 |  3441062 |     2818   3137 |        1 |        0
204.57/204.66	c  204s |      24 |  6923696 |  3474162 |     2818   3159 |        1 |        0
206.56/206.66	c  206s |      24 |  6985092 |  3506262 |     2818   3181 |        1 |        0
208.56/208.66	c  208s |      24 |  7049346 |  3538462 |     2818   3203 |        1 |        0
210.56/210.66	c  210s |      24 |  7113329 |  3571162 |     2818   3226 |        1 |        0
212.56/212.67	c  212s |      24 |  7178624 |  3603862 |     2818   3248 |        1 |        0
214.57/214.68	c  214s |      24 |  7244801 |  3636662 |     2818   3271 |        1 |        0
216.56/216.68	c  216s |      24 |  7307960 |  3667962 |     2818   3292 |        1 |        0
218.56/218.68	c  218s |      24 |  7366333 |  3697362 |     2818   3312 |        1 |        0
220.55/220.69	c  220s |      24 |  7426734 |  3728762 |     2818   3333 |        1 |        0
222.55/222.69	c  222s |      24 |  7489187 |  3759162 |     2818   3354 |        1 |        0
224.55/224.69	c  224s |      24 |  7543295 |  3786662 |     2818   3373 |        1 |        0
226.56/226.70	c  226s |      24 |  7602418 |  3817862 |     2818   3394 |        1 |        0
228.65/228.70	c  228s |      24 |  7662773 |  3849862 |     2818   3416 |        1 |        0
230.65/230.70	c  230s |      24 |  7725535 |  3881062 |     2818   3437 |        1 |        0
232.66/232.70	c  232s |      24 |  7788485 |  3913762 |     2818   3460 |        1 |        0
234.66/234.71	c  234s |      24 |  7854707 |  3948462 |     2818   3483 |        1 |        0
236.66/236.71	c  236s |      24 |  7918411 |  3980662 |     2818   3505 |        1 |        0
238.66/238.72	c  238s |      24 |  7984756 |  4013362 |     2818   3528 |        1 |        0
240.66/240.73	c  240s |      24 |  8046606 |  4045562 |     2818   3550 |        1 |        0
242.65/242.73	c  242s |      24 |  8110690 |  4076662 |     2818   3571 |        1 |        0
244.65/244.73	c  244s |      24 |  8174791 |  4108662 |     2818   3593 |        1 |        0
246.65/246.73	c  246s |      24 |  8239771 |  4141562 |     2818   3615 |        2 |        0
248.66/248.74	c  248s |      24 |  8300587 |  4173862 |     2818   3637 |        2 |        0
250.65/250.74	c  250s |      24 |  8365548 |  4206162 |     2818   3659 |        2 |        0
252.65/252.74	c  252s |      24 |  8433395 |  4239562 |     2818   3681 |        2 |        0
254.65/254.74	c  254s |      24 |  8498392 |  4272462 |     2818   3704 |        2 |        0
256.65/256.75	c  256s |      24 |  8564563 |  4305762 |     2818   3726 |        2 |        0
258.65/258.75	c  258s |      24 |  8630023 |  4338362 |     2818   3748 |        2 |        0
260.65/260.75	c  260s |      24 |  8700288 |  4371962 |     2818   3771 |        2 |        0
262.64/262.76	c  262s |      24 |  8762128 |  4403262 |     2818   3793 |        2 |        0
264.64/264.76	c  264s |      24 |  8824484 |  4433862 |     2818   3814 |        2 |        0
266.65/266.76	c  266s |      24 |  8887183 |  4465162 |     2818   3835 |        3 |        0
268.65/268.77	c  268s |      24 |  8946789 |  4496062 |     2818   3856 |        3 |        0
270.66/270.77	c  270s |      24 |  9012357 |  4528862 |     2818   3878 |        3 |        0
272.65/272.77	c  272s |      24 |  9077221 |  4561362 |     2818   3900 |        4 |        0
274.65/274.77	c  274s |      24 |  9141814 |  4593262 |     2818   3922 |        4 |        0
275.75/275.89	c  275s |      24 |  9174144 |  4609597 |     2818   3933 |       29 |        0
275.75/275.89	c #cpu_time = 275.886s
275.75/275.89	c #wall_clock_time = 275.870s
275.75/275.89	c #decision = 9174144
275.75/275.89	c #random_decision = 43138
275.75/275.89	c #conflict = 4609597
275.75/275.89	c #restart = 24
275.75/275.89	s UNSATISFIABLE
275.75/275.89	c total CPU time = 275.907s
275.75/275.89	c total wall clock time = 275.891s

Verifier Data

ERROR: no interpretation found !

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

pid=6409
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.13 2.10 2.09 3/179 6412
/proc/meminfo: memFree=30466864/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=701884 CPUtime=0 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 2609 0 0 0 0 0 0 0 20 0 4 0 3207368 718729216 3481 33554432000 4194304 16246674 140737403574880 140737403574304 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 175983 3490 441 2943 0 172877 0
[pid=6412/tid=6413] ppid=6409 vsize=719292 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 736555008 3549 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=723388 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 740749312 3567 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=727484 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3207368 744943616 3584 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.13 2.10 2.09 3/179 6412
/proc/meminfo: memFree=30466864/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 23882 0 0 0 7 2 0 0 20 0 4 0 3207368 1247350784 24743 33554432000 4194304 16246674 140737403574880 140737403557872 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 304529 24752 716 2943 0 301423 0
[pid=6412/tid=6413] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 24758 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 24765 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 24771 33554432000 4194304 16246674 140737403574880 140368915979440 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.200508 s]
/proc/loadavg: 2.13 2.10 2.09 3/179 6412
/proc/meminfo: memFree=30466864/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 44741 0 0 0 13 6 0 0 20 0 4 0 3207368 1247350784 45601 33554432000 4194304 16246674 140737403574880 140737403557872 5516226 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 304529 45609 716 2943 0 301423 0
[pid=6412/tid=6413] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 45615 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 45621 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 45627 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300474 s]
/proc/loadavg: 2.13 2.10 2.09 3/179 6412
/proc/meminfo: memFree=30466864/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 65644 0 0 0 21 7 0 0 20 0 4 0 3207368 1247350784 66504 33554432000 4194304 16246674 140737403574880 140737403557872 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 304529 66513 717 2943 0 301423 0
[pid=6412/tid=6413] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 66519 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 66527 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 66533 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700352 s]
/proc/loadavg: 2.13 2.10 2.09 3/179 6412
/proc/meminfo: memFree=30466864/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 149144 0 0 0 49 20 0 0 20 0 4 0 3207368 1247350784 150004 33554432000 4194304 16246674 140737403574880 140737403557872 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 304529 150013 717 2943 0 301423 0
[pid=6412/tid=6413] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 150018 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 150023 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 3207368 1247350784 150028 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 6416
/proc/meminfo: memFree=29530644/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 245766 0 0 0 116 33 0 0 20 0 4 0 3207368 1248399360 246606 33554432000 4194304 16246674 140737403574880 140737403574192 6016252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 304785 246606 791 2943 0 301679 0
[pid=6412/tid=6413] ppid=6409 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1248399360 246606 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1248399360 246606 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1248399360 246606 33554432000 4194304 16246674 140737403574880 140368915979440 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) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.13 2.10 2.09 3/183 6416
/proc/meminfo: memFree=29393988/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267572 0 0 0 274 35 0 0 20 0 4 0 3207368 1338576896 268412 33554432000 4194304 16246674 140737403574880 140737403557880 5754983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268412 791 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268412 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268412 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268412 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.12 2.10 2.09 3/183 6416
/proc/meminfo: memFree=29393140/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=6.28 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267617 0 0 0 593 35 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140737403556800 7252812 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268457 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368915979440 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.11 2.10 2.09 3/183 6416
/proc/meminfo: memFree=29393140/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=12.68 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267617 0 0 0 1233 35 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140737403557880 6843824 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268457 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1307204

[startup+25.5005 s]
/proc/loadavg: 2.09 2.09 2.09 3/183 6416
/proc/meminfo: memFree=29393316/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=25.49 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267617 0 0 0 2513 36 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140737403556800 5573302 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268457 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268457 33554432000 4194304 16246674 140737403574880 140368915979440 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) 1307204

[startup+51.1005 s]
/proc/loadavg: 2.06 2.08 2.09 3/183 6416
/proc/meminfo: memFree=29393420/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=51.08 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267632 0 0 0 5072 36 0 0 20 0 4 0 3207368 1338576896 268472 33554432000 4194304 16246674 140737403574880 140737403556800 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268472 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268472 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268472 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268472 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

[startup+102.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/183 6417
/proc/meminfo: memFree=29391432/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=102.28 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 10190 38 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 5546111 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1307204

[startup+162.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/182 6418
/proc/meminfo: memFree=29388236/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=162.26 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 16187 39 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 6077166 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1307204

[startup+222.307 s]
/proc/loadavg: 2.02 2.06 2.08 3/184 6423
/proc/meminfo: memFree=29388364/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=222.26 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 22186 40 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1307204

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

[startup+230.4 s]
/proc/loadavg: 2.02 2.06 2.08 3/184 6423
/proc/meminfo: memFree=29388120/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=230.35 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 22995 40 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403557880 6020675 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 230.35
Current children cumulated vsize (KiB) 1307204

[startup+256 s]
/proc/loadavg: 2.01 2.05 2.08 3/183 6424
/proc/meminfo: memFree=29387836/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=255.95 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 25554 41 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 255.95
Current children cumulated vsize (KiB) 1307204

[startup+268.8 s]
/proc/loadavg: 2.01 2.05 2.08 3/183 6424
/proc/meminfo: memFree=29387820/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=268.75 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 26833 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 6842471 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 268.75
Current children cumulated vsize (KiB) 1307204

[startup+272 s]
/proc/loadavg: 2.01 2.05 2.08 3/183 6424
/proc/meminfo: memFree=29387804/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=271.95 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 27153 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403557880 6010073 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 271.95
Current children cumulated vsize (KiB) 1307204

[startup+273.6 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 6424
/proc/meminfo: memFree=29387680/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=273.55 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 27313 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 5677656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 273.55
Current children cumulated vsize (KiB) 1307204

[startup+275.2 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 6424
/proc/meminfo: memFree=29387680/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=275.15 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 27473 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 5822492 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 275.15
Current children cumulated vsize (KiB) 1307204

[startup+275.6 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 6424
/proc/meminfo: memFree=29387680/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=275.55 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 27513 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 5677899 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 275.55
Current children cumulated vsize (KiB) 1307204

[startup+275.8 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 6424
/proc/meminfo: memFree=29387680/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=1307204 CPUtime=275.75 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202496 267828 0 0 0 27533 42 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140737403556800 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 326801 268668 793 2943 0 323695 0
[pid=6412/tid=6413] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6413/stat : 6413 (toysat) S 6409 6412 5955 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140369008241904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6412/tid=6414] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6414/stat : 6414 (toysat) S 6409 6412 5955 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368926452976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6412/tid=6415] ppid=6409 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/6412/task/6415/stat : 6415 (toysat) S 6409 6412 5955 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 3207368 1338576896 268668 33554432000 4194304 16246674 140737403574880 140368915979440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 275.75
Current children cumulated vsize (KiB) 1307204

[startup+275.9 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 6424
/proc/meminfo: memFree=29387680/32872528 swapFree=496356/529060
[pid=6412] ppid=6409 vsize=0 CPUtime=275.84 cores=0,2,4,6
/proc/6412/stat : 6412 (toysat) R 6409 6412 5955 0 -1 4202500 267833 0 0 0 27542 42 0 0 20 0 1 0 3207368 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6412/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 275.84
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 275.952
CPU time (s): 275.908
CPU user time (s): 275.428
CPU system time (s): 0.479927
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.428
system time used= 0.479927
maximum resident set size= 1074684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267833
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= 21
involuntary context switches= 291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.701893 second user time and 1.05884 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-15 19:26:59
IDJOB=4088644
IDBENCH=107293
IDSOLVER=2542
FILE ID=node141/4088644-1466011619
RUNJOBID= node141-1466008015-5971
PBS_JOBID= 19902806
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid3x70split.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088644-1466011619/watcher-4088644-1466011619 -o /tmp/evaluation-result-4088644-1466011619/solver-4088644-1466011619 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466008015-5971 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4088644-1466011619.opb

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

MD5SUM BENCH= fcf3b08faf31ede1ccfc151a6df0d1fc
RANDOM SEED=406428593

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30467920 kB
Buffers:            7288 kB
Cached:            70356 kB
SwapCached:        13076 kB
Active:          1145312 kB
Inactive:          31556 kB
Active(anon):    1089444 kB
Inactive(anon):    12008 kB
Active(file):      55868 kB
Inactive(file):    19548 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67088052 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       1732900 kB
Mapped:            10400 kB
Shmem:                 0 kB
Slab:             565848 kB
SReclaimable:       9884 kB
SUnreclaim:       555964 kB
KernelStack:        1520 kB
PageTables:         7252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1760060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node141 at 2016-06-15 19:31:35