Trace number 4107086

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.01 1800.31

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__2048.opb
MD5SUM5a6a489f861071b99676244553a9826e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark19.671
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204848
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint2048
Maximum length of a constraint18433
Number of terms in the objective function 204800
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 6874183680
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 6874183680
Number of bits of the biggest sum of numbers33
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-18T22:36:32+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-4107086-1466282192.opb"]
0.00/0.01	c use --random-gen="2172340675 705383274 2283072227 2900682511 619723472 769827242 2625741024 1762582073 48285183 2020603289 3451910127 3555739363 1632073433 2092443071 2274665383 2753872803 1721273213 2829838338 1583336576 2589217187 135557061 2915256514 3851916244 3155887146 69050624 3753261929 1403159764 1984910544 3197808465 2962670042 1828944864 1691246849 2482577327 4228510900 2259178865 1372179786 3229331867 1000620461 2818527444 2770113017 1330733954 1434189212 2962907396 744158137 2393119606 349742718 651586398 1843671302 996949584 3451392956 3691027911 2459365979 64716242 2949983650 2497313171 2757309399 3627943135 1705408247 2753219268 1411157891 636418262 2929262251 3209498681 3244664121 3989806020 495480278 2018295194 3625687111 144616013 1379997820 2734948412 3238559779 4003065076 2534266558 3030998425 1103170892 494656826 3435997436 2451048814 3896225650 1284672958 348008703 1332414071 263623679 170247214 3911915400 4208024854 2514147512 3782534316 1517041597 3265834515 3544632569 2716207104 84758877 215819880 2586396023 2689147776 1893022453 2305616603 2321791936 3850460719 1823655360 1456906061 4099041689 2630316949 1433453041 938862148 3139097207 180895293 2270169708 651616264 1237196442 2383908159 1139694825 4280489991 661302710 2109129956 4068604430 1873165697 2849080695 1711552657 3455686822 2440979086 4268896000 3664934871 3939764853 1078701630 2081202168 3755159809 2212631713 2439199713 169505166 478418105 679128618 575256540 518312204 415506071 3517904496 934851870 1348146260 4084606144 74808072 4287656396 1323173361 3809252219 779209287 3585494971 3208301962 3071512182 3805917485 3040338051 1416161566 3191659315 534977110 552315104 2132184000 3957048788 1410838038 130260737 4097939863 1352150851 2725987753 1088445013 1824358178 1506386788 2428776946 2566305823 3557851350 1788333856 702863395 2870479861 319029586 2458183119 1394106464 4031483337 3996392214 4031918024 3051441875 1576888417 1921441491 1240203266 2112613116 1567783514 64122135 1876912589 1011961410 1981340088 2592528411 1385538434 1259180399 2632749141 1723689819 1540690197 1845950951 3694023911 1744025104 1100512035 1073345897 2896220732 2009087736 3347673424 1739534197 3323294908 3730965934 550696583 29646413 1634752989 2356157600 3667080795 731228580 2730418870 223433943 49887387 1994176724 2342869454 292321843 823988718 2531313026 3218585567 1240339488 292321455 1218872588 2560173404 2125194648 1771341088 1383075584 3937381886 4172451130 3132433308 457798655 3112382095 1366522465 773850233 768148253 1440166586 4018702884 3368864336 1350879778 2803444786 2873656048 280227096 2223051156 2985268098 1833504341 706150666 1181848194 2898648877 4260180019 2098598562 3479482911 825334837 2988770961 24483866 3033760753 397351245 2556653338 255 362436" option to reproduce the execution
1.39/1.41	c #vars 204848
1.39/1.41	c #constraints 150
5.29/5.38	c BCD2: Hardening is enabled.
6.09/6.10	c BCD2: BiasedSearch is enabled.
6.09/6.10	c Solving starts ...
6.09/6.10	c ============================[ Search Statistics ]============================
6.09/6.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.10	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.10	c =============================================================================
6.09/6.10	c  0.0s |       0 |        0 |        0 |    68349      0 |        0 |        0
79.87/79.98	c 74.6s |       0 |     2108 |      100 |    68349      0 |        0 |        0
79.97/80.03	c 74.6s |       1 |     2108 |      100 |    68349      0 |        0 |        0
111.68/111.76	c  106s |       1 |     9114 |      200 |    75184      0 |        0 |        0
126.98/127.07	c  121s |       2 |     9114 |      250 |    75184      0 |        0 |        0
129.37/129.44	c  124s |       2 |    22100 |      350 |    82703      0 |        0 |        0
129.97/130.05	c  124s |       3 |    22100 |      475 |    82703      0 |        0 |        0
165.37/165.41	c  160s |       3 |    26260 |      575 |    90974      0 |        0 |        0
200.67/200.72	c  195s |       3 |    26260 |      675 |    90974      0 |        0 |        0
235.96/236.07	c  230s |       3 |    26260 |      775 |    90974      0 |        0 |        0
249.45/249.53	c  244s |       4 |    26260 |      813 |    90974      0 |        0 |        0
251.55/251.64	c  246s |       4 |    38498 |     1013 |   100072      0 |        0 |        0
253.75/253.83	c  248s |       4 |    38498 |     1313 |   100072      0 |        0 |        0
253.85/253.93	c  248s |       5 |    38498 |     1320 |   100072      0 |        0 |        0
256.35/256.40	c  250s |       5 |    66703 |     1720 |   110080      0 |        0 |        0
258.85/258.91	c  253s |       6 |    66703 |     2081 |   121089      0 |        0 |        0
286.24/286.33	c  280s |       6 |   221312 |     2181 |   121089      0 |        0 |        0
318.45/318.56	c  313s |       6 |   277522 |     2281 |   121089      0 |        0 |        0
385.73/385.80	c  380s |       6 |   326641 |     2381 |   121089      0 |        0 |        0
545.31/545.43	c  540s |       6 |   370745 |     2481 |   121089      0 |        0 |        0
855.56/855.76	c  850s |       6 |   409824 |     2581 |   121089      0 |        0 |        0
1385.76/1386.07	c 1380s |       6 |   443880 |     2681 |   121089      0 |        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-4107086-1466282192/watcher-4107086-1466282192 -o /tmp/evaluation-result-4107086-1466282192/solver-4107086-1466282192 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466274985-24753 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107086-1466282192.opb 

