Trace number 4107694

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.08 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/9orless/normalized-inetutils-syslogd.cudf.trendy.opb
MD5SUMb14ca3834b2e104acbb3f1e9572e37b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2782825956584
Best CPU time to get the best result obtained on this benchmark88.8095
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
Number of bits of the biggest sum of numbers48
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-19T00:32:12+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-4107694-1466289132.opb"]
0.00/0.01	c use --random-gen="3874201729 629955154 446877262 24515619 3582474646 1959607352 3299759755 414108855 3148479435 2104058268 3327532410 730019056 3853936834 3299685758 2982755729 1321223900 1961928346 510476207 3607921805 2823334091 1725805430 3476426297 1361952026 697645118 1879534637 818469040 2945304412 1259933338 2267753167 1153159066 3405531036 1879040084 3007191824 2600060374 1929185567 1216587270 727485377 3786972548 724100084 1625611835 1296430351 681726186 2736073085 2659662415 2775839359 446431656 4238485758 2066098118 2452129872 1704571260 1677812408 2947482920 3824400573 2371061607 2859149264 1449483281 1120539453 2118681813 3420447843 867511358 766560111 2551778450 1285852867 1301824958 896797967 3416860476 3678157133 1173372044 2755125646 3987829054 3912449071 4119710950 3185753064 3249387487 3692015532 2810676557 836597020 2970877239 3195435591 1507816997 3090005165 2430098318 1840794054 1136578724 2834563881 1479760108 2124161581 4176440418 641810716 2774231533 1267359834 2733083296 1620191127 476569595 69299467 2755913212 1517224001 337359316 3341402931 2798078381 1755995182 2939170501 3464967199 3467787647 1135356437 669109844 2646696396 2794999925 1440825338 3745682112 1596981028 1128513617 3213096850 2599283668 1304968309 1290844108 3361200040 1484984991 1496026511 3914135206 762892939 1792598943 3350115277 3236459570 335765438 3012171388 1212005162 669646420 1968714760 3029953842 2549265165 53226665 211456874 1743788704 710923396 2496292332 460275799 1461083439 3770712528 2388052643 1435624930 704087329 2724618005 2842644929 580382570 3485641537 1859600333 1199100775 2971782333 788075448 2147861234 1704187940 1854137983 3001078805 3015946370 1242505109 2271139664 469796511 990423517 510274327 3580016010 4207832475 2841389986 1448853453 1692745600 3552909323 2513963868 3866387085 3601552461 2575941558 2663530007 2829271688 424545137 2046783100 2236247034 2787411112 846000975 819741994 1263661968 2737468134 251627918 3726465862 300860761 2447687225 3790653410 1502095566 2871185105 659348184 2152537617 3406223243 273131468 3090256676 3067178913 1245336906 743442416 3982783488 1504101809 2004681064 2408122965 225985010 3245727421 4218080702 1169443874 4086951377 3791563819 1645984108 710500402 1388063840 1084532698 3358187160 3644873475 4070393556 618071842 802545160 885287721 3022637706 1751320899 1016852028 523394039 3646400623 408320391 603178523 738352147 1337698065 2673184884 4236685652 367218369 2937094999 375203033 2757979377 1887107439 3008391779 969094704 3720531907 185409905 870016219 3695968002 3295442810 846882662 3363598515 2775008250 3748147225 4137503667 1800797560 4029704821 1096359833 397709041 2315619204 3631167609 1982506388 121102350 763847845 2989913047 2429426913 3338199309 3226118538 255 362436" option to reproduce the execution
0.69/0.73	c #vars 21101
0.69/0.73	c #constraints 100032
2.30/2.31	c BCD2: Hardening is enabled.
2.30/2.31	c BCD2: BiasedSearch is enabled.
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |    39935      0 |     1202 |        0
2.99/3.09	c  0.8s |       1 |    80464 |      100 |    39935      0 |     1204 |     1333
5.09/5.14	c  2.8s |       2 |   295125 |      250 |    43929      0 |     1204 |     1333
5.89/5.94	c  3.6s |       2 |   398825 |      334 |    48322      0 |     1204 |     1333
5.89/5.94	c #cpu_time = 3.610s
5.89/5.94	c #wall_clock_time = 3.619s
5.89/5.94	c #decision = 398825
5.89/5.94	c #random_decision = 1146
5.89/5.94	c #conflict = 334
5.89/5.94	c #restart = 2
5.89/5.94	o 50987743124437

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

