Trace number 4079382

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM1092a4b028b708b804d164027aeb4b44
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5342211
Best CPU time to get the best result obtained on this benchmark1800
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 46445
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 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
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-07T20:49:48+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-4079382-1465325388.opb"]
0.00/0.01	c use --random-gen="288778393 2805353830 800275661 967356292 3150696326 1590015655 3542085075 2431327372 366827342 1975294451 2490454668 2857669582 3124039705 1020447805 672650471 2926123365 1633873011 1489362324 2020992808 3988499235 1321646203 387159560 2865677340 3304796945 1975376240 39985419 59801855 1194747408 996588924 2727876664 248008759 4284668774 3257253015 1950916951 2029707057 282120025 4130847730 639316712 1614256127 93504584 3033125200 800335599 3293430605 2976273849 1296827687 2444492648 1469977299 298538056 342370234 582552105 2702858805 1372853283 1617256630 1582518950 2474460763 3294195313 4073598046 3263406740 2569132177 2890545560 4231277955 838644590 2880655772 1202065511 2754588756 126923669 739997759 3517885240 2720391958 1421460311 1439718296 2570309812 3841714019 4041272744 1846093284 2088722785 3934112643 780936828 4226932803 2956558894 2994349583 253672306 2854386314 1386352001 172716245 2304253962 1639547707 1589012915 1410616567 2046812579 95668733 781708959 3212105171 2571143357 2789146558 3657228868 2686035606 3715701301 1579603251 2428297607 447529827 453314200 4184163432 1093805437 1956348386 3885816604 1109525030 3849757934 1940154405 200664956 2767948698 1479677452 3927387224 604085071 553554427 244336008 189653514 2270473912 2824455166 3748009136 3351113448 1387555089 1796752518 3990090308 3001268366 2621683275 2109607412 4258823101 1197125246 3294608166 1421338061 1182898234 2174034969 2773243190 196834278 3854099697 3486782272 1238045613 11241748 1270531496 937636106 3585530181 2943077747 43876734 2552617849 3922293530 238368817 2336462380 1163812218 835887028 337258462 2086879811 2477376208 1129092652 1637493432 3197005269 1451998850 1419383016 971586816 3700806759 66162394 1699594848 1335579450 1801456597 1368013025 2619739013 1723582662 2979907802 824035358 1163951335 3372047099 972194981 3856874301 1950101962 527362378 2443251764 821448596 4041677469 665923567 248912025 1250283362 2490958038 3425319907 3841096498 3430057596 3765921576 1736384549 3178848524 2547119154 3731243067 823288003 4067689234 2985276674 3955487945 3465699954 1013194977 1827161463 411940207 1363009565 1888023448 511556851 2838903197 1829574453 2593120477 2161952991 3420966610 938284673 15206485 1474714971 3906927317 1656009522 1920682852 689377757 2901895089 441992318 2589212155 2090702485 4091410316 3507450630 3223390405 3366827082 4053969110 908137168 2111097747 1801455220 816832585 4073958006 3513026927 3977174479 1267844090 1975044132 2486371773 496953044 3361478551 3671553616 2367921301 1379104547 142513915 3870109868 1474085500 1754681960 4023534948 2489668130 1493299969 1219018212 1432508418 1783210185 1868204029 3491138652 1655504382 4177327852 3678968417 771236214 1315508561 1482044243 3010451160 255 362436" option to reproduce the execution
2.09/2.19	c #vars 126385
2.09/2.19	c #constraints 286973
7.09/7.14	c BCD2: Hardening is enabled.
7.09/7.14	c BCD2: BiasedSearch is enabled.
7.09/7.14	c Solving starts ...
7.09/7.14	c ============================[ Search Statistics ]============================
7.09/7.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.14	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.14	c =============================================================================
7.19/7.22	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.05	c 11.8s |       1 |     3268 |      200 |   152874      0 |      140 |        0
24.59/24.66	c 17.4s |       2 |     3514 |      250 |   152874      0 |      140 |        0
35.38/35.49	c 28.3s |       2 |     5613 |      350 |   168162      0 |      140 |        0
43.88/43.97	c 36.8s |       2 |     6855 |      450 |   168162      0 |      140 |        0
46.08/46.14	c 38.9s |       3 |     7063 |      475 |   168162      0 |      140 |        0
52.58/52.67	c 45.5s |       3 |     7830 |      575 |   184979      0 |      140 |        0
61.97/62.02	c 54.8s |       3 |     9193 |      675 |   184979      0 |      140 |        0
70.57/70.61	c 63.4s |       3 |     9530 |      775 |   184979      0 |      140 |        0
73.68/73.78	c 66.6s |       4 |     9916 |      813 |   184979      0 |      140 |        0
82.48/82.56	c 75.3s |       4 |    10635 |      913 |   203477      0 |      140 |        0
91.57/91.65	c 84.4s |       4 |    11253 |     1013 |   203477      0 |      140 |        0
98.37/98.43	c 91.2s |       4 |    12191 |     1113 |   203477      0 |      140 |        0
105.77/105.80	c 98.6s |       4 |    13038 |     1213 |   203477      0 |      140 |        0
114.37/114.43	c  107s |       4 |    13279 |     1313 |   203477      0 |      140 |        0
115.07/115.18	c  107s |       5 |    13289 |     1320 |   203477      0 |      140 |        0
123.57/123.65	c  116s |       5 |    14149 |     1420 |   223825      0 |      140 |        0
134.86/134.96	c  127s |       5 |    15257 |     1520 |   223825      0 |      140 |        0
142.56/142.60	c  135s |       5 |    15778 |     1620 |   223825      0 |      140 |        0
151.96/152.05	c  144s |       5 |    16152 |     1720 |   223825      0 |      140 |        0
162.26/162.30	c  155s |       5 |    16784 |     1820 |   223825      0 |      140 |        0
172.16/172.22	c  165s |       5 |    17551 |     1920 |   223825      0 |      140 |        0
182.46/182.51	c  175s |       5 |    18631 |     2020 |   223825      0 |      140 |        0
190.15/190.29	c  183s |       6 |    19069 |     2081 |   246208      0 |      140 |        0
201.15/201.28	c  194s |       6 |    19926 |     2181 |   246208      0 |      140 |        0
207.35/207.49	c  200s |       6 |    20660 |     2281 |   246208      0 |      140 |        0
216.95/217.03	c  209s |       6 |    21537 |     2381 |   246208      0 |      140 |        0
228.45/228.59	c  221s |       6 |    22915 |     2481 |   246208      0 |      140 |        0
239.15/239.21	c  231s |       6 |    24269 |     2581 |   246208      0 |      140 |        0
246.15/246.28	c  239s |       6 |    24828 |     2681 |   246208      0 |      140 |        0
257.54/257.69	c  250s |       6 |    25905 |     2781 |   246208      0 |      140 |        0
267.94/268.06	c  260s |       6 |    26804 |     2881 |   246208      0 |      140 |        0
279.94/280.09	c  272s |       6 |    27597 |     2981 |   246208      0 |      140 |        0
290.84/290.91	c  283s |       6 |    28947 |     3081 |   246208      0 |      140 |        0
300.34/300.48	c  293s |       6 |    29479 |     3181 |   246208      0 |      140 |        0
303.64/303.79	c  296s |       7 |    29707 |     3223 |   270829      0 |      140 |        0
319.04/319.12	c  311s |       7 |    30473 |     3323 |   270829      0 |      140 |        0
329.73/329.84	c  322s |       7 |    31602 |     3423 |   270829      0 |      140 |        0
337.74/337.89	c  330s |       7 |    32210 |     3523 |   270829      0 |      140 |        0
345.03/345.16	c  337s |       7 |    33088 |     3623 |   270829      0 |      140 |        0
356.43/356.51	c  349s |       7 |    33969 |     3723 |   270829      0 |      140 |        0
365.73/365.83	c  358s |       7 |    35548 |     3823 |   270829      0 |      140 |        0
375.13/375.27	c  368s |       7 |    36770 |     3923 |   270829      0 |      140 |        0
383.52/383.60	c  376s |       7 |    37150 |     4023 |   270829      0 |      140 |        0
394.62/394.80	c  387s |       7 |    38400 |     4123 |   270829      0 |      140 |        0
403.52/403.68	c  396s |       7 |    39084 |     4223 |   270829      0 |      140 |        0
412.12/412.25	c  405s |       7 |    39468 |     4323 |   270829      0 |      140 |        0
423.92/424.05	c  416s |       7 |    39894 |     4423 |   270829      0 |      140 |        0
434.01/434.17	c  426s |       7 |    40874 |     4523 |   270829      0 |      140 |        0
445.31/445.48	c  438s |       7 |    41853 |     4623 |   270829      0 |      140 |        0
457.21/457.32	c  450s |       7 |    42262 |     4723 |   270829      0 |      140 |        0
464.81/464.93	c  457s |       7 |    42711 |     4823 |   270829      0 |      140 |        0
472.81/472.90	c  465s |       7 |    43348 |     4923 |   297912      0 |      140 |        0
473.61/473.70	c  466s |       8 |    43469 |     4936 |   297912      0 |      140 |        0
487.21/487.32	c  480s |       8 |    44418 |     5036 |   297912      0 |      140 |        0
496.90/497.00	c  489s |       8 |    45633 |     5136 |   297912      0 |      140 |        0
506.01/506.18	c  498s |       8 |    46167 |     5236 |   297912      0 |      140 |        0
513.00/513.10	c  505s |       8 |    46749 |     5336 |   297912      0 |      140 |        0
523.80/523.92	c  516s |       8 |    47817 |     5436 |   297912      0 |      140 |        0
531.10/531.20	c  523s |       8 |    48592 |     5536 |   297912      0 |      140 |        0
543.89/544.01	c  536s |       8 |    49884 |     5636 |   297912      0 |      140 |        0
551.00/551.17	c  543s |       8 |    50227 |     5736 |   297912      0 |      140 |        0
562.29/562.42	c  555s |       8 |    52198 |     5836 |   297912      0 |      140 |        0
570.19/570.32	c  563s |       8 |    52887 |     5936 |   297912      0 |      140 |        0
581.39/581.58	c  574s |       8 |    53420 |     6036 |   297912      0 |      140 |        0
592.29/592.40	c  585s |       8 |    54206 |     6136 |   297912      0 |      140 |        0
600.18/600.33	c  593s |       8 |    54994 |     6236 |   297912      0 |      140 |        0
603.89/604.01	c  596s |       8 |    55829 |     6336 |   297912      0 |      140 |        0
616.58/616.78	c  609s |       8 |    56884 |     6436 |   297912      0 |      140 |        0
627.39/627.55	c  620s |       8 |    58300 |     6536 |   297912      0 |      140 |        0
636.29/636.47	c  629s |       8 |    58811 |     6636 |   297912      0 |      140 |        0
642.39/642.55	c  635s |       8 |    59258 |     6736 |   297912      0 |      140 |        0
654.18/654.33	c  647s |       8 |    60799 |     6836 |   297912      0 |      140 |        0
666.78/666.93	c  659s |       8 |    62211 |     6936 |   297912      0 |      140 |        0
676.68/676.87	c  669s |       8 |    62503 |     7036 |   297912      0 |      140 |        0
683.88/684.06	c  676s |       8 |    63388 |     7136 |   297912      0 |      140 |        0
694.08/694.24	c  687s |       8 |    64134 |     7236 |   297912      0 |      140 |        0
702.47/702.67	c  695s |       8 |    65785 |     7336 |   297912      0 |      140 |        0
712.26/712.47	c  705s |       8 |    67642 |     7436 |   297912      0 |      140 |        0
719.56/719.76	c  712s |       9 |    67856 |     7506 |   327704      0 |      140 |        0
726.06/726.23	c  719s |       9 |    68542 |     7606 |   327704      0 |      140 |        0
738.15/738.38	c  731s |       9 |    69160 |     7706 |   327704      0 |      140 |        0
748.34/748.57	c  741s |       9 |    73394 |     7806 |   327704      0 |      140 |        0
756.24/756.43	c  749s |       9 |    75397 |     7906 |   327704      0 |      140 |        0
766.54/766.77	c  759s |       9 |    76586 |     8006 |   327704      0 |      140 |        0
776.23/776.46	c  769s |       9 |    78035 |     8106 |   327704      0 |      140 |        0
784.72/784.93	c  777s |       9 |    78428 |     8206 |   327704      0 |      140 |        0
798.61/798.82	c  791s |       9 |    79470 |     8306 |   327704      0 |      140 |        0
812.20/812.45	c  805s |       9 |    80270 |     8406 |   327704      0 |      140 |        0
819.41/819.61	c  812s |       9 |    80690 |     8506 |   327704      0 |      140 |        0
828.10/828.39	c  821s |       9 |    81458 |     8606 |   327704      0 |      140 |        0
835.99/836.22	c  829s |       9 |    88711 |     8706 |   327704      0 |      140 |        0
847.09/847.39	c  840s |       9 |    90253 |     8806 |   327704      0 |      140 |        0
854.28/854.56	c  847s |       9 |    90938 |     8906 |   327704      0 |      140 |        0
864.98/865.22	c  858s |       9 |    92066 |     9006 |   327704      0 |      140 |        0
874.98/875.24	c  868s |       9 |    93090 |     9106 |   327704      0 |      140 |        0
885.57/885.88	c  878s |       9 |    93443 |     9206 |   327704      0 |      140 |        0
899.17/899.47	c  892s |       9 |    94617 |     9306 |   327704      0 |      140 |        0
913.87/914.19	c  906s |       9 |    95418 |     9406 |   327704      0 |      140 |        0
923.56/923.88	c  916s |       9 |    96202 |     9506 |   327704      0 |      140 |        0
934.66/934.94	c  927s |       9 |    96933 |     9606 |   327704      0 |      140 |        0
948.75/949.08	c  941s |       9 |    98290 |     9706 |   327704      0 |      140 |        0
959.65/959.98	c  952s |       9 |    99472 |     9806 |   327704      0 |      140 |        0
969.35/969.63	c  962s |       9 |   100121 |     9906 |   327704      0 |      140 |        0
980.74/981.03	c  973s |       9 |   100942 |    10006 |   327704      0 |      140 |        0
988.65/989.00	c  981s |       9 |   101344 |    10106 |   327704      0 |      140 |        0
1000.94/1001.29	c  994s |       9 |   102651 |    10206 |   327704      0 |      140 |        0
1010.53/1010.80	c 1003s |       9 |   103242 |    10306 |   327704      0 |      140 |        0
1023.63/1023.94	c 1016s |       9 |   104205 |    10406 |   327704      0 |      140 |        0
1031.93/1032.25	c 1025s |       9 |   104958 |    10506 |   327704      0 |      140 |        0
1043.92/1044.23	c 1037s |       9 |   105637 |    10606 |   327704      0 |      140 |        0
1060.82/1061.19	c 1053s |       9 |   107195 |    10706 |   327704      0 |      140 |        0
1071.31/1071.68	c 1064s |       9 |   107806 |    10806 |   327704      0 |      140 |        0
1086.11/1086.50	c 1079s |       9 |   108788 |    10906 |   327704      0 |      140 |        0
1098.81/1099.10	c 1091s |       9 |   109360 |    11006 |   327704      0 |      140 |        0
1105.70/1106.02	c 1098s |       9 |   110441 |    11106 |   327704      0 |      140 |        0
1117.31/1117.69	c 1110s |       9 |   110966 |    11206 |   327704      0 |      140 |        0
1127.99/1128.32	c 1121s |       9 |   112216 |    11306 |   360475      0 |      140 |        0
1135.69/1136.07	c 1128s |      10 |   112709 |    11361 |   360475      0 |      140 |        0
1148.68/1149.09	c 1141s |      10 |   113784 |    11461 |   360475      0 |      140 |        0
1161.29/1161.61	c 1154s |      10 |   115080 |    11561 |   360475      0 |      140 |        0
1174.88/1175.22	c 1168s |      10 |   115538 |    11661 |   360475      0 |      140 |        0
1187.98/1188.37	c 1181s |      10 |   117153 |    11761 |   360475      0 |      140 |        0
1200.27/1200.64	c 1193s |      10 |   118109 |    11861 |   360475      0 |      140 |        0
1213.37/1213.74	c 1206s |      10 |   118392 |    11961 |   360475      0 |      140 |        0
1225.56/1225.96	c 1218s |      10 |   119266 |    12061 |   360475      0 |      140 |        0
1237.16/1237.58	c 1230s |      10 |   119445 |    12161 |   360475      0 |      140 |        0
1249.45/1249.87	c 1242s |      10 |   120227 |    12261 |   360475      0 |      140 |        0
1264.24/1264.69	c 1257s |      10 |   121170 |    12361 |   360475      0 |      140 |        0
1275.74/1276.16	c 1268s |      10 |   124273 |    12461 |   360475      0 |      140 |        0
1283.43/1283.86	c 1276s |      10 |   129233 |    12561 |   360475      0 |      140 |        0
1298.52/1298.91	c 1291s |      10 |   130502 |    12661 |   360475      0 |      140 |        0
1304.52/1304.93	c 1297s |      10 |   130929 |    12761 |   360475      0 |      140 |        0
1317.22/1317.65	c 1310s |      10 |   131868 |    12861 |   360475      0 |      140 |        0
1332.82/1333.24	c 1326s |      10 |   132967 |    12961 |   360475      0 |      140 |        0
1345.61/1346.07	c 1338s |      10 |   133676 |    13061 |   360475      0 |      140 |        0
1354.01/1354.40	c 1347s |      10 |   134544 |    13161 |   360475      0 |      140 |        0
1364.50/1364.93	c 1357s |      10 |   135197 |    13261 |   360475      0 |      140 |        0
1374.10/1374.57	c 1367s |      10 |   135692 |    13361 |   360475      0 |      140 |        0
1386.81/1387.24	c 1380s |      10 |   136203 |    13461 |   360475      0 |      140 |        0
1399.30/1399.74	c 1392s |      10 |   137104 |    13561 |   360475      0 |      140 |        0
1410.69/1411.12	c 1403s |      10 |   138116 |    13661 |   360475      0 |      140 |        0
1420.80/1421.21	c 1413s |      10 |   138578 |    13761 |   360475      0 |      140 |        0
1434.49/1434.99	c 1427s |      10 |   139468 |    13861 |   360475      0 |      140 |        0
1447.49/1447.90	c 1440s |      10 |   140248 |    13961 |   360475      0 |      140 |        0
1461.19/1461.65	c 1454s |      10 |   141105 |    14061 |   360475      0 |      140 |        0
1480.19/1480.61	c 1473s |      10 |   142913 |    14161 |   360475      0 |      140 |        0
1491.98/1492.46	c 1485s |      10 |   143810 |    14261 |   360475      0 |      140 |        0
1506.08/1506.50	c 1499s |      10 |   145179 |    14361 |   360475      0 |      140 |        0
1515.68/1516.10	c 1508s |      10 |   145671 |    14461 |   360475      0 |      140 |        0
1527.98/1528.46	c 1521s |      10 |   146039 |    14561 |   360475      0 |      140 |        0
1543.57/1544.06	c 1536s |      10 |   146299 |    14661 |   360475      0 |      140 |        0
1557.77/1558.25	c 1551s |      10 |   146974 |    14761 |   360475      0 |      140 |        0
1569.67/1570.15	c 1562s |      10 |   147824 |    14861 |   360475      0 |      140 |        0
1585.77/1586.22	c 1579s |      10 |   149561 |    14961 |   360475      0 |      140 |        0
1590.67/1591.19	c 1583s |      10 |   161135 |    15061 |   360475      0 |      140 |        0
1603.07/1603.59	c 1596s |      10 |   161904 |    15161 |   360475      0 |      140 |        0
1614.76/1615.25	c 1608s |      10 |   162338 |    15261 |   360475      0 |      140 |        0
1629.26/1629.75	c 1622s |      10 |   163113 |    15361 |   360475      0 |      140 |        0
1639.56/1640.07	c 1632s |      10 |   163545 |    15461 |   360475      0 |      140 |        0
1651.76/1652.22	c 1645s |      10 |   163875 |    15561 |   360475      0 |      140 |        0
1667.16/1667.62	c 1660s |      10 |   164550 |    15661 |   360475      0 |      140 |        0
1681.05/1681.56	c 1674s |      10 |   165756 |    15761 |   360475      0 |      140 |        0
1693.35/1693.80	c 1686s |      10 |   166010 |    15861 |   360475      0 |      140 |        0
1703.05/1703.52	c 1696s |      10 |   167054 |    15961 |   360475      0 |      140 |        0
1716.65/1717.17	c 1709s |      10 |   168377 |    16061 |   360475      0 |      140 |        0
1727.84/1728.32	c 1721s |      10 |   168714 |    16161 |   360475      0 |      140 |        0
1736.14/1736.61	c 1729s |      10 |   169349 |    16261 |   360475      0 |      140 |        0
1751.14/1751.70	c 1744s |      10 |   169902 |    16361 |   360475      0 |      140 |        0
1763.14/1763.63	c 1756s |      10 |   170661 |    16461 |   360475      0 |      140 |        0
1775.34/1775.87	c 1768s |      10 |   171168 |    16561 |   360475      0 |      140 |        0
1789.03/1789.54	c 1782s |      10 |   172180 |    16661 |   360475      0 |      140 |        0
1799.93/1800.42	c 1793s |      10 |   173307 |    16761 |   360475      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-4079382-1465325388/watcher-4079382-1465325388 -o /tmp/evaluation-result-4079382-1465325388/solver-4079382-1465325388 -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-4079382-1465325388.opb 

