Trace number 4256264

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) 245.347 240.01801

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-2.xml
MD5SUM5792b685e17c6bfa87a9d80140b648f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1603
Best CPU time to get the best result obtained on this benchmark252.02299
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1674
Maximum domain size1674
Distribution of domain sizes[{"size":1674,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.25/0.37	c version: 2017-07-26
0.25/0.37	c seed: 1028064767
0.25/0.37	c timeout: 264
0.25/0.37	c memlimit: 11000
0.25/0.37	c nbcore: 4
0.25/0.39	c Parsing instance...
2.35/1.24	c Parsing done, starting search...
245.32/240.01	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-4256264-1501625133/watcher-4256264-1501625133 -o /tmp/evaluation-result-4256264-1501625133/solver-4256264-1501625133 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1028064767 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256264-1501625133.xml 

pid=16434
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.36 1.65 1.78 2/186 16437
/proc/meminfo: memFree=31830536/32770624 swapFree=0/198016
[pid=16437] ppid=16434 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (runsolver) D 16434 16437 5123 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11130269 24240128 107 18446744073709551615 4194304 4338465 140720346389632 140720346387272 140162370634455 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 15851520 140720346390630 140720346391110 140720346391110 140720346394570 0
/proc/16437/statm: 5918 107 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 1.36 1.65 1.78 2/186 16437
/proc/meminfo: memFree=31830536/32770624 swapFree=0/198016
[pid=16437] ppid=16434 vsize=13358552 CPUtime=0 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 3314 0 0 0 0 0 0 0 20 0 6 0 11130269 13679157248 3972 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3339638 3972 1864 1 0 3329143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13358552

[startup+0.200959 s]
/proc/loadavg: 1.36 1.65 1.78 2/186 16437
/proc/meminfo: memFree=31830536/32770624 swapFree=0/198016
[pid=16437] ppid=16434 vsize=13975920 CPUtime=0.09 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 6566 0 0 0 8 1 0 0 20 0 15 0 11130269 14311342080 7800 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3493980 7800 3361 1 0 3482767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13975920

[startup+0.30036 s]
/proc/loadavg: 1.36 1.65 1.78 2/186 16437
/proc/meminfo: memFree=31830536/32770624 swapFree=0/198016
[pid=16437] ppid=16434 vsize=13975920 CPUtime=0.25 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 9886 0 0 0 23 2 0 0 20 0 15 0 11130269 14311342080 10171 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3493980 10171 3546 1 0 3482767 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13975920

[startup+0.700237 s]
/proc/loadavg: 1.36 1.65 1.78 2/186 16437
/proc/meminfo: memFree=31830536/32770624 swapFree=0/198016
[pid=16437] ppid=16434 vsize=13977988 CPUtime=1.06 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 13349 0 0 0 102 4 0 0 20 0 15 0 11130269 14313459712 17694 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3494497 17694 3725 1 0 3483279 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13977988

[startup+1.5007 s]
/proc/loadavg: 1.36 1.65 1.78 5/210 16461
/proc/meminfo: memFree=31634168/32770624 swapFree=0/198012
[pid=16437] ppid=16434 vsize=13982084 CPUtime=3.3 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 27699 0 0 0 321 9 0 0 20 0 15 0 11130269 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 35892 3753 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=1.36 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 14201 0 0 0 130 6 0 0 20 0 15 0 11130278 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237926373304 140237551669501 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237467522720 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237466469616 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=0.62 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) R 16434 16437 5123 0 -1 4202560 2082 0 0 0 62 0 0 0 20 0 15 0 11130283 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237464355104 140237905632325 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=0.62 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) R 16434 16437 5123 0 -1 4202560 3073 0 0 0 62 0 0 0 20 0 15 0 11130283 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237463300432 140237901374272 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.66 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 6964 0 0 0 65 1 0 0 20 0 15 0 11130283 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130287 14317654016 35892 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 13982084

[startup+3.1007 s]
/proc/loadavg: 1.36 1.65 1.78 7/210 16461
/proc/meminfo: memFree=31508868/32770624 swapFree=0/198012
[pid=16437] ppid=16434 vsize=13982084 CPUtime=7.13 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 34563 0 0 0 702 11 0 0 20 0 15 0 11130269 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 51336 3755 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=2.95 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 14671 0 0 0 288 7 0 0 20 0 15 0 11130278 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237926371696 140237552876659 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237467522720 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237466469616 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=1.89 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 5132 0 0 0 189 0 0 0 20 0 15 0 11130283 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=1.56 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 6214 0 0 0 155 1 0 0 20 0 15 0 11130283 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.69 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 7126 0 0 0 68 1 0 0 20 0 15 0 11130283 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 11130287 14317654016 51336 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 13982084

