Trace number 4256252

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) 244.50999 240.01199

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-7.xml
MD5SUM8361c52194adc4d0d2847bb08daa8f1b
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5206
Maximum domain size5206
Distribution of domain sizes[{"size":5206,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.31/0.43	c version: 2017-07-26
0.31/0.43	c seed: 10208625
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...
2.90/1.40	c Parsing done, starting search...
244.49/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-4256252-1501624758/watcher-4256252-1501624758 -o /tmp/evaluation-result-4256252-1501624758/solver-4256252-1501624758 -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 10208625 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256252-1501624758.xml 

pid=16330
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.60 1.61 1.68 2/183 16333
/proc/meminfo: memFree=31832048/32770624 swapFree=0/194552
[pid=16333] ppid=16330 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16333/stat : 16333 (runsolver) D 16330 16333 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10291189 24240128 107 18446744073709551615 4194304 4338465 140733970023776 140733970021416 139924501086935 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 24977408 140733970030696 140733970031174 140733970031174 140733970034634 0
/proc/16333/statm: 5918 107 54 36 0 2156 0

[startup+0.100149 s]
/proc/loadavg: 1.60 1.61 1.68 2/183 16333
/proc/meminfo: memFree=31832048/32770624 swapFree=0/194552
[pid=16333] ppid=16330 vsize=13573664 CPUtime=0.02 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 3868 0 0 0 2 0 0 0 20 0 9 0 10291189 13899431936 4453 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3393416 4453 2084 1 0 3382921 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13573664

[startup+0.200317 s]
/proc/loadavg: 1.60 1.61 1.68 2/183 16333
/proc/meminfo: memFree=31832048/32770624 swapFree=0/194552
[pid=16333] ppid=16330 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 4644 0 0 0 4 1 0 0 20 0 14 0 10291189 14240239616 5190 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3476621 5190 2576 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300319 s]
/proc/loadavg: 1.60 1.61 1.68 2/183 16333
/proc/meminfo: memFree=31832048/32770624 swapFree=0/194552
[pid=16333] ppid=16330 vsize=13975920 CPUtime=0.15 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 9282 0 0 0 13 2 0 0 20 0 15 0 10291189 14311342080 8722 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3493980 8722 3379 1 0 3482767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13975920

[startup+0.70026 s]
/proc/loadavg: 1.60 1.61 1.68 2/183 16333
/proc/meminfo: memFree=31832048/32770624 swapFree=0/194552
[pid=16333] ppid=16330 vsize=13977988 CPUtime=0.9 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 13129 0 0 0 86 4 0 0 20 0 15 0 10291189 14313459712 15900 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3494497 15900 3709 1 0 3483279 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 13977988

[startup+1.5007 s]
/proc/loadavg: 1.60 1.61 1.68 7/199 16395
/proc/meminfo: memFree=31746708/32770624 swapFree=0/194476
[pid=16333] ppid=16330 vsize=13982084 CPUtime=3.24 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 28040 0 0 0 316 8 0 0 20 0 15 0 10291189 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 34070 3754 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=1.3 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 14332 0 0 0 125 5 0 0 20 0 15 0 10291195 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140559758818704 140559403692976 0 4 1 16800974 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 10291197 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558948058784 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558947005680 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=0.65 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) R 16330 16333 5228 0 -1 4202560 2402 0 0 0 65 0 0 0 20 0 15 0 10291200 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558944890832 140559739510491 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) R 16330 16333 5228 0 -1 4202560 1938 0 0 0 57 0 0 0 20 0 15 0 10291200 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558943838928 140559738872814 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 7975 0 0 0 67 1 0 0 20 0 15 0 10291200 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291212 14317654016 34070 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 13982084

[startup+3.10063 s]
/proc/loadavg: 1.60 1.61 1.68 6/212 16409
/proc/meminfo: memFree=31545552/32770624 swapFree=0/194472
[pid=16333] ppid=16330 vsize=13982084 CPUtime=6.27 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 33271 0 0 0 617 10 0 0 20 0 15 0 10291189 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 56195 3780 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=2.88 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 14702 0 0 0 282 6 0 0 20 0 15 0 10291195 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140559758819448 140559404768716 0 4 1 16800974 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 946 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 10291197 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.33 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 3667 0 0 0 132 1 0 0 20 0 15 0 10291200 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=1.25 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 3116 0 0 0 125 0 0 0 20 0 15 0 10291200 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.73 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 8685 0 0 0 72 1 0 0 20 0 15 0 10291200 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 10291212 14317654016 56195 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13982084

