Trace number 4256255

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
OscaR - Conflict Ordering 2017-07-26? (TO) 248.29601 240.01199

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-20-6.xml
MD5SUM43798f1f0ec1e0d1988685c70912b197
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of constraints2120
Number of domains1
Minimum domain size6446
Maximum domain size6446
Distribution of domain sizes[{"size":6446,"count":2100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":2000},{"arity":100,"count":20}]
Number of extensional constraints0
Number of intensional constraints2100
Distribution of constraint types[{"type":"intension","count":2100},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.31/0.43	c version: 2017-07-26
0.31/0.43	c seed: 1047673505
0.31/0.43	c timeout: 264
0.31/0.43	c memlimit: 11000
0.31/0.43	c nbcore: 4
0.31/0.45	c Parsing instance...
5.80/2.77	c Parsing done, starting search...
248.27/240.00	s UNKNOWN

Verifier Data


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-4256255-1501624033/watcher-4256255-1501624033 -o /tmp/evaluation-result-4256255-1501624033/solver-4256255-1501624033 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1047673505 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256255-1501624033.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.81 1.77 1.77 3/179 15872
/proc/meminfo: memFree=31876264/32770624 swapFree=0/194140
[pid=15872] ppid=15869 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15872/stat : 15872 (runsolver) D 15869 15872 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10218683 24240128 107 18446744073709551615 4194304 4338465 140733709730864 140733709728504 139856255861463 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38109184 140733709738086 140733709738566 140733709738566 140733709742026 0
/proc/15872/statm: 5918 107 54 36 0 2156 0

[startup+0.100171 s]
/proc/loadavg: 1.81 1.77 1.77 3/179 15872
/proc/meminfo: memFree=31876264/32770624 swapFree=0/194140
[pid=15872] ppid=15869 vsize=13358552 CPUtime=0 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 3189 0 0 0 0 0 0 0 20 0 6 0 10218683 13679157248 3365 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3339638 3365 1745 1 0 3329143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13358552

[startup+0.200326 s]
/proc/loadavg: 1.81 1.77 1.77 3/179 15872
/proc/meminfo: memFree=31876264/32770624 swapFree=0/194140
[pid=15872] ppid=15869 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 4675 0 0 0 4 1 0 0 20 0 14 0 10218683 14240239616 5225 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3476621 5225 2576 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300285 s]
/proc/loadavg: 1.81 1.77 1.77 3/179 15872
/proc/meminfo: memFree=31876264/32770624 swapFree=0/194140
[pid=15872] ppid=15869 vsize=13975920 CPUtime=0.15 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 9310 0 0 0 12 3 0 0 20 0 15 0 10218683 14311342080 8751 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3493980 8751 3380 1 0 3482767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13975920

[startup+0.700475 s]
/proc/loadavg: 1.81 1.77 1.77 3/179 15872
/proc/meminfo: memFree=31876264/32770624 swapFree=0/194140
[pid=15872] ppid=15869 vsize=13977988 CPUtime=0.93 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 13285 0 0 0 87 6 0 0 20 0 15 0 10218683 14313459712 16569 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3494497 16569 3712 1 0 3483279 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13977988

[startup+1.50061 s]
/proc/loadavg: 1.81 1.77 1.77 4/214 15914
/proc/meminfo: memFree=31652112/32770624 swapFree=0/193992
[pid=15872] ppid=15869 vsize=13980036 CPUtime=3.41 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 22634 0 0 0 331 10 0 0 20 0 15 0 10218683 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495009 40377 3759 1 0 3483791 0
[pid=15872/tid=15877] ppid=15869 vsize=13980036 CPUtime=1.3 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 12260 0 0 0 123 7 0 0 20 0 15 0 10218692 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967651531648 139967293383888 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10218693 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10218693 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10218693 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10218693 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10218694 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10218695 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967124677664 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10218695 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967123624816 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13980036 CPUtime=0.75 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) R 15869 15872 5228 0 -1 4202560 3141 0 0 0 75 0 0 0 20 0 15 0 10218697 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967121506400 139967631435440 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13980036 CPUtime=0.72 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) R 15869 15872 5228 0 -1 4202560 3014 0 0 0 72 0 0 0 20 0 15 0 10218697 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967120457072 139967626531659 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13980036 CPUtime=0.6 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 2808 0 0 0 59 1 0 0 20 0 15 0 10218697 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10218707 14315556864 40377 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 13980036

