Trace number 4101737

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.02 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-aflow40b.opb
MD5SUM4990a2601191ad55c4ad7d6303e4ded9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6735
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 525160
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T07:03:36+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-4101737-1466226216.opb"]
0.00/0.01	c use --random-gen="74794015 3700165751 2007246591 1462752176 51088170 2679821150 1436384520 1076870189 1109321831 428296442 4178592505 888073249 3227767778 3470926658 4061867421 2125263325 2689677881 4065372311 4009957284 2100195403 3963365160 2649696067 1481790169 188659920 1432322774 2917363862 3505870197 1981977287 2016400799 2318077165 1157680554 3455587923 1452690725 2390776810 3133388727 2044172563 555044761 1579104618 3908402634 1254165783 3318351996 407856929 1203741502 832659069 1656464683 2542508996 2408332907 3634253073 3143529121 3335401816 1312917796 1733018023 1088204359 3428427773 2436897604 511715686 719063040 1790767091 3675934325 2182246819 1591832935 4078559462 3861154472 907973200 1479384401 2760990159 511166946 668857459 283373235 27800056 1585339969 147230150 243887586 115296260 2520455185 634634720 1668680989 193870440 633952848 2227007027 1046124595 2202010174 1782519400 2940243938 2151911322 1220661363 3882178434 610405326 996733154 3391784733 2554979542 3775103718 941124721 1044381168 2054731939 2803382146 2399657745 4121483087 2265463794 1573999741 2330017730 2577988860 4067650708 240791235 1014444267 2211661418 2448746835 3012918134 2323028877 3926127047 1317446911 2199300523 731705107 1591585820 285677394 3399925500 3924851359 2632950866 1536030674 3381773230 83589018 2917829308 1391076486 4051659174 919577242 817182250 2803770483 373900648 2248603632 3628219939 553954955 3479987741 1624037520 3657217108 274965609 466162774 1289606772 3870804054 1053194607 4206353602 502175512 4199545158 365321366 3346715596 3147444629 454508367 3865929052 4278409247 1191775273 2579096553 3991399149 2613634795 2724531460 1293801941 3228353781 1608043320 1170977978 2233386119 3639075976 109701084 971121918 756775423 1328389757 1087113498 430502096 2394148878 4043774271 256746098 1507234218 3874408683 3989649756 3231461392 1196638865 479005632 3749341621 4161328343 3568243209 3776228258 4182350852 2598469952 788641169 4138557472 4186957443 4205639316 1139696560 2794573849 2075421764 1804414958 98089914 2863000308 1317033842 2180759868 1145688102 446988104 3085486259 889396743 3048059134 1807726929 610181200 2134939285 3051103129 2560116413 1817572506 1356308782 532812411 1816440829 2923681871 3413200506 3712343436 4152468538 1637596875 2222234319 4077548337 4287367688 3923480354 1964402593 3360404540 337710365 1724595363 915712318 3903759630 2812527156 1139635368 1068068647 3778747081 3310414973 1621008458 2057488383 2132175867 3343916974 1614777056 2367472596 352765654 1263580774 3723130774 3761176968 347462496 888489733 517238027 2697805178 3905669320 1498114582 1169325909 235838612 1667350428 793137645 1469845356 4145638626 3858173376 1955254638 3167954758 4234773465 1241373449 2030956414 3435299587 2661098431 255 362436" option to reproduce the execution
0.09/0.19	c #vars 23384
0.09/0.19	c #constraints 2806
0.69/0.75	c BCD2: Hardening is enabled.
0.69/0.75	c BCD2: BiasedSearch is enabled.
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     8756      0 |        0 |        0
1.99/2.04	c  1.3s |       1 |      580 |      100 |     8756      0 |        0 |        0
2.89/2.91	c  2.2s |       2 |     6228 |      250 |     9632      0 |        0 |        0
5.69/5.77	c  5.0s |       2 |    16054 |      450 |    10596      0 |        0 |        0
5.99/6.03	c  5.3s |       3 |    16054 |      475 |    10596      0 |        0 |        0
8.68/8.73	c  8.0s |       3 |    19487 |      775 |    11656      0 |        0 |        0
8.98/9.04	c  8.3s |       4 |    19487 |      813 |    11656      0 |        0 |        0
12.99/13.04	c 12.3s |       4 |    23242 |     1313 |    12822      0 |        0 |        0
13.09/13.17	c 12.4s |       5 |    23245 |     1320 |    12822      0 |        0 |        0
18.29/18.33	c 17.6s |       5 |    27289 |     1520 |    14105      0 |        0 |        0
25.69/25.79	c 25.0s |       5 |    27557 |     1620 |    14105      0 |        0 |        0
30.89/30.98	c 30.2s |       5 |    28320 |     1720 |    14105      0 |        0 |        0
36.88/36.95	c 36.2s |       5 |    28486 |     1920 |    14105      0 |        0 |        0
40.79/40.81	c 40.1s |       5 |    28784 |     2020 |    14105      0 |        0 |        0
42.28/42.30	c 41.5s |       6 |    29085 |     2081 |    15516      0 |        0 |        0
45.28/45.39	c 44.6s |       6 |    34863 |     2381 |    15516      0 |        0 |        0
47.39/47.48	c 46.7s |       6 |    35156 |     2581 |    15516      0 |        0 |        0
51.28/51.31	c 50.6s |       6 |    35763 |     2781 |    15516      0 |        0 |        0
54.58/54.67	c 53.9s |       6 |    35899 |     2881 |    15516      0 |        0 |        0
57.28/57.34	c 56.6s |       6 |    36103 |     2981 |    15516      0 |        0 |        0
59.28/59.39	c 58.6s |       6 |    36418 |     3081 |    15516      0 |        0 |        0
60.48/60.55	c 59.8s |       7 |    36540 |     3223 |    17068      0 |        0 |        0
62.58/62.70	c 61.9s |       7 |    38758 |     3923 |    17068      0 |        0 |        0
66.38/66.45	c 65.7s |       7 |    38889 |     4123 |    17068      0 |        0 |        0
68.48/68.55	c 67.8s |       7 |    39845 |     4623 |    17068      0 |        0 |        0
70.39/70.42	c 69.7s |       8 |    42101 |     4936 |    18775      0 |        0 |        0
73.98/74.00	c 73.2s |       8 |    45801 |     5236 |    18775      0 |        0 |        0
76.48/76.52	c 75.8s |       8 |    46109 |     5436 |    18775      0 |        0 |        0
78.48/78.55	c 77.8s |       8 |    46314 |     5536 |    18775      0 |        0 |        0
81.18/81.27	c 80.5s |       8 |    46545 |     5736 |    18775      0 |        0 |        0
83.38/83.41	c 82.7s |       8 |    47752 |     6036 |    18775      0 |        0 |        0
85.48/85.56	c 84.8s |       8 |    49413 |     6236 |    18775      0 |        0 |        0
88.48/88.59	c 87.8s |       8 |    49614 |     6436 |    18775      0 |        0 |        0
90.88/90.91	c 90.2s |       8 |    51866 |     6636 |    18775      0 |        0 |        0
93.18/93.21	c 92.5s |       8 |    52650 |     6836 |    18775      0 |        0 |        0
95.97/96.06	c 95.3s |       8 |    52867 |     7036 |    18775      0 |        0 |        0
99.37/99.45	c 98.7s |       8 |    52962 |     7236 |    18775      0 |        0 |        0
102.17/102.29	c  101s |       8 |    53272 |     7436 |    18775      0 |        0 |        0
102.87/103.00	c  102s |       9 |    53959 |     7506 |    20653      0 |        0 |        0
105.57/105.66	c  104s |       9 |    56578 |     7706 |    20653      0 |        0 |        0
108.67/108.73	c  107s |       9 |    56636 |     7806 |    20653      0 |        0 |        0
111.17/111.24	c  110s |       9 |    56730 |     7906 |    20653      0 |        0 |        0
114.17/114.27	c  113s |       9 |    56993 |     8106 |    20653      0 |        0 |        0
116.67/116.78	c  116s |       9 |    57291 |     8306 |    20653      0 |        0 |        0
119.77/119.85	c  119s |       9 |    57838 |     8506 |    20653      0 |        0 |        0
122.37/122.47	c  121s |       9 |    58390 |     8806 |    20653      0 |        0 |        0
124.77/124.82	c  124s |       9 |    59573 |     9206 |    20653      0 |        0 |        0
127.16/127.25	c  126s |       9 |    60377 |     9506 |    20653      0 |        0 |        0
129.46/129.52	c  128s |       9 |    62245 |     9806 |    20653      0 |        0 |        0
132.76/132.83	c  132s |       9 |    63740 |    10106 |    20653      0 |        0 |        0
136.77/136.89	c  136s |       9 |    64802 |    10306 |    20653      0 |        0 |        0
141.07/141.12	c  140s |       9 |    64835 |    10406 |    20653      0 |        0 |        0
145.97/146.01	c  145s |       9 |    65030 |    10506 |    20653      0 |        0 |        0
147.97/148.03	c  147s |       9 |    65304 |    10606 |    20653      0 |        0 |        0
151.07/151.10	c  150s |       9 |    65403 |    10706 |    20653      0 |        0 |        0
154.87/154.97	c  154s |       9 |    65543 |    10806 |    20653      0 |        0 |        0
158.87/158.95	c  158s |       9 |    65674 |    10906 |    20653      0 |        0 |        0
162.87/162.95	c  162s |       9 |    65977 |    11006 |    20653      0 |        0 |        0
166.66/166.77	c  166s |       9 |    66355 |    11206 |    20653      0 |        0 |        0
169.56/169.67	c  168s |      10 |    66640 |    11361 |    22719      0 |        0 |        0
172.16/172.21	c  171s |      10 |    71813 |    11661 |    22719      0 |        0 |        0
174.47/174.54	c  173s |      10 |    72118 |    11861 |    22719      0 |        0 |        0
176.97/177.00	c  176s |      10 |    72514 |    12061 |    22719      0 |        0 |        0
180.56/180.67	c  179s |      10 |    72813 |    12261 |    22719      0 |        0 |        0
183.77/183.89	c  183s |      10 |    73064 |    12361 |    22719      0 |        0 |        0
186.06/186.14	c  185s |      10 |    73830 |    12561 |    22719      0 |        0 |        0
190.66/190.79	c  190s |      10 |    74116 |    12761 |    22719      0 |        0 |        0
195.96/196.02	c  195s |      10 |    75074 |    12961 |    22719      0 |        0 |        0
198.56/198.69	c  197s |      10 |    75735 |    13161 |    22719      0 |        0 |        0
201.66/201.71	c  200s |      10 |    75992 |    13361 |    22719      0 |        0 |        0
204.75/204.87	c  204s |      10 |    76698 |    13561 |    22719      0 |        0 |        0
210.96/211.02	c  210s |      10 |    77131 |    13661 |    22719      0 |        0 |        0
226.26/226.37	c  225s |      10 |    77400 |    13761 |    22719      0 |        0 |        0
230.25/230.32	c  229s |      10 |    78273 |    13861 |    22719      0 |        0 |        0
236.35/236.43	c  235s |      10 |    78823 |    13961 |    22719      0 |        0 |        0
240.16/240.28	c  239s |      10 |    79895 |    14161 |    22719      0 |        0 |        0
244.05/244.16	c  243s |      10 |    80237 |    14261 |    22719      0 |        0 |        0
247.25/247.33	c  246s |      10 |    80745 |    14361 |    22719      0 |        0 |        0
250.05/250.12	c  249s |      10 |    80963 |    14461 |    22719      0 |        0 |        0
254.25/254.31	c  253s |      10 |    81515 |    14561 |    22719      0 |        0 |        0
258.35/258.41	c  257s |      10 |    81621 |    14661 |    22719      0 |        0 |        0
318.54/318.65	c  317s |      10 |    82122 |    14761 |    22719      0 |        0 |        0
470.61/470.70	c  469s |      10 |    82528 |    14861 |    22719      0 |        0 |        0
473.71/473.86	c  473s |      10 |    83474 |    14961 |    22719      0 |        0 |        0
477.43/477.52	c  476s |      10 |    84121 |    15061 |    22719      0 |        0 |        0
482.32/482.44	c  481s |      10 |    84894 |    15161 |    22719      0 |        0 |        0
499.81/499.92	c  499s |      10 |    85201 |    15261 |    22719      0 |        0 |        0
517.71/517.80	c  517s |      10 |    85547 |    15361 |    22719      0 |        0 |        0
542.00/542.12	c  541s |      10 |    85713 |    15461 |    22719      0 |        0 |        0
583.70/583.86	c  583s |      10 |    86190 |    15561 |    22719      0 |        0 |        0
611.79/611.97	c  611s |      10 |    87041 |    15661 |    22719      0 |        0 |        0
619.09/619.22	c  618s |      10 |    88285 |    15761 |    22719      0 |        0 |        0
645.39/645.57	c  644s |      10 |    88740 |    15861 |    22719      0 |        0 |        0
661.00/661.20	c  660s |      10 |    89891 |    15961 |    22719      0 |        0 |        0
663.59/663.73	c  662s |      10 |    91170 |    16161 |    22719      0 |        0 |        0
667.99/668.13	c  667s |      10 |    92535 |    16361 |    22719      0 |        0 |        0
673.29/673.46	c  672s |      10 |    93137 |    16461 |    22719      0 |        0 |        0
715.38/715.52	c  714s |      10 |    93271 |    16561 |    22719      0 |        0 |        0
750.38/750.51	c  749s |      10 |    93692 |    16661 |    22719      0 |        0 |        0
756.37/756.58	c  755s |      10 |    94148 |    16761 |    22719      0 |        0 |        0
765.18/765.36	c  764s |      10 |    95247 |    16861 |    22719      0 |        0 |        0
775.17/775.34	c  774s |      10 |    95433 |    16961 |    22719      0 |        0 |        0
784.87/785.08	c  784s |      10 |    97614 |    17061 |    24991      0 |        0 |        0
786.07/786.27	c  785s |      11 |    98119 |    17144 |    24991      0 |        0 |        0
788.47/788.67	c  787s |      11 |   102528 |    17344 |    24991      0 |        0 |        0
791.17/791.34	c  790s |      11 |   105798 |    17644 |    24991      0 |        0 |        0
794.37/794.57	c  793s |      11 |   107455 |    17844 |    24991      0 |        0 |        0
797.07/797.20	c  796s |      11 |   107742 |    17944 |    24991      0 |        0 |        0
801.97/802.15	c  801s |      11 |   107875 |    18044 |    24991      0 |        0 |        0
806.66/806.85	c  806s |      11 |   108048 |    18144 |    24991      0 |        0 |        0
809.86/810.02	c  809s |      11 |   108585 |    18244 |    24991      0 |        0 |        0
813.06/813.21	c  812s |      11 |   109440 |    18344 |    24991      0 |        0 |        0
817.86/818.08	c  817s |      11 |   109724 |    18444 |    24991      0 |        0 |        0
820.36/820.59	c  819s |      11 |   110444 |    18544 |    24991      0 |        0 |        0
825.26/825.44	c  824s |      11 |   111367 |    18644 |    24991      0 |        0 |        0
829.06/829.20	c  828s |      11 |   111959 |    18744 |    24991      0 |        0 |        0
834.46/834.66	c  833s |      11 |   112023 |    18844 |    24991      0 |        0 |        0
844.67/844.86	c  844s |      11 |   112152 |    18944 |    24991      0 |        0 |        0
855.96/856.12	c  855s |      11 |   112552 |    19044 |    24991      0 |        0 |        0
862.76/862.93	c  862s |      11 |   112746 |    19144 |    24991      0 |        0 |        0
879.06/879.22	c  878s |      11 |   113219 |    19244 |    24991      0 |        0 |        0
897.35/897.50	c  896s |      11 |   113381 |    19344 |    24991      0 |        0 |        0
920.35/920.57	c  919s |      11 |   113705 |    19444 |    24991      0 |        0 |        0
931.85/932.05	c  931s |      11 |   114312 |    19544 |    24991      0 |        0 |        0
936.65/936.80	c  936s |      11 |   114955 |    19644 |    24991      0 |        0 |        0
940.25/940.41	c  939s |      11 |   116049 |    19744 |    24991      0 |        0 |        0
944.15/944.32	c  943s |      11 |   116367 |    19844 |    24991      0 |        0 |        0
947.94/948.10	c  947s |      11 |   116711 |    19944 |    24991      0 |        0 |        0
961.03/961.29	c  960s |      11 |   116905 |    20044 |    24991      0 |        0 |        0
965.94/966.16	c  965s |      11 |   117226 |    20144 |    24991      0 |        0 |        0
972.44/972.61	c  971s |      11 |   117479 |    20244 |    24991      0 |        0 |        0
979.94/980.14	c  979s |      11 |   117764 |    20344 |    24991      0 |        0 |        0
992.53/992.74	c  991s |      11 |   117939 |    20444 |    24991      0 |        0 |        0
997.33/997.57	c  996s |      11 |   118551 |    20544 |    24991      0 |        0 |        0
1000.83/1001.09	c 1000s |      11 |   118881 |    20644 |    24991      0 |        0 |        0
1004.73/1004.97	c 1004s |      11 |   120024 |    20844 |    24991      0 |        0 |        0
1006.93/1007.14	c 1006s |      11 |   120456 |    20944 |    24991      0 |        0 |        0
1009.24/1009.44	c 1008s |      11 |   121094 |    21044 |    24991      0 |        0 |        0
1012.94/1013.11	c 1012s |      11 |   122213 |    21244 |    24991      0 |        0 |        0
1015.43/1015.64	c 1014s |      11 |   122469 |    21344 |    24991      0 |        0 |        0
1017.73/1017.92	c 1017s |      11 |   123063 |    21544 |    24991      0 |        0 |        0
1020.64/1020.85	c 1020s |      11 |   123347 |    21744 |    24991      0 |        0 |        0
1023.33/1023.55	c 1022s |      11 |   123470 |    21844 |    24991      0 |        0 |        0
1026.42/1026.68	c 1025s |      11 |   124272 |    21944 |    24991      0 |        0 |        0
1028.52/1028.75	c 1027s |      11 |   125199 |    22044 |    24991      0 |        0 |        0
1097.71/1097.91	c 1097s |      11 |   125651 |    22144 |    24991      0 |        0 |        0
1101.80/1102.07	c 1101s |      11 |   126238 |    22244 |    24991      0 |        0 |        0
1113.99/1114.25	c 1113s |      11 |   127273 |    22344 |    24991      0 |        0 |        0
1124.20/1124.44	c 1123s |      11 |   130367 |    22444 |    24991      0 |        0 |        0
1128.69/1128.96	c 1128s |      11 |   130690 |    22544 |    24991      0 |        0 |        0
1136.59/1136.89	c 1136s |      11 |   130910 |    22644 |    24991      0 |        0 |        0
1139.09/1139.32	c 1138s |      11 |   131254 |    22744 |    24991      0 |        0 |        0
1142.79/1143.05	c 1142s |      11 |   132005 |    22944 |    24991      0 |        0 |        0
1146.68/1146.99	c 1146s |      11 |   132768 |    23144 |    24991      0 |        0 |        0
1151.98/1152.26	c 1151s |      11 |   133409 |    23244 |    24991      0 |        0 |        0
1158.88/1159.11	c 1158s |      11 |   135030 |    23344 |    24991      0 |        0 |        0
1166.08/1166.38	c 1165s |      11 |   135555 |    23444 |    24991      0 |        0 |        0
1172.68/1172.94	c 1172s |      11 |   136715 |    23544 |    24991      0 |        0 |        0
1175.57/1175.87	c 1175s |      11 |   136809 |    23644 |    24991      0 |        0 |        0
1180.97/1181.29	c 1180s |      11 |   136936 |    23744 |    24991      0 |        0 |        0
1187.97/1188.26	c 1187s |      11 |   137042 |    23844 |    24991      0 |        0 |        0
1195.47/1195.73	c 1194s |      11 |   137186 |    23944 |    24991      0 |        0 |        0
1201.76/1202.02	c 1201s |      11 |   137938 |    24044 |    24991      0 |        0 |        0
1341.29/1341.62	c 1340s |      11 |   138084 |    24244 |    24991      0 |        0 |        0
1372.37/1372.74	c 1371s |      11 |   138283 |    24344 |    24991      0 |        0 |        0
1375.56/1375.90	c 1375s |      11 |   139310 |    24444 |    24991      0 |        0 |        0
1377.56/1377.92	c 1377s |      11 |   140855 |    24544 |    24991      0 |        0 |        0
1379.86/1380.27	c 1379s |      11 |   142012 |    24644 |    24991      0 |        0 |        0
1382.97/1383.35	c 1382s |      11 |   142835 |    24744 |    24991      0 |        0 |        0
1396.57/1396.99	c 1396s |      11 |   143555 |    24844 |    24991      0 |        0 |        0
1469.85/1470.26	c 1469s |      11 |   144231 |    24944 |    24991      0 |        0 |        0
1471.85/1472.26	c 1471s |      11 |   145504 |    25044 |    24991      0 |        0 |        0
1474.45/1474.88	c 1474s |      11 |   146803 |    25144 |    24991      0 |        0 |        0
1525.55/1526.00	c 1525s |      11 |   147007 |    25244 |    24991      0 |        0 |        0
1530.45/1530.81	c 1530s |      11 |   148038 |    25344 |    24991      0 |        0 |        0
1534.65/1535.01	c 1534s |      11 |   149576 |    25444 |    24991      0 |        0 |        0
1537.14/1537.57	c 1536s |      11 |   150457 |    25544 |    24991      0 |        0 |        0
1545.34/1545.74	c 1544s |      11 |   151057 |    25644 |    24991      0 |        0 |        0
1549.74/1550.14	c 1549s |      11 |   151586 |    25744 |    27491      0 |        0 |        0
1563.14/1563.57	c 1562s |      12 |   151918 |    25819 |    27491      0 |        0 |        0
1566.34/1566.71	c 1565s |      12 |   156754 |    25919 |    27491      0 |        0 |        0
1568.54/1568.91	c 1568s |      12 |   160621 |    26319 |    27491      0 |        0 |        0
1571.34/1571.78	c 1571s |      12 |   162114 |    26519 |    27491      0 |        0 |        0
1573.34/1573.79	c 1573s |      12 |   162433 |    26619 |    27491      0 |        0 |        0
1575.74/1576.11	c 1575s |      12 |   162684 |    26819 |    27491      0 |        0 |        0
1577.94/1578.37	c 1577s |      12 |   163140 |    27219 |    27491      0 |        0 |        0
1579.94/1580.38	c 1579s |      12 |   165289 |    27919 |    27491      0 |        0 |        0
1582.24/1582.61	c 1581s |      12 |   167235 |    28619 |    27491      0 |        0 |        0
1584.24/1584.64	c 1583s |      12 |   168885 |    28919 |    27491      0 |        0 |        0
1586.84/1587.22	c 1586s |      12 |   171270 |    29319 |    27491      0 |        0 |        0
1589.64/1590.03	c 1589s |      12 |   171485 |    29519 |    27491      0 |        0 |        0
1592.14/1592.58	c 1591s |      12 |   172434 |    30019 |    27491      0 |        0 |        0
1595.24/1595.64	c 1594s |      12 |   172758 |    30119 |    27491      0 |        0 |        0
1597.24/1597.65	c 1596s |      12 |   173774 |    30619 |    27491      0 |        0 |        0
1599.33/1599.79	c 1599s |      12 |   175027 |    31119 |    27491      0 |        0 |        0
1601.73/1602.18	c 1601s |      12 |   175904 |    31519 |    27491      0 |        0 |        0
1607.13/1607.53	c 1606s |      12 |   176746 |    31719 |    27491      0 |        0 |        0
1610.73/1611.11	c 1610s |      12 |   177539 |    32019 |    27491      0 |        0 |        0
1613.63/1614.07	c 1613s |      12 |   178147 |    32119 |    27491      1 |        0 |        0
1615.83/1616.28	c 1615s |      12 |   180434 |    32519 |    27491      1 |        0 |        0
1618.53/1618.90	c 1618s |      12 |   181277 |    32819 |    27491      1 |        0 |        0
1620.63/1621.06	c 1620s |      12 |   181484 |    33019 |    27491      1 |        0 |        0
1622.62/1623.07	c 1622s |      12 |   182146 |    33219 |    27491      1 |        0 |        0
1625.23/1625.68	c 1624s |      12 |   182848 |    33419 |    27491      1 |        0 |        0
1627.83/1628.29	c 1627s |      12 |   183258 |    33619 |    27491      1 |        0 |        0
1632.04/1632.42	c 1631s |      12 |   183872 |    33819 |    27491      1 |        0 |        0
1634.93/1635.34	c 1634s |      12 |   183933 |    33919 |    27491      1 |        0 |        0
1641.63/1642.04	c 1641s |      12 |   184079 |    34019 |    27491      1 |        0 |        0
1647.12/1647.50	c 1646s |      12 |   184230 |    34219 |    27491      1 |        0 |        0
1649.22/1649.67	c 1648s |      12 |   184375 |    34319 |    27491      1 |        0 |        0
1652.22/1652.60	c 1651s |      12 |   185005 |    34519 |    27491      1 |        0 |        0
1655.02/1655.45	c 1654s |      12 |   185750 |    34719 |    27491      1 |        0 |        0
1658.02/1658.45	c 1657s |      12 |   185949 |    34819 |    27491      1 |        0 |        0
1660.33/1660.79	c 1660s |      12 |   186194 |    34919 |    27491      1 |        0 |        0
1662.63/1663.04	c 1662s |      12 |   186655 |    35119 |    27491      1 |        0 |        0
1666.33/1666.76	c 1666s |      12 |   187360 |    35319 |    27491      1 |        0 |        0
1668.73/1669.17	c 1668s |      12 |   187863 |    35519 |    27491      1 |        0 |        0
1670.83/1671.24	c 1670s |      12 |   188290 |    35619 |    27491      1 |        0 |        0
1675.52/1675.94	c 1675s |      12 |   188733 |    35819 |    27491      1 |        0 |        0
1677.92/1678.32	c 1677s |      12 |   189157 |    36019 |    27491      1 |        0 |        0
1681.42/1681.87	c 1681s |      12 |   189793 |    36219 |    27491      1 |        0 |        0
1685.22/1685.69	c 1684s |      12 |   190398 |    36419 |    27491      1 |        0 |        0
1688.92/1689.31	c 1688s |      12 |   191670 |    36619 |    27491      1 |        0 |        0
1692.22/1692.61	c 1691s |      12 |   191861 |    36719 |    27491      1 |        0 |        0
1695.41/1695.89	c 1695s |      12 |   192012 |    36819 |    27491      1 |        0 |        0
1698.32/1698.76	c 1698s |      12 |   192149 |    36919 |    27491      1 |        0 |        0
1700.33/1700.80	c 1700s |      12 |   192304 |    37019 |    27491      1 |        0 |        0
1703.02/1703.45	c 1702s |      12 |   192664 |    37119 |    27491      1 |        0 |        0
1705.52/1705.97	c 1705s |      12 |   192779 |    37219 |    27491      1 |        0 |        0
1707.72/1708.10	c 1707s |      12 |   193228 |    37319 |    27491      1 |        0 |        0
1711.41/1711.81	c 1711s |      12 |   193815 |    37519 |    27491      1 |        0 |        0
1714.91/1715.32	c 1714s |      12 |   194123 |    37719 |    27491      1 |        0 |        0
1718.41/1718.82	c 1718s |      12 |   195159 |    37919 |    27491      1 |        0 |        0
1722.71/1723.11	c 1722s |      12 |   195461 |    38119 |    27491      1 |        0 |        0
1728.21/1728.68	c 1727s |      12 |   196044 |    38419 |    27491      1 |        0 |        0
1730.31/1730.73	c 1729s |      12 |   197808 |    38719 |    30241      1 |        0 |        0
1731.12/1731.55	c 1730s |      13 |   198292 |    38832 |    30241      1 |        0 |        0
1733.32/1733.71	c 1732s |      13 |   202042 |    38932 |    30241      1 |        0 |        0
1735.71/1736.11	c 1735s |      13 |   202631 |    39132 |    30241      1 |        0 |        0
1738.11/1738.56	c 1737s |      13 |   203209 |    39332 |    30241      1 |        0 |        0
1740.21/1740.65	c 1739s |      13 |   203410 |    39432 |    30241      1 |        0 |        0
1743.01/1743.40	c 1742s |      13 |   203566 |    39532 |    30241      1 |        0 |        0
1747.11/1747.55	c 1746s |      13 |   203805 |    39632 |    30241      1 |        0 |        0
1749.21/1749.64	c 1748s |      13 |   203975 |    39732 |    30241      1 |        0 |        0
1755.61/1756.03	c 1755s |      13 |   204382 |    39832 |    30241      1 |        0 |        0
1762.00/1762.43	c 1761s |      13 |   204596 |    40032 |    30241      1 |        0 |        0
1764.40/1764.83	c 1764s |      13 |   204747 |    40132 |    30241      1 |        0 |        0
1768.41/1768.83	c 1768s |      13 |   205146 |    40332 |    30241      1 |        0 |        0
1771.40/1771.85	c 1771s |      13 |   205356 |    40432 |    30241      1 |        0 |        0
1773.92/1774.39	c 1773s |      13 |   205694 |    40532 |    30241      1 |        0 |        0
1779.01/1779.44	c 1778s |      13 |   205863 |    40632 |    30241      1 |        0 |        0
1786.30/1786.75	c 1785s |      13 |   206110 |    40732 |    30241      1 |        0 |        0
1790.10/1790.51	c 1789s |      13 |   206295 |    40832 |    30241      1 |        0 |        0
1795.60/1796.07	c 1795s |      13 |   206963 |    41032 |    30241      1 |        0 |        0
1797.70/1798.10	c 1797s |      13 |   207095 |    41132 |    30241      1 |        0 |        0
1799.90/1800.35	c 1799s |      13 |   207543 |    41432 |    30241      1 |        0 |        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-4101737-1466226216/watcher-4101737-1466226216 -o /tmp/evaluation-result-4101737-1466226216/solver-4101737-1466226216 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101737-1466226216.opb 

