Trace number 4101817

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-swath.opb
MD5SUM9e8d33d54c816a96320e5b2b2d7ec5c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark262299
Best CPU time to get the best result obtained on this benchmark1800.63
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262224
Optimality of the best value was proved YES
Number of variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527427
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:29:29+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-4101817-1466227769.opb"]
0.00/0.01	c use --random-gen="3374572551 2226136153 2025967911 847040114 1815163107 1754058201 1459582178 257957182 2200829541 2526505559 248542460 1247486025 393753517 1346071156 2413152206 2080049666 4231018885 1297468283 2820200773 650154463 2617774105 1703775675 1392978557 3560029524 2599627236 1378658424 2923408279 2884766909 261149703 1045890659 669352488 3132111411 2797200556 3242325183 2433355137 1250485045 1440859409 127913556 2275502422 2671782943 862136427 2273789693 2698763183 1477651777 2604082728 1273623362 1638797313 2724644297 1405875167 3450777260 2379885003 1388627983 2305174533 1747970101 2899220256 2729259311 1664150944 4119313524 172370747 696770909 398042675 674207002 2884374936 3682404013 943612027 1373000400 1220836900 2053509843 377101795 107448273 1743022231 547623299 2853606250 2818007075 773499670 3315292231 2820704125 2776014109 700716377 3447987113 3070811977 1810845816 1894157842 3229352823 1617396484 1757986601 3892399647 1090815823 4194825733 3025845291 2263700041 3870878307 765049665 1355833263 1477003448 3105667923 1972661358 685911224 1314205174 2106610774 1633134633 2705734510 3874151836 2788479333 2935114734 2216997377 438875088 120815714 3852847742 922664169 3136961709 3865981993 1977603793 1031736316 757339522 798456156 1615178206 3788228598 373095198 2117844395 3150093695 1786427165 1399984630 3717048220 451528891 2939164864 2980083587 234160767 2944346182 2457293945 1188796847 4221050727 315993022 3123464472 3632392389 3775436101 2306879497 3954737987 3599098607 1515275599 3178372706 3924262164 736831811 2187625261 844947995 3539446352 1819067933 3432450550 2588262498 591015360 3768299062 1340834329 2412663543 1411091205 1266746381 1942509081 494689960 1071661883 709224892 346421541 2326595594 2892217251 2949889963 4139817365 1148087554 2802998309 128079777 2758063438 1592565515 1612046536 942243927 2245354675 3233505547 3614609748 1134953584 2413471264 2652674094 3086289963 591069907 321831291 259490853 3381869925 3659264153 3734556021 3389268859 4125424582 890035024 3898050920 956410117 336707807 3522381392 1761458456 4111542397 3802158646 706873545 579840943 885687053 1647973920 721270726 809716187 3389107776 1613798487 2812783971 3226543695 3438132998 934801945 3976427231 3542089593 1128469557 4228912499 731230036 3264377331 2681788027 820779049 439352556 698995371 861477450 892670643 679863470 1534531944 3696911576 615656804 3590279068 2323018346 3931975967 1812816580 2862384158 3150653417 1318661656 1612634569 2849203864 3751675806 801312937 2260313994 1145878883 3656193728 810935420 2751363506 4009005946 3140750612 2295903853 4082633723 2799173462 3852839344 3844839587 2879815740 2288191186 3223596069 2526692592 1891694455 750676187 808847801 3322981139 3449225756 2045993549 3801624740 255 362436" option to reproduce the execution
0.19/0.23	c #vars 9155
0.19/0.23	c #constraints 884
1.19/1.24	c BCD2: Hardening is enabled.
1.19/1.24	c BCD2: BiasedSearch is enabled.
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     3247      0 |      401 |        0
1.29/1.38	c  0.1s |       1 |      493 |      100 |     3247      0 |      401 |        0
1.79/1.83	c  0.6s |       2 |     4719 |      250 |     3572      0 |      401 |        0
2.09/2.16	c  0.9s |       3 |     7012 |      475 |     3930      0 |      401 |        0
2.49/2.54	c  1.3s |       4 |    12608 |      813 |     4323      0 |      401 |        0
3.30/3.33	c  2.1s |       5 |    20556 |     1320 |     4756      0 |      401 |        0
5.29/5.34	c  4.1s |       5 |    24873 |     2020 |     5232      0 |      401 |        0
5.39/5.47	c  4.2s |       6 |    25815 |     2081 |     5756      0 |      401 |        0
7.39/7.45	c  6.2s |       6 |    33067 |     2981 |     5756      0 |      401 |        0
7.79/7.85	c  6.6s |       7 |    33298 |     3223 |     6332      0 |      401 |        0
9.99/10.03	c  8.8s |       7 |    40547 |     4323 |     6332      0 |      401 |        0
14.58/14.69	c 13.5s |       7 |    40650 |     4423 |     6332      0 |      401 |        0
19.29/19.31	c 18.1s |       7 |    40752 |     4523 |     6332      0 |      401 |        0
23.89/23.92	c 22.7s |       7 |    40855 |     4623 |     6332      0 |      401 |        0
28.48/28.56	c 27.3s |       7 |    40952 |     4723 |     6332      0 |      401 |        0
33.09/33.18	c 31.9s |       7 |    41053 |     4823 |     6332      0 |      401 |        0
37.78/37.85	c 36.6s |       7 |    41151 |     4923 |     6966      0 |      401 |        0
38.38/38.47	c 37.2s |       8 |    41166 |     4936 |     6966      0 |      401 |        0
57.38/57.42	c 56.2s |       8 |    41575 |     5036 |     6966      0 |      401 |        0
59.98/60.01	c 58.8s |       8 |    43005 |     5086 |     6966      0 |      401 |        0
59.98/60.01	c #cpu_time = 58.600s
59.98/60.01	c #wall_clock_time = 58.750s
59.98/60.01	c #decision = 43005
59.98/60.01	c #random_decision = 127
59.98/60.01	c #conflict = 5086
59.98/60.01	c #restart = 8
59.98/60.01	o 282427
60.08/60.10	c BCD2: updating upper bound: 524318 -> 282426
60.08/60.20	c BCD2: 0 <= obj <= 282426
60.08/60.20	c BCD2: #cores=0, #unrelaxed=31, #relaxed=0, #hardened=0
60.08/60.20	c BCD2: #sat=1 #unsat=1 bias=1/2
60.08/60.20	c Solving starts ...
60.08/60.20	c ============================[ Search Statistics ]============================
60.08/60.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.08/60.20	c       |         |          |          |    Limit     GC | Var      | Constra 
60.08/60.20	c =============================================================================
60.08/60.20	c  0.0s |       0 |        0 |        0 |     6966      0 |      401 |        0
60.38/60.44	c  0.2s |       0 |        1 |        0 |     6966      0 |      401 |        0
60.38/60.44	c #cpu_time = 0.247s
60.38/60.44	c #wall_clock_time = 0.247s
60.38/60.44	c #decision = 1
60.38/60.44	c #random_decision = 0
60.38/60.44	c #conflict = 0
60.38/60.44	c #restart = 0
60.38/60.44	c BCD2: found a new core of size 2: cost of the new core is >=131073
60.38/60.44	c lower bound updated to 131073
60.49/60.53	c BCD2: 131073 <= obj <= 282426
60.49/60.53	c BCD2: #cores=1, #unrelaxed=29, #relaxed=2, #hardened=0
60.49/60.53	c BCD2: #sat=1 #unsat=2 bias=2/3
60.49/60.53	c Solving starts ...
60.49/60.53	c ============================[ Search Statistics ]============================
60.49/60.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.49/60.53	c       |         |          |          |    Limit     GC | Var      | Constra 
60.49/60.53	c =============================================================================
60.49/60.53	c  0.0s |       0 |        0 |        0 |     6966      0 |      401 |        0
60.68/60.78	c  0.2s |       0 |        1 |        0 |     6966      0 |      401 |        0
60.68/60.78	c #cpu_time = 0.241s
60.68/60.78	c #wall_clock_time = 0.242s
60.68/60.78	c #decision = 1
60.68/60.78	c #random_decision = 0
60.68/60.78	c #conflict = 0
60.68/60.78	c #restart = 0
60.68/60.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=196610
60.68/60.78	c lower bound updated to 196610
60.78/60.87	c BCD2: 196610 <= obj <= 282426
60.78/60.87	c BCD2: #cores=1, #unrelaxed=28, #relaxed=3, #hardened=0
60.78/60.87	c BCD2: #sat=1 #unsat=3 bias=3/4
60.78/60.87	c Solving starts ...
60.78/60.87	c ============================[ Search Statistics ]============================
60.78/60.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
60.78/60.87	c       |         |          |          |    Limit     GC | Var      | Constra 
60.78/60.87	c =============================================================================
60.78/60.87	c  0.0s |       0 |        0 |        0 |     6966      0 |      402 |        0
61.08/61.11	c  0.2s |       0 |        1 |        0 |     6966      0 |      402 |        1
61.08/61.11	c #cpu_time = 0.242s
61.08/61.11	c #wall_clock_time = 0.243s
61.08/61.11	c #decision = 1
61.08/61.11	c #random_decision = 0
61.08/61.11	c #conflict = 0
61.08/61.11	c #restart = 0
61.08/61.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=229379
61.08/61.11	c lower bound updated to 229379
61.18/61.20	c BCD2: 229379 <= obj <= 282426
61.18/61.20	c BCD2: #cores=1, #unrelaxed=27, #relaxed=4, #hardened=0
61.18/61.20	c BCD2: #sat=1 #unsat=4 bias=4/5
61.18/61.20	c Solving starts ...
61.18/61.20	c ============================[ Search Statistics ]============================
61.18/61.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.18/61.20	c       |         |          |          |    Limit     GC | Var      | Constra 
61.18/61.20	c =============================================================================
61.18/61.20	c  0.0s |       0 |        0 |        0 |     6966      0 |      403 |        1
61.38/61.45	c  0.2s |       0 |        1 |        0 |     6966      0 |      403 |        2
61.38/61.45	c #cpu_time = 0.240s
61.38/61.45	c #wall_clock_time = 0.241s
61.38/61.45	c #decision = 1
61.38/61.45	c #random_decision = 0
61.38/61.45	c #conflict = 0
61.38/61.45	c #restart = 0
61.38/61.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=245764
61.38/61.45	c lower bound updated to 245764
61.48/61.54	c BCD2: 245764 <= obj <= 282426
61.48/61.54	c BCD2: #cores=1, #unrelaxed=26, #relaxed=5, #hardened=0
61.48/61.54	c BCD2: #sat=1 #unsat=5 bias=5/6
61.48/61.54	c Solving starts ...
61.48/61.54	c ============================[ Search Statistics ]============================
61.48/61.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
61.48/61.54	c       |         |          |          |    Limit     GC | Var      | Constra 
61.48/61.54	c =============================================================================
61.48/61.54	c  0.0s |       0 |        0 |        0 |     6966      0 |      404 |        2
61.78/61.81	c  0.3s |       0 |       24 |        1 |     6966      0 |      404 |        3
61.78/61.81	c #cpu_time = 0.273s
61.78/61.81	c #wall_clock_time = 0.274s
61.78/61.81	c #decision = 24
61.78/61.81	c #random_decision = 0
61.78/61.81	c #conflict = 1
61.78/61.81	c #restart = 0
61.78/61.86	c BCD2: relaxing 23 and merging with 1 cores into a new core of size 28: cost of the new core is >=245765
61.78/61.86	c lower bound updated to 245765
61.98/62.00	c BCD2: 245765 <= obj <= 282426
61.98/62.00	c BCD2: #cores=1, #unrelaxed=3, #relaxed=28, #hardened=0
61.98/62.00	c BCD2: #sat=1 #unsat=6 bias=6/7
62.08/62.18	c Solving starts ...
62.08/62.18	c ============================[ Search Statistics ]============================
62.08/62.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
62.08/62.18	c       |         |          |          |    Limit     GC | Var      | Constra 
62.08/62.18	c =============================================================================
62.08/62.18	c  0.0s |       0 |        0 |        0 |     6966      0 |      405 |        3
64.38/64.45	c  2.3s |       0 |     6631 |      100 |     6966      0 |      405 |        4
64.38/64.46	c  2.3s |       1 |     6631 |      100 |     6966      0 |      405 |        4
70.18/70.25	c  8.1s |       1 |     9518 |      200 |     6966      0 |      405 |        4
72.88/72.94	c 10.8s |       2 |    10498 |      250 |     6966      0 |      405 |        4
76.28/76.30	c 14.1s |       2 |    12360 |      350 |     6966      0 |      405 |        4
81.27/81.34	c 19.2s |       2 |    13033 |      450 |     6966      0 |      405 |        4
82.27/82.30	c 20.1s |       3 |    13121 |      475 |     6966      0 |      405 |        4
99.97/100.07	c 37.9s |       3 |    14319 |      575 |     6966      0 |      405 |        4
134.77/134.85	c 72.7s |       3 |    15102 |      675 |     6966      0 |      405 |        4
142.37/142.43	c 80.2s |       3 |    15679 |      775 |     6966      0 |      405 |        4
144.27/144.35	c 82.2s |       4 |    15972 |      813 |     6966      0 |      405 |        4
164.16/164.29	c  102s |       4 |    18015 |      913 |     6966      0 |      405 |        4
199.06/199.14	c  136s |       4 |    18721 |     1013 |     6966      0 |      405 |        4
220.65/220.79	c  158s |       4 |    19719 |     1113 |     6966      0 |      405 |        4
233.26/233.39	c  171s |       4 |    20659 |     1213 |     6966      0 |      405 |        4
245.26/245.32	c  183s |       4 |    21767 |     1313 |     6966      0 |      405 |        4
245.55/245.63	c  183s |       5 |    21808 |     1320 |     6966      0 |      405 |        4
253.45/253.58	c  191s |       5 |    22972 |     1420 |     6966      0 |      405 |        4
261.45/261.58	c  199s |       5 |    24405 |     1520 |     6966      0 |      405 |        4
271.95/272.05	c  209s |       5 |    25348 |     1620 |     6966      0 |      405 |        4
281.34/281.49	c  219s |       5 |    25968 |     1720 |     6966      0 |      405 |        4
289.04/289.14	c  226s |       5 |    26322 |     1820 |     6966      0 |      405 |        4
303.24/303.34	c  241s |       5 |    27111 |     1920 |     6966      0 |      405 |        4
309.54/309.66	c  247s |       5 |    27839 |     2020 |     6966      0 |      405 |        4
314.74/314.80	c  252s |       6 |    29192 |     2081 |     6966      0 |      405 |        4
344.43/344.54	c  282s |       6 |    29836 |     2181 |     6966      0 |      405 |        4
382.53/382.69	c  320s |       6 |    30115 |     2281 |     6966      0 |      405 |        4
402.83/402.98	c  340s |       6 |    30423 |     2381 |     6966      0 |      405 |        4
413.02/413.19	c  351s |       6 |    31000 |     2481 |     7663      0 |      405 |        4
423.92/424.04	c  361s |       6 |    31482 |     2581 |     7663      0 |      405 |        4
439.02/439.10	c  376s |       6 |    31825 |     2681 |     7663      0 |      405 |        4
455.12/455.28	c  393s |       6 |    32860 |     2781 |     7663      0 |      405 |        4
476.61/476.75	c  414s |       6 |    33179 |     2881 |     7663      0 |      405 |        4
491.62/491.72	c  429s |       6 |    33491 |     2981 |     7663      0 |      405 |        4
504.01/504.15	c  441s |       6 |    33836 |     3081 |     7663      0 |      405 |        4
515.01/515.18	c  452s |       6 |    35174 |     3181 |     7663      0 |      405 |        4
519.31/519.47	c  457s |       7 |    35330 |     3223 |     7663      0 |      405 |        4
541.30/541.44	c  479s |       7 |    35808 |     3323 |     7663      1 |      405 |        4
567.60/567.71	c  505s |       7 |    36094 |     3423 |     7663      1 |      405 |        4
589.90/590.00	c  527s |       7 |    36361 |     3523 |     7663      1 |      405 |        4
601.89/602.04	c  539s |       7 |    37401 |     3623 |     7663      1 |      405 |        4
630.29/630.49	c  568s |       7 |    38409 |     3723 |     7663      1 |      405 |        4
685.57/685.76	c  623s |       7 |    38752 |     3823 |     7663      1 |      405 |        4
715.17/715.35	c  653s |       7 |    39317 |     3923 |     7663      1 |      405 |        4
761.16/761.37	c  699s |       7 |    39567 |     4023 |     7663      1 |      405 |        4
775.05/775.21	c  713s |       7 |    39961 |     4123 |     7663      1 |      405 |        4
795.65/795.86	c  733s |       7 |    40737 |     4223 |     7663      1 |      405 |        4
818.64/818.85	c  756s |       7 |    41117 |     4323 |     7663      1 |      405 |        4
837.44/837.68	c  775s |       7 |    41564 |     4423 |     7663      1 |      405 |        4
861.14/861.31	c  799s |       7 |    42129 |     4523 |     7663      1 |      405 |        4
885.13/885.35	c  823s |       7 |    42642 |     4623 |     7663      1 |      405 |        4
909.01/909.22	c  847s |       7 |    43084 |     4723 |     7663      1 |      405 |        4
917.32/917.52	c  855s |       7 |    44394 |     4823 |     7663      1 |      405 |        4
930.20/930.40	c  868s |       7 |    45045 |     4923 |     7663      1 |      405 |        4
932.61/932.85	c  870s |       8 |    45076 |     4936 |     7663      1 |      405 |        4
936.70/936.93	c  874s |       8 |    45553 |     5036 |     7663      1 |      405 |        4
944.90/945.17	c  882s |       8 |    45762 |     5136 |     7663      1 |      405 |        4
948.91/949.18	c  886s |       8 |    49493 |     5536 |     7663      1 |      405 |        4
954.11/954.40	c  892s |       8 |    49726 |     5636 |     7663      1 |      405 |        4
975.61/975.85	c  913s |       8 |    50048 |     5736 |     7663      1 |      405 |        4
988.00/988.28	c  926s |       8 |    50570 |     5836 |     7663      1 |      405 |        4
1005.79/1006.05	c  943s |       8 |    50828 |     5936 |     7663      1 |      405 |        4
1023.90/1024.19	c  962s |       8 |    51201 |     6036 |     7663      1 |      405 |        4
1046.58/1046.86	c  984s |       8 |    51375 |     6136 |     7663      1 |      405 |        4
1071.78/1072.06	c 1009s |       8 |    51622 |     6236 |     8430      1 |      405 |        4
1095.98/1096.23	c 1034s |       8 |    51860 |     6336 |     8430      1 |      405 |        4
1119.68/1119.93	c 1057s |       8 |    52221 |     6436 |     8430      1 |      405 |        4
1149.37/1149.63	c 1087s |       8 |    52433 |     6536 |     8430      1 |      405 |        4
1183.64/1183.95	c 1121s |       8 |    52573 |     6636 |     8430      1 |      405 |        4
1210.83/1211.14	c 1148s |       8 |    54143 |     6736 |     8430      1 |      405 |        4
1210.83/1211.17	c 1148s |       8 |    54189 |     6743 |     8430      1 |      405 |        4
1210.83/1211.17	c #cpu_time = 1145.961s
1210.83/1211.17	c #wall_clock_time = 1148.973s
1210.83/1211.17	c #decision = 54189
1210.83/1211.17	c #random_decision = 178
1210.83/1211.17	c #conflict = 6743
1210.83/1211.17	c #restart = 8
1210.83/1211.17	o 262447
1210.93/1211.26	c BCD2: updating upper bound: 282426 -> 262446
1211.02/1211.35	c BCD2: 245765 <= obj <= 262446
1211.02/1211.35	c BCD2: #cores=1, #unrelaxed=3, #relaxed=28, #hardened=0
1211.02/1211.35	c BCD2: #sat=2 #unsat=6 bias=6/8
1211.22/1211.52	c Solving starts ...
1211.22/1211.52	c ============================[ Search Statistics ]============================
1211.22/1211.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1211.22/1211.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1211.22/1211.52	c =============================================================================
1211.22/1211.52	c  0.0s |       0 |        0 |        0 |     8430      0 |      405 |        4
1211.62/1211.91	c  0.4s |       0 |        1 |        1 |     8430      0 |      406 |        6
1211.62/1211.91	c #cpu_time = 0.385s
1211.62/1211.91	c #wall_clock_time = 0.386s
1211.62/1211.91	c #decision = 1
1211.62/1211.91	c #random_decision = 0
1211.62/1211.91	c #conflict = 1
1211.62/1211.91	c #restart = 0
1211.62/1211.91	c BCD2: updating lower bound of a core
1211.72/1212.00	c lower bound updated to 258277
1211.82/1212.17	c BCD2: 258277 <= obj <= 262446
1211.82/1212.17	c BCD2: #cores=1, #unrelaxed=3, #relaxed=28, #hardened=0
1211.82/1212.17	c BCD2: #sat=2 #unsat=7 bias=7/9
1212.12/1212.48	c Solving starts ...
1212.12/1212.48	c ============================[ Search Statistics ]============================
1212.12/1212.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1212.12/1212.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1212.12/1212.48	c =============================================================================
1212.12/1212.48	c  0.0s |       0 |        0 |        0 |     8430      0 |      406 |        6
1212.52/1212.85	c  0.4s |       0 |        1 |        1 |     8430      0 |      407 |        8
1212.52/1212.85	c #cpu_time = 0.374s
1212.52/1212.85	c #wall_clock_time = 0.375s
1212.52/1212.85	c #decision = 1
1212.52/1212.85	c #random_decision = 0
1212.52/1212.85	c #conflict = 1
1212.52/1212.85	c #restart = 0
1212.52/1212.85	c BCD2: updating lower bound of a core
1212.62/1212.94	c lower bound updated to 261521
1212.82/1213.11	c BCD2: 261521 <= obj <= 262446
1212.82/1213.11	c BCD2: #cores=1, #unrelaxed=3, #relaxed=28, #hardened=0
1212.82/1213.11	c BCD2: #sat=2 #unsat=8 bias=8/10
1213.13/1213.41	c Solving starts ...
1213.13/1213.41	c ============================[ Search Statistics ]============================
1213.13/1213.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1213.13/1213.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1213.13/1213.41	c =============================================================================
1213.13/1213.41	c  0.0s |       0 |        0 |        0 |     8430      0 |      407 |        8
1221.31/1221.69	c  8.3s |       0 |     2625 |      100 |     8430      0 |      407 |        8
1221.41/1221.70	c  8.3s |       1 |     2625 |      100 |     8430      0 |      407 |        8
1237.41/1237.77	c 24.4s |       1 |     3087 |      200 |     8430      0 |      407 |        8
1245.80/1246.11	c 32.7s |       2 |     3164 |      250 |     8430      0 |      407 |        8
1254.39/1254.75	c 41.3s |       2 |     3594 |      350 |     8430      0 |      407 |        8
1264.39/1264.74	c 51.3s |       2 |     4004 |      450 |     8430      0 |      407 |        8
1269.09/1269.46	c 56.0s |       3 |     4062 |      475 |     8430      0 |      407 |        8
1281.79/1282.13	c 68.7s |       3 |     4487 |      575 |     8430      0 |      407 |        8
1299.68/1300.07	c 86.7s |       3 |     4657 |      675 |     8430      0 |      407 |        8
1314.98/1315.39	c  101s |       3 |     4978 |      775 |     8430      0 |      407 |        8
1322.08/1322.47	c  109s |       4 |     5109 |      813 |     8430      0 |      407 |        8
1337.48/1337.84	c  124s |       4 |     6057 |      913 |     8430      0 |      407 |        8
1349.78/1350.12	c  136s |       4 |     6691 |     1013 |     8430      0 |      407 |        8
1362.47/1362.88	c  149s |       4 |     6868 |     1113 |     8430      0 |      407 |        8
1373.58/1373.96	c  160s |       4 |     7731 |     1213 |     8430      0 |      407 |        8
1380.87/1381.22	c  167s |       4 |     8836 |     1313 |     8430      0 |      407 |        8
1381.47/1381.90	c  168s |       5 |     8860 |     1320 |     8430      0 |      407 |        8
1395.17/1395.50	c  182s |       5 |     9185 |     1420 |     8430      1 |      407 |        8
1407.87/1408.24	c  194s |       5 |     9425 |     1520 |     8430      1 |      407 |        8
1424.96/1425.39	c  211s |       5 |     9896 |     1620 |     8430      1 |      407 |        8
1434.07/1434.47	c  221s |       5 |    10603 |     1720 |     8430      1 |      407 |        8
1442.97/1443.34	c  229s |       5 |    11425 |     1820 |     8430      1 |      407 |        8
1454.56/1454.95	c  241s |       5 |    11788 |     1920 |     8430      1 |      407 |        8
1462.86/1463.25	c  249s |       5 |    12389 |     2020 |     8430      1 |      407 |        8
1466.26/1466.65	c  253s |       6 |    12785 |     2081 |     8430      1 |      407 |        8
1480.46/1480.81	c  267s |       6 |    13430 |     2181 |     8430      1 |      407 |        8
1498.05/1498.48	c  285s |       6 |    13807 |     2281 |     8430      1 |      407 |        8
1507.25/1507.61	c  294s |       6 |    14091 |     2381 |     8430      1 |      407 |        8
1516.15/1516.57	c  303s |       6 |    14306 |     2481 |     8430      1 |      407 |        8
1523.15/1523.59	c  310s |       6 |    14813 |     2581 |     8430      1 |      407 |        8
1528.05/1528.49	c  315s |       6 |    15196 |     2681 |     8430      1 |      407 |        8
1533.25/1533.65	c  320s |       6 |    15512 |     2781 |     8430      1 |      407 |        8
1538.95/1539.35	c  325s |       6 |    15700 |     2881 |     8430      1 |      407 |        8
1547.84/1548.22	c  334s |       6 |    15971 |     2981 |     8430      1 |      407 |        8
1557.35/1557.71	c  344s |       6 |    16280 |     3081 |     8430      1 |      407 |        8
1565.94/1566.37	c  352s |       6 |    16432 |     3181 |     8430      1 |      407 |        8
1569.74/1570.19	c  356s |       7 |    16599 |     3223 |     8430      1 |      407 |        8
1584.74/1585.12	c  371s |       7 |    16770 |     3323 |     8430      1 |      407 |        8
1592.34/1592.78	c  379s |       7 |    16947 |     3423 |     8430      1 |      407 |        8
1605.34/1605.73	c  392s |       7 |    17173 |     3523 |     8430      1 |      407 |        8
1612.63/1613.00	c  399s |       7 |    18083 |     3623 |     8430      1 |      407 |        8
1617.84/1618.25	c  404s |       7 |    19509 |     3823 |     8430      1 |      407 |        8
1621.63/1622.07	c  408s |       7 |    20443 |     3923 |     8430      1 |      407 |        8
1626.03/1626.45	c  413s |       7 |    20856 |     4023 |     8430      1 |      407 |        8
1633.93/1634.38	c  420s |       7 |    21284 |     4123 |     8430      1 |      407 |        8
1642.53/1642.98	c  429s |       7 |    21599 |     4223 |     8430      1 |      407 |        8
1650.14/1650.58	c  437s |       7 |    21904 |     4323 |     8430      1 |      407 |        8
1659.84/1660.29	c  446s |       7 |    22324 |     4423 |     8430      1 |      407 |        8
1666.03/1666.44	c  453s |       7 |    22880 |     4523 |     8430      1 |      407 |        8
1672.33/1672.72	c  459s |       7 |    23403 |     4623 |     8430      1 |      407 |        8
1680.13/1680.57	c  467s |       7 |    23884 |     4723 |     8430      1 |      407 |        8
1693.74/1694.12	c  480s |       7 |    25067 |     4823 |     8430      1 |      407 |        8
1701.03/1701.40	c  487s |       7 |    25483 |     4923 |     8430      1 |      407 |        8
1702.33/1702.78	c  489s |       8 |    25523 |     4936 |     8430      1 |      407 |        8
1711.03/1711.43	c  498s |       8 |    25956 |     5036 |     8430      1 |      407 |        8
1721.83/1722.20	c  508s |       8 |    26747 |     5136 |     8430      1 |      407 |        8
1733.12/1733.52	c  520s |       8 |    27206 |     5236 |     9273      1 |      407 |        8
1746.82/1747.26	c  533s |       8 |    27920 |     5336 |     9273      1 |      407 |        8
1757.32/1757.76	c  544s |       8 |    28580 |     5436 |     9273      1 |      407 |        8
1769.12/1769.56	c  556s |       8 |    29022 |     5536 |     9273      1 |      407 |        8
1788.72/1789.14	c  575s |       8 |    29481 |     5636 |     9273      1 |      407 |        8

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

