Trace number 4100409

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.16 1800.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
MD5SUMcf56ee4a2e10a22486df8fb664e91027
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531126
Number of bits of the biggest sum of numbers20
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-18T03:31:15+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-4100409-1466213475.opb"]
0.00/0.01	c use --random-gen="3450204175 1555805359 1243259491 1881613494 2730784623 1610023927 1913862243 1449703639 3849962546 3317263203 1339884081 157725096 4179614308 508677868 203375218 2360207058 1871719369 2166237372 1145254121 4183894173 2748502612 3966884387 3654297180 2680877775 288812777 164381134 2545137945 2918745738 1963119830 359094193 3592190045 1660072859 789915201 1442155712 2815559336 3332069580 3378384826 1586798162 2852681274 617612559 3537838800 3757983692 2014395778 177025876 3337699566 2660710381 3101535189 4243136790 2528811062 1777615425 3417153015 880086670 3773434821 1916970999 4037873037 1714146154 2371850367 888583835 559908546 4147282756 2482898096 2111482162 1120778017 497032568 2085502441 4280843711 2734149372 204450428 1769520634 2335415665 913286260 364055860 1143615062 2008107405 1007986799 2887323896 2622660023 2371764441 2531669726 2856794421 2881394339 4095560029 3904746641 1869680420 1967727140 23797322 1699957469 1477066108 2215297999 2403152707 2143783830 1649695122 3323588828 3994084724 3037178149 2614866786 3873176807 2641770647 2368769847 2528706785 2611462742 905423714 2435311648 3586983586 2160654906 2721025963 2007531199 2616044630 1990434373 53691770 4930012 1191383805 1168838580 4101065645 2463700090 700528484 866126414 1134565457 1602054796 1752039625 1664700881 2807938348 124083766 3845830309 1837810521 2597128383 3585625671 139041293 1375401056 1469506231 825026352 2738342821 1505651768 3628770783 357877511 3643125463 3193712235 2159716928 3916378189 2078470883 1661013066 2258925702 4048114384 3764433902 3413276132 3171309025 2862774811 1996426635 1377663857 925268403 3985469615 1264015816 4024137919 3106828651 594286123 2075019232 3216430331 3597192565 1487740734 2704643015 1900762704 873956123 4291228157 85502926 2371862551 2487307284 689474569 932270288 4155100638 74409000 2621880746 1061744701 1033487903 515420824 409055788 2085780827 1866068041 232188397 2087296147 1761424729 2264620153 1416592733 2788200548 2399543142 1597441061 1650561520 1917058048 2933483468 3464642412 3600909897 2391369389 960762909 3919985140 1196629209 1026601105 4224443049 2858864505 381267849 1035604864 1693682284 655154355 2929947470 3783522436 3266295372 2728655017 3587330673 3870036379 4102002744 1002987745 307567714 849156799 285835765 349933448 3392664669 1568536142 1240052052 553089678 3202834260 4052762218 3987171273 1707447160 134919259 3118884994 4168304058 2434825277 80024855 4079906354 58389789 2869949152 3719409830 2432108732 2057097471 1409387589 3972531016 1448914508 3306680441 3916185909 3099387403 1969638877 3631969354 2749811675 4222517221 2210861826 1527377455 623419662 1394843820 3316036128 3143305057 3809438272 353070709 1934649837 660892161 2365542104 4241506555 27061673 3792342620 255 362436" option to reproduce the execution
0.29/0.37	c #vars 15501
0.29/0.37	c #constraints 763
2.19/2.21	c BCD2: Hardening is enabled.
2.19/2.21	c BCD2: BiasedSearch is enabled.
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |     5451      0 |      232 |        0
16.29/16.39	c 14.2s |       0 |      451 |      100 |     5451      0 |      232 |        0
16.39/16.44	c 14.2s |       1 |      451 |      100 |     5451      0 |      232 |        0
30.99/31.03	c 28.8s |       1 |    10026 |      200 |     5997      0 |      232 |        0
41.08/41.17	c 39.0s |       2 |    10026 |      250 |     5997      0 |      232 |        0
45.78/45.82	c 43.6s |       2 |    10613 |      350 |     6597      0 |      232 |        0
51.38/51.41	c 49.2s |       2 |    10613 |      450 |     6597      0 |      232 |        0
52.88/53.00	c 50.8s |       3 |    10613 |      475 |     6597      0 |      232 |        0
59.48/59.59	c 57.4s |       3 |    10989 |      575 |     7257      0 |      232 |        0
66.98/67.09	c 64.9s |       3 |    10989 |      675 |     7257      0 |      232 |        0
75.28/75.34	c 73.1s |       3 |    10989 |      775 |     7257      0 |      232 |        0
77.78/77.86	c 75.6s |       4 |    11077 |      813 |     7257      0 |      232 |        0
80.07/80.11	c 77.9s |       4 |    11914 |     1113 |     7983      0 |      232 |        0
85.57/85.60	c 83.4s |       4 |    12497 |     1213 |     7983      0 |      232 |        0
98.97/99.08	c 96.9s |       4 |    12497 |     1313 |     7983      0 |      232 |        0
99.77/99.88	c 97.7s |       5 |    12497 |     1320 |     7983      0 |      232 |        0
115.87/115.95	c  113s |       5 |    12999 |     1420 |     8782      0 |      232 |        0
138.77/138.85	c  136s |       5 |    12999 |     1520 |     8782      0 |      232 |        0
162.07/162.19	c  159s |       5 |    12999 |     1620 |     8782      0 |      232 |        0
175.17/175.29	c  173s |       5 |    12999 |     1720 |     8782      0 |      232 |        0
178.57/178.62	c  176s |       5 |    13197 |     1820 |     8782      0 |      232 |        0
180.67/180.72	c  178s |       5 |    14029 |     1920 |     8782      0 |      232 |        0
183.17/183.25	c  181s |       5 |    14812 |     2020 |     8782      0 |      232 |        0
192.36/192.48	c  190s |       6 |    14851 |     2081 |     9661      0 |      232 |        0
205.56/205.65	c  203s |       6 |    15398 |     2181 |     9661      0 |      232 |        0
214.36/214.41	c  212s |       6 |    15398 |     2281 |     9661      0 |      232 |        0
225.46/225.52	c  223s |       6 |    15398 |     2381 |     9661      0 |      232 |        0
244.06/244.10	c  241s |       6 |    15398 |     2481 |     9661      0 |      232 |        0
263.95/264.03	c  261s |       6 |    15398 |     2581 |     9661      0 |      232 |        0
271.86/271.96	c  269s |       6 |    16182 |     2681 |     9661      0 |      232 |        0
288.85/288.92	c  286s |       6 |    16182 |     2781 |     9661      0 |      232 |        0
311.74/311.84	c  309s |       6 |    16182 |     2881 |     9661      0 |      232 |        0
333.04/333.19	c  330s |       6 |    16182 |     2981 |     9661      0 |      232 |        0
350.44/350.56	c  348s |       6 |    16182 |     3081 |     9661      0 |      232 |        0
364.04/364.10	c  361s |       6 |    16705 |     3181 |     9661      0 |      232 |        0
368.44/368.53	c  366s |       7 |    16705 |     3223 |    10628      0 |      232 |        0
378.13/378.24	c  376s |       7 |    17238 |     3323 |    10628      0 |      232 |        0
387.13/387.20	c  384s |       7 |    17238 |     3423 |    10628      0 |      232 |        0
402.13/402.25	c  400s |       7 |    17238 |     3523 |    10628      0 |      232 |        0
413.43/413.56	c  411s |       7 |    17451 |     3623 |    10628      0 |      232 |        0
425.03/425.18	c  422s |       7 |    18478 |     3823 |    10628      0 |      232 |        0
433.92/434.03	c  431s |       7 |    18771 |     3923 |    10628      0 |      232 |        0
440.62/440.73	c  438s |       7 |    20504 |     4023 |    10628      0 |      232 |        0
450.92/451.06	c  448s |       7 |    21464 |     4123 |    10628      0 |      232 |        0
461.82/461.92	c  459s |       7 |    26263 |     4223 |    10628      0 |      232 |        0
472.72/472.83	c  470s |       7 |    47589 |     4323 |    10628      0 |      232 |        0
484.41/484.58	c  482s |       7 |    47589 |     4423 |    10628      0 |      232 |        0
497.71/497.83	c  495s |       7 |    47589 |     4523 |    10628      0 |      232 |        0
512.51/512.66	c  510s |       7 |    47589 |     4623 |    10628      0 |      232 |        0
528.91/529.03	c  526s |       7 |    47589 |     4723 |    10628      0 |      232 |        0
546.31/546.40	c  544s |       7 |    47589 |     4823 |    10628      0 |      232 |        0
564.71/564.83	c  562s |       7 |    47589 |     4923 |    11691      0 |      232 |        0
567.21/567.30	c  565s |       8 |    47589 |     4936 |    11691      0 |      232 |        0
586.30/586.44	c  584s |       8 |    48905 |     5036 |    11691      0 |      232 |        0
748.48/748.68	c  746s |       8 |    64034 |     5136 |    11691      0 |      232 |        0
909.95/910.10	c  907s |       8 |    66516 |     5236 |    11691      0 |      232 |        0
930.15/930.32	c  928s |       8 |    66516 |     5336 |    11691      0 |      232 |        0
954.34/954.59	c  952s |       8 |    66516 |     5436 |    11691      0 |      232 |        0
979.64/979.83	c  977s |       8 |    66516 |     5536 |    11691      0 |      232 |        0
1005.94/1006.16	c 1003s |       8 |    66516 |     5636 |    11691      0 |      232 |        0
1032.94/1033.18	c 1030s |       8 |    66516 |     5736 |    11691      0 |      232 |        0
1049.23/1049.40	c 1047s |       8 |    70678 |     5836 |    11691      0 |      232 |        0
1051.93/1052.17	c 1049s |       8 |    71812 |     6236 |    11691      0 |      232 |        0
1170.31/1170.53	c 1168s |       8 |    77112 |     6436 |    11691      0 |      232 |        0
1242.30/1242.55	c 1240s |       8 |    79161 |     6536 |    11691      0 |      232 |        0
1244.30/1244.59	c 1242s |       8 |    88490 |     6736 |    11691      0 |      232 |        0
1247.00/1247.24	c 1245s |       8 |   101092 |     6836 |    11691      0 |      232 |        0
1251.20/1251.41	c 1249s |       8 |   101696 |     7036 |    11691      0 |      232 |        0
1254.10/1254.32	c 1252s |       8 |   101899 |     7136 |    11691      0 |      232 |        0
1257.80/1258.08	c 1255s |       8 |   102139 |     7236 |    11691      0 |      232 |        0
1262.50/1262.72	c 1260s |       8 |   102887 |     7436 |    11691      0 |      232 |        0
1263.10/1263.33	c 1261s |       9 |   103141 |     7506 |    12861      0 |      232 |        0
1265.60/1265.88	c 1263s |       9 |   103369 |     7606 |    12861      0 |      232 |        0
1271.19/1271.45	c 1269s |       9 |   113632 |     7706 |    12861      0 |      232 |        0
1275.39/1275.64	c 1273s |       9 |   114439 |     7806 |    12861      0 |      232 |        0
1277.99/1278.25	c 1276s |       9 |   114916 |     8006 |    12861      0 |      232 |        0
1280.89/1281.11	c 1278s |       9 |   115110 |     8206 |    12861      0 |      232 |        0
1283.80/1284.01	c 1281s |       9 |   115315 |     8406 |    12861      0 |      232 |        0
1286.69/1286.91	c 1284s |       9 |   115519 |     8606 |    12861      0 |      232 |        0
1289.59/1289.89	c 1287s |       9 |   115711 |     8806 |    12861      0 |      232 |        0
1292.50/1292.71	c 1290s |       9 |   115909 |     9006 |    12861      0 |      232 |        0
1295.29/1295.50	c 1293s |       9 |   116155 |     9206 |    12861      0 |      232 |        0
1298.10/1298.36	c 1296s |       9 |   116341 |     9406 |    12861      0 |      232 |        0
1300.99/1301.25	c 1299s |       9 |   116555 |     9606 |    12861      0 |      232 |        0
1303.89/1304.10	c 1301s |       9 |   116753 |     9806 |    12861      0 |      232 |        0
1306.69/1306.99	c 1304s |       9 |   116959 |    10006 |    12861      0 |      232 |        0
1309.59/1309.88	c 1307s |       9 |   117158 |    10206 |    12861      0 |      232 |        0
1312.59/1312.82	c 1310s |       9 |   117368 |    10406 |    12861      0 |      232 |        0
1315.49/1315.75	c 1313s |       9 |   117567 |    10606 |    12861      0 |      232 |        0
1318.29/1318.57	c 1316s |       9 |   117765 |    10806 |    12861      0 |      232 |        0
1321.29/1321.58	c 1319s |       9 |   117971 |    11006 |    12861      0 |      232 |        0
1324.49/1324.73	c 1322s |       9 |   118178 |    11206 |    12861      0 |      232 |        0
1327.19/1327.40	c 1325s |      10 |   118332 |    11361 |    14148      0 |      232 |        0
1329.18/1329.45	c 1327s |      10 |   119574 |    12261 |    14148      0 |      232 |        0
1331.38/1331.65	c 1329s |      10 |   120554 |    13161 |    14148      0 |      232 |        0
1333.48/1333.73	c 1331s |      10 |   121739 |    13961 |    14148      0 |      232 |        0
1335.58/1335.88	c 1333s |      10 |   123829 |    14861 |    14148      0 |      232 |        0
1337.78/1338.00	c 1335s |      10 |   125009 |    15461 |    14148      1 |      232 |        0
1339.79/1340.08	c 1337s |      10 |   126113 |    16161 |    14148      1 |      232 |        0
1341.88/1342.10	c 1339s |      10 |   127125 |    16761 |    14148      1 |      232 |        0
1343.48/1343.77	c 1341s |      11 |   127570 |    17144 |    15563      1 |      232 |        0
1352.18/1352.42	c 1350s |      11 |   131601 |    17344 |    15563      1 |      232 |        0
1369.48/1369.78	c 1367s |      11 |   136263 |    17444 |    15563      1 |      232 |        0
1375.08/1375.38	c 1373s |      11 |   136456 |    17544 |    15563      1 |      232 |        0
1378.29/1378.59	c 1376s |      11 |   136687 |    17744 |    15563      1 |      232 |        0
1388.88/1389.17	c 1386s |      11 |   136803 |    17844 |    15563      1 |      232 |        0
1394.89/1395.15	c 1392s |      11 |   136872 |    17944 |    15563      1 |      232 |        0
1403.28/1403.55	c 1401s |      11 |   136996 |    18044 |    15563      1 |      232 |        0
1409.27/1409.57	c 1407s |      11 |   137096 |    18144 |    15563      1 |      232 |        0
1420.97/1421.28	c 1419s |      11 |   137203 |    18244 |    15563      1 |      232 |        0
1430.27/1430.56	c 1428s |      11 |   137290 |    18344 |    15563      1 |      232 |        0
1439.27/1439.59	c 1437s |      11 |   137376 |    18444 |    15563      1 |      232 |        0
1449.26/1449.58	c 1447s |      11 |   137453 |    18544 |    15563      1 |      232 |        0
1454.66/1454.95	c 1452s |      11 |   137579 |    18644 |    15563      1 |      232 |        0
1460.66/1460.98	c 1458s |      11 |   137696 |    18744 |    15563      1 |      232 |        0
1472.06/1472.37	c 1470s |      11 |   137838 |    18844 |    15563      1 |      232 |        0
1479.37/1479.61	c 1477s |      11 |   137979 |    18944 |    15563      1 |      232 |        0
1486.97/1487.23	c 1485s |      11 |   138115 |    19044 |    15563      1 |      232 |        0
1493.06/1493.33	c 1491s |      11 |   138250 |    19144 |    15563      1 |      232 |        0
1500.16/1500.42	c 1498s |      11 |   138383 |    19244 |    15563      1 |      232 |        0
1513.06/1513.33	c 1511s |      11 |   138670 |    19344 |    15563      1 |      232 |        0
1527.76/1528.02	c 1525s |      11 |   138872 |    19444 |    15563      1 |      232 |        0
1536.35/1536.60	c 1534s |      11 |   139000 |    19544 |    15563      1 |      232 |        0
1548.05/1548.31	c 1546s |      11 |   139256 |    19644 |    15563      1 |      232 |        0
1558.85/1559.17	c 1556s |      11 |   139380 |    19744 |    15563      1 |      232 |        0
1571.15/1571.40	c 1569s |      11 |   139665 |    19844 |    15563      1 |      232 |        0
1586.05/1586.39	c 1584s |      11 |   140057 |    19944 |    15563      1 |      232 |        0
1597.35/1597.61	c 1595s |      11 |   140129 |    20044 |    15563      1 |      232 |        0
1607.24/1607.53	c 1605s |      11 |   140439 |    20144 |    15563      1 |      232 |        0
1619.64/1619.99	c 1617s |      11 |   140588 |    20244 |    15563      1 |      232 |        0
1628.35/1628.68	c 1626s |      11 |   140750 |    20344 |    15563      1 |      232 |        0
1638.84/1639.19	c 1636s |      11 |   140865 |    20444 |    15563      1 |      232 |        0
1648.54/1648.85	c 1646s |      11 |   141041 |    20544 |    15563      1 |      232 |        0
1661.84/1662.14	c 1659s |      11 |   141380 |    20644 |    15563      1 |      232 |        0
1666.23/1666.52	c 1664s |      11 |   141654 |    20744 |    15563      1 |      232 |        0
1672.63/1672.99	c 1670s |      11 |   142093 |    20844 |    15563      1 |      232 |        0
1675.83/1676.13	c 1673s |      11 |   142175 |    20944 |    15563      1 |      232 |        0
1680.33/1680.65	c 1678s |      11 |   142308 |    21044 |    15563      1 |      232 |        0
1684.84/1685.14	c 1682s |      11 |   142413 |    21144 |    15563      1 |      232 |        0
1695.43/1695.74	c 1693s |      11 |   142581 |    21244 |    15563      1 |      232 |        0
1703.33/1703.67	c 1701s |      11 |   142698 |    21344 |    15563      1 |      232 |        0
1716.62/1716.91	c 1714s |      11 |   143068 |    21444 |    15563      1 |      232 |        0
1731.52/1731.89	c 1729s |      11 |   143341 |    21544 |    15563      1 |      232 |        0
1738.91/1739.27	c 1737s |      11 |   143582 |    21644 |    15563      1 |      232 |        0
1751.41/1751.77	c 1749s |      11 |   143722 |    21744 |    15563      1 |      232 |        0
1757.41/1757.74	c 1755s |      11 |   143882 |    21844 |    15563      1 |      232 |        0
1763.61/1763.92	c 1761s |      11 |   144184 |    21944 |    15563      1 |      232 |        0
1768.22/1768.50	c 1766s |      11 |   144504 |    22044 |    15563      1 |      232 |        0
1782.02/1782.30	c 1780s |      11 |   144698 |    22144 |    15563      1 |      232 |        0
1785.71/1786.09	c 1783s |      11 |   144833 |    22244 |    15563      1 |      232 |        0
1790.80/1791.17	c 1788s |      11 |   145066 |    22344 |    15563      1 |      232 |        0

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