pid=19766
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.24 2.21 3/179 19769
/proc/meminfo: memFree=27551624/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 2666 0 0 0 0 0 0 0 20 0 4 0 24667157 732360704 3027 33554432000 4194304 16246674 140733928052864 140733928052288 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 179311 3035 441 2943 0 176205 0
[pid=19769/tid=19770] ppid=19766 vsize=732604 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 750186496 3097 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=736700 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 754380800 3113 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=740796 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24667157 758575104 3129 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.22 2.24 2.21 3/179 19769
/proc/meminfo: memFree=27551624/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 29978 0 0 0 4 5 0 0 20 0 4 0 24667157 1333334016 30277 33554432000 4194304 16246674 140733928052864 140733928052176 12752373 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 325521 30292 801 2943 0 322415 0
[pid=19769/tid=19770] ppid=19766 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1333334016 30302 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1333334016 30314 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1333334016 30325 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200498 s]
/proc/loadavg: 2.22 2.24 2.21 3/179 19769
/proc/meminfo: memFree=27551624/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1312324 CPUtime=0.18 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 43873 0 0 0 12 6 0 0 20 0 4 0 24667157 1343819776 44682 33554432000 4194304 16246674 140733928052864 140733928035856 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 328081 44682 806 2943 0 324975 0
[pid=19769/tid=19770] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 44682 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 44682 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 44682 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300437 s]
/proc/loadavg: 2.22 2.24 2.21 3/179 19769
/proc/meminfo: memFree=27551624/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 45539 0 0 0 22 7 0 0 20 0 4 0 24667157 1343819776 46349 33554432000 4194304 16246674 140733928052864 140733928035856 12478070 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 328081 46361 842 2943 0 324975 0
[pid=19769/tid=19770] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 46369 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 46377 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1343819776 46383 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.7004 s]
/proc/loadavg: 2.22 2.24 2.21 3/179 19769
/proc/meminfo: memFree=27551624/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=0.69 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 49640 0 0 0 62 7 0 0 20 0 4 0 24667157 1357451264 50449 33554432000 4194304 16246674 140733928052864 140733928052176 4222096 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 50449 845 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50449 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50449 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50449 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1325636