pid=25677
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.04 2.18 2.17 4/172 25680
/proc/meminfo: memFree=30227116/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=661948 CPUtime=0 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 2458 0 0 0 0 0 0 0 20 0 4 0 30265714 677834752 3329 33554432000 4194304 16246674 140734311362576 140734311362000 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 166255 3340 441 2943 0 163149 0
[pid=25680/tid=25681] ppid=25677 vsize=680380 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 696709120 3399 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=684476 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 700903424 3416 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=688572 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 705097728 3433 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.04 2.18 2.17 4/172 25680
/proc/meminfo: memFree=30227116/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 31042 0 0 0 5 4 0 0 20 0 4 0 30265714 1333334016 31851 33554432000 4194304 16246674 140734311362576 140734311361888 8055408 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 325521 31868 799 2943 0 322415 0
[pid=25680/tid=25681] ppid=25677 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1333334016 31879 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1333334016 31890 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1333334016 31901 33554432000 4194304 16246674 140734311362576 139970836688048 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.200511 s]
/proc/loadavg: 2.04 2.18 2.17 4/172 25680
/proc/meminfo: memFree=30227116/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 44000 0 0 0 14 5 0 0 20 0 4 0 30265714 1343819776 45320 33554432000 4194304 16246674 140734311362576 140734311361888 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 328081 45320 799 2943 0 324975 0
[pid=25680/tid=25681] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 45320 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 45320 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 45320 33554432000 4194304 16246674 140734311362576 139970836688048 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.300473 s]
/proc/loadavg: 2.04 2.18 2.17 4/172 25680
/proc/meminfo: memFree=30227116/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 46991 0 0 0 23 6 0 0 20 0 4 0 30265714 1343819776 48311 33554432000 4194304 16246674 140734311362576 140734311361888 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 328081 48311 799 2943 0 324975 0
[pid=25680/tid=25681] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 48311 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 48311 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 48311 33554432000 4194304 16246674 140734311362576 139970836688048 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.700373 s]
/proc/loadavg: 2.04 2.18 2.17 4/172 25680
/proc/meminfo: memFree=30227116/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 70124 0 0 0 61 8 0 0 20 0 4 0 30265714 1343819776 71444 33554432000 4194304 16246674 140734311362576 140734311360448 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 328081 71444 801 2943 0 324975 0
[pid=25680/tid=25681] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 71444 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 71444 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1343819776 71444 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1312324

