Trace number 4107598

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.09 1800.37

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/
rand.smallist/normalized-randd6bc17.cudf.trendy.opb
MD5SUMd67dac7e06dfeb8b53756e448890550b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.25381
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5835
Total number of constraints16856
Number of constraints which are clauses16856
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1147
Number of terms in the objective function 2968
Biggest coefficient in the objective function 3281379256
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 3760456211323
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 3281379256
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 3760456211323
Number of bits of the biggest sum of numbers42
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:04:07+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-4107598-1466287447.opb"]
0.00/0.01	c use --random-gen="3825471663 2042093625 2230432966 1270664575 2622082200 1302317043 4050305087 2876098155 245685206 4272356093 2065956223 3932269408 3827944802 3952626772 1499068833 4133911041 2340228521 2168051882 4044877697 1978401182 3797259933 2825359685 3738167070 1706804897 2858308731 2304637119 3482698081 3200459593 3695340910 615335318 3670911713 3696378139 2407314402 1899721080 2052501316 2105945621 1832579736 1584634785 279589241 840658135 1080948069 2687703284 568514891 3367695536 2473765689 3408526080 2152190167 2825402871 553253303 2881666851 1790197098 359951012 61731840 4291618983 1673078552 37380688 144205709 2343835160 2373643840 2948390896 3557803444 1445368727 325474384 3951031835 2964842149 55782864 3933471358 3451941271 4079143179 89210227 91665052 848076097 3187711839 1149104540 2738185145 3008265993 906933413 1226914536 922949933 2141122769 2504347640 789601653 1450827947 3660740581 4032419217 200833137 1604063738 2707965163 4164693186 1296418426 3397314394 3338141054 3440065140 1103429369 1275296906 3223656851 3667422959 755325591 2843162516 2053336285 201779251 1175072486 3898492017 4292866473 3213195602 3217265049 3139023464 982510038 767545770 1705519678 1897491187 3399285576 3126829398 330231486 464230034 783416255 2936047628 3827717010 1317530466 372832006 3625164511 2901309873 3776301755 3352567207 2948409234 2393514776 1231090392 4107948589 1841399700 1347853458 823051042 2447811598 2126957753 3849602970 1407374009 2225255201 2561216090 1832084709 3385414442 554696807 3940648083 378612917 3852436925 1895015837 506067431 430388496 3011283235 3981676366 3418823787 3875074079 869052217 401620260 3926250293 854645352 2403737317 1624491425 1232103764 839302834 2594998844 395583474 3415499636 2204074217 4057845841 2386913466 3481984132 3258555394 3621386919 2428657753 115591857 3450937893 2497394671 2042517828 1155949372 1376688765 3847090126 105502589 2018482023 1429009332 134765542 1415844420 2251935336 1898278580 1710741334 742450124 4263957706 1728969888 3042246091 236079905 931694404 3191640189 39319658 2431404344 506396427 1012828873 3119733544 2644817473 2301913191 3860071487 2406357729 4217218454 1904405266 4039364574 537441205 3569440357 2475453056 2254180183 35114798 4199112444 3761476455 1656880286 3728092415 1305302295 1052193289 4293117648 1012036265 3494030925 2679884912 2091652753 1860208671 2436231412 1870579110 2190065361 3931737978 766247070 330341673 565944790 2597305796 158734668 3738657821 2300764297 3002015773 2984287698 2173990465 43208947 1939110955 3725785893 3827778364 3337525706 2249067516 72551036 2023138392 1700891346 2673189056 4165382001 956562417 1140017538 2667179471 1940774664 3900721315 1773971814 806887804 1552865043 2740725352 3709856345 3366417549 2349084206 255 362436" option to reproduce the execution
0.09/0.14	c #vars 5835
0.09/0.14	c #constraints 16856
0.29/0.33	c BCD2: Hardening is enabled.
0.29/0.33	c BCD2: BiasedSearch is enabled.
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     6902      0 |     1704 |        0
0.29/0.39	c  0.1s |       0 |      859 |        3 |     6902      0 |     1704 |     5959
0.29/0.39	c #cpu_time = 0.061s
0.29/0.39	c #wall_clock_time = 0.061s
0.29/0.39	c #decision = 859
0.29/0.39	c #random_decision = 3
0.29/0.39	c #conflict = 3
0.29/0.39	c #restart = 0
0.29/0.39	o 1851130707091
1778.32/1778.63	c BCD2: updating upper bound: 3760456211323 -> 1851130707090

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

