Trace number 4107678

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

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/9orless/normalized-kblocks.cudf.trendy.opb
MD5SUMdbfce0535eb18a868b08456715062800
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2701659046634
Best CPU time to get the best result obtained on this benchmark99.8068
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:30:14+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-4107678-1466289013.opb"]
0.00/0.01	c use --random-gen="288993068 3677671673 2870249986 3605424360 2447481157 1209632417 171001381 1771704210 2346038547 2758654968 3226172211 3265394853 3828690558 873842008 3565730341 1140085386 4038519790 1781769896 1118409387 3742512241 1651521296 3270881776 2736331158 200334450 1296752902 1713282250 33598716 4033795180 3732973025 789621156 2288510172 1828746033 2209861886 735567435 1411499224 3749455977 1499907426 2237231631 3357473460 643774202 3315664197 2898525072 4244753339 2310428891 1858909071 527725275 1042459049 2968623006 694698071 3190023520 721630412 4041807961 3721413447 992988872 4078864282 320842507 3398964795 1273434818 1789636069 4178288443 1066731250 4017573201 4120510942 3390622097 1528781135 4183938973 429777862 3036998352 2254120014 2785190621 1895006792 1056350281 1918960893 2461597710 1888418886 1791553491 1481449606 398921835 1357575576 3790345687 804071056 1033476144 470212364 4160724177 510227438 2390170283 3131311324 3531944975 2037582245 433436114 802074904 2112532311 374599010 590957520 1415438149 440856972 3871830910 103772736 4195279794 2799293260 1412800521 2277906946 588621841 1286351565 247050147 3079350462 3092408330 79176914 2522037014 2074683581 3419879760 3374688830 3690246958 1682351264 1654614543 2952711629 370095513 1793747356 3673352853 2786827678 2873407730 1037104084 3406186516 508358404 4087281355 193351350 148159870 356809836 3342178921 409639641 2762660039 4045754043 1876941840 3185082880 2938451440 2231765281 1177380907 3766509688 2627612209 1487684490 2823053883 2077556817 3847668890 1836640136 1933735117 2852270225 1999858397 3574183003 2126899373 3826198264 940599281 1535299088 1011661957 1859946698 2271347856 2269175598 1384449547 4234123954 312820665 4166413603 2145175769 334481648 3672867087 721713840 3344294397 2756788254 3765946427 3162253964 1185368639 1010591989 4143446227 2398893527 2431564252 3248218577 2589008710 442121828 1064278074 1791576500 1486963248 1750591863 2384586087 1582940566 2839994261 1561950769 3305865809 2575462098 3433723262 1661203106 1394469168 3890312839 506170438 1734362573 1441980445 82022914 3627202584 664305765 1837816211 141768931 3266615282 3530820737 3394115186 1603204833 3529239934 2259662954 152919983 322359078 659292638 775339273 846807716 2973836588 1791033081 3490911496 3697441923 1051369305 578203557 32019901 2082914358 3278149558 2869550822 4114989226 3541958590 1622588416 1557041308 2591965038 1720452123 2820031912 2222072944 1580980130 3212682930 146886909 3029856354 3108054483 3362206184 2338262807 448621649 4293936158 207828817 3102097326 3385476493 4219590022 1935123354 3497507702 3701365526 654108727 2787486743 3218731152 240423451 387087492 2155411730 1568171099 3468227665 2020490751 85474053 3383411011 1424569535 3233359466 255 362436" option to reproduce the execution
0.69/0.72	c #vars 21101
0.69/0.72	c #constraints 100032
2.19/2.28	c BCD2: Hardening is enabled.
2.19/2.28	c BCD2: BiasedSearch is enabled.
2.19/2.28	c Solving starts ...
2.19/2.28	c ============================[ Search Statistics ]============================
2.19/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.28	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |    39935      0 |     1202 |        0
2.98/3.03	c  0.7s |       1 |    88363 |      100 |    39935      0 |     1202 |     1291
4.68/4.73	c  2.4s |       2 |   277412 |      250 |    43929      0 |     1202 |     1291
5.88/5.90	c  3.6s |       2 |   425280 |      363 |    48322      0 |     1202 |     1291
5.88/5.90	c #cpu_time = 3.592s
5.88/5.90	c #wall_clock_time = 3.602s
5.88/5.90	c #decision = 425280
5.88/5.90	c #random_decision = 1324
5.88/5.90	c #conflict = 363
5.88/5.90	c #restart = 2
5.88/5.90	o 49640095713029

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

