Trace number 4121618

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 221.281 221.32

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUMd63c048ea9e10a072fe4e32e2291f3f6
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 benchmark2.6196
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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-30T21:31:20+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-4121618-1467315080.opb"]
0.00/0.01	c use --random-gen="3048232561 4086895905 642919629 1317564378 1694278410 3599079900 1283883575 56649928 3398389533 1012612650 2247196559 3944170841 1933132184 3297992017 2554126827 2729449082 2933297416 2511852996 3798534707 770984553 2824723785 3893045016 1332427843 286601272 4288928027 301803867 885436596 2423384101 4270967642 3030908001 2333956557 45789656 3925193577 697201078 1421200086 583507227 2812298597 3549219925 109740287 1546186159 2864920163 1033957265 3179427824 579483775 2095368057 1817151656 443466726 1508865894 1822160909 4001100948 3234002418 62699694 2295935065 152429612 2751506009 1534742664 483070697 837020711 43801676 1247104664 4826392 1426746192 2631236688 4017729844 351050237 80628921 1549611961 2233828025 3197335161 688713483 3887336335 305245462 3975466849 2607569907 3445769929 4188041430 2089822858 2821476988 2229007922 444684537 4149293164 3101353592 3928353541 3585988925 651356403 1242276527 4009442708 2447849531 778618499 872890678 2289676950 2275814418 1308001386 1846905679 582000638 1600064436 3379206279 2530288880 2958901281 3205646178 1663993096 2429408889 3634767947 49654651 331809183 2310631924 3352623827 2684330762 10414699 794594894 969483030 33268354 3479923478 2910053008 71994939 3642487669 2495867395 3809773990 2329796541 2824766091 3545583478 897294713 1794127540 824138152 1721981694 3157999824 748994912 3984316617 346517100 1515932043 3917342755 791103211 756273150 2579778114 167289707 1951787928 2066450856 1162284432 3689856224 3158550725 3603753085 2960821021 2734531082 1797130196 1589546203 363740426 3358416029 2459521543 4263008216 2630828535 1951529438 2823552723 1408946958 858012541 3614647775 1367463314 3816487096 1332026880 4263322858 800031431 1460862248 99741230 2592260459 3404871055 4146456744 790763779 3374305749 3949248411 3487745396 2312299535 480006572 3642595874 3145774057 266415383 613081555 1681310567 2702215105 750744845 3064070997 3048842109 109401496 2747022039 693609635 452959721 893552790 1229715640 1555129907 1242254761 1670272264 3988680858 1612416261 2246413491 2306618603 3000039722 1456626529 2608025365 1864744633 3241236860 3580883360 1540742708 3635796161 3817067541 234387756 3130734131 4215146139 2702026530 2479984683 658193259 3826633980 3896829260 1187526264 3370165130 3857067587 121485774 2213410447 4125970204 182640137 1144165800 667143179 4094215904 4164054682 524171498 3628891984 3187627388 4103275932 1434945623 2723583394 225058666 744524901 3487784743 293667582 658838951 2124778172 3885326428 2112227907 22789419 1543032999 2501315877 57782815 1094208773 562169241 1737616957 2813749818 2700377011 661085589 1040252770 3491549852 3511282055 124687058 237299716 4077736125 4013536083 3643958960 796088569 570988996 2760061475 255 362436" option to reproduce the execution
0.00/0.01	c #vars 120
0.00/0.01	c #constraints 320
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 |      146      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      193 |      100 |      146      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      383 |      250 |      161      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      737 |      475 |      178      2 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1146 |      813 |      196      5 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1916 |     1320 |      216     10 |        0 |        0
0.19/0.22	c  0.2s |       6 |     2786 |     2081 |      262     15 |        0 |        0
0.28/0.32	c  0.3s |       7 |     4397 |     3223 |      289     23 |        0 |        0
0.39/0.47	c  0.5s |       8 |     6671 |     4936 |      318     34 |        0 |        0
0.58/0.69	c  0.7s |       9 |    10862 |     7506 |      350     48 |        0 |        0
0.99/1.04	c  1.0s |      10 |    15730 |    11361 |      386     69 |        0 |        0
1.38/1.42	c  1.4s |      11 |    24171 |    17144 |      425     97 |        0 |        0
1.88/1.99	c  2.0s |      12 |    36686 |    25819 |      468    137 |        0 |        0
2.68/2.78	c  2.8s |      13 |    54699 |    38832 |      515    190 |        0 |        0
3.98/4.05	c  4.0s |      14 |    82083 |    58352 |      567    263 |        0 |        0
5.88/5.98	c  6.0s |      15 |   122658 |    87632 |      624    363 |        0 |        0
7.88/7.99	c  8.0s |      15 |   161096 |   117032 |      624    456 |        0 |        0
8.89/8.97	c  9.0s |      16 |   180635 |   131552 |      687    501 |        0 |        0
10.89/10.98	c 11.0s |      16 |   222495 |   162152 |      687    588 |        0 |        0
12.89/12.98	c 13.0s |      16 |   267918 |   194552 |      687    681 |        0 |        0
13.09/13.18	c 13.2s |      17 |   271936 |   197432 |      756    689 |        0 |        0
15.09/15.19	c 15.2s |      17 |   311759 |   227332 |      756    767 |        0 |        0
17.08/17.19	c 17.2s |      17 |   353638 |   257732 |      756    846 |        0 |        0
19.08/19.19	c 19.2s |      17 |   394371 |   287632 |      756    925 |        0 |        0
19.68/19.74	c 19.7s |      18 |   406693 |   296252 |      832    946 |        0 |        0
21.68/21.75	c 21.7s |      18 |   447742 |   325652 |      832   1016 |        0 |        0
23.68/23.75	c 23.7s |      18 |   487372 |   354752 |      832   1085 |        0 |        0
25.68/25.75	c 25.7s |      18 |   524437 |   383652 |      832   1154 |        0 |        0
27.68/27.75	c 27.7s |      18 |   562312 |   412752 |      832   1223 |        0 |        0
29.69/29.76	c 29.7s |      18 |   597442 |   438652 |      832   1285 |        0 |        0
30.19/30.26	c 30.2s |      19 |   604075 |   444482 |      916   1298 |        0 |        0
32.19/32.26	c 32.2s |      19 |   639631 |   472082 |      916   1357 |        0 |        0
34.19/34.26	c 34.2s |      19 |   675636 |   500082 |      916   1418 |        0 |        0
36.18/36.27	c 36.3s |      19 |   714454 |   527982 |      916   1478 |        0 |        0
38.18/38.28	c 38.3s |      19 |   753546 |   556082 |      916   1539 |        0 |        0
40.18/40.28	c 40.3s |      19 |   795144 |   586182 |      916   1604 |        0 |        0
42.18/42.28	c 42.3s |      19 |   835242 |   614982 |      916   1666 |        0 |        0
44.18/44.28	c 44.3s |      19 |   874185 |   644182 |      916   1730 |        0 |        0
45.88/45.94	c 45.9s |      20 |   904454 |   666827 |     1008   1777 |        0 |        0
47.88/47.94	c 47.9s |      20 |   934444 |   690527 |     1008   1824 |        0 |        0
49.88/49.95	c 49.9s |      20 |   969244 |   715927 |     1008   1874 |        0 |        0
51.88/51.95	c 51.9s |      20 |  1006878 |   743227 |     1008   1927 |        0 |        0
53.89/53.95	c 53.9s |      20 |  1045360 |   771427 |     1008   1983 |        0 |        0
55.88/55.96	c 55.9s |      20 |  1083255 |   799327 |     1008   2038 |        0 |        0
57.88/57.96	c 57.9s |      20 |  1119707 |   826927 |     1008   2092 |        0 |        0
59.88/59.97	c 60.0s |      20 |  1152048 |   851827 |     1008   2141 |        0 |        0
61.88/61.97	c 62.0s |      20 |  1185558 |   876427 |     1008   2189 |        0 |        0
63.88/63.97	c 64.0s |      20 |  1217527 |   900927 |     1008   2238 |        0 |        0
65.88/65.97	c 66.0s |      20 |  1252461 |   927527 |     1008   2290 |        0 |        0
67.88/67.98	c 68.0s |      20 |  1284296 |   952727 |     1008   2340 |        0 |        0
69.88/69.98	c 70.0s |      20 |  1311487 |   975627 |     1008   2384 |        0 |        0
71.88/71.99	c 72.0s |      20 |  1338710 |   999327 |     1109   2430 |        0 |        0
71.98/72.08	c 72.1s |      21 |  1339781 |  1000345 |     1109   2432 |        0 |        0
73.98/74.08	c 74.1s |      21 |  1369489 |  1023245 |     1109   2472 |        0 |        0
75.98/76.09	c 76.1s |      21 |  1400523 |  1046345 |     1109   2513 |        0 |        0
77.98/78.10	c 78.1s |      21 |  1429736 |  1068945 |     1109   2553 |        0 |        0
80.07/80.10	c 80.1s |      21 |  1463468 |  1093745 |     1109   2596 |        0 |        0
82.07/82.10	c 82.1s |      21 |  1495856 |  1118145 |     1109   2640 |        0 |        0
84.07/84.11	c 84.1s |      21 |  1524887 |  1140345 |     1109   2679 |        0 |        0
86.07/86.12	c 86.1s |      21 |  1556287 |  1162845 |     1109   2719 |        0 |        0
88.08/88.12	c 88.1s |      21 |  1586110 |  1186145 |     1109   2761 |        0 |        0
90.07/90.13	c 90.1s |      21 |  1611678 |  1207345 |     1109   2798 |        0 |        0
92.07/92.13	c 92.1s |      21 |  1638637 |  1229445 |     1109   2837 |        0 |        0
94.07/94.14	c 94.1s |      21 |  1665918 |  1251445 |     1109   2877 |        0 |        0
96.07/96.15	c 96.1s |      21 |  1700946 |  1277645 |     1109   2923 |        0 |        0
98.07/98.15	c 98.1s |      21 |  1739137 |  1304745 |     1109   2972 |        0 |        0
100.08/100.16	c  100s |      21 |  1772831 |  1329945 |     1109   3017 |        0 |        0
102.07/102.17	c  102s |      21 |  1807035 |  1355545 |     1109   3063 |        0 |        0
104.07/104.17	c  104s |      21 |  1841498 |  1380745 |     1109   3108 |        0 |        0
106.07/106.17	c  106s |      21 |  1875051 |  1405545 |     1109   3153 |        0 |        0
108.08/108.18	c  108s |      21 |  1910890 |  1432845 |     1109   3201 |        0 |        0
110.08/110.18	c  110s |      21 |  1944030 |  1458745 |     1109   3248 |        0 |        0
112.07/112.18	c  112s |      21 |  1976521 |  1484045 |     1109   3293 |        0 |        0
113.47/113.53	c  113s |      22 |  1996166 |  1500622 |     1220   3321 |        0 |        0
115.48/115.53	c  115s |      22 |  2029035 |  1525722 |     1220   3362 |        0 |        0
117.47/117.53	c  117s |      22 |  2062139 |  1551822 |     1220   3404 |        0 |        0
119.47/119.54	c  119s |      22 |  2096478 |  1577922 |     1220   3447 |        0 |        0
121.47/121.54	c  121s |      22 |  2130789 |  1603622 |     1220   3489 |        0 |        0
123.47/123.54	c  123s |      22 |  2163214 |  1629222 |     1220   3530 |        0 |        0
125.47/125.55	c  125s |      22 |  2195735 |  1654322 |     1220   3571 |        0 |        0
127.47/127.55	c  127s |      22 |  2230683 |  1680322 |     1220   3614 |        0 |        0
129.47/129.55	c  129s |      22 |  2262552 |  1705422 |     1220   3655 |        0 |        0
131.46/131.55	c  131s |      22 |  2292992 |  1729622 |     1220   3694 |        0 |        0
133.46/133.56	c  133s |      22 |  2322304 |  1752822 |     1220   3732 |        0 |        0
135.46/135.57	c  135s |      22 |  2355308 |  1777022 |     1220   3771 |        0 |        0
137.47/137.57	c  137s |      22 |  2387765 |  1801522 |     1220   3811 |        0 |        0
139.46/139.58	c  139s |      22 |  2423332 |  1827522 |     1220   3853 |        0 |        0
141.46/141.58	c  141s |      22 |  2460735 |  1854422 |     1220   3897 |        0 |        0
143.46/143.58	c  143s |      22 |  2496466 |  1881422 |     1220   3941 |        0 |        0
145.47/145.59	c  145s |      22 |  2533622 |  1908422 |     1220   3985 |        0 |        0
147.48/147.59	c  147s |      22 |  2564913 |  1933322 |     1220   4026 |        0 |        0
149.47/149.60	c  149s |      22 |  2586517 |  1953322 |     1220   4058 |        0 |        0
151.57/151.60	c  151s |      22 |  2613033 |  1974922 |     1220   4094 |        0 |        0
153.57/153.61	c  153s |      22 |  2645623 |  2000322 |     1220   4135 |        0 |        0
155.57/155.62	c  155s |      22 |  2680700 |  2026422 |     1220   4178 |        0 |        0
157.57/157.62	c  157s |      22 |  2719927 |  2054622 |     1220   4224 |        0 |        0
159.57/159.62	c  159s |      22 |  2754585 |  2080922 |     1220   4266 |        0 |        0
161.56/161.62	c  161s |      22 |  2793105 |  2108822 |     1220   4312 |        0 |        0
163.56/163.63	c  163s |      22 |  2829484 |  2136122 |     1220   4356 |        0 |        0
165.56/165.63	c  165s |      22 |  2865660 |  2161822 |     1220   4398 |        0 |        0
167.56/167.63	c  167s |      22 |  2902672 |  2188722 |     1220   4442 |        0 |        0
169.56/169.64	c  169s |      22 |  2938244 |  2215222 |     1220   4485 |        0 |        0
171.57/171.64	c  171s |      22 |  2973907 |  2241722 |     1342   4527 |        0 |        0
172.26/172.38	c  172s |      23 |  2987139 |  2251038 |     1342   4541 |        0 |        0
174.26/174.38	c  174s |      23 |  3022031 |  2276838 |     1342   4579 |        0 |        0
176.26/176.39	c  176s |      23 |  3055450 |  2302038 |     1342   4616 |        0 |        0
178.27/178.39	c  178s |      23 |  3088817 |  2327038 |     1342   4653 |        0 |        0
180.26/180.40	c  180s |      23 |  3123615 |  2352238 |     1342   4690 |        0 |        0
182.36/182.40	c  182s |      23 |  3152691 |  2375738 |     1342   4725 |        0 |        0
184.36/184.40	c  184s |      23 |  3182312 |  2399538 |     1342   4761 |        0 |        0
186.35/186.40	c  186s |      23 |  3213622 |  2423638 |     1342   4796 |        0 |        0
188.36/188.41	c  188s |      23 |  3247738 |  2448738 |     1342   4834 |        0 |        0
190.37/190.41	c  190s |      23 |  3284601 |  2474838 |     1342   4872 |        0 |        0
192.36/192.42	c  192s |      23 |  3319947 |  2500338 |     1342   4910 |        0 |        0
194.36/194.42	c  194s |      23 |  3355623 |  2526038 |     1342   4948 |        0 |        0
196.36/196.43	c  196s |      23 |  3388425 |  2550938 |     1342   4985 |        0 |        0
198.36/198.43	c  198s |      23 |  3423969 |  2577338 |     1342   5024 |        0 |        0
200.36/200.43	c  200s |      23 |  3456897 |  2602938 |     1342   5062 |        0 |        0
202.36/202.44	c  202s |      23 |  3491048 |  2628738 |     1342   5100 |        0 |        0
204.35/204.45	c  204s |      23 |  3526045 |  2655438 |     1342   5138 |        1 |        4
206.35/206.45	c  206s |      23 |  3561515 |  2681238 |     1342   5177 |        1 |        4
208.35/208.45	c  208s |      23 |  3595538 |  2706338 |     1342   5214 |        1 |        4
210.35/210.45	c  210s |      23 |  3630541 |  2731538 |     1342   5251 |        1 |        4
212.36/212.46	c  212s |      23 |  3666670 |  2757238 |     1342   5289 |        1 |        4
214.35/214.46	c  214s |      23 |  3702765 |  2783538 |     1342   5328 |        1 |        4
216.35/216.46	c  216s |      23 |  3739654 |  2810238 |     1342   5367 |        2 |        8
218.36/218.47	c  218s |      23 |  3776252 |  2836438 |     1342   5405 |        3 |       12
220.36/220.48	c  220s |      23 |  3817224 |  2864238 |     1342   5445 |        4 |       16
221.16/221.25	c  221s |      23 |  3833234 |  2875721 |     1342   5459 |       22 |       64
221.16/221.25	c #cpu_time = 220.669s
221.16/221.25	c #wall_clock_time = 221.236s
221.16/221.25	c #decision = 3833234
221.16/221.25	c #random_decision = 18518
221.16/221.25	c #conflict = 2875721
221.16/221.25	c #restart = 23
221.16/221.25	s UNSATISFIABLE
221.16/221.25	c total CPU time = 220.688s
221.16/221.25	c total wall clock time = 221.254s

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

