Trace number 4120962

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 259.747 259.788

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-extracted.pb.metafix.opb
MD5SUM2571c21355565298ce0c91d4c7c1d623
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints76
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-30T20:56:18+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-4120962-1467312978.opb"]
0.00/0.01	c use --random-gen="716228259 3214971839 1658005460 1799026883 3308447519 1293920120 2179219209 1489690579 2566275035 729657716 107913874 3653163234 4242944529 1048818504 1680971295 190153080 3285463545 344713567 1465879265 2463385125 680283562 1891301310 4096320593 3624392040 4020945226 1746714459 2697143475 3347039286 3684223766 3368684341 440028519 4219598991 3938571174 2617902873 3833051611 3875670895 1240244991 2795202930 3539238874 3677593632 3008983602 297767867 819463053 3326884288 934127429 2992846555 1888228540 587323430 2267866807 3541104254 666851774 3720420574 4010288720 1086180532 612266348 45625414 2108345841 710685379 1138951710 1332224718 3131676560 2746937805 258993609 669515331 1626973385 2886387322 3119742887 2075054766 3414050471 1891511605 759533561 893114114 165372617 1962146762 4209476235 3458001704 2964732901 750513611 633517792 4120075185 1901361238 2427557228 3998249808 713565734 29421360 1470315088 837238618 2986702894 3369650511 1134554953 4063831416 4145583296 3943089086 723459799 1430533068 2013800 3711639417 1549171933 3991397692 2444331866 2188633453 2046910214 2992502101 4078513930 1686463980 2412745839 1335084230 3579789738 2239699290 2962771416 3333752222 357757042 2174974072 2463373737 2223694846 1605999152 4261940584 3952024702 3990818395 3723229948 4192700325 2311284454 3540816643 3154014651 3182346743 2877713886 1766847657 707903126 1646102464 1395870895 20649972 1591317549 1448020954 1157238530 3657761843 1891846089 2132253658 3366218180 1781924596 458485102 3961964183 684192136 192159158 2897989457 2176448070 217049991 3853348202 4214592592 868647089 983849054 2111746121 4045339200 1130186661 1588271942 1997042864 1851204892 1905023119 433087972 186845173 2245272278 2284016241 123085962 1996230130 3769551800 2400808288 3524146348 3189475086 952076797 3018750434 2242263469 3277989920 4014973811 3653507366 434350862 3617874924 3766849586 2647098455 262379294 3616676464 3920128342 2561651452 3489836638 3043739755 3639505029 3946371925 29521373 2388929094 1349899070 1350690677 3239830546 2738297131 2129340391 3827740234 3692009193 961320180 766853388 532877253 124683623 1063203315 3691423564 702142545 3298250487 3315747013 216166975 1835078134 1048237701 718992982 3834501743 2531448008 2968242765 81509115 2169384678 2974057071 3905145117 149083244 2666098712 3132527223 1137379084 4173630243 2695874607 1618040569 707835407 2489419589 926125907 2219708375 1272649136 2679009029 574034833 2044662793 1631881560 906436477 3695408670 3916815978 1592385479 1504004134 2056790108 3834114290 248694214 650798121 3230780127 4187288458 1825799174 3065819470 907869269 989052244 4141068617 659616213 3851138951 1350791964 1719361990 2765696938 1665319428 2349122653 1554551277 1811332864 999072641 255 362436" option to reproduce the execution
0.00/0.01	c #vars 77
0.00/0.01	c #constraints 76
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       51      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      122 |      100 |       51      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      305 |      250 |       57      5 |        0 |        0
0.00/0.05	c  0.0s |       3 |      598 |      475 |       63     10 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1009 |      813 |       70     17 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1710 |     1320 |       77     27 |        0 |        0
0.09/0.19	c  0.2s |       6 |     2759 |     2081 |       94     41 |        0 |        0
0.19/0.29	c  0.3s |       7 |     4353 |     3223 |      104     61 |        0 |        0
0.39/0.44	c  0.4s |       8 |     6794 |     4936 |      115     89 |        0 |        0
0.59/0.64	c  0.6s |       9 |    10681 |     7506 |      127    128 |        0 |        0
0.89/0.97	c  1.0s |      10 |    16230 |    11361 |      140    181 |        0 |        0
1.29/1.33	c  1.3s |      11 |    24308 |    17144 |      154    255 |        0 |        0
1.79/1.86	c  1.8s |      12 |    35917 |    25819 |      170    357 |        0 |        0
2.59/2.68	c  2.7s |      13 |    52550 |    38832 |      188    497 |        0 |        0
3.79/3.88	c  3.9s |      14 |    78235 |    58352 |      207    690 |        0 |        0
5.69/5.74	c  5.7s |      15 |   117096 |    87632 |      228    955 |        0 |        0
7.69/7.74	c  7.7s |      15 |   157329 |   118932 |      228   1216 |        0 |        0
8.39/8.49	c  8.5s |      16 |   174493 |   131552 |      251   1321 |        0 |        0
10.39/10.49	c 10.5s |      16 |   216348 |   162852 |      251   1558 |        0 |        0
12.39/12.49	c 12.5s |      16 |   256985 |   194152 |      251   1797 |        0 |        0
12.69/12.71	c 12.7s |      17 |   261337 |   197432 |      277   1821 |        0 |        0
14.68/14.71	c 14.7s |      17 |   300971 |   227332 |      277   2025 |        0 |        0
16.68/16.72	c 16.7s |      17 |   336435 |   256232 |      277   2225 |        0 |        0
18.69/18.72	c 18.7s |      17 |   370164 |   283932 |      277   2416 |        0 |        0
19.48/19.56	c 19.5s |      18 |   386615 |   296252 |      305   2499 |        0 |        0
21.48/21.56	c 21.5s |      18 |   419907 |   323052 |      305   2666 |        0 |        0
23.48/23.56	c 23.6s |      18 |   453657 |   350152 |      305   2836 |        0 |        0
25.48/25.57	c 25.6s |      18 |   487436 |   377752 |      305   3011 |        0 |        0
27.49/27.57	c 27.6s |      18 |   521260 |   405552 |      305   3186 |        0 |        0
29.49/29.57	c 29.6s |      18 |   558259 |   433852 |      305   3365 |        0 |        0
30.29/30.31	c 30.3s |      19 |   571857 |   444482 |      336   3430 |        0 |        0
32.29/32.32	c 32.3s |      19 |   607618 |   473082 |      336   3593 |        0 |        0
34.28/34.32	c 34.3s |      19 |   643851 |   501782 |      336   3758 |        0 |        0
36.29/36.32	c 36.3s |      19 |   677949 |   529282 |      336   3914 |        0 |        0
38.28/38.33	c 38.3s |      19 |   714347 |   557782 |      336   4079 |        0 |        0
40.28/40.34	c 40.3s |      19 |   747998 |   584482 |      336   4232 |        0 |        0
42.28/42.34	c 42.3s |      19 |   785054 |   613282 |      336   4397 |        0 |        0
44.29/44.34	c 44.3s |      19 |   821621 |   642282 |      336   4564 |        0 |        0
46.09/46.10	c 46.1s |      20 |   851920 |   666827 |      370   4704 |        0 |        0
48.09/48.10	c 48.1s |      20 |   885566 |   693927 |      370   4845 |        0 |        0
50.08/50.11	c 50.1s |      20 |   921002 |   722027 |      370   4993 |        0 |        0
52.08/52.11	c 52.1s |      20 |   955586 |   749727 |      370   5139 |        0 |        0
54.08/54.12	c 54.1s |      20 |   989927 |   777527 |      370   5285 |        0 |        0
56.09/56.12	c 56.1s |      20 |  1024119 |   804827 |      370   5429 |        0 |        0
58.08/58.13	c 58.1s |      20 |  1054396 |   830627 |      370   5564 |        0 |        0
60.08/60.14	c 60.1s |      20 |  1086108 |   856927 |      370   5702 |        0 |        0
62.08/62.14	c 62.1s |      20 |  1117896 |   883427 |      370   5842 |        0 |        0
64.08/64.14	c 64.1s |      20 |  1153382 |   911627 |      370   5992 |        0 |        0
66.09/66.15	c 66.1s |      20 |  1189335 |   940527 |      370   6146 |        0 |        0
68.08/68.15	c 68.1s |      20 |  1224723 |   968427 |      370   6292 |        0 |        0
70.08/70.15	c 70.1s |      20 |  1260814 |   996927 |      408   6441 |        0 |        0
70.28/70.40	c 70.4s |      21 |  1265186 |  1000345 |      408   6457 |        0 |        0
72.38/72.40	c 72.4s |      21 |  1302773 |  1029445 |      408   6596 |        0 |        0
74.38/74.41	c 74.4s |      21 |  1340587 |  1058245 |      408   6734 |        0 |        0
76.38/76.41	c 76.4s |      21 |  1380141 |  1087545 |      408   6875 |        0 |        0
78.38/78.41	c 78.4s |      21 |  1421262 |  1117645 |      408   7019 |        0 |        0
80.38/80.41	c 80.4s |      21 |  1461916 |  1147845 |      408   7165 |        0 |        0
82.37/82.42	c 82.4s |      21 |  1497063 |  1175745 |      408   7299 |        0 |        0
84.38/84.42	c 84.4s |      21 |  1531396 |  1203145 |      408   7430 |        0 |        0
86.38/86.43	c 86.4s |      21 |  1565195 |  1230145 |      408   7559 |        0 |        0
88.38/88.43	c 88.4s |      21 |  1598511 |  1257245 |      408   7689 |        0 |        0
90.38/90.43	c 90.4s |      21 |  1629247 |  1283245 |      408   7813 |        0 |        0
92.38/92.44	c 92.4s |      21 |  1662773 |  1310045 |      408   7942 |        0 |        0
94.38/94.44	c 94.4s |      21 |  1694916 |  1336645 |      408   8070 |        0 |        0
96.37/96.45	c 96.4s |      21 |  1727020 |  1363245 |      408   8198 |        0 |        0
98.38/98.45	c 98.4s |      21 |  1758831 |  1389245 |      408   8321 |        0 |        0
100.37/100.46	c  100s |      21 |  1792854 |  1416645 |      408   8451 |        0 |        0
102.38/102.46	c  102s |      21 |  1826088 |  1443445 |      408   8579 |        0 |        0
104.37/104.47	c  104s |      21 |  1860201 |  1470645 |      408   8709 |        0 |        0
106.37/106.47	c  106s |      21 |  1893849 |  1497845 |      449   8836 |        0 |        0
106.57/106.69	c  106s |      22 |  1897372 |  1500622 |      449   8848 |        0 |        0
108.57/108.69	c  108s |      22 |  1929363 |  1526422 |      449   8959 |        0 |        0
110.68/110.70	c  110s |      22 |  1957842 |  1550822 |      449   9065 |        0 |        0
112.68/112.71	c  112s |      22 |  1986643 |  1575122 |      449   9170 |        0 |        0
114.68/114.71	c  114s |      22 |  2013448 |  1598522 |      449   9272 |        0 |        0
116.68/116.71	c  116s |      22 |  2045062 |  1623922 |      449   9382 |        0 |        0
118.68/118.72	c  118s |      22 |  2076547 |  1649322 |      449   9492 |        0 |        0
120.67/120.73	c  120s |      22 |  2111024 |  1676022 |      449   9607 |        0 |        0
122.67/122.73	c  122s |      22 |  2141190 |  1700622 |      449   9714 |        0 |        0
124.67/124.73	c  124s |      22 |  2170793 |  1725422 |      449   9821 |        0 |        0
126.67/126.74	c  126s |      22 |  2199307 |  1749622 |      449   9926 |        0 |        0
128.68/128.74	c  128s |      22 |  2227543 |  1773622 |      449  10030 |        0 |        0
130.67/130.75	c  130s |      22 |  2258710 |  1799322 |      449  10142 |        0 |        0
132.67/132.75	c  132s |      22 |  2291771 |  1825622 |      449  10257 |        0 |        0
134.67/134.75	c  134s |      22 |  2323681 |  1851522 |      449  10370 |        0 |        0
136.67/136.76	c  136s |      22 |  2356397 |  1877322 |      449  10483 |        0 |        0
138.67/138.76	c  138s |      22 |  2388579 |  1903522 |      449  10597 |        0 |        0
140.67/140.76	c  140s |      22 |  2420274 |  1929522 |      449  10710 |        0 |        0
142.66/142.77	c  142s |      22 |  2452270 |  1955822 |      449  10825 |        0 |        0
144.66/144.77	c  144s |      22 |  2484621 |  1982222 |      449  10941 |        0 |        0
146.67/146.77	c  146s |      22 |  2514307 |  2006922 |      449  11048 |        0 |        0
148.67/148.78	c  148s |      22 |  2550441 |  2034422 |      449  11167 |        0 |        0
150.67/150.79	c  150s |      22 |  2582360 |  2060622 |      449  11281 |        0 |        0
152.67/152.79	c  152s |      22 |  2616254 |  2087622 |      449  11398 |        0 |        0
154.67/154.79	c  154s |      22 |  2651449 |  2115022 |      449  11517 |        0 |        0
156.77/156.80	c  156s |      22 |  2684714 |  2141622 |      449  11632 |        0 |        0
158.76/158.80	c  158s |      22 |  2716779 |  2167722 |      449  11746 |        0 |        0
160.76/160.80	c  160s |      22 |  2751308 |  2194822 |      449  11864 |        0 |        0
162.77/162.81	c  162s |      22 |  2784328 |  2220922 |      449  11977 |        0 |        0
164.76/164.82	c  164s |      22 |  2815154 |  2246022 |      494  12081 |        0 |        0
165.07/165.19	c  165s |      23 |  2821595 |  2251038 |      494  12101 |        0 |        0
167.06/167.20	c  167s |      23 |  2852064 |  2275938 |      494  12200 |        0 |        0
169.17/169.20	c  169s |      23 |  2881484 |  2300438 |      494  12296 |        0 |        0
171.17/171.21	c  171s |      23 |  2911270 |  2324838 |      494  12393 |        0 |        0
173.16/173.22	c  173s |      23 |  2939699 |  2348738 |      494  12487 |        0 |        0
175.16/175.22	c  175s |      23 |  2966877 |  2371738 |      494  12578 |        0 |        0
177.17/177.22	c  177s |      23 |  2998330 |  2396838 |      494  12677 |        0 |        0
179.16/179.23	c  179s |      23 |  3028362 |  2421338 |      494  12774 |        0 |        0
181.16/181.23	c  181s |      23 |  3057218 |  2445238 |      494  12869 |        0 |        0
183.16/183.23	c  183s |      23 |  3088892 |  2470638 |      494  12969 |        0 |        0
185.16/185.24	c  185s |      23 |  3116823 |  2494038 |      494  13062 |        0 |        0
187.16/187.25	c  187s |      23 |  3144129 |  2517438 |      494  13155 |        0 |        0
189.17/189.26	c  189s |      23 |  3170878 |  2540538 |      494  13246 |        0 |        0
191.16/191.26	c  191s |      23 |  3199913 |  2564538 |      494  13340 |        0 |        0
193.16/193.26	c  193s |      23 |  3233338 |  2590838 |      494  13444 |        0 |        0
195.16/195.26	c  195s |      23 |  3265252 |  2616738 |      494  13547 |        0 |        0
197.16/197.27	c  197s |      23 |  3295587 |  2642038 |      494  13647 |        0 |        0
199.16/199.27	c  199s |      23 |  3330282 |  2669038 |      494  13754 |        0 |        0
201.16/201.28	c  201s |      23 |  3361794 |  2694938 |      494  13856 |        0 |        0
203.16/203.28	c  203s |      23 |  3391914 |  2719938 |      494  13954 |        0 |        0
205.15/205.28	c  205s |      23 |  3421803 |  2744738 |      494  14052 |        0 |        0
207.15/207.29	c  207s |      23 |  3451538 |  2769438 |      494  14148 |        1 |        0
209.15/209.29	c  209s |      23 |  3478582 |  2792838 |      494  14240 |        1 |        0
211.16/211.30	c  211s |      23 |  3507652 |  2817038 |      494  14335 |        1 |        0
213.25/213.30	c  213s |      23 |  3539745 |  2842538 |      494  14436 |        1 |        0
215.25/215.30	c  215s |      23 |  3567965 |  2866338 |      494  14530 |        1 |        0
217.25/217.30	c  217s |      23 |  3596125 |  2890338 |      494  14625 |        1 |        0
219.25/219.31	c  219s |      23 |  3623309 |  2913738 |      494  14716 |        1 |        0
221.25/221.31	c  221s |      23 |  3651803 |  2937438 |      494  14809 |        1 |        0
223.26/223.31	c  223s |      23 |  3677099 |  2959738 |      494  14896 |        1 |        0
225.25/225.32	c  225s |      23 |  3704128 |  2983138 |      494  14988 |        1 |        0
227.25/227.33	c  227s |      23 |  3732864 |  3006938 |      494  15081 |        2 |        0
229.25/229.33	c  229s |      23 |  3760860 |  3030638 |      494  15174 |        2 |        0
231.26/231.34	c  231s |      23 |  3788007 |  3053738 |      494  15265 |        2 |        0
233.26/233.34	c  233s |      23 |  3817234 |  3077738 |      494  15359 |        2 |        0
235.26/235.34	c  235s |      23 |  3845973 |  3101838 |      494  15454 |        2 |        0
237.26/237.35	c  237s |      23 |  3874864 |  3126338 |      494  15551 |        2 |        0
239.25/239.35	c  239s |      23 |  3906630 |  3151738 |      494  15652 |        2 |        0
241.25/241.36	c  241s |      23 |  3937287 |  3177038 |      494  15751 |        2 |        0
243.25/243.36	c  243s |      23 |  3967808 |  3202138 |      494  15851 |        2 |        0
245.26/245.37	c  245s |      23 |  3996495 |  3226538 |      494  15947 |        2 |        0
247.25/247.38	c  247s |      23 |  4025553 |  3251138 |      494  16044 |        2 |        0
249.25/249.38	c  249s |      23 |  4055216 |  3276038 |      494  16142 |        2 |        0
251.25/251.39	c  251s |      23 |  4085734 |  3301438 |      494  16242 |        5 |        2
253.25/253.39	c  253s |      23 |  4115427 |  3326738 |      494  16341 |        5 |        2
255.35/255.40	c  255s |      23 |  4144139 |  3351638 |      494  16437 |        6 |        2
257.35/257.41	c  257s |      23 |  4172504 |  3376438 |      544  16525 |        7 |        2
257.35/257.42	c  257s |      24 |  4172779 |  3376662 |      544  16526 |        7 |        2
259.35/259.43	c  259s |      24 |  4201620 |  3401862 |      544  16614 |       10 |        2
259.66/259.72	c  259s |      24 |  4206790 |  3406052 |      544  16626 |       57 |       22
259.66/259.72	c #cpu_time = 259.046s
259.66/259.72	c #wall_clock_time = 259.712s
259.66/259.72	c #decision = 4206790
259.66/259.72	c #random_decision = 16754
259.66/259.72	c #conflict = 3406052
259.66/259.72	c #restart = 24
259.66/259.72	s UNSATISFIABLE
259.66/259.72	c total CPU time = 259.059s
259.66/259.72	c total wall clock time = 259.726s

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