[startup+1.50041 s]
/proc/loadavg: 2.04 2.18 2.17 4/176 25684
/proc/meminfo: memFree=29842640/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1327684 CPUtime=1.48 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 80060 0 0 0 139 9 0 0 20 0 4 0 30265714 1359548416 83935 33554432000 4194304 16246674 140734311362576 140734311360448 4222282 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 331921 83940 811 2943 0 328815 0
[pid=25680/tid=25681] ppid=25677 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1359548416 83944 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1359548416 83948 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1359548416 83952 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1327684

[startup+3.10042 s]
/proc/loadavg: 2.04 2.18 2.17 4/176 25684
/proc/meminfo: memFree=29599260/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=3.09 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 125241 0 0 0 293 16 0 0 20 0 4 0 30265714 1439240192 129627 33554432000 4194304 16246674 140734311362576 140734311361672 6762824 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 129627 838 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 129627 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 129627 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 129627 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1405508

[startup+6.30035 s]
/proc/loadavg: 2.12 2.20 2.18 4/176 25684
/proc/meminfo: memFree=29133952/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=6.29 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 199159 0 0 0 603 26 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 140734311344448 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 203545 888 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1405508

[startup+12.7072 s]
/proc/loadavg: 2.19 2.21 2.18 3/176 25684
/proc/meminfo: memFree=28895344/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=12.69 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 199159 0 0 0 1243 26 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 140734311344448 5711784 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 203545 888 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1405508

[startup+25.5004 s]
/proc/loadavg: 2.22 2.22 2.18 3/183 25698
/proc/meminfo: memFree=28049816/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=25.48 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 199159 0 0 0 2522 26 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 140734311344448 5711697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 203545 888 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1405508

[startup+51.1003 s]
/proc/loadavg: 2.23 2.21 2.18 4/183 25698
/proc/meminfo: memFree=24152920/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=51.09 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 199159 0 0 0 5083 26 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 140734311344448 13780624 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 203545 888 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1405508

[startup+102.3 s]
/proc/loadavg: 2.37 2.24 2.19 3/183 25699
/proc/meminfo: memFree=17840076/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1405508 CPUtime=102.27 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 199159 0 0 0 10201 26 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 140734311344448 5712608 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 351377 203545 888 2943 0 348271 0
[pid=25680/tid=25681] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1405508 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1439240192 203545 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1405508


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

/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1530466304 315559 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1494596