[startup+3.10163 s]
/proc/loadavg: 1.81 1.77 1.77 5/214 15914
/proc/meminfo: memFree=31500332/32770624 swapFree=0/193992
[pid=15872] ppid=15869 vsize=13982084 CPUtime=6.92 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 33393 0 0 0 679 13 0 0 20 0 15 0 10218683 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 58352 3789 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=2.87 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 15033 0 0 0 279 8 0 0 20 0 15 0 10218692 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967651530072 139967297210858 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 15 0 10218693 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10218693 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 10218693 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 10218693 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 162 0 0 0 0 0 0 0 20 0 15 0 10218694 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967124677664 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967123624816 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=1.63 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) R 15869 15872 5228 0 -1 4202560 5658 0 0 0 163 0 0 0 20 0 15 0 10218697 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967121508848 139967632218224 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=1.47 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) R 15869 15872 5228 0 -1 4202560 4564 0 0 0 146 1 0 0 20 0 15 0 10218697 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967120453712 139967632408259 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.85 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 6171 0 0 0 83 2 0 0 20 0 15 0 10218697 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 10218707 14317654016 58352 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 13982084

[startup+6.30068 s]
/proc/loadavg: 1.82 1.77 1.77 3/214 15914
/proc/meminfo: memFree=31392808/32770624 swapFree=0/194000
[pid=15872] ppid=15869 vsize=13982084 CPUtime=12.13 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 37927 0 0 0 1196 17 0 0 20 0 15 0 10218683 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 61545 3791 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=6.05 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 15058 0 0 0 597 8 0 0 20 0 15 0 10218692 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967651528112 139967299024669 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 15 0 10218693 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 10218693 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 10218693 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 10218693 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 10218694 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=2.48 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) S 15869 15872 5228 0 -1 1077944384 7819 0 0 0 247 1 0 0 20 0 15 0 10218697 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967121521520 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=2.55 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) S 15869 15872 5228 0 -1 1077944384 6822 0 0 0 254 1 0 0 20 0 15 0 10218697 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967120468720 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 6211 0 0 0 87 2 0 0 20 0 15 0 10218697 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 10218707 14317654016 61545 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.84 1.78 1.78 3/214 15915
/proc/meminfo: memFree=31387712/32770624 swapFree=0/194012
[pid=15872] ppid=15869 vsize=13982084 CPUtime=19.2 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 46206 0 0 0 1900 20 0 0 20 0 15 0 10218683 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 64418 3797 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=12.38 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 15816 0 0 0 1230 8 0 0 20 0 15 0 10218692 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967651531200 139967299316502 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 1434 0 0 0 6 0 0 0 20 0 15 0 10218693 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 113 0 0 0 5 1 0 0 20 0 15 0 10218693 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 679 0 0 0 6 1 0 0 20 0 15 0 10218693 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 202 0 0 0 6 1 0 0 20 0 15 0 10218693 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 10218694 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 64418 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0

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

/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 45485 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 10218707 14317654016 45485 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 58.39
Current children cumulated vsize (KiB) 13982084