pid=18833
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.18 2.09 1.77 3/179 18836
/proc/meminfo: memFree=27272344/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=510396 CPUtime=0 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 1868 0 0 0 0 0 0 0 20 0 4 0 12256297 522645504 2228 33554432000 4194304 16246674 140733534286176 140733534285600 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 128367 2238 441 2943 0 125261 0
[pid=18836/tid=18837] ppid=18833 vsize=527804 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 540471296 2296 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=532924 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 545714176 2313 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=537020 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 549908480 2330 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 2.18 2.09 1.77 3/179 18836
/proc/meminfo: memFree=27272344/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 24680 0 0 0 5 4 0 0 20 0 4 0 12256297 1247350784 25029 33554432000 4194304 16246674 140733534286176 140733534285600 5589077 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 304529 25037 708 2943 0 301423 0
[pid=18836/tid=18837] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 25042 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 25047 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 25053 33554432000 4194304 16246674 140733534286176 140095860501680 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.200563 s]
/proc/loadavg: 2.18 2.09 1.77 3/179 18836
/proc/meminfo: memFree=27272344/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 47537 0 0 0 12 7 0 0 20 0 4 0 12256297 1247350784 47886 33554432000 4194304 16246674 140733534286176 140733534285600 6843278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 304529 47900 708 2943 0 301423 0
[pid=18836/tid=18837] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 47905 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 47911 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 47918 33554432000 4194304 16246674 140733534286176 140095860501680 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.300432 s]
/proc/loadavg: 2.18 2.09 1.77 3/179 18836
/proc/meminfo: memFree=27272344/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 69866 0 0 0 18 11 0 0 20 0 4 0 12256297 1247350784 70215 33554432000 4194304 16246674 140733534286176 140733534285600 13929603 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 304529 70224 708 2943 0 301423 0
[pid=18836/tid=18837] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 70233 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 70239 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 70246 33554432000 4194304 16246674 140733534286176 140095860501680 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.700387 s]
/proc/loadavg: 2.18 2.09 1.77 3/179 18836
/proc/meminfo: memFree=27272344/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 159941 0 0 0 49 20 0 0 20 0 4 0 12256297 1247350784 160290 33554432000 4194304 16246674 140733534286176 140733534285600 5523634 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 304529 160302 708 2943 0 301423 0
[pid=18836/tid=18837] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 160307 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 160314 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 160321 33554432000 4194304 16246674 140733534286176 140095860501680 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.5004 s]
/proc/loadavg: 2.18 2.09 1.77 3/183 18840
/proc/meminfo: memFree=26290168/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 245457 0 0 0 116 33 0 0 20 0 4 0 12256297 1247350784 245786 33554432000 4194304 16246674 140733534286176 140733534285488 6021554 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 304529 245786 783 2943 0 301423 0
[pid=18836/tid=18837] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 245786 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 245786 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1247350784 245786 33554432000 4194304 16246674 140733534286176 140095860501680 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) 1218116

