Trace number 4256008

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.188 240.011

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-17-a3.xml
MD5SUM1a474c72a1f7224eb7c0241d7ff915ce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark236
Best CPU time to get the best result obtained on this benchmark251.94
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of constraints139
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":136},{"size":501,"count":17}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":153},{"degree":2,"count":136},{"degree":17,"count":15},{"degree":18,"count":2}]
Minimum constraint arity1
Maximum constraint arity136
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":136},{"arity":17,"count":1},{"arity":136,"count":1}]
Number of extensional constraints0
Number of intensional constraints137
Distribution of constraint types[{"type":"intension","count":137},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.28/0.35	c version: 2017-07-26
0.28/0.35	c seed: 1806694658
0.28/0.35	c timeout: 264
0.28/0.35	c memlimit: 11000
0.28/0.35	c nbcore: 4
0.28/0.37	c Parsing instance...
1.43/0.92	c Parsing done, starting search...
244.17/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-4256008-1501632843/watcher-4256008-1501632843 -o /tmp/evaluation-result-4256008-1501632843/solver-4256008-1501632843 -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 1806694658 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256008-1501632843.xml 

pid=23338
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.64 1.70 1.67 2/194 23341
/proc/meminfo: memFree=31697752/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23341/stat : 23341 (runsolver) D 23338 23341 5123 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11901300 24240128 107 18446744073709551615 4194304 4338465 140730215895888 140730215893528 140605774410455 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 21086208 140730215903334 140730215903814 140730215903814 140730215907274 0
/proc/23341/statm: 5918 107 54 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 1.64 1.70 1.67 2/194 23341
/proc/meminfo: memFree=31697752/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 4597 0 0 0 4 1 0 0 20 0 14 0 11901300 14240239616 6114 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3476621 6114 2553 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.200346 s]
/proc/loadavg: 1.64 1.70 1.67 2/194 23341
/proc/meminfo: memFree=31697752/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13976944 CPUtime=0.12 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 8784 0 0 0 10 2 0 0 20 0 15 0 11901300 14312390656 9302 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3494236 9302 3368 1 0 3483023 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13976944

[startup+0.301594 s]
/proc/loadavg: 1.64 1.70 1.67 2/194 23341
/proc/meminfo: memFree=31697752/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13975920 CPUtime=0.28 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 10531 0 0 0 25 3 0 0 20 0 15 0 11901300 14311342080 11318 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3493980 11318 3569 1 0 3482767 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13975920

[startup+0.700786 s]
/proc/loadavg: 1.64 1.70 1.67 2/194 23341
/proc/meminfo: memFree=31697752/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13977988 CPUtime=1.06 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 13584 0 0 0 101 5 0 0 20 0 15 0 11901300 14313459712 17916 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3494497 17916 3723 1 0 3483279 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13977988

[startup+1.50068 s]
/proc/loadavg: 1.67 1.71 1.67 5/209 23356
/proc/meminfo: memFree=31591768/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13980036 CPUtime=3.32 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 21672 0 0 0 324 8 0 0 20 0 15 0 11901300 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 32765 3737 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=1.38 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 12740 0 0 0 132 6 0 0 20 0 15 0 11901304 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140053039995424 140052664061216 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11901306 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052580308640 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052579255536 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.77 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) R 23338 23341 5123 0 -1 4202560 3156 0 0 0 77 0 0 0 20 0 15 0 11901309 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140052577139888 140053017341675 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.74 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) R 23338 23341 5123 0 -1 4202560 2764 0 0 0 74 0 0 0 20 0 15 0 11901309 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140051946388784 140053015412538 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.38 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 1633 0 0 0 38 0 0 0 20 0 15 0 11901309 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901316 14315556864 32765 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 13980036