pid=25709
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.00 2.03 2.00 3/178 25712
/proc/meminfo: memFree=28085012/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=416188 CPUtime=0 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 1501 0 0 0 0 0 0 0 20 0 4 0 30790294 426176512 1352 33554432000 4194304 16246674 140735762596736 140735762596160 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 104815 1361 441 2943 0 101709 0
[pid=25712/tid=25713] ppid=25709 vsize=432572 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 442953728 1415 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=436668 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 447148032 1432 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=440764 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30790294 451342336 1448 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100127 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 25712
/proc/meminfo: memFree=28085012/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 25429 0 0 0 6 3 0 0 20 0 4 0 30790294 1249447936 25217 33554432000 4194304 16246674 140735762596736 140735762596048 4220897 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 305041 25217 799 2943 0 301935 0
[pid=25712/tid=25713] ppid=25709 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1249447936 25217 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1249447936 25217 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1249447936 25217 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.20047 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 25712
/proc/meminfo: memFree=28085012/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 45723 0 0 0 12 7 0 0 20 0 4 0 30790294 1333334016 45511 33554432000 4194304 16246674 140735762596736 140735762596048 6777520 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 325521 45511 833 2943 0 322415 0
[pid=25712/tid=25713] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 45511 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 45511 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 45511 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300424 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 25712
/proc/meminfo: memFree=28085012/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1302084 CPUtime=0.29 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 52215 0 0 0 21 8 0 0 20 0 4 0 30790294 1333334016 52003 33554432000 4194304 16246674 140735762596736 140735762596048 13956064 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 325521 52011 836 2943 0 322415 0
[pid=25712/tid=25713] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 52015 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 52020 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1333334016 52025 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700385 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 25712
/proc/meminfo: memFree=28085012/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1311300 CPUtime=0.69 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 117525 0 0 0 52 17 0 0 20 0 4 0 30790294 1342771200 117313 33554432000 4194304 16246674 140735762596736 140735762596048 12652021 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 327825 117318 898 2943 0 324719 0
[pid=25712/tid=25713] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 117321 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 117325 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 117328 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1311300