[startup+3.10032 s]
/proc/loadavg: 2.17 2.08 1.77 4/183 18840
/proc/meminfo: memFree=26201880/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267376 0 0 0 274 35 0 0 20 0 4 0 12256297 1337528320 267705 33554432000 4194304 16246674 140733534286176 140733534268096 6842957 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267705 783 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267705 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267705 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267705 33554432000 4194304 16246674 140733534286176 140095860501680 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.30037 s]
/proc/loadavg: 2.17 2.08 1.77 4/183 18840
/proc/meminfo: memFree=26201540/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267393 0 0 0 594 35 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140733534269176 13191520 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267722 783 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095860501680 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

[startup+12.7005 s]
/proc/loadavg: 2.22 2.10 1.78 3/183 18840
/proc/meminfo: memFree=26201348/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267393 0 0 0 1234 35 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140733534268096 5840044 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267722 783 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267722 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5006 s]
/proc/loadavg: 2.26 2.11 1.79 3/183 18840
/proc/meminfo: memFree=26201868/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267400 0 0 0 2513 35 0 0 20 0 4 0 12256297 1337528320 267729 33554432000 4194304 16246674 140733534286176 140733534269176 12474688 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267729 785 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267729 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267729 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267729 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.24 2.12 1.80 4/183 18840
/proc/meminfo: memFree=26201868/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267413 0 0 0 5071 37 0 0 20 0 4 0 12256297 1337528320 267742 33554432000 4194304 16246674 140733534286176 140733534269176 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267742 785 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267742 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267742 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267742 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.301 s]
/proc/loadavg: 2.20 2.12 1.82 3/183 18841
/proc/meminfo: memFree=26201592/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=102.28 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267439 0 0 0 10189 39 0 0 20 0 4 0 12256297 1337528320 267768 33554432000 4194304 16246674 140733534286176 140733534269176 12477366 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267768 785 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267768 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267768 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267768 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1306180