pid=19153
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.24 2.29 2.20 3/179 19156
/proc/meminfo: memFree=27264476/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=677444 CPUtime=0 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 2521 0 0 0 0 0 0 0 20 0 4 0 12466498 693702656 3394 33554432000 4194304 16246674 140737342043856 140737342043280 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 170129 3404 442 2943 0 167023 0
[pid=19156/tid=19157] ppid=19153 vsize=695876 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 712577024 3463 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=699972 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 716771328 3480 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=704068 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 720965632 3497 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.24 2.29 2.20 3/179 19156
/proc/meminfo: memFree=27264476/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 25659 0 0 0 6 3 0 0 20 0 4 0 12466498 1247350784 26521 33554432000 4194304 16246674 140737342043856 140737342043280 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 304529 26530 709 2943 0 301423 0
[pid=19156/tid=19157] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 26538 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 26544 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 26549 33554432000 4194304 16246674 140737342043856 140277524196528 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.200444 s]
/proc/loadavg: 2.24 2.29 2.20 3/179 19156
/proc/meminfo: memFree=27264476/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 48978 0 0 0 13 6 0 0 20 0 4 0 12466498 1247350784 49840 33554432000 4194304 16246674 140737342043856 140737342043280 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 304529 49850 709 2943 0 301423 0
[pid=19156/tid=19157] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 49857 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 49866 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 49872 33554432000 4194304 16246674 140737342043856 140277524196528 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.300467 s]
/proc/loadavg: 2.24 2.29 2.20 3/179 19156
/proc/meminfo: memFree=27264476/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 72590 0 0 0 19 9 0 0 20 0 4 0 12466498 1247350784 73452 33554432000 4194304 16246674 140737342043856 140737342043280 5721708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 304529 73462 709 2943 0 301423 0
[pid=19156/tid=19157] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 73471 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 73479 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 73487 33554432000 4194304 16246674 140737342043856 140277524196528 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.700386 s]
/proc/loadavg: 2.24 2.29 2.20 3/179 19156
/proc/meminfo: memFree=27264476/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 166493 0 0 0 46 23 0 0 20 0 4 0 12466498 1247350784 167354 33554432000 4194304 16246674 140737342043856 140737342043280 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 304529 167363 709 2943 0 301423 0
[pid=19156/tid=19157] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 167369 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 167375 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1247350784 167380 33554432000 4194304 16246674 140737342043856 140277524196528 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.24 2.29 2.20 3/183 19160
/proc/meminfo: memFree=26279508/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 245565 0 0 0 114 34 0 0 20 0 4 0 12466498 1248399360 246406 33554432000 4194304 16246674 140737342043856 140737342043168 12483337 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 304785 246406 787 2943 0 301679 0
[pid=19156/tid=19157] ppid=19153 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1248399360 246406 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1248399360 246406 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1248399360 246406 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.24 2.29 2.20 3/183 19160
/proc/meminfo: memFree=26192336/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267387 0 0 0 271 37 0 0 20 0 4 0 12466498 1337528320 268228 33554432000 4194304 16246674 140737342043856 140737342025728 13820890 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326545 268228 787 2943 0 323439 0
[pid=19156/tid=19157] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268228 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268228 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268228 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.22 2.29 2.20 3/183 19160
/proc/meminfo: memFree=26191568/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267421 0 0 0 591 37 0 0 20 0 4 0 12466498 1337528320 268262 33554432000 4194304 16246674 140737342043856 140737342025728 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326545 268262 787 2943 0 323439 0
[pid=19156/tid=19157] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268262 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268262 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268262 33554432000 4194304 16246674 140737342043856 140277524196528 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.20 2.28 2.20 3/183 19160
/proc/meminfo: memFree=26190120/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267536 0 0 0 1231 38 0 0 20 0 4 0 12466498 1337528320 268377 33554432000 4194304 16246674 140737342043856 140737342025728 6012036 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326545 268377 787 2943 0 323439 0
[pid=19156/tid=19157] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268377 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268377 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268377 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.38 2.32 2.21 3/183 19160
/proc/meminfo: memFree=26190760/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267539 0 0 0 2510 38 0 0 20 0 4 0 12466498 1337528320 268380 33554432000 4194304 16246674 140737342043856 140737342026856 5822671 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326545 268380 790 2943 0 323439 0
[pid=19156/tid=19157] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268380 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268380 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1337528320 268380 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.32 2.31 2.21 3/183 19160
/proc/meminfo: memFree=26190348/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=51.08 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267677 0 0 0 5069 39 0 0 20 0 4 0 12466498 1338576896 268518 33554432000 4194304 16246674 140737342043856 140737342026856 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268518 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268518 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268518 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268518 33554432000 4194304 16246674 140737342043856 140277524196528 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.32 2.32 2.22 3/183 19161
/proc/meminfo: memFree=26189824/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=102.28 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267726 0 0 0 10188 40 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140737342025728 5677888 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268567 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277524196528 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.25 2.30 2.22 4/183 19162
/proc/meminfo: memFree=26189856/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=162.26 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267726 0 0 0 16184 42 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140737342025728 5754966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268567 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268567 33554432000 4194304 16246674 140737342043856 140277524196528 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

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