pid=14532
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.29 2.25 2.20 3/180 14535
/proc/meminfo: memFree=30083764/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=733628 CPUtime=0 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 2740 0 0 0 0 0 0 0 20 0 4 0 23394267 751235072 3100 33554432000 4194304 16246674 140736982592656 140736982592080 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 184175 3111 441 2943 0 181069 0
[pid=14535/tid=14536] ppid=14532 vsize=752060 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 770109440 3170 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=756156 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 774303744 3186 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=760252 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 23394267 778498048 3204 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.29 2.25 2.20 3/180 14535
/proc/meminfo: memFree=30083764/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 28803 0 0 0 5 4 0 0 20 0 4 0 23394267 1334382592 29102 33554432000 4194304 16246674 140736982592656 140736982591968 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 325777 29117 801 2943 0 322671 0
[pid=14535/tid=14536] ppid=14532 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1334382592 29129 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1334382592 29141 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1334382592 29151 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200546 s]
/proc/loadavg: 2.29 2.25 2.20 3/180 14535
/proc/meminfo: memFree=30083764/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 43847 0 0 0 13 6 0 0 20 0 4 0 23394267 1343819776 44656 33554432000 4194304 16246674 140736982592656 140736982591968 7376332 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328081 44656 802 2943 0 324975 0
[pid=14535/tid=14536] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 44656 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 44656 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 44656 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300501 s]
/proc/loadavg: 2.29 2.25 2.20 3/180 14535
/proc/meminfo: memFree=30083764/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 55724 0 0 0 21 8 0 0 20 0 4 0 23394267 1343819776 56533 33554432000 4194304 16246674 140736982592656 140736982591968 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328081 56533 802 2943 0 324975 0
[pid=14535/tid=14536] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 56533 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 56533 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1343819776 56533 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700425 s]
/proc/loadavg: 2.29 2.25 2.20 3/180 14535
/proc/meminfo: memFree=30083764/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 58393 0 0 0 60 8 0 0 20 0 4 0 23394267 1345916928 59202 33554432000 4194304 16246674 140736982592656 140736982591968 13897776 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328593 59202 837 2943 0 325487 0
[pid=14535/tid=14536] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59202 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59202 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59202 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.29 2.25 2.20 3/184 14539
/proc/meminfo: memFree=29843500/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 58394 0 0 0 140 9 0 0 20 0 4 0 23394267 1345916928 59203 33554432000 4194304 16246674 140736982592656 140736982590464 4206959 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328593 59203 837 2943 0 325487 0
[pid=14535/tid=14536] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59203 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59203 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1345916928 59203 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.29 2.25 2.20 3/184 14539
/proc/meminfo: memFree=29813944/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=3.09 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 75946 0 0 0 297 12 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140736982590592 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 76755 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.30033 s]
/proc/loadavg: 2.26 2.25 2.20 3/184 14539
/proc/meminfo: memFree=29747112/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=6.29 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 75946 0 0 0 617 12 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140736982574528 13781168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 76755 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1315396