[startup+102.302 s]
/proc/loadavg: 1.63 1.73 1.76 3/214 15919
/proc/meminfo: memFree=31505068/32770624 swapFree=0/194056
[pid=15872] ppid=15869 vsize=13982084 CPUtime=110.19 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 74147 0 0 0 10992 27 0 0 20 0 15 0 10218683 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 43656 3797 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=101.75 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 18692 0 0 0 10166 9 0 0 20 0 15 0 10218692 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967651531440 139967299359347 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.23 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 1841 0 0 0 22 1 0 0 20 0 15 0 10218693 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 2036 0 0 0 20 2 0 0 20 0 15 0 10218693 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.23 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 1041 0 0 0 21 2 0 0 20 0 15 0 10218693 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.24 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 2171 0 0 0 22 2 0 0 20 0 15 0 10218693 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 1568 0 0 0 7 1 0 0 20 0 15 0 10218694 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=3.14 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) S 15869 15872 5228 0 -1 1077944384 19388 0 0 0 312 2 0 0 20 0 15 0 10218697 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967121521520 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=3.24 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) S 15869 15872 5228 0 -1 1077944384 15258 0 0 0 323 1 0 0 20 0 15 0 10218697 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967120468720 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.94 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 10212 0 0 0 92 2 0 0 20 0 15 0 10218697 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 513 0 0 0 1 1 0 0 20 0 15 0 10218707 14317654016 43656 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 110.19
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.63 1.72 1.76 3/214 15921
/proc/meminfo: memFree=31526860/32770624 swapFree=0/194076
[pid=15872] ppid=15869 vsize=13982084 CPUtime=170.39 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 78969 0 0 0 17009 30 0 0 20 0 15 0 10218683 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 43751 3797 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=161.67 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 19227 0 0 0 16158 9 0 0 20 0 15 0 10218692 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967651531536 139967299359636 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 1967 0 0 0 26 1 0 0 20 0 15 0 10218693 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.26 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 2631 0 0 0 24 2 0 0 20 0 15 0 10218693 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 1111 0 0 0 25 2 0 0 20 0 15 0 10218693 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.28 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 2318 0 0 0 26 2 0 0 20 0 15 0 10218693 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 1798 0 0 0 9 2 0 0 20 0 15 0 10218694 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=3.17 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) S 15869 15872 5228 0 -1 1077944384 20609 0 0 0 315 2 0 0 20 0 15 0 10218697 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967121521520 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=3.28 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) S 15869 15872 5228 0 -1 1077944384 16114 0 0 0 326 2 0 0 20 0 15 0 10218697 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967120468720 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.95 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 11080 0 0 0 93 2 0 0 20 0 15 0 10218697 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 687 0 0 0 2 2 0 0 20 0 15 0 10218707 14317654016 43751 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 170.39
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.61 1.69 1.75 3/214 15923
/proc/meminfo: memFree=31526828/32770624 swapFree=0/194096
[pid=15872] ppid=15869 vsize=13982084 CPUtime=230.55 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 80600 0 0 0 23023 32 0 0 20 0 15 0 10218683 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 44336 3797 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=221.58 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 19406 0 0 0 22149 9 0 0 20 0 15 0 10218692 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967651531536 139967299433531 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 2034 0 0 0 31 1 0 0 20 0 15 0 10218693 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.31 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 2666 0 0 0 29 2 0 0 20 0 15 0 10218693 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 1181 0 0 0 29 3 0 0 20 0 15 0 10218693 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.33 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 2386 0 0 0 30 3 0 0 20 0 15 0 10218693 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 1815 0 0 0 12 2 0 0 20 0 15 0 10218694 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=3.18 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) S 15869 15872 5228 0 -1 1077944384 20933 0 0 0 316 2 0 0 20 0 15 0 10218697 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967121521520 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=3.28 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) S 15869 15872 5228 0 -1 1077944384 16143 0 0 0 326 2 0 0 20 0 15 0 10218697 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967120468720 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.95 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 11918 0 0 0 93 2 0 0 20 0 15 0 10218697 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 691 0 0 0 3 3 0 0 20 0 15 0 10218707 14317654016 44336 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 230.55
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.44 1.65 1.73 3/214 15923
/proc/meminfo: memFree=31525896/32770624 swapFree=0/194104
[pid=15872] ppid=15869 vsize=13982084 CPUtime=248.27 cores=1,3,5,7
/proc/15872/stat : 15872 (java) S 15869 15872 5228 0 -1 1077944320 80655 0 0 0 24795 32 0 0 20 0 15 0 10218683 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 140725786230368 139967647293175 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
/proc/15872/statm: 3495521 44403 3797 1 0 3484303 0
[pid=15872/tid=15877] ppid=15869 vsize=13982084 CPUtime=239.25 cores=1,3,5,7
/proc/15872/task/15877/stat : 15877 (java) R 15869 15872 5228 0 -1 4202560 19418 0 0 0 23916 9 0 0 20 0 15 0 10218692 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967651531520 139967296224868 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15878] ppid=15869 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/15872/task/15878/stat : 15878 (java) S 15869 15872 5228 0 -1 1077944384 2042 0 0 0 31 1 0 0 20 0 15 0 10218693 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967617006736 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15879] ppid=15869 vsize=13982084 CPUtime=0.32 cores=1,3,5,7
/proc/15872/task/15879/stat : 15879 (java) S 15869 15872 5228 0 -1 1077944384 2686 0 0 0 30 2 0 0 20 0 15 0 10218693 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967246396432 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15880] ppid=15869 vsize=13982084 CPUtime=0.33 cores=1,3,5,7
/proc/15872/task/15880/stat : 15880 (java) S 15869 15872 5228 0 -1 1077944384 1191 0 0 0 30 3 0 0 20 0 15 0 10218693 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967245343632 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15881] ppid=15869 vsize=13982084 CPUtime=0.34 cores=1,3,5,7
/proc/15872/task/15881/stat : 15881 (java) S 15869 15872 5228 0 -1 1077944384 2391 0 0 0 31 3 0 0 20 0 15 0 10218693 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967244290832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15882] ppid=15869 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/15872/task/15882/stat : 15882 (java) S 15869 15872 5228 0 -1 1077944384 1815 0 0 0 12 2 0 0 20 0 15 0 10218694 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967125731696 139967647304322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15883] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15883/stat : 15883 (java) S 15869 15872 5228 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967124677728 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15884] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15884/stat : 15884 (java) S 15869 15872 5228 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 10218695 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967123624832 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15885] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15885/stat : 15885 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218697 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967122573136 139967647311771 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15886] ppid=15869 vsize=13982084 CPUtime=3.18 cores=1,3,5,7
/proc/15872/task/15886/stat : 15886 (java) S 15869 15872 5228 0 -1 1077944384 20933 0 0 0 316 2 0 0 20 0 15 0 10218697 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967121521520 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15887] ppid=15869 vsize=13982084 CPUtime=3.28 cores=1,3,5,7
/proc/15872/task/15887/stat : 15887 (java) S 15869 15872 5228 0 -1 1077944384 16143 0 0 0 326 2 0 0 20 0 15 0 10218697 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967120468720 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15888] ppid=15869 vsize=13982084 CPUtime=0.95 cores=1,3,5,7
/proc/15872/task/15888/stat : 15888 (java) S 15869 15872 5228 0 -1 1077944384 11918 0 0 0 93 2 0 0 20 0 15 0 10218697 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967119415920 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15889] ppid=15869 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15872/task/15889/stat : 15889 (java) S 15869 15872 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10218698 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967118363360 139967647303381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
[pid=15872/tid=15900] ppid=15869 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/15872/task/15900/stat : 15900 (java) S 15869 15872 5228 0 -1 1077944384 691 0 0 0 3 3 0 0 20 0 15 0 10218707 14317654016 44403 18446744073709551615 4194304 4196468 140725786247824 139967117310640 139967647304322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16478208 140725786255761 140725786255947 140725786255947 140725786259407 0
Current children cumulated CPU time (s) 248.27
Current children cumulated vsize (KiB) 13982084

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

