Trace number 4079386

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.04 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_8_mh_ic.opb
MD5SUM200da2ee4bad985e04dd58ea607472c3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9970804
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46375
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 35510890511
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 35510890511
Number of bits of the biggest sum of numbers36
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-07T19:42:06+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-4079386-1465321325.opb"]
0.00/0.01	c use --random-gen="3075803721 2341427258 3602480898 832174721 2581512151 3576089122 152068832 1955528834 2290796225 1969742581 3705803991 2087265955 594138120 3119619175 1164255328 4103629683 107380223 4086435426 3255774751 4063814122 3038713318 3737249163 2469876171 2867582787 3744131224 2064096652 2987037783 671178921 896488062 1849560390 3006641866 1744666099 3724165456 3953421908 3980042906 3129363936 310696103 3638229119 1855796765 2449745971 3189773855 1223911208 161892976 3705418160 3917673411 2540616697 2245030695 378842003 2601066825 74248651 3716728473 9448723 2832603913 4229256882 4193931996 27803079 3781718895 1386655622 1720402818 3410900071 715143431 3491101140 2871091263 594687748 3436044738 4162772285 3590702498 1321380447 601604162 3280812602 2031969098 4183274365 1514084698 753550236 3226167004 3347617362 3473288114 3028114304 4046365735 1810362295 1594651202 470323590 691844664 611974084 774361371 839243690 2726652220 4242691905 1036637757 2832649106 2312632332 733151085 4269957139 3822616254 4249658605 601654733 1693449400 3602355919 1579746609 743537129 2543743833 3417345726 2343178753 1015708908 436161269 3887869758 2558791918 2402428497 4146187697 3229720316 578693482 2033804695 735040595 1006196207 2766325034 3045040170 3116445412 215106152 3618170254 211298335 2626525318 1011825034 3073911411 2621405044 1514180412 2129727345 3166176656 1244347949 3669508034 3874350139 2654556673 3545489014 1948691941 3413895452 1300502372 926364341 2026918238 559263961 1828529950 2264149327 301474688 317858241 3033899976 371934485 3541785048 4129896081 2572300109 4147996838 1464812241 2221944136 2273871034 3382569612 357543737 1666816212 1990382772 548530873 125436135 2538217027 1333119556 494586243 3642728818 489042408 1711000457 2235619836 3130090233 4237486191 1319598540 426735663 623517134 736146492 2831804493 1349323760 3625912907 2278617740 3646857183 2323418114 1574728350 4161680291 58675424 2319539183 688862658 3629990206 1789916157 3790460297 3037713868 1848948701 1022645746 103096719 1092287633 259134015 1269683720 841549336 1925018526 1355962683 343369360 1498208537 1109083338 3112585000 4125377032 2859898673 3151764559 3786801164 1963181926 3629724342 2204607740 1974616014 414372824 2902701216 1111655460 3296804515 3302387461 2845152304 859848411 975352506 557225750 3490288086 2881349430 4047099183 1399863447 535571557 2276980091 365539038 619648747 2483557671 1196973325 847832847 198615178 3875399260 3368646756 1023338736 2328766709 1146044733 3615456856 3718803870 3772211186 3479854036 3839400637 2856029775 2210888396 2876138292 3652497195 4071202629 1854601103 3177437012 1884668360 3942873364 1494608389 1658031954 683146340 3744368649 372825483 1646035870 252400446 11426961 1127361436 2363989933 255 362436" option to reproduce the execution
2.09/2.20	c #vars 126385
2.09/2.20	c #constraints 286973
7.08/7.13	c BCD2: Hardening is enabled.
7.08/7.13	c BCD2: BiasedSearch is enabled.
7.08/7.13	c Solving starts ...
7.08/7.13	c ============================[ Search Statistics ]============================
7.08/7.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.13	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.13	c =============================================================================
7.18/7.21	c  0.0s |       0 |        0 |        0 |   138976      0 |      140 |        0
8.80/8.86	c  1.6s |       1 |      373 |      100 |   138976      0 |      140 |        0
18.99/19.07	c 11.9s |       1 |     3270 |      200 |   152874      0 |      140 |        0
24.59/24.68	c 17.5s |       2 |     3515 |      250 |   152874      0 |      140 |        0
35.38/35.44	c 28.2s |       2 |     5616 |      350 |   168162      0 |      140 |        0
43.99/44.04	c 36.8s |       2 |     6856 |      450 |   168162      0 |      140 |        0
46.19/46.22	c 39.0s |       3 |     7066 |      475 |   168162      0 |      140 |        0
52.79/52.82	c 45.6s |       3 |     7831 |      575 |   184979      0 |      140 |        0
62.08/62.19	c 55.0s |       3 |     9193 |      675 |   184979      0 |      140 |        0
70.77/70.81	c 63.6s |       3 |     9531 |      775 |   184979      0 |      140 |        0
73.87/73.99	c 66.8s |       4 |     9917 |      813 |   184979      0 |      140 |        0
82.77/82.80	c 75.6s |       4 |    10635 |      913 |   203477      0 |      140 |        0
91.87/91.91	c 84.7s |       4 |    11253 |     1013 |   203477      0 |      140 |        0
98.67/98.70	c 91.5s |       4 |    12189 |     1113 |   203477      0 |      140 |        0
105.96/106.06	c 98.9s |       4 |    13036 |     1213 |   203477      0 |      140 |        0
114.66/114.70	c  107s |       4 |    13275 |     1313 |   203477      0 |      140 |        0
115.36/115.45	c  108s |       5 |    13285 |     1320 |   203477      0 |      140 |        0
123.86/123.92	c  116s |       5 |    14148 |     1420 |   223825      0 |      140 |        0
135.16/135.24	c  128s |       5 |    15252 |     1520 |   223825      0 |      140 |        0
142.76/142.87	c  135s |       5 |    15774 |     1620 |   223825      0 |      140 |        0
152.26/152.34	c  145s |       5 |    16147 |     1720 |   223825      0 |      140 |        0
162.56/162.61	c  155s |       5 |    16779 |     1820 |   223825      0 |      140 |        0
172.45/172.53	c  165s |       5 |    17545 |     1920 |   223825      0 |      140 |        0
182.75/182.85	c  175s |       5 |    18627 |     2020 |   223825      0 |      140 |        0
190.55/190.64	c  183s |       6 |    19063 |     2081 |   246208      0 |      140 |        0
201.55/201.65	c  194s |       6 |    19919 |     2181 |   246208      0 |      140 |        0
207.75/207.86	c  200s |       6 |    20654 |     2281 |   246208      0 |      140 |        0
217.35/217.41	c  210s |       6 |    21533 |     2381 |   246208      0 |      140 |        0
228.95/229.05	c  221s |       6 |    22915 |     2481 |   246208      0 |      140 |        0
239.54/239.65	c  232s |       6 |    24268 |     2581 |   246208      0 |      140 |        0
246.64/246.73	c  239s |       6 |    24828 |     2681 |   246208      0 |      140 |        0
258.04/258.15	c  250s |       6 |    25906 |     2781 |   246208      0 |      140 |        0
268.45/268.55	c  261s |       6 |    26808 |     2881 |   246208      0 |      140 |        0
280.54/280.62	c  273s |       6 |    27601 |     2981 |   246208      0 |      140 |        0
291.33/291.47	c  284s |       6 |    28948 |     3081 |   246208      0 |      140 |        0
300.93/301.04	c  293s |       6 |    29478 |     3181 |   246208      0 |      140 |        0
304.23/304.35	c  297s |       7 |    29704 |     3223 |   270829      0 |      140 |        0
319.53/319.69	c  312s |       7 |    30469 |     3323 |   270829      0 |      140 |        0
330.33/330.43	c  323s |       7 |    31595 |     3423 |   270829      0 |      140 |        0
338.33/338.49	c  331s |       7 |    32203 |     3523 |   270829      0 |      140 |        0
345.63/345.78	c  338s |       7 |    33083 |     3623 |   270829      0 |      140 |        0
356.72/356.86	c  349s |       7 |    33922 |     3723 |   270829      0 |      140 |        0
368.22/368.36	c  361s |       7 |    35494 |     3823 |   270829      0 |      140 |        0
381.22/381.34	c  374s |       7 |    37252 |     3923 |   270829      0 |      140 |        0
389.52/389.68	c  382s |       7 |    37908 |     4023 |   270829      0 |      140 |        0
398.42/398.57	c  391s |       7 |    38669 |     4123 |   270829      0 |      140 |        0
408.62/408.75	c  401s |       7 |    39098 |     4223 |   270829      0 |      140 |        0
415.42/415.55	c  408s |       7 |    40053 |     4323 |   270829      0 |      140 |        0
425.91/426.08	c  418s |       7 |    40575 |     4423 |   270829      0 |      140 |        0
436.11/436.24	c  429s |       7 |    40883 |     4523 |   270829      0 |      140 |        0
443.32/443.44	c  436s |       7 |    41376 |     4623 |   270829      0 |      140 |        0
454.51/454.62	c  447s |       7 |    42670 |     4723 |   270829      0 |      140 |        0
464.12/464.29	c  457s |       7 |    43271 |     4823 |   270829      0 |      140 |        0
472.61/472.73	c  465s |       7 |    43573 |     4923 |   297912      0 |      140 |        0
473.81/473.90	c  466s |       8 |    43581 |     4936 |   297912      0 |      140 |        0
486.60/486.72	c  479s |       8 |    44970 |     5036 |   297912      0 |      140 |        0
496.30/496.41	c  489s |       8 |    45733 |     5136 |   297912      0 |      140 |        0
502.61/502.75	c  495s |       8 |    46036 |     5236 |   297912      0 |      140 |        0
509.31/509.48	c  502s |       8 |    46911 |     5336 |   297912      0 |      140 |        0
522.30/522.42	c  515s |       8 |    48020 |     5436 |   297912      0 |      140 |        0
531.30/531.41	c  524s |       8 |    48723 |     5536 |   297912      0 |      140 |        0
540.00/540.20	c  532s |       8 |    49587 |     5636 |   297912      0 |      140 |        0
550.69/550.88	c  543s |       8 |    50841 |     5736 |   297912      0 |      140 |        0
562.00/562.19	c  554s |       8 |    51732 |     5836 |   297912      0 |      140 |        0
570.19/570.31	c  563s |       8 |    52393 |     5936 |   297912      0 |      140 |        0
580.80/580.98	c  573s |       8 |    56380 |     6036 |   297912      0 |      140 |        0
586.69/586.81	c  579s |       8 |    68866 |     6136 |   297912      0 |      140 |        0
592.49/592.64	c  585s |       8 |    72436 |     6236 |   297912      0 |      140 |        0
600.49/600.62	c  593s |       8 |    73254 |     6336 |   297912      0 |      140 |        0
607.99/608.13	c  600s |       8 |    74392 |     6436 |   297912      0 |      140 |        0
619.38/619.58	c  612s |       8 |    75444 |     6536 |   297912      0 |      140 |        0
630.58/630.75	c  623s |       8 |    76139 |     6636 |   297912      0 |      140 |        0
638.68/638.80	c  631s |       8 |    76977 |     6736 |   297912      0 |      140 |        0
648.18/648.31	c  641s |       8 |    77537 |     6836 |   297912      0 |      140 |        0
658.48/658.66	c  651s |       8 |    78787 |     6936 |   297912      0 |      140 |        0
671.98/672.12	c  664s |       8 |    80323 |     7036 |   297912      0 |      140 |        0
682.27/682.42	c  675s |       8 |    81518 |     7136 |   297912      0 |      140 |        0
688.87/689.00	c  681s |       8 |    81833 |     7236 |   297912      0 |      140 |        0
700.17/700.39	c  693s |       8 |    82889 |     7336 |   297912      0 |      140 |        0
710.58/710.74	c  703s |       8 |    83140 |     7436 |   297912      0 |      140 |        0
718.87/719.06	c  711s |       9 |    83779 |     7506 |   327704      0 |      140 |        0
728.17/728.38	c  721s |       9 |    84507 |     7606 |   327704      0 |      140 |        0
735.87/736.09	c  728s |       9 |    86551 |     7706 |   327704      0 |      140 |        0
744.66/744.88	c  737s |       9 |    87288 |     7806 |   327704      0 |      140 |        0
754.75/754.98	c  747s |       9 |    88240 |     7906 |   327704      0 |      140 |        0
765.85/766.03	c  758s |       9 |    89433 |     8006 |   327704      0 |      140 |        0
778.14/778.31	c  771s |       9 |    90018 |     8106 |   327704      0 |      140 |        0
787.13/787.32	c  780s |       9 |    90741 |     8206 |   327704      0 |      140 |        0
795.73/795.96	c  788s |       9 |    91716 |     8306 |   327704      0 |      140 |        0
804.92/805.12	c  797s |       9 |    92099 |     8406 |   327704      0 |      140 |        0
815.51/815.76	c  808s |       9 |    92997 |     8506 |   327704      0 |      140 |        0
827.30/827.56	c  820s |       9 |    94006 |     8606 |   327704      0 |      140 |        0
837.30/837.55	c  830s |       9 |    94305 |     8706 |   327704      0 |      140 |        0
848.89/849.14	c  841s |       9 |    94945 |     8806 |   327704      0 |      140 |        0
861.98/862.25	c  855s |       9 |    96341 |     8906 |   327704      0 |      140 |        0
870.37/870.68	c  863s |       9 |    97220 |     9006 |   327704      0 |      140 |        0
880.27/880.52	c  873s |       9 |    97647 |     9106 |   327704      0 |      140 |        0
890.26/890.58	c  883s |       9 |    98102 |     9206 |   327704      0 |      140 |        0
903.65/903.95	c  896s |       9 |    98422 |     9306 |   327704      0 |      140 |        0
913.96/914.27	c  907s |       9 |    99407 |     9406 |   327704      0 |      140 |        0
925.05/925.36	c  918s |       9 |    99850 |     9506 |   327704      0 |      140 |        0
937.34/937.62	c  930s |       9 |   100467 |     9606 |   327704      0 |      140 |        0
946.44/946.74	c  939s |       9 |   101010 |     9706 |   327704      0 |      140 |        0
954.94/955.21	c  947s |       9 |   101494 |     9806 |   327704      0 |      140 |        0
966.74/967.01	c  959s |       9 |   101932 |     9906 |   327704      0 |      140 |        0
977.93/978.24	c  971s |       9 |   102841 |    10006 |   327704      0 |      140 |        0
991.82/992.16	c  984s |       9 |   103630 |    10106 |   327704      0 |      140 |        0
1003.22/1003.56	c  996s |       9 |   104333 |    10206 |   327704      0 |      140 |        0
1015.21/1015.56	c 1008s |       9 |   105270 |    10306 |   327704      0 |      140 |        0
1023.51/1023.85	c 1016s |       9 |   106234 |    10406 |   327704      0 |      140 |        0
1033.31/1033.65	c 1026s |       9 |   107108 |    10506 |   327704      0 |      140 |        0
1044.72/1045.08	c 1037s |       9 |   107439 |    10606 |   327704      0 |      140 |        0
1058.80/1059.19	c 1051s |       9 |   108274 |    10706 |   327704      0 |      140 |        0
1068.40/1068.73	c 1061s |       9 |   108736 |    10806 |   327704      0 |      140 |        0
1081.10/1081.42	c 1074s |       9 |   109004 |    10906 |   327704      0 |      140 |        0
1094.49/1094.81	c 1087s |       9 |   110008 |    11006 |   327704      0 |      140 |        0
1108.38/1108.72	c 1101s |       9 |   111205 |    11106 |   327704      0 |      140 |        0
1120.77/1121.12	c 1113s |       9 |   111731 |    11206 |   327704      0 |      140 |        0
1133.47/1133.84	c 1126s |       9 |   112479 |    11306 |   360475      0 |      140 |        0
1138.87/1139.21	c 1131s |      10 |   112880 |    11361 |   360475      0 |      140 |        0
1155.56/1155.91	c 1148s |      10 |   114416 |    11461 |   360475      0 |      140 |        0
1164.86/1165.24	c 1158s |      10 |   115038 |    11561 |   360475      0 |      140 |        0
1173.95/1174.35	c 1167s |      10 |   115670 |    11661 |   360475      0 |      140 |        0
1184.46/1184.89	c 1177s |      10 |   116511 |    11761 |   360475      0 |      140 |        0
1195.15/1195.57	c 1188s |      10 |   117532 |    11861 |   360475      0 |      140 |        0
1205.05/1205.44	c 1198s |      10 |   118322 |    11961 |   360475      0 |      140 |        0
1211.85/1212.22	c 1205s |      10 |   133920 |    12061 |   360475      0 |      140 |        0
1227.04/1227.43	c 1220s |      10 |   135267 |    12161 |   360475      0 |      140 |        0
1239.24/1239.64	c 1232s |      10 |   136057 |    12261 |   360475      0 |      140 |        0
1249.94/1250.32	c 1243s |      10 |   136459 |    12361 |   360475      0 |      140 |        0
1259.64/1260.10	c 1252s |      10 |   137223 |    12461 |   360475      0 |      140 |        0
1269.85/1270.21	c 1262s |      10 |   137624 |    12561 |   360475      0 |      140 |        0
1287.24/1287.64	c 1280s |      10 |   139073 |    12661 |   360475      0 |      140 |        0
1300.42/1300.89	c 1293s |      10 |   139663 |    12761 |   360475      0 |      140 |        0
1309.92/1310.36	c 1303s |      10 |   140501 |    12861 |   360475      0 |      140 |        0
1322.11/1322.54	c 1315s |      10 |   141547 |    12961 |   360475      0 |      140 |        0
1334.41/1334.85	c 1327s |      10 |   142359 |    13061 |   360475      0 |      140 |        0
1345.71/1346.16	c 1338s |      10 |   142666 |    13161 |   360475      0 |      140 |        0
1355.91/1356.37	c 1349s |      10 |   143374 |    13261 |   360475      0 |      140 |        0
1369.20/1369.63	c 1362s |      10 |   143741 |    13361 |   360475      0 |      140 |        0
1374.30/1374.78	c 1367s |      10 |   144507 |    13461 |   360475      0 |      140 |        0
1384.80/1385.21	c 1377s |      10 |   145735 |    13561 |   360475      0 |      140 |        0
1397.80/1398.24	c 1391s |      10 |   146403 |    13661 |   360475      0 |      140 |        0
1409.99/1410.47	c 1403s |      10 |   146847 |    13761 |   360475      0 |      140 |        0
1421.49/1421.94	c 1414s |      10 |   147338 |    13861 |   360475      0 |      140 |        0
1432.99/1433.43	c 1426s |      10 |   147645 |    13961 |   360475      0 |      140 |        0
1446.48/1446.94	c 1439s |      10 |   148383 |    14061 |   360475      0 |      140 |        0
1457.98/1458.45	c 1451s |      10 |   149136 |    14161 |   360475      0 |      140 |        0
1470.29/1470.77	c 1463s |      10 |   149822 |    14261 |   360475      0 |      140 |        0
1483.28/1483.74	c 1476s |      10 |   150786 |    14361 |   360475      0 |      140 |        0
1494.37/1494.81	c 1487s |      10 |   151254 |    14461 |   360475      0 |      140 |        0
1506.47/1506.96	c 1499s |      10 |   152159 |    14561 |   360475      0 |      140 |        0
1518.37/1518.82	c 1511s |      10 |   152451 |    14661 |   360475      0 |      140 |        0
1528.27/1528.78	c 1521s |      10 |   152936 |    14761 |   360475      0 |      140 |        0
1543.37/1543.84	c 1536s |      10 |   153353 |    14861 |   360475      0 |      140 |        0
1555.46/1555.94	c 1548s |      10 |   153612 |    14961 |   360475      0 |      140 |        0
1566.66/1567.16	c 1559s |      10 |   154193 |    15061 |   360475      0 |      140 |        0
1578.56/1579.05	c 1571s |      10 |   154745 |    15161 |   360475      0 |      140 |        0
1592.16/1592.66	c 1585s |      10 |   155416 |    15261 |   360475      0 |      140 |        0
1608.65/1609.16	c 1601s |      10 |   156375 |    15361 |   360475      0 |      140 |        0
1621.85/1622.39	c 1615s |      10 |   157345 |    15461 |   360475      0 |      140 |        0
1631.96/1632.41	c 1625s |      10 |   158122 |    15561 |   360475      0 |      140 |        0
1641.35/1641.81	c 1634s |      10 |   158916 |    15661 |   360475      0 |      140 |        0
1648.15/1648.65	c 1641s |      10 |   159534 |    15761 |   360475      0 |      140 |        0
1655.45/1655.94	c 1648s |      10 |   159878 |    15861 |   360475      0 |      140 |        0
1662.35/1662.84	c 1655s |      10 |   160101 |    15961 |   360475      0 |      140 |        0
1667.05/1667.56	c 1660s |      10 |   160805 |    16061 |   360475      0 |      140 |        0
1673.75/1674.26	c 1667s |      10 |   161031 |    16161 |   360475      0 |      140 |        0
1688.84/1689.32	c 1682s |      10 |   162655 |    16261 |   360475      0 |      140 |        0
1699.44/1699.90	c 1692s |      10 |   163172 |    16361 |   360475      0 |      140 |        0
1709.74/1710.24	c 1703s |      10 |   164268 |    16461 |   360475      0 |      140 |        0
1721.34/1721.87	c 1714s |      10 |   164802 |    16561 |   360475      0 |      140 |        0
1730.54/1731.04	c 1723s |      10 |   165252 |    16661 |   360475      0 |      140 |        0
1739.63/1740.11	c 1732s |      10 |   168313 |    16761 |   360475      0 |      140 |        0
1749.43/1749.93	c 1742s |      10 |   169184 |    16861 |   360475      0 |      140 |        0
1761.93/1762.49	c 1755s |      10 |   169765 |    16961 |   360475      0 |      140 |        0
1774.53/1775.00	c 1767s |      10 |   170425 |    17061 |   396523      0 |      140 |        0
1783.23/1783.75	c 1776s |      11 |   171483 |    17144 |   396523      0 |      140 |        0
1792.43/1792.99	c 1785s |      11 |   182180 |    17244 |   396523      0 |      140 |        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-4079386-1465321325/watcher-4079386-1465321325 -o /tmp/evaluation-result-4079386-1465321325/solver-4079386-1465321325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21027 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079386-1465321325.opb 