pid=12174
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.39 2.31 2.24 3/180 12177
/proc/meminfo: memFree=20992520/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=654780 CPUtime=0 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 2432 0 0 0 0 0 0 0 20 0 4 0 30948481 670494720 2282 33554432000 4194304 16246674 140736173234288 140736173233712 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 164463 2292 441 2943 0 161357 0
[pid=12177/tid=12178] ppid=12174 vsize=672188 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 688320512 2352 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=676284 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 692514816 2368 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=681404 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30948481 697757696 2385 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.39 2.31 2.24 3/180 12177
/proc/meminfo: memFree=20992520/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 31037 0 0 0 5 4 0 0 20 0 4 0 30948481 1334382592 30825 33554432000 4194304 16246674 140736173234288 140736173233600 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 325777 30839 800 2943 0 322671 0
[pid=12177/tid=12178] ppid=12174 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1334382592 30851 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1334382592 30862 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1334382592 30872 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200502 s]
/proc/loadavg: 2.39 2.31 2.24 3/180 12177
/proc/meminfo: memFree=20992520/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 51620 0 0 0 12 7 0 0 20 0 4 0 30948481 1344868352 51918 33554432000 4194304 16246674 140736173234288 140736173233600 7376992 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 328337 51918 800 2943 0 325231 0
[pid=12177/tid=12178] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 51918 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 51918 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 51918 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300495 s]
/proc/loadavg: 2.39 2.31 2.24 3/180 12177
/proc/meminfo: memFree=20992520/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1313348 CPUtime=0.28 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 63871 0 0 0 20 8 0 0 20 0 4 0 30948481 1344868352 64169 33554432000 4194304 16246674 140736173234288 140736173233600 7439480 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 328337 64169 801 2943 0 325231 0
[pid=12177/tid=12178] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 64169 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 64169 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1344868352 64169 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1313348

[startup+0.700321 s]
/proc/loadavg: 2.39 2.31 2.24 3/180 12177
/proc/meminfo: memFree=20992520/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1319492 CPUtime=0.69 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 75575 0 0 0 59 10 0 0 20 0 4 0 30948481 1351159808 76895 33554432000 4194304 16246674 140736173234288 140736173233600 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 329873 76895 802 2943 0 326767 0
[pid=12177/tid=12178] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 76895 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 76895 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 76895 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1319492

[startup+1.50039 s]
/proc/loadavg: 2.39 2.31 2.24 3/184 12181
/proc/meminfo: memFree=20531704/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 194760 0 0 0 123 26 0 0 20 0 4 0 30948481 1351159808 196081 33554432000 4194304 16246674 140736173234288 140736173216192 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 329873 196090 839 2943 0 326767 0
[pid=12177/tid=12178] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 196096 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 196102 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1351159808 196107 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.1004 s]
/proc/loadavg: 2.36 2.31 2.24 3/184 12181
/proc/meminfo: memFree=19892304/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1337924 CPUtime=3.08 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273569 0 0 0 270 38 0 0 20 0 4 0 30948481 1370034176 275400 33554432000 4194304 16246674 140736173234288 140736173216192 5674919 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334481 275400 890 2943 0 331375 0
[pid=12177/tid=12178] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275400 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275400 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275400 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1337924

[startup+6.30041 s]
/proc/loadavg: 2.36 2.31 2.24 3/184 12181
/proc/meminfo: memFree=19891832/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1337924 CPUtime=6.28 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273644 0 0 0 590 38 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 140736173216192 12429241 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334481 275475 905 2943 0 331375 0
[pid=12177/tid=12178] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1337924

[startup+12.7004 s]
/proc/loadavg: 2.39 2.31 2.24 4/184 12181
/proc/meminfo: memFree=19590792/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1337924 CPUtime=12.68 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273644 0 0 0 1230 38 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 140736173216192 12429162 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334481 275475 905 2943 0 331375 0
[pid=12177/tid=12178] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1337924

[startup+25.5005 s]
/proc/loadavg: 2.40 2.32 2.24 3/184 12181
/proc/meminfo: memFree=21424900/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1337924 CPUtime=25.48 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273644 0 0 0 2510 38 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 140736173216192 12654606 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334481 275475 905 2943 0 331375 0
[pid=12177/tid=12178] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1337924