[startup+12.7003 s]
/proc/loadavg: 2.24 2.24 2.20 3/184 14539
/proc/meminfo: memFree=29729080/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=12.69 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 75946 0 0 0 1257 12 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140736982574528 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 76755 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1315396

[startup+25.5004 s]
/proc/loadavg: 2.26 2.25 2.20 3/184 14539
/proc/meminfo: memFree=29701064/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=25.5 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 75946 0 0 0 2538 12 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140736982574528 5711624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 76755 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1315396

[startup+51.1004 s]
/proc/loadavg: 2.24 2.24 2.19 3/183 14539
/proc/meminfo: memFree=29604112/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=51.08 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 75946 0 0 0 5096 12 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140736982574528 13780600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 76755 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 76755 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1315396

[startup+102.3 s]
/proc/loadavg: 2.27 2.25 2.20 3/184 14541
/proc/meminfo: memFree=28646976/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=102.27 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 269376 0 0 0 10188 39 0 0 20 0 4 0 23394267 1346965504 270185 33554432000 4194304 16246674 140736982592656 140736982574528 5711952 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 270185 892 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270185 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270185 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270185 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1315396


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

/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270343 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1315396

[startup+1302.3 s]
/proc/loadavg: 2.31 2.31 2.26 3/183 14775
/proc/meminfo: memFree=26531288/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1315396 CPUtime=1302.09 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 269534 0 0 0 130168 41 0 0 20 0 4 0 23394267 1346965504 270343 33554432000 4194304 16246674 140736982592656 140736982574528 5572312 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 328849 270343 896 2943 0 325743 0
[pid=14535/tid=14536] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270343 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270343 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1346965504 270343 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1315396