[startup+1.50035 s]
/proc/loadavg: 2.22 2.24 2.21 3/183 19773
/proc/meminfo: memFree=27350932/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 49690 0 0 0 142 7 0 0 20 0 4 0 24667157 1357451264 50499 33554432000 4194304 16246674 140733928052864 140733928034752 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 50499 894 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50499 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50499 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50499 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1325636

[startup+3.1004 s]
/proc/loadavg: 2.22 2.24 2.21 3/183 19773
/proc/meminfo: memFree=27350816/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=3.09 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 49693 0 0 0 302 7 0 0 20 0 4 0 24667157 1357451264 50502 33554432000 4194304 16246674 140733928052864 140733928034752 5602016 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 50502 897 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50502 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50502 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 50502 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1325636

[startup+6.3004 s]
/proc/loadavg: 2.20 2.23 2.21 3/183 19773
/proc/meminfo: memFree=27310144/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=6.29 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 59837 0 0 0 621 8 0 0 20 0 4 0 24667157 1357451264 60646 33554432000 4194304 16246674 140733928052864 140733928034752 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 60646 899 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 60646 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 60646 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 60646 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1325636

[startup+12.7004 s]
/proc/loadavg: 2.18 2.23 2.21 3/183 19773
/proc/meminfo: memFree=27144140/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=12.69 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 101381 0 0 0 1255 14 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 140733928052040 5712756 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 102190 899 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1325636