pid=22650
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.10 2.11 2.08 2/179 22653
/proc/meminfo: memFree=30375176/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=810564 CPUtime=0 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 3044 0 0 0 0 0 0 0 20 0 4 0 114472265 830017536 2893 33554432000 4194304 16246674 140735613206640 140735613206064 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 203409 2902 442 2943 0 200303 0
[pid=22653/tid=22654] ppid=22650 vsize=828996 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 848891904 2963 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=833092 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 853086208 2980 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=837188 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114472265 857280512 2996 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.10 2.11 2.08 2/179 22653
/proc/meminfo: memFree=30375176/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 31656 0 0 0 5 4 0 0 20 0 4 0 114472265 1333334016 31443 33554432000 4194304 16246674 140735613206640 140735613205952 7369730 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 325521 31460 800 2943 0 322415 0
[pid=22653/tid=22654] ppid=22650 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1333334016 31472 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1333334016 31483 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1333334016 31494 33554432000 4194304 16246674 140735613206640 139925459553456 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.200538 s]
/proc/loadavg: 2.10 2.11 2.08 2/179 22653
/proc/meminfo: memFree=30375176/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 47320 0 0 0 12 7 0 0 20 0 4 0 114472265 1342771200 47619 33554432000 4194304 16246674 140735613206640 140735613205952 8056990 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 327825 47636 802 2943 0 324719 0
[pid=22653/tid=22654] ppid=22650 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1342771200 47647 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1342771200 47658 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1342771200 47672 33554432000 4194304 16246674 140735613206640 139925459553456 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) 1311300