pid=18251
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.16 2.18 2.18 3/178 18254
/proc/meminfo: memFree=29243640/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=552380 CPUtime=0 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 2028 0 0 0 0 0 0 0 20 0 4 0 24825654 565637120 2389 33554432000 4194304 16246674 140736045723552 140736045722976 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 138607 2399 441 2943 0 135501 0
[pid=18254/tid=18255] ppid=18251 vsize=569788 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 583462912 2456 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=573884 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 587657216 2473 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=577980 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 591851520 2491 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100217 s]
/proc/loadavg: 2.16 2.18 2.18 3/178 18254
/proc/meminfo: memFree=29243640/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 26769 0 0 0 5 4 0 0 20 0 4 0 24825654 1333334016 27067 33554432000 4194304 16246674 140736045723552 140736045722864 7440033 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 325521 27081 799 2943 0 322415 0
[pid=18254/tid=18255] ppid=18251 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1333334016 27092 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1333334016 27103 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1333334016 27115 33554432000 4194304 16246674 140736045723552 140436773530800 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.2005 s]
/proc/loadavg: 2.16 2.18 2.18 3/178 18254
/proc/meminfo: memFree=29243640/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 46532 0 0 0 12 7 0 0 20 0 4 0 24825654 1343819776 47341 33554432000 4194304 16246674 140736045723552 140736045706544 14073329 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 328081 47341 801 2943 0 324975 0
[pid=18254/tid=18255] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 47341 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 47341 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 47341 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300489 s]
/proc/loadavg: 2.16 2.18 2.18 3/178 18254
/proc/meminfo: memFree=29243640/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 53175 0 0 0 21 8 0 0 20 0 4 0 24825654 1343819776 53984 33554432000 4194304 16246674 140736045723552 140736045706544 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 328081 53984 818 2943 0 324975 0
[pid=18254/tid=18255] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 53984 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 53984 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 53984 33554432000 4194304 16246674 140736045723552 140436773530800 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.700372 s]
/proc/loadavg: 2.16 2.18 2.18 3/178 18254
/proc/meminfo: memFree=29243640/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1312324 CPUtime=0.68 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 138312 0 0 0 49 19 0 0 20 0 4 0 24825654 1343819776 139122 33554432000 4194304 16246674 140736045723552 140736045722864 12654533 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 328081 139135 844 2943 0 324975 0
[pid=18254/tid=18255] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 139146 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 139156 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1343819776 139166 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.16 2.18 2.18 3/182 18258
/proc/meminfo: memFree=28217488/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1.49 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274133 0 0 0 112 37 0 0 20 0 4 0 24825654 1365839872 274942 33554432000 4194304 16246674 140736045723552 140736045722648 12415785 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274942 890 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274942 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274942 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274942 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+3.1004 s]
/proc/loadavg: 2.16 2.18 2.18 3/182 18258
/proc/meminfo: memFree=28144948/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=3.09 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274141 0 0 0 272 37 0 0 20 0 4 0 24825654 1365839872 274950 33554432000 4194304 16246674 140736045723552 140736045722728 6020448 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274950 897 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274950 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274950 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274950 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+6.30039 s]
/proc/loadavg: 2.15 2.18 2.17 4/183 18259
/proc/meminfo: memFree=28144468/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=6.29 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274143 0 0 0 592 37 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140736045722728 5722960 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274952 899 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+12.7004 s]
/proc/loadavg: 2.14 2.18 2.17 3/183 18259
/proc/meminfo: memFree=28144272/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=12.68 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274143 0 0 0 1231 37 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140736045705472 5722816 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274952 899 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1333828

