Trace number 4273972

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.1001 2493.25

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-15-mdd.xml
MD5SUMeb9d91ed4b70703bb0e2b52375e1b8aa
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 variables225
Number of constraints33
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":196},{"degree":4,"count":28},{"degree":5,"count":1}]
Minimum constraint arity15
Maximum constraint arity225
Distribution of constraint arities[{"arity":15,"count":32},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":32},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1523383376
0.29/0.25	c timeout: 2520
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 4
0.29/0.28	c Parsing instance...
2520.01/2493.20	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 (13587 MiB free)
  memory of node 1: 16384 MiB (14003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273972-1502802919/watcher-4273972-1502802919 -o /tmp/evaluation-result-4273972-1502802919/solver-4273972-1502802919 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11230 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1523383376 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273972-1502802919.xml 

running on 4 cores: 1,3,5,7

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=12900, runsolver pid=12897

[startup+0.100124 s]*
/proc/loadavg: 1.56 1.59 1.47 3/217 12915
/proc/meminfo: memFree=28227180/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13980164 memory=36032 CPUtime=0.13 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 8394 0 0 0 11 2 0 0 20 0 15 0 113373116 14315687936 9008 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495041 9008 3412 1 0 3482761 0
[pid=12900/tid=12902] ppid=12897 vsize=13980164 memory=-7038777180040225399 CPUtime=0.09 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 6352 0 0 0 8 1 0 0 20 0 15 0 113373117 14315687936 9008 33554432000 4194304 4196468 140732344311872 140048588206592 140048568071518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13980164 memory=5793855868100094393 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 9008 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 9008 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 9008 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 9008 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113373119 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113373120 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047495411232 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113373120 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047494358384 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0.02 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 113373122 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373123 14315687936 9008 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 36032 KiB

[startup+0.210846 s]*
/proc/loadavg: 1.56 1.59 1.47 4/217 12915
/proc/meminfo: memFree=28224056/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13980164 memory=45464 CPUtime=0.29 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 9478 0 0 0 27 2 0 0 20 0 15 0 113373116 14315687936 11366 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495041 11366 3641 1 0 3482761 0
[pid=12900/tid=12902] ppid=12897 vsize=13980164 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 6980 0 0 0 18 2 0 0 20 0 15 0 113373117 14315687936 11366 33554432000 4194304 4196468 140732344311872 140048588210080 140048568071518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13980164 memory=4211974343294991754 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 11366 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 11366 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 11366 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113373118 14315687936 11366 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113373119 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113373120 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047495411232 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113373120 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047494358384 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13980164 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13980164 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 113373122 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13980164 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 113373122 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) R 12897 12900 11198 0 -1 4202560 444 0 0 0 5 0 0 0 20 0 15 0 113373122 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047490148464 140048564203185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13980164 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13980164 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373123 14315687936 11366 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 45464 KiB

[startup+0.31049 s]*
/proc/loadavg: 1.56 1.59 1.47 4/217 12915
/proc/meminfo: memFree=28213368/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13980184 memory=52924 CPUtime=0.49 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 10383 0 0 0 46 3 0 0 20 0 15 0 113373116 14315708416 13231 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495046 13231 3728 1 0 3482761 0
[pid=12900/tid=12902] ppid=12897 vsize=13980184 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 7518 0 0 0 27 2 0 0 20 0 15 0 113373117 14315708416 13231 33554432000 4194304 4196468 140732344311872 140048588220480 140048584002966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13980184 memory=4211974343294991754 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315708416 13297 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13980184 memory=140617090203573 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315708416 13297 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13980184 memory=140616960955854 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373118 14315708416 13297 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13980184 memory=140616960953807 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113373118 14315708416 13297 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13980184 memory=140617090212441 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113373119 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13980184 memory=140616960962991 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113373120 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047495411232 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13980184 memory=281233921916816 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113373120 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047494358384 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13980184 memory=281233921914512 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13980184 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 551 0 0 0 4 0 0 0 20 0 15 0 113373122 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13980184 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 476 0 0 0 5 0 0 0 20 0 15 0 113373122 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13980184 memory=140617090201216 CPUtime=0.08 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 462 0 0 0 8 0 0 0 20 0 15 0 113373122 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13980184 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13980184 memory=140617090201216 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373123 14315708416 13297 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 52924 KiB

[startup+0.700905 s]
/proc/loadavg: 1.56 1.59 1.47 3/217 12915
/proc/meminfo: memFree=28169160/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13980184 memory=287416 CPUtime=1.26 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 11556 0 0 0 106 20 0 0 20 0 15 0 113373116 14315708416 71854 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495046 71854 3763 1 0 3482761 0
[pid=12900/tid=12902] ppid=12897 vsize=13980184 memory=1952 CPUtime=0.61 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 8010 0 0 0 56 5 0 0 20 0 15 0 113373117 14315708416 71854 33554432000 4194304 4196468 140732344311872 140048588228464 140048584012957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13980184 memory=5796 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 59 0 0 0 2 3 0 0 20 0 15 0 113373118 14315708416 71854 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13980184 memory=4616 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 15 0 113373118 14315708416 71854 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13980184 memory=7523356985603351872 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 113373118 14315708416 71854 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13980184 memory=7881696724453321575 CPUtime=0.05 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 15 0 113373118 14315708416 71854 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13980184 memory=7368009186385350736 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113373119 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 113373120 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047495411232 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 113373120 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047494358384 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13980184 memory=86 CPUtime=0.09 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 623 0 0 0 9 0 0 0 20 0 15 0 113373122 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13980184 memory=4 CPUtime=0.14 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 652 0 0 0 14 0 0 0 20 0 15 0 113373122 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13980184 memory=7318 CPUtime=0.14 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 561 0 0 0 14 0 0 0 20 0 15 0 113373122 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13980184 memory=281233922100720 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13980184 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113373123 14315708416 71854 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 287416 KiB

[startup+1.50073 s]
/proc/loadavg: 1.67 1.61 1.48 4/217 12915
/proc/meminfo: memFree=27834736/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13982232 memory=978260 CPUtime=3.04 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 13764 0 0 0 249 55 0 0 20 0 15 0 113373116 14317805568 244565 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495558 244565 3795 1 0 3483273 0
[pid=12900/tid=12902] ppid=12897 vsize=13982232 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 8306 0 0 0 103 7 0 0 20 0 15 0 113373117 14317805568 244565 33554432000 4194304 4196468 140732344311872 140048588226352 140048224062987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13982232 memory=-6224079725889413989 CPUtime=0.34 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 242 0 0 0 23 11 0 0 20 0 15 0 113373118 14317805568 244565 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13982232 memory=-6295327845055340329 CPUtime=0.33 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 252 0 0 0 23 10 0 0 20 0 15 0 113373118 14317805568 244565 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13982232 memory=-1161699032755887712 CPUtime=0.34 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 434 0 0 0 21 13 0 0 20 0 15 0 113373118 14317805568 244565 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13982232 memory=-6305711715398608256 CPUtime=0.34 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 261 0 0 0 23 11 0 0 20 0 15 0 113373118 14317805568 244565 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13982232 memory=-6305710624611001216 CPUtime=0.01 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 905 0 0 0 1 0 0 0 20 0 15 0 113373119 14317805568 244565 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0

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

/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 47431 0 0 0 231248 26 0 0 20 0 15 0 113373117 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048588225608 140048225924540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.59 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 11207 0 0 0 682 77 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 13342 0 0 0 691 72 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 10615 0 0 0 689 74 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.65 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 12506 0 0 0 692 73 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13982232 memory=4855876 CPUtime=1.79 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 14734 0 0 0 170 9 0 0 20 0 15 0 113373119 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047495411296 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047494358400 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.98 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 10488 0 0 0 97 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.84 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 7577 0 0 0 83 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.38 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 4471 0 0 0 37 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13982232 memory=6791534058613427641 CPUtime=1.66 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 3075 0 0 0 75 91 0 0 20 0 15 0 113373123 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 2348.97 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 4855876 KiB

[startup+2382.3 s]
/proc/loadavg: 2.11 1.82 1.76 3/216 13973
/proc/meminfo: memFree=23504688/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2409.01 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 137527 0 0 0 240485 416 0 0 20 0 15 0 113373116 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495558 1213969 3828 1 0 3483273 0
[pid=12900/tid=12902] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2372.74 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 47987 0 0 0 237248 26 0 0 20 0 15 0 113373117 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048588225608 140048225924683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13982232 memory=281233923155360 CPUtime=7.59 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 11207 0 0 0 682 77 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 13342 0 0 0 691 72 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 10615 0 0 0 689 74 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.65 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 12506 0 0 0 692 73 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13982232 memory=4855876 CPUtime=1.79 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 14754 0 0 0 170 9 0 0 20 0 15 0 113373119 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047495411296 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13982232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047494358400 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.98 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 10499 0 0 0 97 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13982232 memory=4096 CPUtime=0.84 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 7593 0 0 0 83 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.38 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 4485 0 0 0 37 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13982232 memory=840 CPUtime=1.7 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 3153 0 0 0 77 93 0 0 20 0 15 0 113373123 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 2409.01 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 4855876 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 1.86 1.78 3/216 13974
/proc/meminfo: memFree=23505428/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2469.07 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 138190 0 0 0 246487 420 0 0 20 0 15 0 113373116 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495558 1213969 3828 1 0 3483273 0
[pid=12900/tid=12902] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2432.74 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 48512 0 0 0 243248 26 0 0 20 0 15 0 113373117 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048588225608 140048225924517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.59 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 11207 0 0 0 682 77 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 13342 0 0 0 691 72 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 10615 0 0 0 689 74 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.65 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 12506 0 0 0 692 73 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13982232 memory=4855876 CPUtime=1.79 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 14774 0 0 0 170 9 0 0 20 0 15 0 113373119 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047495411296 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047494358400 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.98 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 10505 0 0 0 97 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.84 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 7612 0 0 0 83 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13982232 memory=4855876 CPUtime=0.38 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 4500 0 0 0 37 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13982232 memory=840 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13982232 memory=4855876 CPUtime=1.75 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 3231 0 0 0 80 95 0 0 20 0 15 0 113373123 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 2469.07 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 4855876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2493.2 s]
/proc/loadavg: 1.76 1.81 1.77 3/216 13975
/proc/meminfo: memFree=23503188/32770624 swapFree=67108860/67108860
[pid=12900] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2520.01 cores=1,3,5,7
/proc/12900/stat : 12900 (java) S 12897 12900 11198 0 -1 1077944320 138852 0 0 0 251580 421 0 0 20 0 15 0 113373116 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140732344294416 140048583991031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
/proc/12900/statm: 3495558 1213969 3828 1 0 3483273 0
[pid=12900/tid=12902] ppid=12897 vsize=13982232 memory=4855876 CPUtime=2483.65 cores=1,3,5,7
/proc/12900/task/12902/stat : 12902 (java) R 12897 12900 11198 0 -1 4202560 49103 0 0 0 248338 27 0 0 20 0 15 0 113373117 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048588225608 140048225924540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12903] ppid=12897 vsize=13982232 memory=4100 CPUtime=7.59 cores=1,3,5,7
/proc/12900/task/12903/stat : 12903 (java) S 12897 12900 11198 0 -1 1077944384 11207 0 0 0 682 77 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048179772048 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12904] ppid=12897 vsize=13982232 memory=1160 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12904/stat : 12904 (java) S 12897 12900 11198 0 -1 1077944384 13342 0 0 0 691 72 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048178719248 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12905] ppid=12897 vsize=13982232 memory=3128 CPUtime=7.63 cores=1,3,5,7
/proc/12900/task/12905/stat : 12905 (java) S 12897 12900 11198 0 -1 1077944384 10615 0 0 0 689 74 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048177666448 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12906] ppid=12897 vsize=13982232 memory=4855876 CPUtime=7.65 cores=1,3,5,7
/proc/12900/task/12906/stat : 12906 (java) S 12897 12900 11198 0 -1 1077944384 12506 0 0 0 692 73 0 0 20 0 15 0 113373118 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140048176613648 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12907] ppid=12897 vsize=13982232 memory=15876 CPUtime=1.79 cores=1,3,5,7
/proc/12900/task/12907/stat : 12907 (java) S 12897 12900 11198 0 -1 1077944384 14784 0 0 0 170 9 0 0 20 0 15 0 113373119 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047496465264 140048584002178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12908] ppid=12897 vsize=13982232 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12908/stat : 12908 (java) S 12897 12900 11198 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047495411296 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12909] ppid=12897 vsize=13982232 memory=18992 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12909/stat : 12909 (java) S 12897 12900 11198 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 113373120 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047494358400 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12910] ppid=12897 vsize=13982232 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12910/stat : 12910 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047493306704 140048584009627 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12911] ppid=12897 vsize=13982232 memory=1792 CPUtime=0.98 cores=1,3,5,7
/proc/12900/task/12911/stat : 12911 (java) S 12897 12900 11198 0 -1 1077944384 10508 0 0 0 97 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047492254064 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12912] ppid=12897 vsize=13982232 memory=636 CPUtime=0.84 cores=1,3,5,7
/proc/12900/task/12912/stat : 12912 (java) S 12897 12900 11198 0 -1 1077944384 7622 0 0 0 83 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047491201264 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12913] ppid=12897 vsize=13982232 memory=4096 CPUtime=0.38 cores=1,3,5,7
/proc/12900/task/12913/stat : 12913 (java) S 12897 12900 11198 0 -1 1077944384 4507 0 0 0 37 1 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047490148464 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12914] ppid=12897 vsize=13982232 memory=32552 CPUtime=0 cores=1,3,5,7
/proc/12900/task/12914/stat : 12914 (java) S 12897 12900 11198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113373122 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047489095904 140048584001237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
[pid=12900/tid=12915] ppid=12897 vsize=13982232 memory=932 CPUtime=1.78 cores=1,3,5,7
/proc/12900/task/12915/stat : 12915 (java) S 12897 12900 11198 0 -1 1077944384 3272 0 0 0 81 97 0 0 20 0 15 0 113373123 14317805568 1213969 33554432000 4194304 4196468 140732344311872 140047488044208 140048584002178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 29024256 140732344312932 140732344313119 140732344313119 140732344315855 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 4855876 KiB

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