[startup+3.10067 s]
/proc/loadavg: 1.67 1.71 1.67 3/209 23356
/proc/meminfo: memFree=31554592/32770624 swapFree=0/206688
[pid=23341] ppid=23338 vsize=13980036 CPUtime=5.23 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 24869 0 0 0 513 10 0 0 20 0 15 0 11901300 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 50298 3761 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=2.97 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 13061 0 0 0 290 7 0 0 20 0 15 0 11901304 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140053039995704 140052663965540 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 520 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 11901306 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.89 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3458 0 0 0 89 0 0 0 20 0 15 0 11901309 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.89 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 2896 0 0 0 89 0 0 0 20 0 15 0 11901309 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.4 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2692 0 0 0 40 0 0 0 20 0 15 0 11901309 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 11901316 14315556864 50298 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 13980036

[startup+6.30064 s]
/proc/loadavg: 1.67 1.71 1.67 3/209 23356
/proc/meminfo: memFree=31504724/32770624 swapFree=0/206696
[pid=23341] ppid=23338 vsize=13980036 CPUtime=8.46 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 25062 0 0 0 836 10 0 0 20 0 15 0 11901300 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 51838 3763 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=6.17 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 13110 0 0 0 610 7 0 0 20 0 15 0 11901304 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140053039992672 140052663772499 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 523 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 15 0 11901305 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 11901306 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.91 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3497 0 0 0 91 0 0 0 20 0 15 0 11901309 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.89 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 2896 0 0 0 89 0 0 0 20 0 15 0 11901309 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2753 0 0 0 41 0 0 0 20 0 15 0 11901309 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 11901316 14315556864 51838 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 13980036

[startup+12.7006 s]
/proc/loadavg: 1.65 1.70 1.67 3/209 23356
/proc/meminfo: memFree=31503604/32770624 swapFree=0/206700
[pid=23341] ppid=23338 vsize=13980036 CPUtime=14.93 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 27179 0 0 0 1482 11 0 0 20 0 15 0 11901300 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 51864 3768 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=12.55 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 13531 0 0 0 1248 7 0 0 20 0 15 0 11901304 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140053039995696 140052664362682 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 1014 0 0 0 1 0 0 0 20 0 15 0 11901305 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 11901305 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 871 0 0 0 1 0 0 0 20 0 15 0 11901305 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 11901305 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 11901306 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 51864 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0

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

/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 38070 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 11901316 14315556864 38070 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 53.54
Current children cumulated vsize (KiB) 13980036

[startup+102.301 s]
/proc/loadavg: 1.41 1.61 1.64 3/212 23693
/proc/meminfo: memFree=31264796/32770624 swapFree=0/206936
[pid=23341] ppid=23338 vsize=13980036 CPUtime=105.16 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 35232 0 0 0 10501 15 0 0 20 0 15 0 11901300 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 31840 3768 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=101.87 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 15041 0 0 0 10180 7 0 0 20 0 15 0 11901304 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140053039995808 140052664139395 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0.21 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 2707 0 0 0 21 0 0 0 20 0 15 0 11901305 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0.21 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 1636 0 0 0 21 0 0 0 20 0 15 0 11901305 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0.21 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 1880 0 0 0 20 1 0 0 20 0 15 0 11901305 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0.21 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 1289 0 0 0 21 0 0 0 20 0 15 0 11901305 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0.07 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 1430 0 0 0 6 1 0 0 20 0 15 0 11901306 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.95 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3557 0 0 0 95 0 0 0 20 0 15 0 11901309 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.89 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 3035 0 0 0 89 0 0 0 20 0 15 0 11901309 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2946 0 0 0 41 0 0 0 20 0 15 0 11901309 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 275 0 0 0 0 1 0 0 20 0 15 0 11901316 14315556864 31840 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 105.16
Current children cumulated vsize (KiB) 13980036