[startup+25.5004 s]
/proc/loadavg: 2.17 2.18 2.18 3/183 18259
/proc/meminfo: memFree=28144664/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=25.48 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274143 0 0 0 2510 38 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140736045705472 13874732 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274952 899 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1333828

[startup+51.1005 s]
/proc/loadavg: 2.18 2.18 2.18 4/184 18262
/proc/meminfo: memFree=28144848/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=51.08 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274143 0 0 0 5069 39 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140736045705472 5721677 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274952 899 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274952 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+102.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 18263
/proc/meminfo: memFree=28144456/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=102.28 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274163 0 0 0 10189 39 0 0 20 0 4 0 24825654 1365839872 274972 33554432000 4194304 16246674 140736045723552 140736045705472 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 274972 919 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274972 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274972 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 274972 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828


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

/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1333828

[startup+1302.3 s]
/proc/loadavg: 2.32 2.28 2.21 4/183 18342
/proc/meminfo: memFree=28099344/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1301.98 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 130158 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5722908 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1333828

[startup+1362.3 s]
/proc/loadavg: 2.18 2.24 2.20 3/183 18343
/proc/meminfo: memFree=28098660/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1361.97 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 136157 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 13781198 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+1422.3 s]
/proc/loadavg: 2.21 2.24 2.20 3/183 18344
/proc/meminfo: memFree=28098948/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1421.97 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 142157 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5711355 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+1482.3 s]
/proc/loadavg: 2.34 2.27 2.21 4/183 18345
/proc/meminfo: memFree=28098988/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1481.96 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 148156 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5722960 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1333828