[startup+6.30065 s]
/proc/loadavg: 1.33 1.64 1.77 3/210 16462
/proc/meminfo: memFree=31396420/32770624 swapFree=0/198024
[pid=16437] ppid=16434 vsize=13982084 CPUtime=10.84 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 41108 0 0 0 1071 13 0 0 20 0 15 0 11130269 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 57044 3779 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=6.14 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 14896 0 0 0 607 7 0 0 20 0 15 0 11130278 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237926371264 140237553181585 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 510 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 811 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=2.08 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 6161 0 0 0 208 0 0 0 20 0 15 0 11130283 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=1.81 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 7979 0 0 0 180 1 0 0 20 0 15 0 11130283 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.72 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 8286 0 0 0 71 1 0 0 20 0 15 0 11130283 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 599 0 0 0 0 0 0 0 20 0 15 0 11130287 14317654016 57044 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.39 1.64 1.77 3/210 16462
/proc/meminfo: memFree=31385680/32770624 swapFree=0/198032
[pid=16437] ppid=16434 vsize=13982084 CPUtime=17.38 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 43164 0 0 0 1725 13 0 0 20 0 15 0 11130269 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 58105 3784 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=12.53 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 15200 0 0 0 1246 7 0 0 20 0 15 0 11130278 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237926371376 140237553184177 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 520 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 824 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 1164 0 0 0 0 0 0 0 20 0 15 0 11130278 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 58105 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0

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