[startup+51.1005 s]
/proc/loadavg: 2.32 2.31 2.24 3/183 12181
/proc/meminfo: memFree=19749548/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1337924 CPUtime=51.08 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273644 0 0 0 5070 38 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 140736173216192 12413857 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334481 275475 905 2943 0 331375 0
[pid=12177/tid=12178] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1370034176 275475 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1337924

[startup+102.3 s]
/proc/loadavg: 2.28 2.30 2.24 4/183 12182
/proc/meminfo: memFree=19734756/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1338948 CPUtime=102.28 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 273655 0 0 0 10190 38 0 0 20 0 4 0 30948481 1371082752 275486 33554432000 4194304 16246674 140736173234288 140736173216192 12413960 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 334737 275486 905 2943 0 331631 0
[pid=12177/tid=12178] ppid=12174 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1371082752 275486 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1371082752 275486 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1338948 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1371082752 275486 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1338948


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

/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 1442372

[startup+1302.3 s]
/proc/loadavg: 2.34 2.29 2.21 3/183 12310
/proc/meminfo: memFree=27793120/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1442372 CPUtime=1302.02 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 299888 0 0 0 130158 44 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 140736173216192 4220511 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 360593 301844 905 2943 0 357487 0
[pid=12177/tid=12178] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 1442372

[startup+1362.3 s]
/proc/loadavg: 2.25 2.28 2.21 3/183 12311
/proc/meminfo: memFree=27792900/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1442372 CPUtime=1362.01 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 299888 0 0 0 136157 44 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 140736173233600 12371328 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 360593 301844 905 2943 0 357487 0
[pid=12177/tid=12178] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1442372 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1476988928 301844 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1442372

[startup+1422.3 s]
/proc/loadavg: 2.25 2.27 2.21 3/183 12313
/proc/meminfo: memFree=27733152/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1506884 CPUtime=1422 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 315793 0 0 0 142154 46 0 0 20 0 4 0 30948481 1543049216 317749 33554432000 4194304 16246674 140736173234288 140736173232192 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 376721 317752 905 2943 0 373615 0
[pid=12177/tid=12178] ppid=12174 vsize=1506884 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1543049216 317802 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1506884 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1543049216 317806 33554432000 4194304 16246674 140736173234288 139800171486224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1506884 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1543049216 317812 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1506884

[startup+1482.3 s]
/proc/loadavg: 2.37 2.31 2.22 3/183 12314
/proc/meminfo: memFree=27703536/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1531460 CPUtime=1481.98 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 322160 0 0 0 148152 46 0 0 20 0 4 0 30948481 1568215040 324116 33554432000 4194304 16246674 140736173234288 140736173232192 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 382865 324116 905 2943 0 379759 0
[pid=12177/tid=12178] ppid=12174 vsize=1531460 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1568215040 324116 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1531460 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1568215040 324116 33554432000 4194304 16246674 140736173234288 139800171486224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1531460 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1568215040 324116 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1531460

[startup+1542.31 s]
/proc/loadavg: 2.22 2.28 2.22 3/183 12315
/proc/meminfo: memFree=27695248/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1539652 CPUtime=1541.98 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 324208 0 0 0 154151 47 0 0 20 0 4 0 30948481 1576603648 326164 33554432000 4194304 16246674 140736173234288 140736173216192 4220894 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 384913 326164 905 2943 0 381807 0
[pid=12177/tid=12178] ppid=12174 vsize=1539652 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1576603648 326164 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1539652 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1576603648 326164 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1539652 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1576603648 326164 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1539652

[startup+1602.3 s]
/proc/loadavg: 2.24 2.28 2.22 3/183 12316
/proc/meminfo: memFree=27686600/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1547844 CPUtime=1601.96 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 326256 0 0 0 160149 47 0 0 20 0 4 0 30948481 1584992256 328212 33554432000 4194304 16246674 140736173234288 140736173233600 12413997 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 386961 328212 905 2943 0 383855 0
[pid=12177/tid=12178] ppid=12174 vsize=1547844 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1584992256 328212 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1547844 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1584992256 328212 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1547844 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1584992256 328212 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1547844