[startup+1542.31 s]
/proc/loadavg: 2.22 2.25 2.20 3/183 18347
/proc/meminfo: memFree=28099140/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1541.95 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 154155 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 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) 1333828

[startup+1602.3 s]
/proc/loadavg: 2.29 2.26 2.20 3/183 18348
/proc/meminfo: memFree=28098740/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1601.94 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 160154 40 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5712604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 1333828

[startup+1662.3 s]
/proc/loadavg: 2.31 2.27 2.21 4/183 18349
/proc/meminfo: memFree=28098856/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1661.94 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 166153 41 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5711784 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1333828

[startup+1722.3 s]
/proc/loadavg: 2.34 2.29 2.22 3/183 18350
/proc/meminfo: memFree=28098516/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1721.93 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 172152 41 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 1333828

[startup+1782.3 s]
/proc/loadavg: 2.26 2.28 2.22 4/183 18351
/proc/meminfo: memFree=28098284/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1781.92 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 178151 41 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045705472 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 1333828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.26 2.28 2.21 4/183 18351
/proc/meminfo: memFree=28098380/32872528 swapFree=1431120/1543540
[pid=18254] ppid=18251 vsize=1333828 CPUtime=1800.01 cores=0,2,4,6
/proc/18254/stat : 18254 (toysat) R 18251 18254 15180 0 -1 4202496 274326 0 0 0 179960 41 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140736045722728 12483326 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 333457 275230 921 2943 0 330351 0
[pid=18254/tid=18255] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18255/stat : 18255 (toysat) S 18251 18254 15180 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436871032048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18256] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (toysat) S 18251 18254 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436860542192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (toysat) S 18251 18254 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24825654 1365839872 275230 33554432000 4194304 16246674 140736045723552 140436773530800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1333828

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 18254 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.61
CPU system time (s): 0.410937
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 1333828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.410937
maximum resident set size= 1100920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274326
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= 178
involuntary context switches= 1843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51416 second user time and 6.83996 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-18 07:29:29
IDJOB=4101817
IDBENCH=1798
IDSOLVER=2542
FILE ID=node116/4101817-1466227769
RUNJOBID= node116-1466206094-15196
PBS_JOBID= 19918160
Free space on /tmp= 71708 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-swath.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101817-1466227769/watcher-4101817-1466227769 -o /tmp/evaluation-result-4101817-1466227769/solver-4101817-1466227769 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466206094-15196 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101817-1466227769.opb

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

MD5SUM BENCH= 9e8d33d54c816a96320e5b2b2d7ec5c8
RANDOM SEED=2017173481

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29244284 kB
Buffers:          123488 kB
Cached:           130672 kB
SwapCached:         2160 kB
Active:          1188492 kB
Inactive:         157316 kB
Active(anon):    1092860 kB
Inactive(anon):     1544 kB
Active(file):      95632 kB
Inactive(file):   155772 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             17488 kB
Writeback:             0 kB
AnonPages:       2718568 kB
Mapped:            10848 kB
Shmem:                 0 kB
Slab:             603956 kB
SReclaimable:      48116 kB
SUnreclaim:       555840 kB
KernelStack:        1512 kB
PageTables:         8864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2776968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1277952 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= 71692 MiB
End job on node116 at 2016-06-18 07:59:30