[startup+162.301 s]
/proc/loadavg: 1.59 1.62 1.64 3/209 23695
/proc/meminfo: memFree=30487412/32770624 swapFree=0/206988
[pid=23341] ppid=23338 vsize=13980036 CPUtime=165.7 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 38107 0 0 0 16552 18 0 0 20 0 15 0 11901300 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 35168 3768 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=161.58 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 15479 0 0 0 16151 7 0 0 20 0 15 0 11901304 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140053039995808 140052664362609 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0.4 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 3086 0 0 0 39 1 0 0 20 0 15 0 11901305 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0.4 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 2077 0 0 0 39 1 0 0 20 0 15 0 11901305 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0.39 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 2711 0 0 0 38 1 0 0 20 0 15 0 11901305 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0.4 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 1803 0 0 0 39 1 0 0 20 0 15 0 11901305 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0.12 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 1671 0 0 0 11 1 0 0 20 0 15 0 11901306 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.95 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3560 0 0 0 95 0 0 0 20 0 15 0 11901309 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.9 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 3042 0 0 0 90 0 0 0 20 0 15 0 11901309 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2949 0 0 0 41 0 0 0 20 0 15 0 11901309 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 293 0 0 0 1 2 0 0 20 0 15 0 11901316 14315556864 35168 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 165.7
Current children cumulated vsize (KiB) 13980036

[startup+222.306 s]
/proc/loadavg: 1.74 1.66 1.66 3/209 23697
/proc/meminfo: memFree=29697464/32770624 swapFree=0/207024
[pid=23341] ppid=23338 vsize=13980036 CPUtime=226.29 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 39397 0 0 0 22608 21 0 0 20 0 15 0 11901300 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 38366 3768 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=221.32 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 15764 0 0 0 22125 7 0 0 20 0 15 0 11901304 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140053039995808 140052664139017 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0.6 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 3220 0 0 0 58 2 0 0 20 0 15 0 11901305 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0.6 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 2136 0 0 0 58 2 0 0 20 0 15 0 11901305 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0.59 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 2943 0 0 0 57 2 0 0 20 0 15 0 11901305 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0.59 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 2349 0 0 0 58 1 0 0 20 0 15 0 11901305 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0.18 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 1700 0 0 0 16 2 0 0 20 0 15 0 11901306 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.95 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3560 0 0 0 95 0 0 0 20 0 15 0 11901309 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.9 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 3043 0 0 0 90 0 0 0 20 0 15 0 11901309 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2951 0 0 0 41 0 0 0 20 0 15 0 11901309 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 295 0 0 0 1 3 0 0 20 0 15 0 11901316 14315556864 38366 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 226.29
Current children cumulated vsize (KiB) 13980036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.66 1.64 1.65 3/209 23698
/proc/meminfo: memFree=29457692/32770624 swapFree=0/207032
[pid=23341] ppid=23338 vsize=13980036 CPUtime=244.17 cores=1,3,5,7
/proc/23341/stat : 23341 (java) S 23338 23341 5123 0 -1 1077944320 40949 0 0 0 24394 23 0 0 20 0 15 0 11901300 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140736629258048 140053035757303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 3 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
/proc/23341/statm: 3495009 39390 3768 1 0 3483791 0
[pid=23341/tid=23343] ppid=23338 vsize=13980036 CPUtime=238.94 cores=1,3,5,7
/proc/23341/task/23343/stat : 23343 (java) R 23338 23341 5123 0 -1 4202560 15943 0 0 0 23887 7 0 0 20 0 15 0 11901304 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140053039995808 140052663772499 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23344] ppid=23338 vsize=13980036 CPUtime=0.66 cores=1,3,5,7
/proc/23341/task/23344/stat : 23344 (java) S 23338 23341 5123 0 -1 1077944384 3388 0 0 0 64 2 0 0 20 0 15 0 11901305 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052992723472 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23345] ppid=23338 vsize=13980036 CPUtime=0.66 cores=1,3,5,7
/proc/23341/task/23345/stat : 23345 (java) S 23338 23341 5123 0 -1 1077944384 2300 0 0 0 64 2 0 0 20 0 15 0 11901305 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052991670928 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23346] ppid=23338 vsize=13980036 CPUtime=0.65 cores=1,3,5,7
/proc/23341/task/23346/stat : 23346 (java) S 23338 23341 5123 0 -1 1077944384 3171 0 0 0 63 2 0 0 20 0 15 0 11901305 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052990617872 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23347] ppid=23338 vsize=13980036 CPUtime=0.65 cores=1,3,5,7
/proc/23341/task/23347/stat : 23347 (java) S 23338 23341 5123 0 -1 1077944384 2600 0 0 0 63 2 0 0 20 0 15 0 11901305 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052989565328 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23348] ppid=23338 vsize=13980036 CPUtime=0.2 cores=1,3,5,7
/proc/23341/task/23348/stat : 23348 (java) S 23338 23341 5123 0 -1 1077944384 1923 0 0 0 18 2 0 0 20 0 15 0 11901306 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052581362416 140053035768450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23349] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23349/stat : 23349 (java) S 23338 23341 5123 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052580308704 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23350] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23350/stat : 23350 (java) S 23338 23341 5123 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11901307 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052579255552 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23351] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23351/stat : 23351 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901309 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052578204112 140053035775899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23352] ppid=23338 vsize=13980036 CPUtime=0.95 cores=1,3,5,7
/proc/23341/task/23352/stat : 23352 (java) S 23338 23341 5123 0 -1 1077944384 3562 0 0 0 95 0 0 0 20 0 15 0 11901309 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140052577151216 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23353] ppid=23338 vsize=13980036 CPUtime=0.9 cores=1,3,5,7
/proc/23341/task/23353/stat : 23353 (java) S 23338 23341 5123 0 -1 1077944384 3358 0 0 0 90 0 0 0 20 0 15 0 11901309 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140051946400112 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23354] ppid=23338 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/23341/task/23354/stat : 23354 (java) S 23338 23341 5123 0 -1 1077944384 2951 0 0 0 41 0 0 0 20 0 15 0 11901309 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140051945347056 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23355] ppid=23338 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/23341/task/23355/stat : 23355 (java) S 23338 23341 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11901310 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140051944294752 140053035767509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
[pid=23341/tid=23356] ppid=23338 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/23341/task/23356/stat : 23356 (java) S 23338 23341 5123 0 -1 1077944384 317 0 0 0 1 3 0 0 20 0 15 0 11901316 14315556864 39390 18446744073709551615 4194304 4196468 140736629275504 140051943242800 140053035768450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140736629277073 140736629277259 140736629277259 140736629280719 0
Current children cumulated CPU time (s) 244.17
Current children cumulated vsize (KiB) 13980036

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