[startup+25.5005 s]
/proc/loadavg: 2.28 2.25 2.22 4/183 19773
/proc/meminfo: memFree=27144768/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=25.49 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 101381 0 0 0 2535 14 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 140733928034752 5712756 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 102190 899 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 102190 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1325636

[startup+51.1005 s]
/proc/loadavg: 2.19 2.23 2.21 3/183 19773
/proc/meminfo: memFree=26729804/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=51.08 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 205070 0 0 0 5079 29 0 0 20 0 4 0 24667157 1357451264 205879 33554432000 4194304 16246674 140733928052864 140733928034752 5712672 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 205879 899 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 205879 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 205879 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 205879 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1325636

[startup+102.3 s]
/proc/loadavg: 2.22 2.24 2.21 3/183 19774
/proc/meminfo: memFree=26667472/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=102.28 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 220439 0 0 0 10196 32 0 0 20 0 4 0 24667157 1357451264 221248 33554432000 4194304 16246674 140733928052864 140733928034752 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 221248 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 221248 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 221248 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 221248 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1325636


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

/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1325636

[startup+1302.3 s]
/proc/loadavg: 2.25 2.19 2.18 3/183 19804
/proc/meminfo: memFree=26457068/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1302.01 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243715 0 0 0 130139 62 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1325636