pid=25030
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.26 2.26 2.27 3/181 25033
/proc/meminfo: memFree=28673612/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 2884 0 0 0 0 0 0 0 20 0 4 0 30959160 788983808 3245 33554432000 4194304 16246674 140734104625248 140734104624672 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 193391 3255 441 2943 0 190285 0
[pid=25033/tid=25034] ppid=25030 vsize=788924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 807858176 3317 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=794044 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 813101056 3334 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=798140 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 817295360 3351 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.26 2.26 2.27 3/181 25033
/proc/meminfo: memFree=28673612/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 30847 0 0 0 5 4 0 0 20 0 4 0 30959160 1334382592 31146 33554432000 4194304 16246674 140734104625248 140734104623040 8058796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 325777 31163 799 2943 0 322671 0
[pid=25033/tid=25034] ppid=25030 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1334382592 31173 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1334382592 31185 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1334382592 31196 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200551 s]
/proc/loadavg: 2.26 2.26 2.27 3/181 25033
/proc/meminfo: memFree=28673612/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 51615 0 0 0 12 7 0 0 20 0 4 0 30959160 1344868352 52424 33554432000 4194304 16246674 140734104625248 140734104623040 7364408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 328337 52424 799 2943 0 325231 0
[pid=25033/tid=25034] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 52424 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 52424 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 52424 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300523 s]
/proc/loadavg: 2.26 2.26 2.27 3/181 25033
/proc/meminfo: memFree=28673612/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 63865 0 0 0 21 8 0 0 20 0 4 0 30959160 1344868352 64674 33554432000 4194304 16246674 140734104625248 140734104623040 4220921 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 328337 64674 800 2943 0 325231 0
[pid=25033/tid=25034] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 64674 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 64674 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1344868352 64674 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700439 s]
/proc/loadavg: 2.26 2.26 2.27 3/181 25033
/proc/meminfo: memFree=28673612/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1319492 CPUtime=0.69 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 75569 0 0 0 59 10 0 0 20 0 4 0 30959160 1351159808 77400 33554432000 4194304 16246674 140734104625248 140734104623040 8057245 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 329873 77400 800 2943 0 326767 0
[pid=25033/tid=25034] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 77400 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 77400 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 77400 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50042 s]
/proc/loadavg: 2.24 2.26 2.26 3/185 25037
/proc/meminfo: memFree=28219220/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1319492 CPUtime=1.49 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 191667 0 0 0 121 28 0 0 20 0 4 0 30959160 1351159808 193499 33554432000 4194304 16246674 140734104625248 140734104607168 6965261 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 329873 193510 840 2943 0 326767 0
[pid=25033/tid=25034] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 193515 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 193522 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1351159808 193527 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10042 s]
/proc/loadavg: 2.24 2.26 2.26 3/185 25037
/proc/meminfo: memFree=27570884/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=3.09 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273565 0 0 0 268 41 0 0 20 0 4 0 30959160 1370034176 275907 33554432000 4194304 16246674 140734104625248 140734104607168 5991592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275907 889 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275907 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275907 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275907 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30043 s]
/proc/loadavg: 2.22 2.25 2.26 3/185 25037
/proc/meminfo: memFree=27571044/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=6.29 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273640 0 0 0 588 41 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 140734104607168 12449200 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275982 904 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1337924

[startup+12.7004 s]
/proc/loadavg: 2.28 2.27 2.27 3/185 25037
/proc/meminfo: memFree=27571592/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=12.69 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273640 0 0 0 1228 41 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 140734104607168 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275982 904 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1337924

[startup+25.5005 s]
/proc/loadavg: 2.32 2.27 2.27 3/185 25037
/proc/meminfo: memFree=27572324/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=25.49 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273640 0 0 0 2508 41 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 140734104607168 12429087 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275982 904 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1337924

[startup+51.1004 s]
/proc/loadavg: 2.32 2.28 2.27 3/185 25037
/proc/meminfo: memFree=27570152/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=51.08 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273640 0 0 0 5067 41 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 140734104607168 12654419 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275982 904 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275982 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1337924

[startup+102.301 s]
/proc/loadavg: 2.30 2.28 2.27 3/185 25038
/proc/meminfo: memFree=27556432/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1337924 CPUtime=102.28 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 273641 0 0 0 10187 41 0 0 20 0 4 0 30959160 1370034176 275983 33554432000 4194304 16246674 140734104625248 140734104623104 12371136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 334481 275983 904 2943 0 331375 0
[pid=25033/tid=25034] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275983 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275983 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1370034176 275983 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1337924


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

/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1446580224 294927 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 1412676

[startup+1302.3 s]
/proc/loadavg: 2.34 2.29 2.27 4/185 25117
/proc/meminfo: memFree=27553364/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1506884 CPUtime=1302.05 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 315969 0 0 0 130153 52 0 0 20 0 4 0 30959160 1543049216 318479 33554432000 4194304 16246674 140734104625248 140734104623040 4221019 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 376721 318479 904 2943 0 373615 0
[pid=25033/tid=25034] ppid=25030 vsize=1506884 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1543049216 318479 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1506884 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1543049216 318479 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1506884 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1543049216 318479 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1506884

[startup+1362.3 s]
/proc/loadavg: 2.25 2.26 2.26 3/185 25118
/proc/meminfo: memFree=27521524/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1538628 CPUtime=1362.03 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 323905 0 0 0 136150 53 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 140734104607168 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 384657 326415 904 2943 0 381551 0
[pid=25033/tid=25034] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 1538628

[startup+1422.3 s]
/proc/loadavg: 2.32 2.27 2.27 3/185 25119
/proc/meminfo: memFree=27521416/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1538628 CPUtime=1422.03 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 323905 0 0 0 142150 53 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 140734104624560 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 384657 326415 904 2943 0 381551 0
[pid=25033/tid=25034] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1538628 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1575555072 326415 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1538628