pid=22286
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.02 2.03 2.00 3/179 22289
/proc/meminfo: memFree=30323960/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=686524 CPUtime=0 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 2557 0 0 0 0 0 0 0 20 0 4 0 114066005 703000576 2917 33554432000 4194304 16246674 140735785363696 140735785363120 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 172399 2926 441 2943 0 169293 0
[pid=22289/tid=22290] ppid=22286 vsize=704956 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 721874944 2987 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=709052 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 726069248 3004 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=713148 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 730263552 3019 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22289
/proc/meminfo: memFree=30323960/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 30233 0 0 0 4 5 0 0 20 0 4 0 114066005 1333334016 30532 33554432000 4194304 16246674 140735785363696 140735785363008 8058796 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 325521 30547 798 2943 0 322415 0
[pid=22289/tid=22290] ppid=22286 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1333334016 30559 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1333334016 30569 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1333334016 30581 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200531 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22289
/proc/meminfo: memFree=30323960/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 48672 0 0 0 12 7 0 0 20 0 4 0 114066005 1341722624 49481 33554432000 4194304 16246674 140735785363696 140735785363008 8058197 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 327569 49490 801 2943 0 324463 0
[pid=22289/tid=22290] ppid=22286 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1341722624 49500 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1341722624 49512 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1341722624 49523 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300503 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22289
/proc/meminfo: memFree=30323960/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1313348 CPUtime=0.28 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 55477 0 0 0 21 7 0 0 20 0 4 0 114066005 1344868352 56286 33554432000 4194304 16246674 140735785363696 140735785363008 7440536 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 328337 56286 801 2943 0 325231 0
[pid=22289/tid=22290] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 56286 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 56286 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 56286 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700404 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 22289
/proc/meminfo: memFree=30323960/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 63649 0 0 0 60 8 0 0 20 0 4 0 114066005 1344868352 64458 33554432000 4194304 16246674 140735785363696 140735785346688 7364273 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 328337 64458 802 2943 0 325231 0
[pid=22289/tid=22290] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 64458 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 64458 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 64458 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 22293
/proc/meminfo: memFree=29982656/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1313348 CPUtime=1.48 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 85275 0 0 0 137 11 0 0 20 0 4 0 114066005 1344868352 86084 33554432000 4194304 16246674 140735785363696 140735785346688 4220897 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 328337 86084 802 2943 0 325231 0
[pid=22289/tid=22290] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 86084 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 86084 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1344868352 86084 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1313348