[startup+1302.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 25779
/proc/meminfo: memFree=21668596/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1496644 CPUtime=1302.07 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 311594 0 0 0 130073 134 0 0 20 0 4 0 30265714 1532563456 315959 33554432000 4194304 16246674 140734311362576 140734311361752 13950232 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374161 315959 892 2943 0 371055 0
[pid=25680/tid=25681] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 315959 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 315959 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 315959 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1496644

[startup+1362.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/183 25780
/proc/meminfo: memFree=21666536/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1496644 CPUtime=1362.07 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 311797 0 0 0 136067 140 0 0 20 0 4 0 30265714 1532563456 316162 33554432000 4194304 16246674 140734311362576 140734311361752 5546214 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374161 316162 892 2943 0 371055 0
[pid=25680/tid=25681] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 316162 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 316162 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1496644 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1532563456 316162 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1496644

[startup+1422.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/184 25785
/proc/meminfo: memFree=21607836/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1497668 CPUtime=1422.06 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312053 0 0 0 142061 145 0 0 20 0 4 0 30265714 1533612032 316418 33554432000 4194304 16246674 140734311362576 140734311361752 5546085 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374417 316418 892 2943 0 371311 0
[pid=25680/tid=25681] ppid=25677 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1533612032 316418 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1533612032 316418 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1533612032 316418 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1497668

[startup+1482.31 s]
/proc/loadavg: 2.10 2.16 2.17 4/184 25809
/proc/meminfo: memFree=21533956/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1498692 CPUtime=1482.05 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312120 0 0 0 148055 150 0 0 20 0 4 0 30265714 1534660608 316485 33554432000 4194304 16246674 140734311362576 140734311361672 12483286 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374673 316485 892 2943 0 371567 0
[pid=25680/tid=25681] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316485 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316485 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316485 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1498692

[startup+1542.3 s]
/proc/loadavg: 2.21 2.18 2.17 4/183 25810
/proc/meminfo: memFree=21471120/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1498692 CPUtime=1542.04 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312309 0 0 0 154047 157 0 0 20 0 4 0 30265714 1534660608 316674 33554432000 4194304 16246674 140734311362576 140734311361752 5546173 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374673 316674 892 2943 0 371567 0
[pid=25680/tid=25681] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316674 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316674 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1498692 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1534660608 316674 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1498692

[startup+1602.3 s]
/proc/loadavg: 2.22 2.18 2.17 4/183 25811
/proc/meminfo: memFree=21393708/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1499716 CPUtime=1602.02 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312496 0 0 0 160039 163 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 140734311361752 13874569 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374929 316861 892 2943 0 371823 0
[pid=25680/tid=25681] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 1499716

[startup+1662.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/183 25812
/proc/meminfo: memFree=20954032/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1499716 CPUtime=1662.02 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312496 0 0 0 166034 168 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 140734311361752 5722912 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374929 316861 892 2943 0 371823 0
[pid=25680/tid=25681] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1499716

[startup+1722.3 s]
/proc/loadavg: 2.08 2.14 2.16 4/183 25814
/proc/meminfo: memFree=19331152/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1499716 CPUtime=1722.01 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312496 0 0 0 172030 171 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 140734311344448 5721677 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 374929 316861 892 2943 0 371823 0
[pid=25680/tid=25681] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1499716 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1535709184 316861 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1499716

[startup+1782.3 s]
/proc/loadavg: 2.24 2.17 2.17 3/183 25815
/proc/meminfo: memFree=18933436/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1501764 CPUtime=1782 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 312841 0 0 0 178022 178 0 0 20 0 4 0 30265714 1537806336 317206 33554432000 4194304 16246674 140734311362576 140734311361752 12875598 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 375441 317206 892 2943 0 372335 0
[pid=25680/tid=25681] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317206 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317206 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317206 33554432000 4194304 16246674 140734311362576 139970836688048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1501764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.23 2.18 2.17 4/183 25815
/proc/meminfo: memFree=18932164/32872528 swapFree=1370848/1518016
[pid=25680] ppid=25677 vsize=1501764 CPUtime=1800 cores=0,2,4,6
/proc/25680/stat : 25680 (toysat) R 25677 25680 24737 0 -1 4202496 313077 0 0 0 179820 180 0 0 20 0 4 0 30265714 1537806336 317442 33554432000 4194304 16246674 140734311362576 140734311361752 5721633 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25680/statm: 375441 317442 892 2943 0 372335 0
[pid=25680/tid=25681] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25681/stat : 25681 (toysat) S 25677 25680 24737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317442 33554432000 4194304 16246674 140734311362576 139970964598000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=25680/tid=25682] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25682/stat : 25682 (toysat) S 25677 25680 24737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317442 33554432000 4194304 16246674 140734311362576 139970954108144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=25680/tid=25683] ppid=25677 vsize=1501764 CPUtime=0 cores=0,2,4,6
/proc/25680/task/25683/stat : 25683 (toysat) S 25677 25680 24737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30265714 1537806336 317442 33554432000 4194304 16246674 140734311362576 139970836688048 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) 1501764

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 25680 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.31
CPU time (s): 1800.01
CPU user time (s): 1798.21
CPU system time (s): 1.80272
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 1501764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.21
system time used= 1.80272
maximum resident set size= 1269768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313077
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= 95
involuntary context switches= 1865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.82127 second user time and 6.83696 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 22:36:32
IDJOB=4107086
IDBENCH=71870
IDSOLVER=2542
FILE ID=node129/4107086-1466282192
RUNJOBID= node129-1466274985-24753
PBS_JOBID= 19918243
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__2048.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107086-1466282192/watcher-4107086-1466282192 -o /tmp/evaluation-result-4107086-1466282192/solver-4107086-1466282192 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466274985-24753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107086-1466282192.opb

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

MD5SUM BENCH= 5a6a489f861071b99676244553a9826e
RANDOM SEED=1964301495

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30228108 kB
Buffers:          164176 kB
Cached:           216944 kB
SwapCached:         1940 kB
Active:           131196 kB
Inactive:         256872 kB
Active(anon):       8040 kB
Inactive(anon):     1076 kB
Active(file):     123156 kB
Inactive(file):   255796 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             32292 kB
Writeback:             0 kB
AnonPages:       1521988 kB
Mapped:             7068 kB
Shmem:                 0 kB
Slab:             604428 kB
SReclaimable:      47984 kB
SUnreclaim:       556444 kB
KernelStack:        1400 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1618460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71636 MiB
End job on node129 at 2016-06-18 23:06:33