Child status: 143
Real time (s): 240.011
CPU time (s): 244.188
CPU user time (s): 243.954
CPU system time (s): 0.234335
CPU usage (%): 101.74
Max. virtual memory (cumulated for all children) (KiB): 13980036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.954
system time used= 0.234335
maximum resident set size= 209504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41376
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= 12622
involuntary context switches= 234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.949704 second user time and 1.44265 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-02 02:00:08
IDJOB=4256008
IDBENCH=126223
IDSOLVER=2639
FILE ID=node130/4256008-1501632843
RUNJOBID= node130-1501623088-15580
PBS_JOBID= 
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-17-a3.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-4256008-1501632843/watcher-4256008-1501632843 -o /tmp/evaluation-result-4256008-1501632843/solver-4256008-1501632843 -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 1806694658 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256008-1501632843.xml

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

MD5SUM BENCH= 1a474c72a1f7224eb7c0241d7ff915ce
RANDOM SEED=1806694658

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:        31698300 kB
MemAvailable:   31903652 kB
Buffers:          106944 kB
Cached:           380672 kB
SwapCached:            0 kB
Active:           452424 kB
Inactive:         215196 kB
Active(anon):     180340 kB
Inactive(anon):     8532 kB
Active(file):     272084 kB
Inactive(file):   206664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41988 kB
Writeback:           388 kB
AnonPages:        186080 kB
Mapped:            44540 kB
Shmem:              8872 kB
Slab:             109908 kB
SReclaimable:      84876 kB
SUnreclaim:        25032 kB
KernelStack:        3696 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1141120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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-02 02:04:08