[startup+3.10042 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 22293
/proc/meminfo: memFree=29822684/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=3.09 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 181953 0 0 0 284 25 0 0 20 0 4 0 114066005 1399394304 188384 33554432000 4194304 16246674 140735785363696 140735785345536 6761361 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 341649 188394 841 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 188399 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 188403 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 188408 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1366596

[startup+6.30043 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 22293
/proc/meminfo: memFree=29192556/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=6.28 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276661 0 0 0 589 39 0 0 20 0 4 0 114066005 1399394304 283091 33554432000 4194304 16246674 140735785363696 140735785345600 4206604 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 341649 283091 846 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283091 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283091 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283091 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1366596

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 22293
/proc/meminfo: memFree=29192236/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=12.69 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276707 0 0 0 1229 40 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140735785345600 5659664 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 341649 283137 892 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1366596

[startup+25.5005 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 22293
/proc/meminfo: memFree=29192068/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=25.49 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276707 0 0 0 2509 40 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140735785345600 12415827 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 341649 283137 892 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1366596

[startup+51.1005 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 22293
/proc/meminfo: memFree=29191208/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=51.08 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276707 0 0 0 5068 40 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140735785345600 12415740 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22289/statm: 341649 283137 892 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1366596

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 22294
/proc/meminfo: memFree=29191264/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=102.27 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276707 0 0 0 10187 40 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140735785345600 12415827 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283137 892 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283137 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1366596


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

/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1366596

[startup+1362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 22348
/proc/meminfo: memFree=29186956/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1361.9 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 276998 0 0 0 136149 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1366596

[startup+1422.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/183 22349
/proc/meminfo: memFree=29187044/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1421.89 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 142148 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 12415740 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1366596

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 22350
/proc/meminfo: memFree=29187448/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1481.88 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 148147 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 5661104 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1366596

[startup+1542.31 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 22351
/proc/meminfo: memFree=29188008/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1541.87 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 154146 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 5823206 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1366596

[startup+1602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 22352
/proc/meminfo: memFree=29187760/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1601.86 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 160145 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 5659504 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1366596

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/182 22353
/proc/meminfo: memFree=29188000/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1661.85 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 166144 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 5659576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1366596

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/184 22358
/proc/meminfo: memFree=29187964/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1721.84 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 172143 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 5659576 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1366596

[startup+1782.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/183 22359
/proc/meminfo: memFree=29187480/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1781.83 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 178142 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 12415760 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1366596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 22408
/proc/meminfo: memFree=29595468/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1800.03 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 179962 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 12415785 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1366596

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 22289 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 22408
/proc/meminfo: memFree=29595468/32872528 swapFree=11196/354588
[pid=22289] ppid=22286 vsize=1366596 CPUtime=1800.03 cores=1,3,5,7
/proc/22289/stat : 22289 (toysat) R 22286 22289 21010 0 -1 4202496 277012 0 0 0 179962 41 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140735785345600 12415785 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22289/statm: 341649 283397 895 2943 0 338543 0
[pid=22289/tid=22290] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22290/stat : 22290 (toysat) S 22286 22289 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704199191792 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22289/tid=22291] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22291/stat : 22291 (toysat) S 22286 22289 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704188701936 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22289/tid=22292] ppid=22286 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22289/task/22292/stat : 22292 (toysat) S 22286 22289 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114066005 1399394304 283397 33554432000 4194304 16246674 140735785363696 140704068136112 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1366596

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1799.63
CPU system time (s): 0.414936
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1366596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.414936
maximum resident set size= 1133588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277012
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= 326
involuntary context switches= 1975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48717 second user time and 7.69383 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 19:42:05
IDJOB=4079386
IDBENCH=92654
IDSOLVER=2542
FILE ID=node126/4079386-1465321325
RUNJOBID= node126-1465306898-21027
PBS_JOBID= 19849495
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_8_mh_ic.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079386-1465321325/watcher-4079386-1465321325 -o /tmp/evaluation-result-4079386-1465321325/solver-4079386-1465321325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465306898-21027 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079386-1465321325.opb

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

MD5SUM BENCH= 200da2ee4bad985e04dd58ea607472c3
RANDOM SEED=1639675582

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.500
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:        30324712 kB
Buffers:           57456 kB
Cached:           306504 kB
SwapCached:         1740 kB
Active:          1230472 kB
Inactive:         228668 kB
Active(anon):    1094156 kB
Inactive(anon):     3276 kB
Active(file):     136316 kB
Inactive(file):   225392 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             49460 kB
Writeback:            48 kB
AnonPages:       1451100 kB
Mapped:            10556 kB
Shmem:                 0 kB
Slab:             601336 kB
SReclaimable:      44668 kB
SUnreclaim:       556668 kB
KernelStack:        1464 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1594500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 71696 MiB
End job on node126 at 2016-06-07 20:12:06