[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 942 0 0 0 0 0 0 0 20 0 15 0 11130287 14317654016 57912 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 56.04
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.62 1.66 1.77 3/210 16474
/proc/meminfo: memFree=31445188/32770624 swapFree=0/198384
[pid=16437] ppid=16434 vsize=13982084 CPUtime=107.5 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 62367 0 0 0 10733 17 0 0 20 0 15 0 11130269 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 51534 3784 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=102.1 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 17335 0 0 0 10202 8 0 0 20 0 15 0 11130278 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237926374416 140237552780969 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 11130278 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 995 0 0 0 2 0 0 0 20 0 15 0 11130278 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 3457 0 0 0 2 0 0 0 20 0 15 0 11130278 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 3755 0 0 0 2 0 0 0 20 0 15 0 11130278 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 1195 0 0 0 2 0 0 0 20 0 15 0 11130280 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=2.32 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 10959 0 0 0 231 1 0 0 20 0 15 0 11130283 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=2.12 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 11853 0 0 0 211 1 0 0 20 0 15 0 11130283 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.74 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 9910 0 0 0 73 1 0 0 20 0 15 0 11130283 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 985 0 0 0 1 1 0 0 20 0 15 0 11130287 14317654016 51534 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 107.5
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.71 1.68 1.77 3/210 16476
/proc/meminfo: memFree=31499296/32770624 swapFree=0/198408
[pid=16437] ppid=16434 vsize=13982084 CPUtime=167.56 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 65223 0 0 0 16738 18 0 0 20 0 15 0 11130269 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 44256 3784 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=162.07 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 17911 0 0 0 16199 8 0 0 20 0 15 0 11130278 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237926374160 140237553184357 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 570 0 0 0 3 0 0 0 20 0 15 0 11130278 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 1030 0 0 0 3 0 0 0 20 0 15 0 11130278 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 3517 0 0 0 3 0 0 0 20 0 15 0 11130278 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 4279 0 0 0 3 0 0 0 20 0 15 0 11130278 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 1402 0 0 0 3 0 0 0 20 0 15 0 11130280 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 11625 0 0 0 233 1 0 0 20 0 15 0 11130283 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=2.12 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 12068 0 0 0 211 1 0 0 20 0 15 0 11130283 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 10380 0 0 0 74 1 0 0 20 0 15 0 11130283 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 1012 0 0 0 1 2 0 0 20 0 15 0 11130287 14317654016 44256 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 167.56
Current children cumulated vsize (KiB) 13982084

[startup+222.301 s]
/proc/loadavg: 1.73 1.69 1.77 3/209 16479
/proc/meminfo: memFree=31529768/32770624 swapFree=0/198436
[pid=16437] ppid=16434 vsize=13982084 CPUtime=227.61 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 66667 0 0 0 22741 20 0 0 20 0 15 0 11130269 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 39824 3784 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=222.04 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 18338 0 0 0 22196 8 0 0 20 0 15 0 11130278 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237926374160 140237553027893 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 609 0 0 0 4 1 0 0 20 0 15 0 11130278 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 1589 0 0 0 4 0 0 0 20 0 15 0 11130278 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 3659 0 0 0 4 0 0 0 20 0 15 0 11130278 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 4284 0 0 0 4 0 0 0 20 0 15 0 11130278 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 1648 0 0 0 4 1 0 0 20 0 15 0 11130280 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 11627 0 0 0 233 1 0 0 20 0 15 0 11130283 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=2.12 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 12070 0 0 0 211 1 0 0 20 0 15 0 11130283 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 10382 0 0 0 74 1 0 0 20 0 15 0 11130283 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 1032 0 0 0 1 2 0 0 20 0 15 0 11130287 14317654016 39824 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 227.61
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.74 1.70 1.77 2/193 16481
/proc/meminfo: memFree=31686520/32770624 swapFree=0/198440
[pid=16437] ppid=16434 vsize=13982084 CPUtime=245.32 cores=1,3,5,7
/proc/16437/stat : 16437 (java) S 16434 16437 5123 0 -1 1077944320 66703 0 0 0 24512 20 0 0 20 0 15 0 11130269 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140733887169072 140237922135799 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
/proc/16437/statm: 3495521 39440 3784 1 0 3484303 0
[pid=16437/tid=16447] ppid=16434 vsize=13982084 CPUtime=239.74 cores=1,3,5,7
/proc/16437/task/16447/stat : 16447 (java) R 16434 16437 5123 0 -1 4202560 18344 0 0 0 23966 8 0 0 20 0 15 0 11130278 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237926374256 140237551828954 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16448] ppid=16434 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16437/task/16448/stat : 16448 (java) S 16434 16437 5123 0 -1 1077944384 630 0 0 0 4 1 0 0 20 0 15 0 11130278 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237864081936 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16449] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16449/stat : 16449 (java) S 16434 16437 5123 0 -1 1077944384 1591 0 0 0 4 0 0 0 20 0 15 0 11130278 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237521558160 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16450] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16450/stat : 16450 (java) S 16434 16437 5123 0 -1 1077944384 3659 0 0 0 4 0 0 0 20 0 15 0 11130278 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237520505104 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16451] ppid=16434 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16437/task/16451/stat : 16451 (java) S 16434 16437 5123 0 -1 1077944384 4285 0 0 0 5 0 0 0 20 0 15 0 11130278 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237519452560 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16452] ppid=16434 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/16437/task/16452/stat : 16452 (java) S 16434 16437 5123 0 -1 1077944384 1654 0 0 0 4 1 0 0 20 0 15 0 11130280 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237468576496 140237922146946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16453] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16453/stat : 16453 (java) S 16434 16437 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237467522784 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16454] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16454/stat : 16454 (java) S 16434 16437 5123 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11130280 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237466469632 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16456] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16456/stat : 16456 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237465418192 140237922154395 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16457] ppid=16434 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/16437/task/16457/stat : 16457 (java) S 16434 16437 5123 0 -1 1077944384 11627 0 0 0 233 1 0 0 20 0 15 0 11130283 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237464365296 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16458] ppid=16434 vsize=13982084 CPUtime=2.12 cores=1,3,5,7
/proc/16437/task/16458/stat : 16458 (java) S 16434 16437 5123 0 -1 1077944384 12070 0 0 0 211 1 0 0 20 0 15 0 11130283 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237463312752 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16459] ppid=16434 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/16437/task/16459/stat : 16459 (java) S 16434 16437 5123 0 -1 1077944384 10382 0 0 0 74 1 0 0 20 0 15 0 11130283 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237462259696 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16460] ppid=16434 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/16437/task/16460/stat : 16460 (java) S 16434 16437 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11130283 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237393095008 140237922146005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
[pid=16437/tid=16461] ppid=16434 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/16437/task/16461/stat : 16461 (java) S 16434 16437 5123 0 -1 1077944384 1032 0 0 0 2 2 0 0 20 0 15 0 11130287 14317654016 39440 18446744073709551615 4194304 4196468 140733887186528 140237392043056 140237922146946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24608768 140733887193489 140733887193675 140733887193675 140733887197135 0
Current children cumulated CPU time (s) 245.32
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 16437 sig 9
??? kill -16437 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.018
CPU time (s): 245.347
CPU user time (s): 245.138
CPU system time (s): 0.20912
CPU usage (%): 102.22
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.138
system time used= 0.20912
maximum resident set size= 238784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67187
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= 9184
involuntary context switches= 134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.943511 second user time and 1.32757 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 23:51:38
IDJOB=4256264
IDBENCH=115756
IDSOLVER=2639
FILE ID=node130/4256264-1501625133
RUNJOBID= node130-1501623088-15580
PBS_JOBID= 
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-2.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-4256264-1501625133/watcher-4256264-1501625133 -o /tmp/evaluation-result-4256264-1501625133/solver-4256264-1501625133 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1028064767 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256264-1501625133.xml

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

MD5SUM BENCH= 5792b685e17c6bfa87a9d80140b648f0
RANDOM SEED=1028064767

node130.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.46
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.46
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.46
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.46
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:        31835880 kB
MemAvailable:   32028496 kB
Buffers:          100228 kB
Cached:           375384 kB
SwapCached:            0 kB
Active:           326192 kB
Inactive:         206536 kB
Active(anon):      57548 kB
Inactive(anon):     8532 kB
Active(file):     268644 kB
Inactive(file):   198004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84508 kB
Writeback:             8 kB
AnonPages:         57236 kB
Mapped:            29960 kB
Shmem:              8872 kB
Slab:             108392 kB
SReclaimable:      83608 kB
SUnreclaim:        24784 kB
KernelStack:        3168 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61576 MiB
End job on node130 at 2017-08-01 23:55:38