[startup+1362.3 s]
/proc/loadavg: 2.20 2.28 2.26 4/183 14776
/proc/meminfo: memFree=26409992/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1362.08 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 269999 0 0 0 136167 41 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140736982574528 5712600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270808 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1317444

[startup+1422.3 s]
/proc/loadavg: 2.28 2.29 2.26 4/183 14777
/proc/meminfo: memFree=26299776/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1422.07 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 269999 0 0 0 142165 42 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140736982574528 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270808 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1317444

[startup+1482.3 s]
/proc/loadavg: 2.25 2.28 2.26 3/183 14779
/proc/meminfo: memFree=26189884/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1482.07 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 269999 0 0 0 148164 43 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140736982574528 13780624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270808 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270808 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 1317444

[startup+1542.3 s]
/proc/loadavg: 2.30 2.29 2.26 3/183 14780
/proc/meminfo: memFree=26070312/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1542.05 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270050 0 0 0 154162 43 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140736982591832 5711369 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270859 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1317444

[startup+1602.3 s]
/proc/loadavg: 2.21 2.26 2.26 3/183 14781
/proc/meminfo: memFree=25960168/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1602.04 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270050 0 0 0 160160 44 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140736982591832 5711984 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270859 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1317444

[startup+1662.3 s]
/proc/loadavg: 2.27 2.26 2.25 3/183 14782
/proc/meminfo: memFree=25844168/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1662.04 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270050 0 0 0 166159 45 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140736982574528 5712608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270859 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270859 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1317444