Child status: 143
Real time (s): 240.012
CPU time (s): 248.296
CPU user time (s): 247.965
CPU system time (s): 0.330318
CPU usage (%): 103.451
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.965
system time used= 0.330318
maximum resident set size= 264492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11546
involuntary context switches= 436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18054 second user time and 1.25551 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-01 23:33:07
IDJOB=4256255
IDBENCH=115599
IDSOLVER=2639
FILE ID=node133/4256255-1501624033
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-20-6.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256255-1501624033/watcher-4256255-1501624033 -o /tmp/evaluation-result-4256255-1501624033/solver-4256255-1501624033 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1047673505 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256255-1501624033.xml

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

MD5SUM BENCH= 43798f1f0ec1e0d1988685c70912b197
RANDOM SEED=1047673505

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31876604 kB
MemAvailable:   32021836 kB
Buffers:           97352 kB
Cached:           331208 kB
SwapCached:            0 kB
Active:           287212 kB
Inactive:         202676 kB
Active(anon):      61688 kB
Inactive(anon):     8536 kB
Active(file):     225524 kB
Inactive(file):   194140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42372 kB
Writeback:             4 kB
AnonPages:         61176 kB
Mapped:            29480 kB
Shmem:              8892 kB
Slab:             108168 kB
SReclaimable:      82808 kB
SUnreclaim:        25360 kB
KernelStack:        3184 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61780 MiB
End job on node133 at 2017-08-01 23:37:07