################
# More data... #
################

/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267448 0 0 0 16185 41 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140733534268096 5707706 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267777 786 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1306180

[startup+222.308 s]
/proc/loadavg: 2.23 2.15 1.86 3/183 18844
/proc/meminfo: memFree=26201480/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=222.26 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267448 0 0 0 22184 42 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140733534269176 6021376 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267777 786 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1306180

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

[startup+230.4 s]
/proc/loadavg: 2.21 2.15 1.86 4/184 18847
/proc/meminfo: memFree=26201268/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=230.35 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267448 0 0 0 22993 42 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140733534269176 5546098 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267777 786 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 230.35
Current children cumulated vsize (KiB) 1306180

[startup+243.207 s]
/proc/loadavg: 2.23 2.16 1.86 3/184 18848
/proc/meminfo: memFree=26201112/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=243.16 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267448 0 0 0 24273 43 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140733534268096 5516318 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267777 786 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 243.16
Current children cumulated vsize (KiB) 1306180

[startup+249.6 s]
/proc/loadavg: 2.21 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26200996/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=249.55 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267448 0 0 0 24912 43 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140733534268096 12483484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267777 786 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267777 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 249.55
Current children cumulated vsize (KiB) 1306180

[startup+256 s]
/proc/loadavg: 2.19 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201240/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=255.95 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25552 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534269176 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 255.95
Current children cumulated vsize (KiB) 1306180