[startup+2493.25 s]
# the end of solver process 12900 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.84 s, system=4.26086 s

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

Child status: 143
Real time (s): 2493.25
CPU time (s): 2520.1
CPU user time (s): 2515.84
CPU system time (s): 4.26086
CPU usage (%): 101.077
Max. virtual memory (cumulated for all children) (KiB): 13982232
Max. memory (cumulated for all children) (KiB): 4855876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.84
system time used= 4.26086
maximum resident set size= 4856424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57438
involuntary context switches= 1112


# summary of solver processes directly reported to runsolver:
#   pid: 12900
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.84
#   total CPU system time (s): 4.26086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6437 second user time and 22.4505 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-15 15:01:02
IDJOB=4273972
IDBENCH=133263
IDSOLVER=2666
FILE ID=node148/4273972-1502802919
RUNJOBID= node148-1502789816-11230
PBS_JOBID= 20629127
Free space on /tmp= 61464 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-15-mdd.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-4273972-1502802919/watcher-4273972-1502802919 -o /tmp/evaluation-result-4273972-1502802919/solver-4273972-1502802919 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502789816-11230 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1523383376 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273972-1502802919.xml

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

MD5SUM BENCH= eb9d91ed4b70703bb0e2b52375e1b8aa
RANDOM SEED=1523383376

node148.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.19
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.19
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.19
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.19
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:        28252068 kB
MemAvailable:   31729924 kB
Buffers:          261444 kB
Cached:          3500924 kB
SwapCached:            0 kB
Active:          1281700 kB
Inactive:        2747328 kB
Active(anon):     218388 kB
Inactive(anon):    76628 kB
Active(file):    1063312 kB
Inactive(file):  2670700 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             79776 kB
Writeback:         71780 kB
AnonPages:        273304 kB
Mapped:            60508 kB
Shmem:             25224 kB
Slab:             186384 kB
SReclaimable:     119356 kB
SUnreclaim:        67028 kB
KernelStack:        3552 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1206380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61424 MiB
End job on node148 at 2017-08-15 15:42:36