[startup+179.2 s]
/proc/loadavg: 2.27 2.30 2.22 3/183 19162
/proc/meminfo: memFree=26189844/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=179.16 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 17874 42 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 179.16
Current children cumulated vsize (KiB) 1307204

[startup+204.8 s]
/proc/loadavg: 2.39 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189424/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=204.75 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 20432 43 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 5721352 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 204.75
Current children cumulated vsize (KiB) 1307204

[startup+211.2 s]
/proc/loadavg: 2.40 2.33 2.23 3/183 19163
/proc/meminfo: memFree=26189160/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=211.16 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 21073 43 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 6842527 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 211.16
Current children cumulated vsize (KiB) 1307204

[startup+217.6 s]
/proc/loadavg: 2.37 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189284/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=217.55 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 21712 43 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 217.55
Current children cumulated vsize (KiB) 1307204

[startup+219.2 s]
/proc/loadavg: 2.37 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189532/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=219.16 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 21872 44 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 5808141 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (KiB) 1307204

[startup+220 s]
/proc/loadavg: 2.34 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189336/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=219.96 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 21952 44 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 1307204

[startup+220.8 s]
/proc/loadavg: 2.34 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189336/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=220.76 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 22032 44 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 5754712 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 1307204

[startup+221.207 s]
/proc/loadavg: 2.34 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189336/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=1307204 CPUtime=221.16 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) R 19153 19156 13693 0 -1 4202496 267766 0 0 0 22072 44 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140737342025728 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 326801 268607 791 2943 0 323695 0
[pid=19156/tid=19157] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19157/stat : 19157 (toysat) S 19153 19156 13693 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277652106480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19156/tid=19158] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19158/stat : 19158 (toysat) S 19153 19156 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277641616624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) S 19153 19156 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12466498 1338576896 268607 33554432000 4194304 16246674 140737342043856 140277524196528 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 221.16
Current children cumulated vsize (KiB) 1307204