[startup+1722.3 s]
/proc/loadavg: 2.18 2.24 2.25 3/183 14831
/proc/meminfo: memFree=28324272/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1722.02 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270063 0 0 0 172156 46 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140736982591832 13781168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270862 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1317444

[startup+1782.31 s]
/proc/loadavg: 2.20 2.24 2.25 3/183 14835
/proc/meminfo: memFree=28324308/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1782.02 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270064 0 0 0 178155 47 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140736982574528 13191512 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270862 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1317444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.24 2.25 3/184 14860
/proc/meminfo: memFree=28324624/32872528 swapFree=1286400/1433568
[pid=14535] ppid=14532 vsize=1317444 CPUtime=1800.09 cores=1,3,5,7
/proc/14535/stat : 14535 (toysat) R 14532 14535 12983 0 -1 4202496 270078 0 0 0 179962 47 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140736982574528 12483222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14535/statm: 329361 270862 900 2943 0 326255 0
[pid=14535/tid=14536] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14536/stat : 14536 (toysat) S 14532 14535 12983 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019670953200 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14535/tid=14537] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14537/stat : 14537 (toysat) S 14532 14535 12983 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019660463344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14535/tid=14538] ppid=14532 vsize=1317444 CPUtime=0 cores=1,3,5,7
/proc/14535/task/14538/stat : 14538 (toysat) S 14532 14535 12983 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 23394267 1349062656 270862 33554432000 4194304 16246674 140736982592656 140019649989808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1317444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.46
CPU time (s): 1800.16
CPU user time (s): 1799.63
CPU system time (s): 0.528919
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 1317444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.528919
maximum resident set size= 1083448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270078
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= 43
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.19521 second user time and 7.8898 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 03:31:15
IDJOB=4100409
IDBENCH=1613
IDSOLVER=2542
FILE ID=node130/4100409-1466213475
RUNJOBID= node130-1466206066-13000
PBS_JOBID= 19918147
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100409-1466213475/watcher-4100409-1466213475 -o /tmp/evaluation-result-4100409-1466213475/solver-4100409-1466213475 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466206066-13000 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4100409-1466213475.opb

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

MD5SUM BENCH= cf56ee4a2e10a22486df8fb664e91027
RANDOM SEED=38923966

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30083772 kB
Buffers:           48076 kB
Cached:           115480 kB
SwapCached:         1824 kB
Active:           568704 kB
Inactive:          78704 kB
Active(anon):     484556 kB
Inactive(anon):     1544 kB
Active(file):      84148 kB
Inactive(file):    77160 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:             18260 kB
Writeback:             0 kB
AnonPages:       2000132 kB
Mapped:            10608 kB
Shmem:                 0 kB
Slab:             572428 kB
SReclaimable:      16228 kB
SUnreclaim:       556200 kB
KernelStack:        1528 kB
PageTables:         9028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2670340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71712 MiB
End job on node130 at 2016-06-18 04:01:16