[startup+0.3005 s]
/proc/loadavg: 2.10 2.11 2.08 2/179 22653
/proc/meminfo: memFree=30375176/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 55528 0 0 0 21 8 0 0 20 0 4 0 114472265 1344868352 55826 33554432000 4194304 16246674 140735613206640 140735613205952 7371562 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 328337 55826 802 2943 0 325231 0
[pid=22653/tid=22654] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 55826 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 55826 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 55826 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700426 s]
/proc/loadavg: 2.10 2.11 2.08 2/179 22653
/proc/meminfo: memFree=30375176/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 66971 0 0 0 59 10 0 0 20 0 4 0 114472265 1344868352 67269 33554432000 4194304 16246674 140735613206640 140735613205952 7361381 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 328337 67269 803 2943 0 325231 0
[pid=22653/tid=22654] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 67269 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 67269 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 67269 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 2.10 2.11 2.08 3/183 22657
/proc/meminfo: memFree=30081152/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 83767 0 0 0 137 12 0 0 20 0 4 0 114472265 1344868352 84065 33554432000 4194304 16246674 140735613206640 140735613204480 4220897 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 328337 84065 803 2943 0 325231 0
[pid=22653/tid=22654] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 84065 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 84065 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1344868352 84065 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.09 2.11 2.07 3/183 22657
/proc/meminfo: memFree=29881624/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=3.09 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 183253 0 0 0 281 28 0 0 20 0 4 0 114472265 1399394304 189173 33554432000 4194304 16246674 140735613206640 140735613188544 6965465 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 341649 189182 844 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 189188 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 189192 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 189197 33554432000 4194304 16246674 140735613206640 139925459553456 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.30044 s]
/proc/loadavg: 2.09 2.11 2.07 3/183 22657
/proc/meminfo: memFree=29245912/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=6.29 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276665 0 0 0 587 42 0 0 20 0 4 0 114472265 1399394304 282584 33554432000 4194304 16246674 140735613206640 140735613188544 4220897 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 341649 282584 847 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282584 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282584 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282584 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1366596