[startup+1362.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/183 19805
/proc/meminfo: memFree=26456572/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1361.97 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243757 0 0 0 136135 62 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 5722908 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1325636

[startup+1422.3 s]
/proc/loadavg: 2.21 2.18 2.18 3/183 19807
/proc/meminfo: memFree=26456932/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1421.97 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243764 0 0 0 142134 63 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 1325636

[startup+1482.3 s]
/proc/loadavg: 2.17 2.17 2.18 3/183 19808
/proc/meminfo: memFree=26456940/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1481.95 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243764 0 0 0 148132 63 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 5722960 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 1325636

[startup+1542.31 s]
/proc/loadavg: 2.18 2.17 2.18 3/183 19809
/proc/meminfo: memFree=26457060/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1541.95 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243764 0 0 0 154131 64 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 12483326 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 1325636

[startup+1602.3 s]
/proc/loadavg: 2.22 2.18 2.18 3/184 19813
/proc/meminfo: memFree=26457472/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1601.93 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243764 0 0 0 160128 65 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 140733928034752 5722477 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272910 900 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272910 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 1325636

[startup+1662.3 s]
/proc/loadavg: 2.31 2.21 2.19 3/183 19863
/proc/meminfo: memFree=26354704/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1661.93 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243769 0 0 0 166126 67 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 140733928034752 12415740 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272915 905 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 1325636

[startup+1722.3 s]
/proc/loadavg: 2.29 2.21 2.19 3/183 19865
/proc/meminfo: memFree=26354460/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1721.91 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243769 0 0 0 172123 68 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 140733928034752 5711439 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272915 905 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 1325636

[startup+1782.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/183 19866
/proc/meminfo: memFree=26353656/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1781.91 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243769 0 0 0 178122 69 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 140733928034752 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272915 905 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 1325636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.29 2.23 2.19 3/183 19866
/proc/meminfo: memFree=26353788/32872528 swapFree=1459628/1655852
[pid=19769] ppid=19766 vsize=1325636 CPUtime=1800 cores=0,2,4,6
/proc/19769/stat : 19769 (toysat) R 19766 19769 16189 0 -1 4202496 243769 0 0 0 179931 69 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 140733928052040 5754801 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19769/statm: 331409 272915 905 2943 0 328303 0
[pid=19769/tid=19770] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19770/stat : 19770 (toysat) S 19766 19769 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963096083696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=19769/tid=19771] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19771/stat : 19771 (toysat) S 19766 19769 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963085593840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=19769/tid=19772] ppid=19766 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/19769/task/19772/stat : 19772 (toysat) S 19766 19769 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24667157 1357451264 272915 33554432000 4194304 16246674 140733928052864 139963075120304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1325636

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.02
CPU user time (s): 1799.32
CPU system time (s): 0.699893
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 1325636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.699893
maximum resident set size= 1091660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243769
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= 193
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50616 second user time and 8.10477 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 07:03:36
IDJOB=4101737
IDBENCH=1788
IDSOLVER=2542
FILE ID=node136/4101737-1466226216
RUNJOBID= node136-1466206055-16205
PBS_JOBID= 19918141
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-aflow40b.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101737-1466226216/watcher-4101737-1466226216 -o /tmp/evaluation-result-4101737-1466226216/solver-4101737-1466226216 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16205 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101737-1466226216.opb

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

MD5SUM BENCH= 4990a2601191ad55c4ad7d6303e4ded9
RANDOM SEED=808962489

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.67
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		: 2667.278
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:        27552268 kB
Buffers:          163396 kB
Cached:          1666868 kB
SwapCached:            0 kB
Active:          1226576 kB
Inactive:        1692656 kB
Active(anon):    1091084 kB
Inactive(anon):        0 kB
Active(file):     135492 kB
Inactive(file):  1692656 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17520 kB
Writeback:             0 kB
AnonPages:       2891224 kB
Mapped:            16428 kB
Shmem:               204 kB
Slab:             610164 kB
SReclaimable:      54380 kB
SUnreclaim:       555784 kB
KernelStack:        1520 kB
PageTables:         9532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2873500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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 node136 at 2016-06-18 07:33:37