[startup+6.30056 s]
/proc/loadavg: 1.71 1.63 1.68 3/212 16409
/proc/meminfo: memFree=31416224/32770624 swapFree=0/194480
[pid=16333] ppid=16330 vsize=13982084 CPUtime=10.1 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 33899 0 0 0 997 13 0 0 20 0 15 0 10291189 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 57846 3785 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=6.07 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 14802 0 0 0 599 8 0 0 20 0 15 0 10291195 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140559758819360 140559404579256 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 957 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 10291197 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.49 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 3771 0 0 0 148 1 0 0 20 0 15 0 10291200 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=1.69 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 3410 0 0 0 169 0 0 0 20 0 15 0 10291200 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 8718 0 0 0 74 1 0 0 20 0 15 0 10291200 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 10291212 14317654016 57846 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 13982084

[startup+12.7005 s]
/proc/loadavg: 1.65 1.62 1.68 3/213 16411
/proc/meminfo: memFree=31393912/32770624 swapFree=0/194488
[pid=16333] ppid=16330 vsize=13982084 CPUtime=16.63 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 37073 0 0 0 1650 13 0 0 20 0 15 0 10291189 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 57886 3785 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=12.47 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 15174 0 0 0 1239 8 0 0 20 0 15 0 10291195 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140559758819928 140559404197488 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 957 0 0 0 0 0 0 0 20 0 15 0 10291196 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 10291197 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57886 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0

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