[startup+1662.3 s]
/proc/loadavg: 2.32 2.29 2.23 4/183 12317
/proc/meminfo: memFree=27673100/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1561156 CPUtime=1661.94 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 329584 0 0 0 166147 47 0 0 20 0 4 0 30948481 1598623744 331540 33554432000 4194304 16246674 140736173234288 140736173216192 4220880 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 390289 331540 905 2943 0 387183 0
[pid=12177/tid=12178] ppid=12174 vsize=1561156 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1598623744 331540 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1561156 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30948481 1598623744 331540 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1561156 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1598623744 331540 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1561156

[startup+1722.3 s]
/proc/loadavg: 2.23 2.26 2.22 3/183 12319
/proc/meminfo: memFree=27649584/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1566276 CPUtime=1721.94 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 330864 0 0 0 172146 48 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 140736173233600 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 391569 332820 905 2943 0 388463 0
[pid=12177/tid=12178] ppid=12174 vsize=1566276 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1566276 CPUtime=0.01 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1566276 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1566276

[startup+1782.3 s]
/proc/loadavg: 2.27 2.27 2.22 3/183 12320
/proc/meminfo: memFree=27648864/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1566276 CPUtime=1781.93 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 330864 0 0 0 178145 48 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 140736173232192 4206604 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 391569 332820 905 2943 0 388463 0
[pid=12177/tid=12178] ppid=12174 vsize=1566276 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1566276 CPUtime=0.01 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1566276 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1603866624 332820 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1566276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.25 2.22 4/184 12323
/proc/meminfo: memFree=27647756/32872528 swapFree=17888/1798212
[pid=12177] ppid=12174 vsize=1567300 CPUtime=1800.02 cores=0,2,4,6
/proc/12177/stat : 12177 (toysat) R 12174 12177 10472 0 -1 4202496 331120 0 0 0 179954 48 0 0 20 0 4 0 30948481 1604915200 333076 33554432000 4194304 16246674 140736173234288 140736173216192 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12177/statm: 391825 333076 905 2943 0 388719 0
[pid=12177/tid=12178] ppid=12174 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12178/stat : 12178 (toysat) S 12174 12177 10472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 30948481 1604915200 333076 33554432000 4194304 16246674 140736173234288 139800181976304 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=12177/tid=12179] ppid=12174 vsize=1567300 CPUtime=0.01 cores=0,2,4,6
/proc/12177/task/12179/stat : 12179 (toysat) S 12174 12177 10472 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 30948481 1604915200 333076 33554432000 4194304 16246674 140736173234288 139800171486448 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=1567300 CPUtime=0 cores=0,2,4,6
/proc/12177/task/12180/stat : 12180 (toysat) S 12174 12177 10472 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30948481 1604915200 333076 33554432000 4194304 16246674 140736173234288 139800161012912 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1567300

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 12177 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.07
CPU user time (s): 1799.57
CPU system time (s): 0.505923
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 1567300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.505923
maximum resident set size= 1332304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331120
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= 1859
involuntary context switches= 2810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51786 second user time and 9.13161 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-19 00:30:13
IDJOB=4107678
IDBENCH=72456
IDSOLVER=2542
FILE ID=node123/4107678-1466289013
RUNJOBID= node123-1466275608-10488
PBS_JOBID= 19918249
Free space on /tmp= 71616 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-kblocks.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-4107678-1466289013/watcher-4107678-1466289013 -o /tmp/evaluation-result-4107678-1466289013/solver-4107678-1466289013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466275608-10488 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107678-1466289013.opb

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

MD5SUM BENCH= dbfce0535eb18a868b08456715062800
RANDOM SEED=2125039661

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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.56
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.791
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:        20993172 kB
Buffers:           78872 kB
Cached:           149572 kB
SwapCached:         1604 kB
Active:          9171928 kB
Inactive:         152984 kB
Active(anon):    9095392 kB
Inactive(anon):     3076 kB
Active(file):      76536 kB
Inactive(file):   149908 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099320 kB
Dirty:             19784 kB
Writeback:             0 kB
AnonPages:      10895736 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             602904 kB
SReclaimable:      46600 kB
SUnreclaim:       556304 kB
KernelStack:        1472 kB
PageTables:        25344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   11039128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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= 71596 MiB
End job on node123 at 2016-06-19 01:00:14