Trace number 4273925

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26? (TO) 2520.0801 2514.02

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-70.xml
MD5SUM334f60f9be5ea7f5cd20aecf314fa745
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints141
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":140},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity210
Distribution of constraint arities[{"arity":2,"count":140},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints140
Distribution of constraint types[{"type":"intension","count":140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.24/0.39	c version: 2017-07-26
0.24/0.39	c seed: 231298787
0.24/0.39	c timeout: 2520
0.24/0.39	c memlimit: 11000
0.24/0.39	c nbcore: 4
0.24/0.41	c Parsing instance...
1.33/0.95	c Parsing done, starting search...
2520.06/2514.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15280 MiB free)
  memory of node 1: 16384 MiB (12479 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273925-1502754225/watcher-4273925-1502754225 -o /tmp/evaluation-result-4273925-1502754225/solver-4273925-1502754225 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 231298787 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273925-1502754225.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30206, runsolver pid=30203

[startup+0.108096 s]*
/proc/loadavg: 1.38 1.59 1.62 3/200 30212
/proc/meminfo: memFree=28418952/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13573664 memory=18000 CPUtime=0.02 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 3872 0 0 0 2 0 0 0 20 0 9 0 77617897 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3393416 4500 2073 1 0 3382913 0
[pid=30206/tid=30208] ppid=30203 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 2501 0 0 0 2 0 0 0 20 0 9 0 77617906 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819639489680 139819616897835 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 77617907 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13573664 memory=140321869096576 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 77617907 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 77617907 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 77617907 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13573664 memory=140321869096576 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 77617908 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 77617909 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819203302688 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 77617909 13899431936 4500 18446744073709551615 4194304 4196468 140722320064240 139819202250416 139819635259093 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18000 KiB

[startup+0.20976 s]*
/proc/loadavg: 1.38 1.59 1.62 4/209 30221
/proc/meminfo: memFree=28414096/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13975920 memory=29716 CPUtime=0.09 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 6705 0 0 0 8 1 0 0 20 0 15 0 77617897 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3493980 7429 3368 1 0 3482759 0
[pid=30206/tid=30208] ppid=30203 vsize=13975920 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 4732 0 0 0 6 0 0 0 20 0 15 0 77617906 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819639452496 139819254624044 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13975920 memory=328 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13975920 memory=140321869834811 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13975920 memory=140321869096576 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617908 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77617909 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819203302688 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77617909 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819202250352 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13975920 memory=140321869096576 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13975920 memory=140321869096576 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617917 14311342080 7429 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 29716 KiB

[startup+0.310191 s]*
/proc/loadavg: 1.38 1.59 1.62 3/209 30221
/proc/meminfo: memFree=28401256/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13975920 memory=39088 CPUtime=0.24 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 10011 0 0 0 22 2 0 0 20 0 15 0 77617897 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3493980 9772 3552 1 0 3482759 0
[pid=30206/tid=30208] ppid=30203 vsize=13975920 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 7735 0 0 0 15 1 0 0 20 0 15 0 77617906 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819639465872 139819619329374 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77617908 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77617909 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819203302688 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77617909 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819202250352 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 77617911 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 77617911 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13975920 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 77617911 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617917 14311342080 9772 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39088 KiB

[startup+0.700692 s]
/proc/loadavg: 1.38 1.59 1.62 4/209 30221
/proc/meminfo: memFree=28388104/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13977988 memory=66632 CPUtime=0.95 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 13819 0 0 0 90 5 0 0 20 0 15 0 77617897 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3494497 16658 3729 1 0 3483271 0
[pid=30206/tid=30208] ppid=30203 vsize=13977988 memory=98 CPUtime=0.55 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 10434 0 0 0 52 3 0 0 20 0 15 0 77617906 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819639484304 139819635260822 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13977988 memory=28 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13977988 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77617908 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77617909 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819203302688 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13977988 memory=995 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77617909 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819202250352 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13977988 memory=72 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13977988 memory=259 CPUtime=0.09 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 861 0 0 0 9 0 0 0 20 0 15 0 77617911 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13977988 memory=280643497889552 CPUtime=0.08 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 350 0 0 0 8 0 0 0 20 0 15 0 77617911 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13977988 memory=2509133317889 CPUtime=0.2 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) R 30203 30206 12560 0 -1 4202560 791 0 0 0 20 0 0 0 20 0 15 0 77617911 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819198035472 139819614383411 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13977988 memory=2517723252481 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13977988 memory=2560672925441 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617917 14313459712 16658 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66632 KiB

[startup+1.50081 s]
/proc/loadavg: 1.38 1.59 1.62 5/209 30221
/proc/meminfo: memFree=28341152/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13980036 memory=122564 CPUtime=2.9 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 22589 0 0 0 282 8 0 0 20 0 15 0 77617897 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3495009 30641 3749 1 0 3483783 0
[pid=30206/tid=30208] ppid=30203 vsize=13980036 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 13537 0 0 0 129 5 0 0 20 0 15 0 77617906 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819639484968 139819259106543 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13980036 memory=280643498121600 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77617907 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13980036 memory=9132 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13980036 memory=19658 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77617907 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77617908 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819203302688 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13980036 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819202250352 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13980036 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 3384 0 0 0 54 1 0 0 20 0 15 0 77617911 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13980036 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 2393 0 0 0 57 0 0 0 20 0 15 0 77617911 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13980036 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 1879 0 0 0 40 0 0 0 20 0 15 0 77617911 14315556864 30641 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0

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

/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 24931 0 0 0 237675 12 0 0 20 0 15 0 77617906 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819639487280 139819259108317 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.65 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 5055 0 0 0 152 13 0 0 20 0 15 0 77617907 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13980036 memory=2209 CPUtime=1.66 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 4555 0 0 0 156 10 0 0 20 0 15 0 77617907 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.66 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 5742 0 0 0 149 17 0 0 20 0 15 0 77617907 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.66 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 3352 0 0 0 152 14 0 0 20 0 15 0 77617907 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.99 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 5931 0 0 0 185 14 0 0 20 0 15 0 77617908 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13980036 memory=190072 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819203302752 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13980036 memory=190072 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819202250368 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13980036 memory=190072 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13980036 memory=190072 CPUtime=0.65 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 5115 0 0 0 63 2 0 0 20 0 15 0 77617911 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13980036 memory=190072 CPUtime=0.72 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 4847 0 0 0 71 1 0 0 20 0 15 0 77617911 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13980036 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 3215 0 0 0 43 1 0 0 20 0 15 0 77617911 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13980036 memory=190072 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13980036 memory=1120 CPUtime=0.68 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 769 0 0 0 29 39 0 0 20 0 15 0 77617917 14315556864 47518 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 2388.03 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 190072 KiB

[startup+2442.3 s]
/proc/loadavg: 1.23 1.37 1.42 3/213 30577
/proc/meminfo: memFree=31116784/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13980036 memory=192120 CPUtime=2448.18 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 65666 0 0 0 244724 94 0 0 20 0 15 0 77617897 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3495009 48030 3779 1 0 3483783 0
[pid=30206/tid=30208] ppid=30203 vsize=13980036 memory=192120 CPUtime=2436.75 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 25299 0 0 0 243663 12 0 0 20 0 15 0 77617906 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819639487520 139819259106860 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.69 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 5088 0 0 0 156 13 0 0 20 0 15 0 77617907 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13980036 memory=190072 CPUtime=1.7 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 4571 0 0 0 160 10 0 0 20 0 15 0 77617907 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13980036 memory=192120 CPUtime=1.7 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 5790 0 0 0 153 17 0 0 20 0 15 0 77617907 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13980036 memory=192120 CPUtime=1.7 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 3406 0 0 0 156 14 0 0 20 0 15 0 77617907 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13980036 memory=192120 CPUtime=2.03 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 6106 0 0 0 189 14 0 0 20 0 15 0 77617908 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13980036 memory=190072 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819203302752 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13980036 memory=192120 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819202250368 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13980036 memory=192120 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13980036 memory=192120 CPUtime=0.65 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 5117 0 0 0 63 2 0 0 20 0 15 0 77617911 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13980036 memory=192120 CPUtime=0.72 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 4849 0 0 0 71 1 0 0 20 0 15 0 77617911 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13980036 memory=192120 CPUtime=0.44 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 3217 0 0 0 43 1 0 0 20 0 15 0 77617911 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13980036 memory=192120 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13980036 memory=192120 CPUtime=0.7 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 786 0 0 0 29 41 0 0 20 0 15 0 77617917 14315556864 48030 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 52 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 2448.18 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 192120 KiB

[startup+2502.3 s]
/proc/loadavg: 1.51 1.42 1.43 3/213 30579
/proc/meminfo: memFree=31114764/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13980036 memory=194168 CPUtime=2508.33 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 65796 0 0 0 250736 97 0 0 20 0 15 0 77617897 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3495009 48542 3779 1 0 3483783 0
[pid=30206/tid=30208] ppid=30203 vsize=13980036 memory=192120 CPUtime=2496.62 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 25385 0 0 0 249650 12 0 0 20 0 15 0 77617906 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819639487280 139819259411367 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13980036 memory=192120 CPUtime=1.74 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 5090 0 0 0 160 14 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13980036 memory=192120 CPUtime=1.75 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 4581 0 0 0 165 10 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13980036 memory=194168 CPUtime=1.76 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 5810 0 0 0 158 18 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13980036 memory=194168 CPUtime=1.75 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 3409 0 0 0 161 14 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13980036 memory=33 CPUtime=2.09 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 6111 0 0 0 194 15 0 0 20 0 15 0 77617908 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13980036 memory=194168 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819203302752 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13980036 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819202250368 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13980036 memory=43240 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13980036 memory=4612 CPUtime=0.65 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 5117 0 0 0 63 2 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13980036 memory=1004 CPUtime=0.72 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 4849 0 0 0 71 1 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13980036 memory=194168 CPUtime=0.44 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 3217 0 0 0 43 1 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13980036 memory=194168 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13980036 memory=4144 CPUtime=0.71 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 790 0 0 0 29 42 0 0 20 0 15 0 77617917 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 2508.33 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 194168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514 s]*
/proc/loadavg: 1.51 1.42 1.43 3/213 30581
/proc/meminfo: memFree=31114880/32770624 swapFree=67105588/67108860
[pid=30206] ppid=30203 vsize=13980036 memory=194168 CPUtime=2520.06 cores=0,2,4,6
/proc/30206/stat : 30206 (java) S 30203 30206 12560 0 -1 1077944320 65812 0 0 0 251909 97 0 0 20 0 15 0 77617897 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 140722320046784 139819635248887 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
/proc/30206/statm: 3495009 48542 3779 1 0 3483783 0
[pid=30206/tid=30208] ppid=30203 vsize=13980036 memory=-8195925453750481479 CPUtime=2508.3 cores=0,2,4,6
/proc/30206/task/30208/stat : 30208 (java) R 30203 30206 12560 0 -1 4202560 25401 0 0 0 250818 12 0 0 20 0 15 0 77617906 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819639487504 139819259106010 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30209] ppid=30203 vsize=13980036 memory=644 CPUtime=1.75 cores=0,2,4,6
/proc/30206/task/30209/stat : 30209 (java) S 30203 30206 12560 0 -1 1077944384 5090 0 0 0 161 14 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819577194896 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30210] ppid=30203 vsize=13980036 memory=1744 CPUtime=1.76 cores=0,2,4,6
/proc/30206/task/30210/stat : 30210 (java) S 30203 30206 12560 0 -1 1077944384 4581 0 0 0 166 10 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819576142096 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30211] ppid=30203 vsize=13980036 memory=956 CPUtime=1.77 cores=0,2,4,6
/proc/30206/task/30211/stat : 30211 (java) S 30203 30206 12560 0 -1 1077944384 5810 0 0 0 159 18 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819575089808 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30212] ppid=30203 vsize=13980036 memory=1232 CPUtime=1.76 cores=0,2,4,6
/proc/30206/task/30212/stat : 30212 (java) S 30203 30206 12560 0 -1 1077944384 3409 0 0 0 162 14 0 0 20 0 15 0 77617907 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819232008720 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30213] ppid=30203 vsize=13980036 memory=2240 CPUtime=2.1 cores=0,2,4,6
/proc/30206/task/30213/stat : 30213 (java) S 30203 30206 12560 0 -1 1077944384 6111 0 0 0 195 15 0 0 20 0 15 0 77617908 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819204356720 139819635260034 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30214] ppid=30203 vsize=13980036 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30214/stat : 30214 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819203302752 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30215] ppid=30203 vsize=13980036 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30215/stat : 30215 (java) S 30203 30206 12560 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 77617909 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819202250368 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30216] ppid=30203 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30216/stat : 30216 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819201198672 139819635267483 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30217] ppid=30203 vsize=13980036 memory=1412 CPUtime=0.65 cores=0,2,4,6
/proc/30206/task/30217/stat : 30217 (java) S 30203 30206 12560 0 -1 1077944384 5117 0 0 0 63 2 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819200145520 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30218] ppid=30203 vsize=13980036 memory=15584 CPUtime=0.72 cores=0,2,4,6
/proc/30206/task/30218/stat : 30218 (java) S 30203 30206 12560 0 -1 1077944384 4849 0 0 0 71 1 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819199092720 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30219] ppid=30203 vsize=13980036 memory=26376 CPUtime=0.44 cores=0,2,4,6
/proc/30206/task/30219/stat : 30219 (java) S 30203 30206 12560 0 -1 1077944384 3217 0 0 0 43 1 0 0 20 0 15 0 77617911 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819198040432 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30220] ppid=30203 vsize=13980036 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/30206/task/30220/stat : 30220 (java) S 30203 30206 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77617912 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819196987872 139819635259093 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
[pid=30206/tid=30221] ppid=30203 vsize=13980036 memory=644 CPUtime=0.72 cores=0,2,4,6
/proc/30206/task/30221/stat : 30221 (java) S 30203 30206 12560 0 -1 1077944384 790 0 0 0 29 43 0 0 20 0 15 0 77617917 14315556864 48542 18446744073709551615 4194304 4196468 140722320064240 139819195935664 139819635260034 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 8531968 140722320068975 140722320069161 140722320069161 140722320072655 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 194168 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2514.02 s]
# the end of solver process 30206 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.1 s, system=0.977801 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2514.02
CPU time (s): 2520.08
CPU user time (s): 2519.1
CPU system time (s): 0.977801
CPU usage (%): 100.241
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 205364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.1
system time used= 0.977801
maximum resident set size= 207424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107496
involuntary context switches= 4643


# summary of solver processes directly reported to runsolver:
#   pid: 30206
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.1
#   total CPU system time (s): 0.977801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2325 second user time and 20.7064 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 01:29:43
IDJOB=4273925
IDBENCH=124278
IDSOLVER=2666
FILE ID=node126/4273925-1502754225
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-70.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-4273925-1502754225/watcher-4273925-1502754225 -o /tmp/evaluation-result-4273925-1502754225/solver-4273925-1502754225 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 231298787 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273925-1502754225.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=231298787

node126.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.81
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.81
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.81
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.81
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:        28427140 kB
MemAvailable:   28936264 kB
Buffers:          317076 kB
Cached:           460132 kB
SwapCached:          524 kB
Active:          3605772 kB
Inactive:         248476 kB
Active(anon):    3025024 kB
Inactive(anon):    85388 kB
Active(file):     580748 kB
Inactive(file):   163088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42072 kB
Writeback:             8 kB
AnonPages:       3076564 kB
Mapped:            64216 kB
Shmem:             33440 kB
Slab:             188464 kB
SReclaimable:     162244 kB
SUnreclaim:        26220 kB
KernelStack:        3408 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3989104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2951168 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= 61948 MiB
End job on node126 at 2017-08-15 02:11:37