[startup+257.6 s]
/proc/loadavg: 2.18 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201364/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=257.55 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25712 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534268096 5673852 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 257.55
Current children cumulated vsize (KiB) 1306180

[startup+258.4 s]
/proc/loadavg: 2.18 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201364/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=258.35 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25792 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534269176 6073164 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 258.35
Current children cumulated vsize (KiB) 1306180

[startup+259.2 s]
/proc/loadavg: 2.18 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201488/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=259.15 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25872 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534268096 6081610 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 259.15
Current children cumulated vsize (KiB) 1306180

[startup+259.6 s]
/proc/loadavg: 2.18 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201488/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=259.55 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25912 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534268096 5673315 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 259.55
Current children cumulated vsize (KiB) 1306180

[startup+259.707 s]
/proc/loadavg: 2.18 2.15 1.87 3/184 18848
/proc/meminfo: memFree=26201488/32872528 swapFree=1590004/1720820
[pid=18836] ppid=18833 vsize=1306180 CPUtime=259.66 cores=1,3,5,7
/proc/18836/stat : 18836 (toysat) R 18833 18836 13693 0 -1 4202496 267450 0 0 0 25923 43 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140733534268096 5512752 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18836/statm: 326545 267779 787 2943 0 323439 0
[pid=18836/tid=18837] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18837/stat : 18837 (toysat) S 18833 18836 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095983168752 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18836/tid=18838] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18838/stat : 18838 (toysat) S 18833 18836 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095972678896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18836/tid=18839] ppid=18833 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18836/task/18839/stat : 18839 (toysat) S 18833 18836 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12256297 1337528320 267779 33554432000 4194304 16246674 140733534286176 140095860501680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 259.66
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 259.788
CPU time (s): 259.747
CPU user time (s): 259.253
CPU system time (s): 0.493924
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.253
system time used= 0.493924
maximum resident set size= 1071128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267455
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= 22
involuntary context switches= 279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34279 second user time and 2.70959 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 20:56:18
IDJOB=4120962
IDBENCH=110202
IDSOLVER=2542
FILE ID=node120/4120962-1467312978
RUNJOBID= node120-1467312316-18593
PBS_JOBID= 20005266
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120962-1467312978/watcher-4120962-1467312978 -o /tmp/evaluation-result-4120962-1467312978/solver-4120962-1467312978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467312316-18593 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120962-1467312978.opb

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

MD5SUM BENCH= 2571c21355565298ce0c91d4c7c1d623
RANDOM SEED=406748602

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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.669
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:        27273152 kB
Buffers:          166564 kB
Cached:          1879852 kB
SwapCached:            0 kB
Active:          1369804 kB
Inactive:        1762708 kB
Active(anon):    1088776 kB
Inactive(anon):        0 kB
Active(file):     281028 kB
Inactive(file):  1762708 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16660 kB
Writeback:             0 kB
AnonPages:       2807228 kB
Mapped:            17088 kB
Shmem:               204 kB
Slab:             611980 kB
SReclaimable:      56004 kB
SUnreclaim:       555976 kB
KernelStack:        1456 kB
PageTables:         9172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2942448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71640 MiB
End job on node120 at 2016-06-30 21:00:38