[startup+1482.3 s]
/proc/loadavg: 2.34 2.28 2.27 4/185 25121
/proc/meminfo: memFree=27495652/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1564228 CPUtime=1482.01 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 330305 0 0 0 148147 54 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 140734104623040 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 391057 332815 904 2943 0 387951 0
[pid=25033/tid=25034] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750435429392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 1564228

[startup+1542.31 s]
/proc/loadavg: 2.36 2.29 2.27 3/185 25122
/proc/meminfo: memFree=27495432/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1564228 CPUtime=1542.01 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 330305 0 0 0 154147 54 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 140734104607168 12449252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 391057 332815 904 2943 0 387951 0
[pid=25033/tid=25034] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 1564228

[startup+1602.3 s]
/proc/loadavg: 2.31 2.28 2.27 3/185 25123
/proc/meminfo: memFree=27495336/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1564228 CPUtime=1601.98 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 330305 0 0 0 160144 54 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 140734104623040 4220807 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 391057 332815 904 2943 0 387951 0
[pid=25033/tid=25034] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1564228 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1601769472 332815 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1564228

[startup+1662.3 s]
/proc/loadavg: 2.25 2.27 2.27 4/185 25124
/proc/meminfo: memFree=27491392/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1568324 CPUtime=1661.98 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 331329 0 0 0 166143 55 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 140734104623104 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 392081 333839 904 2943 0 388975 0
[pid=25033/tid=25034] ppid=25030 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1568324 CPUtime=0.01 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 1568324

[startup+1722.3 s]
/proc/loadavg: 2.33 2.29 2.27 3/186 25128
/proc/meminfo: memFree=27491464/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1568324 CPUtime=1721.97 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 331329 0 0 0 172142 55 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 140734104607168 4225343 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 392081 333839 904 2943 0 388975 0
[pid=25033/tid=25034] ppid=25030 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1568324 CPUtime=0.01 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1605963776 333839 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1568324

[startup+1782.3 s]
/proc/loadavg: 2.26 2.28 2.27 3/186 25153
/proc/meminfo: memFree=27487716/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1571396 CPUtime=1781.96 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 332097 0 0 0 178141 55 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 140734104623040 13008976 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 392849 334607 904 2943 0 389743 0
[pid=25033/tid=25034] ppid=25030 vsize=1571396 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1571396 CPUtime=0.01 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1571396 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 1571396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.27 2.27 4/185 25153
/proc/meminfo: memFree=27487828/32872528 swapFree=1505436/1685308
[pid=25033] ppid=25030 vsize=1571396 CPUtime=1800.06 cores=1,3,5,7
/proc/25033/stat : 25033 (toysat) R 25030 25033 21389 0 -1 4202496 332097 0 0 0 179951 55 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 140734104607168 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25033/statm: 392849 334607 904 2943 0 389743 0
[pid=25033/tid=25034] ppid=25030 vsize=1571396 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25034/stat : 25034 (toysat) S 25030 25033 21389 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750445919472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=25033/tid=25035] ppid=25030 vsize=1571396 CPUtime=0.01 cores=1,3,5,7
/proc/25033/task/25035/stat : 25035 (toysat) S 25030 25033 21389 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750435429616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=25033/tid=25036] ppid=25030 vsize=1571396 CPUtime=0 cores=1,3,5,7
/proc/25033/task/25036/stat : 25036 (toysat) S 25030 25033 21389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30959160 1609109504 334607 33554432000 4194304 16246674 140734104625248 139750316960944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1571396

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 25033 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.42
CPU time (s): 1800.08
CPU user time (s): 1799.52
CPU system time (s): 0.562914
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 1571396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.562914
maximum resident set size= 1338428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332097
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= 1818
involuntary context switches= 1820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65529 second user time and 6.81096 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 00:32:12
IDJOB=4107694
IDBENCH=72480
IDSOLVER=2542
FILE ID=node135/4107694-1466289132
RUNJOBID= node135-1466266561-21406
PBS_JOBID= 19918237
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-inetutils-syslogd.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107694-1466289132/watcher-4107694-1466289132 -o /tmp/evaluation-result-4107694-1466289132/solver-4107694-1466289132 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466266561-21406 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107694-1466289132.opb

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

MD5SUM BENCH= b14ca3834b2e104acbb3f1e9572e37b8
RANDOM SEED=1387162122

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28674148 kB
Buffers:          171516 kB
Cached:           302988 kB
SwapCached:          716 kB
Active:          1447892 kB
Inactive:         321392 kB
Active(anon):    1294780 kB
Inactive(anon):     2084 kB
Active(file):     153112 kB
Inactive(file):   319308 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             19804 kB
Writeback:             0 kB
AnonPages:       3017964 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             606636 kB
SReclaimable:      50612 kB
SUnreclaim:       556024 kB
KernelStack:        1536 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3123420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71664 MiB
End job on node135 at 2016-06-19 01:02:13