[startup+221.3 s]
/proc/loadavg: 2.34 2.32 2.23 3/183 19163
/proc/meminfo: memFree=26189336/32872528 swapFree=1590004/1720820
[pid=19156] ppid=19153 vsize=0 CPUtime=221.25 cores=0,2,4,6
/proc/19156/stat : 19156 (toysat) Z 19153 19156 13693 0 -1 4202508 267771 0 0 0 22077 48 0 0 20 0 2 0 12466498 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19156/statm: 0 0 0 0 0 0 0
[pid=19156/tid=19159] ppid=19153 vsize=0 CPUtime=0.03 cores=0,2,4,6
/proc/19156/task/19159/stat : 19159 (toysat) R 19153 19156 13693 0 -1 4203588 1 0 0 0 0 3 0 0 20 0 2 0 12466498 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 221.32
CPU time (s): 221.281
CPU user time (s): 220.779
CPU system time (s): 0.501923
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.779
system time used= 0.501923
maximum resident set size= 1074440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267771
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= 229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.536918 second user time and 0.879866 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 21:31:20
IDJOB=4121618
IDBENCH=110570
IDSOLVER=2542
FILE ID=node120/4121618-1467315080
RUNJOBID= node120-1467312316-18592
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-tseitin-regular-n80-d3-i1-f.cnf.gz-plain.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-4121618-1467315080/watcher-4121618-1467315080 -o /tmp/evaluation-result-4121618-1467315080/solver-4121618-1467315080 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467312316-18592 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121618-1467315080.opb

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

MD5SUM BENCH= d63c048ea9e10a072fe4e32e2291f3f6
RANDOM SEED=1194135265

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:        27264740 kB
Buffers:          168844 kB
Cached:          1880384 kB
SwapCached:            0 kB
Active:          1375800 kB
Inactive:        1764108 kB
Active(anon):    1093136 kB
Inactive(anon):        0 kB
Active(file):     282664 kB
Inactive(file):  1764108 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16344 kB
Writeback:             8 kB
AnonPages:       2811236 kB
Mapped:            17176 kB
Shmem:               204 kB
Slab:             611716 kB
SReclaimable:      55820 kB
SUnreclaim:       555896 kB
KernelStack:        1456 kB
PageTables:         9532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2944592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 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:35:01