[startup+1.50039 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 25716
/proc/meminfo: memFree=27254528/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1311300 CPUtime=1.49 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 269023 0 0 0 112 37 0 0 20 0 4 0 30790294 1342771200 268811 33554432000 4194304 16246674 140735762596736 140735762578624 12371164 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 327825 268811 898 2943 0 324719 0
[pid=25712/tid=25713] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268811 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268811 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268811 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1311300

[startup+3.10039 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 25716
/proc/meminfo: memFree=27010248/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1311300 CPUtime=3.09 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 269024 0 0 0 272 37 0 0 20 0 4 0 30790294 1342771200 268812 33554432000 4194304 16246674 140735762596736 140735762594560 12429797 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25712/statm: 327825 268812 898 2943 0 324719 0
[pid=25712/tid=25713] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268812 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268812 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1342771200 268812 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1311300

[startup+6.30041 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 25716
/proc/meminfo: memFree=27008940/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1312324 CPUtime=6.28 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 269280 0 0 0 591 37 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140735762578624 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 328081 269068 898 2943 0 324975 0
[pid=25712/tid=25713] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1312324

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 4/182 25716
/proc/meminfo: memFree=26871688/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1312324 CPUtime=12.68 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 269280 0 0 0 1231 37 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140735762578624 12429087 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 328081 269068 898 2943 0 324975 0
[pid=25712/tid=25713] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1343819776 269068 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1312324

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 25716
/proc/meminfo: memFree=26767988/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1318468 CPUtime=25.48 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 270816 0 0 0 2511 37 0 0 20 0 4 0 30790294 1350111232 270604 33554432000 4194304 16246674 140735762596736 140735762578624 12449348 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 329617 270604 898 2943 0 326511 0
[pid=25712/tid=25713] ppid=25709 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1350111232 270604 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1350111232 270604 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1350111232 270604 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1318468

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25717
/proc/meminfo: memFree=26582952/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1327684 CPUtime=51.08 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 273120 0 0 0 5070 38 0 0 20 0 4 0 30790294 1359548416 272908 33554432000 4194304 16246674 140735762596736 140735762578624 12654386 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 331921 272908 898 2943 0 328815 0
[pid=25712/tid=25713] ppid=25709 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1359548416 272908 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1359548416 272908 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1327684 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1359548416 272908 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1327684

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 25718
/proc/meminfo: memFree=26255016/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1333828 CPUtime=102.28 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 274532 0 0 0 10190 38 0 0 20 0 4 0 30790294 1365839872 274320 33554432000 4194304 16246674 140735762596736 140735762578624 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 333457 274320 898 2943 0 330351 0
[pid=25712/tid=25713] ppid=25709 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1365839872 274320 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1365839872 274320 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1333828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1365839872 274320 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1333828


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

/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14351405056 3444760 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 14015044

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 25749
/proc/meminfo: memFree=13254308/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14058052 CPUtime=1362.08 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6362860 0 0 0 135186 1022 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140735762595832 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3514513 3455512 903 2943 0 3511407 0
[pid=25712/tid=25713] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 14058052

[startup+1422.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 25750
/proc/meminfo: memFree=13447776/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14058052 CPUtime=1422.07 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6362860 0 0 0 141182 1025 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140735762594688 14014083 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3514513 3455512 903 2943 0 3511407 0
[pid=25712/tid=25713] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589308812304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14058052 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14395445248 3455512 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 14058052

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 25751
/proc/meminfo: memFree=13079732/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14088772 CPUtime=1482.06 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6370540 0 0 0 147176 1030 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140735762595832 4221019 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3522193 3463192 903 2943 0 3519087 0
[pid=25712/tid=25713] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 14088772

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 25753
/proc/meminfo: memFree=12298816/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14088772 CPUtime=1542.06 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6370540 0 0 0 153171 1035 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140735762594688 14013895 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3522193 3463192 903 2943 0 3519087 0
[pid=25712/tid=25713] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589308812304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463192 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 14088772

[startup+1602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/184 25806
/proc/meminfo: memFree=16138328/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14088772 CPUtime=1602.04 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6370540 0 0 0 159167 1037 0 0 20 0 4 0 30790294 14426902528 3463448 33554432000 4194304 16246674 140735762596736 140735762595832 4221122 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3522193 3463448 903 2943 0 3519087 0
[pid=25712/tid=25713] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463448 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463448 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14088772 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14426902528 3463448 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 14088772

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 25807
/proc/meminfo: memFree=15925644/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14300740 CPUtime=1662.03 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6370899 0 0 0 165156 1047 0 0 20 0 4 0 30790294 14643957760 3516440 33554432000 4194304 16246674 140735762596736 140735762594688 13899629 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3575185 3516440 903 2943 0 3572079 0
[pid=25712/tid=25713] ppid=25709 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14643957760 3516440 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14643957760 3516440 33554432000 4194304 16246674 140735762596736 140589308812304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14300740 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14643957760 3516440 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 14300740

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/183 25808
/proc/meminfo: memFree=15707800/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14517828 CPUtime=1722.02 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6371005 0 0 0 171148 1054 0 0 20 0 4 0 30790294 14866255872 3570712 33554432000 4194304 16246674 140735762596736 140735762594688 14013920 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3629457 3570712 903 2943 0 3626351 0
[pid=25712/tid=25713] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570712 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570712 33554432000 4194304 16246674 140735762596736 140589308812304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570712 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 14517828

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/183 25809
/proc/meminfo: memFree=15694688/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=14517828 CPUtime=1782.02 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6371008 0 0 0 177143 1059 0 0 20 0 4 0 30790294 14866255872 3570715 33554432000 4194304 16246674 140735762596736 140735762595912 4220936 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 3629457 3570715 906 2943 0 3626351 0
[pid=25712/tid=25713] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570715 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570715 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=14517828 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 14866255872 3570715 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 14517828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/183 25809
/proc/meminfo: memFree=28551048/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1686084 CPUtime=1800.01 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6390572 0 0 0 178863 1138 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140735762578624 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 421521 362779 906 2943 0 418415 0
[pid=25712/tid=25713] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1686084

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

[startup+1800.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/183 25809
/proc/meminfo: memFree=28551048/32872528 swapFree=534252/566956
[pid=25712] ppid=25709 vsize=1686084 CPUtime=1800.01 cores=0,2,4,6
/proc/25712/stat : 25712 (toysat) R 25709 25712 24407 0 -1 4202496 6390572 0 0 0 178863 1138 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140735762578624 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25712/statm: 421521 362779 906 2943 0 418415 0
[pid=25712/tid=25713] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25713/stat : 25713 (toysat) S 25709 25712 24407 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589319302384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=25712/tid=25714] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25714/stat : 25714 (toysat) S 25709 25712 24407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589308812528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=25712/tid=25715] ppid=25709 vsize=1686084 CPUtime=0 cores=0,2,4,6
/proc/25712/task/25715/stat : 25715 (toysat) S 25709 25712 24407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30790294 1726550016 362779 33554432000 4194304 16246674 140735762596736 140589298338992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1686084

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.37
CPU time (s): 1800.09
CPU user time (s): 1788.64
CPU system time (s): 11.4483
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 14814788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.64
system time used= 11.4483
maximum resident set size= 14578896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6390572
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= 507
involuntary context switches= 2365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77327 second user time and 6.91995 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 00:04:07
IDJOB=4107598
IDBENCH=72343
IDSOLVER=2542
FILE ID=node138/4107598-1466287447
RUNJOBID= node138-1466276409-24423
PBS_JOBID= 19918262
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.smallist/normalized-randd6bc17.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-4107598-1466287447/watcher-4107598-1466287447 -o /tmp/evaluation-result-4107598-1466287447/solver-4107598-1466287447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466276409-24423 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107598-1466287447.opb

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

MD5SUM BENCH= d67dac7e06dfeb8b53756e448890550b
RANDOM SEED=289674403

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28084904 kB
Buffers:          155992 kB
Cached:           287592 kB
SwapCached:         1060 kB
Active:          3168000 kB
Inactive:         307096 kB
Active(anon):    3031688 kB
Inactive(anon):     1696 kB
Active(file):     136312 kB
Inactive(file):   305400 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:             16732 kB
Writeback:             4 kB
AnonPages:       3597512 kB
Mapped:             9924 kB
Shmem:                 0 kB
Slab:             608484 kB
SReclaimable:      52024 kB
SUnreclaim:       556460 kB
KernelStack:        1448 kB
PageTables:        10652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3740884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node138 at 2016-06-19 00:34:07