/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 58060 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 10291212 14317654016 58060 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 55.43
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.93 1.72 1.71 3/214 16414
/proc/meminfo: memFree=31451332/32770624 swapFree=0/194540
[pid=16333] ppid=16330 vsize=13982084 CPUtime=106.7 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 56254 0 0 0 10655 15 0 0 20 0 15 0 10291189 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 57035 3797 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=102.04 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 17168 0 0 0 10196 8 0 0 20 0 15 0 10291195 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140559758822192 140559405581449 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 959 0 0 0 2 0 0 0 20 0 15 0 10291196 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 2942 0 0 0 2 0 0 0 20 0 15 0 10291196 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 1418 0 0 0 2 0 0 0 20 0 15 0 10291196 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 2770 0 0 0 2 0 0 0 20 0 15 0 10291196 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 1178 0 0 0 1 0 0 0 20 0 15 0 10291197 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.64 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 6553 0 0 0 163 1 0 0 20 0 15 0 10291200 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=2.04 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 11204 0 0 0 204 0 0 0 20 0 15 0 10291200 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 10082 0 0 0 75 1 0 0 20 0 15 0 10291200 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 526 0 0 0 0 1 0 0 20 0 15 0 10291212 14317654016 57035 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 106.7
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.66 1.69 1.70 3/214 16416
/proc/meminfo: memFree=31460020/32770624 swapFree=0/194560
[pid=16333] ppid=16330 vsize=13982084 CPUtime=166.76 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 59476 0 0 0 16659 17 0 0 20 0 15 0 10291189 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 57553 3797 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=162.02 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 17696 0 0 0 16194 8 0 0 20 0 15 0 10291195 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140559758822064 140559405581826 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 1533 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 2961 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 1489 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 2782 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 1387 0 0 0 2 0 0 0 20 0 15 0 10291197 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.67 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 7910 0 0 0 166 1 0 0 20 0 15 0 10291200 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=2.04 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 11207 0 0 0 204 0 0 0 20 0 15 0 10291200 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 10502 0 0 0 75 1 0 0 20 0 15 0 10291200 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 555 0 0 0 1 2 0 0 20 0 15 0 10291212 14317654016 57553 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 166.76
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.79 1.72 1.70 3/214 16418
/proc/meminfo: memFree=31467096/32770624 swapFree=0/194584
[pid=16333] ppid=16330 vsize=13982084 CPUtime=226.79 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 61032 0 0 0 22661 18 0 0 20 0 15 0 10291189 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 55760 3797 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=222.03 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 18059 0 0 0 22195 8 0 0 20 0 15 0 10291195 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140559758822336 140559405584687 0 4 1 16800974 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 1557 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 3046 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 1490 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 3238 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 1535 0 0 0 2 0 0 0 20 0 15 0 10291197 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.67 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 7912 0 0 0 166 1 0 0 20 0 15 0 10291200 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=2.04 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 11647 0 0 0 204 0 0 0 20 0 15 0 10291200 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 10504 0 0 0 75 1 0 0 20 0 15 0 10291200 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 590 0 0 0 1 3 0 0 20 0 15 0 10291212 14317654016 55760 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 226.79
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.85 1.74 1.71 3/214 16418
/proc/meminfo: memFree=31470260/32770624 swapFree=0/194592
[pid=16333] ppid=16330 vsize=13982084 CPUtime=244.49 cores=1,3,5,7
/proc/16333/stat : 16333 (java) S 16330 16333 5228 0 -1 1077944320 61304 0 0 0 24431 18 0 0 20 0 15 0 10291189 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140733071064784 140559754583799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
/proc/16333/statm: 3495521 54990 3797 1 0 3484303 0
[pid=16333/tid=16344] ppid=16330 vsize=13982084 CPUtime=239.72 cores=1,3,5,7
/proc/16333/task/16344/stat : 16344 (java) R 16330 16333 5228 0 -1 4202560 18111 0 0 0 23964 8 0 0 20 0 15 0 10291195 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140559758822064 140559405584554 0 4 1 16800974 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16345] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16345/stat : 16345 (java) S 16330 16333 5228 0 -1 1077944384 1569 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140559354509840 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16346] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16346/stat : 16346 (java) S 16330 16333 5228 0 -1 1077944384 3048 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140559353457296 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16347] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16347/stat : 16347 (java) S 16330 16333 5228 0 -1 1077944384 1503 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140559352404240 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16348] ppid=16330 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16333/task/16348/stat : 16348 (java) S 16330 16333 5228 0 -1 1077944384 3328 0 0 0 3 0 0 0 20 0 15 0 10291196 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140559351351696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16353] ppid=16330 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16333/task/16353/stat : 16353 (java) S 16330 16333 5228 0 -1 1077944384 1628 0 0 0 2 0 0 0 20 0 15 0 10291197 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558949112560 140559754594946 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16355] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16355/stat : 16355 (java) S 16330 16333 5228 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558948058848 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16356] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16356/stat : 16356 (java) S 16330 16333 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10291198 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558947005696 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16357] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16357/stat : 16357 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558945954256 140559754602395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16358] ppid=16330 vsize=13982084 CPUtime=1.67 cores=1,3,5,7
/proc/16333/task/16358/stat : 16358 (java) S 16330 16333 5228 0 -1 1077944384 7914 0 0 0 166 1 0 0 20 0 15 0 10291200 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558944901360 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16359] ppid=16330 vsize=13982084 CPUtime=2.04 cores=1,3,5,7
/proc/16333/task/16359/stat : 16359 (java) S 16330 16333 5228 0 -1 1077944384 11648 0 0 0 204 0 0 0 20 0 15 0 10291200 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558943848816 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16360] ppid=16330 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/16333/task/16360/stat : 16360 (java) S 16330 16333 5228 0 -1 1077944384 10509 0 0 0 75 1 0 0 20 0 15 0 10291200 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558942795760 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16361] ppid=16330 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16333/task/16361/stat : 16361 (java) S 16330 16333 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10291200 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558941743456 140559754594005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
[pid=16333/tid=16366] ppid=16330 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16333/task/16366/stat : 16366 (java) S 16330 16333 5228 0 -1 1077944384 592 0 0 0 1 3 0 0 20 0 15 0 10291212 14317654016 54990 18446744073709551615 4194304 4196468 140733071082240 140558940691504 140559754594946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33566720 140733071090067 140733071090251 140733071090251 140733071093711 0
Current children cumulated CPU time (s) 244.49
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 16333 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): 244.51
CPU user time (s): 244.321
CPU system time (s): 0.189096
CPU usage (%): 101.874
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.321
system time used= 0.189096
maximum resident set size= 234292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61796
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= 8465
involuntary context switches= 291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.98854 second user time and 1.31931 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-01 23:45:12
IDJOB=4256252
IDBENCH=115674
IDSOLVER=2639
FILE ID=node133/4256252-1501624758
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-7.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-4256252-1501624758/watcher-4256252-1501624758 -o /tmp/evaluation-result-4256252-1501624758/solver-4256252-1501624758 -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 10208625 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256252-1501624758.xml

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

MD5SUM BENCH= 8361c52194adc4d0d2847bb08daa8f1b
RANDOM SEED=10208625

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:        31832048 kB
MemAvailable:   32021012 kB
Buffers:           97748 kB
Cached:           373960 kB
SwapCached:            0 kB
Active:           330700 kB
Inactive:         203088 kB
Active(anon):      62468 kB
Inactive(anon):     8536 kB
Active(file):     268232 kB
Inactive(file):   194552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42324 kB
Writeback:             0 kB
AnonPages:         62156 kB
Mapped:            30120 kB
Shmem:              8892 kB
Slab:             109812 kB
SReclaimable:      84032 kB
SUnreclaim:        25780 kB
KernelStack:        3216 kB
PageTables:         4308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     292472 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:49:12