[startup+12.7004 s]
/proc/loadavg: 2.08 2.10 2.07 3/183 22657
/proc/meminfo: memFree=29246060/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=12.69 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276712 0 0 0 1227 42 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 140735613188544 5828829 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 341649 282631 893 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925459553456 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.14 2.12 2.08 3/184 22660
/proc/meminfo: memFree=29246696/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=25.49 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276712 0 0 0 2507 42 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 140735613188544 5822298 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22653/statm: 341649 282631 893 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925459553456 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.16 2.12 2.08 4/183 22660
/proc/meminfo: memFree=29246592/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=51.08 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276712 0 0 0 5066 42 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 140735613188544 12415827 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282631 893 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925459553456 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.18 2.13 2.09 3/183 22662
/proc/meminfo: memFree=29246232/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=102.28 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276712 0 0 0 10186 42 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 140735613188544 12415740 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282631 893 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282631 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1366596


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

/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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.05 2.05 2.06 3/183 22764
/proc/meminfo: memFree=27995192/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1361.9 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 136147 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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.02 2.04 2.05 3/183 22765
/proc/meminfo: memFree=27994756/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1421.9 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 142147 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5600808 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1366596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/183 22766
/proc/meminfo: memFree=27994544/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1481.88 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 148145 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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.00 2.02 2.04 3/183 22767
/proc/meminfo: memFree=27994820/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1541.88 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 154145 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5824386 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1366596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/183 22769
/proc/meminfo: memFree=27994596/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1601.87 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 160144 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 13820945 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1366596

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.03 3/183 22770
/proc/meminfo: memFree=27994748/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1661.86 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 166143 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 13820875 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1366596

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.03 3/183 22771
/proc/meminfo: memFree=27994652/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1721.84 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 172141 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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.13 2.06 2.04 3/183 22772
/proc/meminfo: memFree=27994132/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1781.84 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 178141 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 5661532 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1366596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.10 2.05 2.03 3/183 22772
/proc/meminfo: memFree=27994152/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1800.03 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 179960 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 12415736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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 22653 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.10 2.05 2.03 3/183 22772
/proc/meminfo: memFree=27994152/32872528 swapFree=11196/354588
[pid=22653] ppid=22650 vsize=1366596 CPUtime=1800.03 cores=1,3,5,7
/proc/22653/stat : 22653 (toysat) R 22650 22653 21010 0 -1 4202496 276996 0 0 0 179960 43 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 140735613188544 12415736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22653/statm: 341649 282891 896 2943 0 338543 0
[pid=22653/tid=22654] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22654/stat : 22654 (toysat) S 22650 22653 21010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925480516848 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=22653/tid=22655] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22655/stat : 22655 (toysat) S 22650 22653 21010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925470026992 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=22653/tid=22656] ppid=22650 vsize=1366596 CPUtime=0 cores=1,3,5,7
/proc/22653/task/22656/stat : 22656 (toysat) S 22650 22653 21010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 114472265 1399394304 282891 33554432000 4194304 16246674 140735613206640 139925459553456 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.05
CPU user time (s): 1799.61
CPU system time (s): 0.439933
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 1366596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.439933
maximum resident set size= 1131564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276996
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= 300
involuntary context switches= 2004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84811 second user time and 8.45371 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 20:49:48
IDJOB=4079382
IDBENCH=92684
IDSOLVER=2542
FILE ID=node126/4079382-1465325388
RUNJOBID= node126-1465306898-21027
PBS_JOBID= 19849495
Free space on /tmp= 71700 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_0_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-4079382-1465325388/watcher-4079382-1465325388 -o /tmp/evaluation-result-4079382-1465325388/solver-4079382-1465325388 -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-4079382-1465325388.opb

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

MD5SUM BENCH= 1092a4b028b708b804d164027aeb4b44
RANDOM SEED=674842288

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:        30375812 kB
Buffers:           30556 kB
Cached:           243872 kB
SwapCached:         2088 kB
Active:          1278440 kB
Inactive:         130868 kB
Active(anon):    1132484 kB
Inactive(anon):     4628 kB
Active(file):     145956 kB
Inactive(file):   126240 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:             28748 kB
Writeback:             0 kB
AnonPages:       1627444 kB
Mapped:            10788 kB
Shmem:                 0 kB
Slab:             600188 kB
SReclaimable:      44312 kB
SUnreclaim:       555876 kB
KernelStack:        1520 kB
PageTables:         7568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 71660 MiB
End job on node126 at 2016-06-07 21:19:49