Trace number 4308199

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 with restarts 2018-08-14? (TO) 2520.04 2485.12

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g34-g36_c18.xml
MD5SUMbf1db001ac5fdaef8f815bb03b0feb23
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.568914
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints241
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":240},{"arity":120,"count":1}]
Number of extensional constraints240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":240},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 292539346
0.68/0.55	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
2.43/1.31	c Parsing done, starting search...
2520.02/2485.11	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 (14554 MiB free)
  memory of node 1: 16384 MiB (13808 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308199-1534334298/watcher-4308199-1534334298 -o /tmp/evaluation-result-4308199-1534334298/solver-4308199-1534334298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534334298-30609 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 292539346 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308199-1534334298.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=30633, runsolver pid=30629

[startup+0.100124 s]*
/proc/loadavg: 0.72 1.20 1.45 3/215 30667
/proc/meminfo: memFree=29008124/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14082736 memory=31232 CPUtime=0.12 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 6705 0 0 0 11 1 0 0 20 0 15 0 250993031 14420721664 7808 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3520684 7808 3154 1 0 3482761 0
[pid=30633/tid=30636] ppid=30629 vsize=14082736 memory=5450919713671312938 CPUtime=0.08 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 4753 0 0 0 8 0 0 0 20 0 15 0 250993031 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527939625168 140527522600359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993033 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527115388064 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527114334960 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0.01 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 7808 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31232 KiB

[startup+0.213685 s]*
/proc/loadavg: 0.72 1.20 1.45 8/215 30667
/proc/meminfo: memFree=28976496/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14082736 memory=47028 CPUtime=0.32 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 10401 0 0 0 30 2 0 0 20 0 15 0 250993031 14420721664 11757 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3520684 11757 3375 1 0 3482761 0
[pid=30633/tid=30636] ppid=30629 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 8108 0 0 0 19 1 0 0 20 0 15 0 250993031 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527939655360 140527935451738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14082736 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14082736 memory=288370155208676992 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250993033 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527115388064 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527114334960 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) R 30629 30633 25549 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527112218512 140527935440597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) R 30629 30633 25549 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527111165904 140527912894976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0.06 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) R 30629 30633 25549 0 -1 4202560 310 0 0 0 6 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527110126064 140527918787755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 11757 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47028 KiB

[startup+0.310617 s]*
/proc/loadavg: 0.72 1.20 1.45 3/215 30667
/proc/meminfo: memFree=28969500/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14082736 memory=50496 CPUtime=0.44 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 10780 0 0 0 42 2 0 0 20 0 15 0 250993031 14420721664 12624 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3520684 12624 3378 1 0 3482761 0
[pid=30633/tid=30636] ppid=30629 vsize=14082736 memory=139778905441660 CPUtime=0.29 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 8455 0 0 0 28 1 0 0 20 0 15 0 250993031 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527939638672 140527916993951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14082736 memory=139778905446351 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14082736 memory=279557810890384 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14082736 memory=279557810897296 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993032 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14082736 memory=279557962420800 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250993033 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14082736 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527115388064 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14082736 memory=2110129512585060 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250993034 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527114334960 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14082736 memory=2110129512585124 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 550 0 0 0 3 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14082736 memory=139778905467087 CPUtime=0.01 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14082736 memory=139779056965248 CPUtime=0.08 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 330 0 0 0 8 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14082736 memory=2272 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14082736 memory=139783351932543 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993037 14420721664 12624 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50496 KiB

[startup+0.70076 s]
/proc/loadavg: 0.72 1.20 1.45 4/215 30667
/proc/meminfo: memFree=28920924/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14084804 memory=89144 CPUtime=0.99 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 17643 0 0 0 95 4 0 0 20 0 15 0 250993031 14422839296 22286 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3521201 22286 3498 1 0 3483273 0
[pid=30633/tid=30636] ppid=30629 vsize=14084804 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 14910 0 0 0 64 3 0 0 20 0 15 0 250993031 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527939653760 140527935452317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14084804 memory=271419652999957 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14084804 memory=1307684 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993032 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250993033 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250993034 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527115388064 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250993034 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527114334960 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14084804 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14084804 memory=6944652177228980320 CPUtime=0.06 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) R 30629 30633 25549 0 -1 4202560 683 0 0 0 6 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527112231664 140527935442326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14084804 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) R 30629 30633 25549 0 -1 1077944384 242 0 0 0 8 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 426 0 0 0 15 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993037 14422839296 22286 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89144 KiB

[startup+1.50083 s]
/proc/loadavg: 0.72 1.20 1.45 4/215 30667
/proc/meminfo: memFree=28853800/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14090948 memory=192256 CPUtime=3.07 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 24752 0 0 0 300 7 0 0 20 0 15 0 250993031 14429130752 48064 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3522737 48064 3552 1 0 3484809 0
[pid=30633/tid=30636] ppid=30629 vsize=14090948 memory=279557811350080 CPUtime=1.47 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 18753 0 0 0 142 5 0 0 20 0 15 0 250993031 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527939667896 140527526753907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14090948 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14090948 memory=5866615145516002406 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250993032 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14090948 memory=7523376918531162212 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250993032 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14090948 memory=5793973714780450919 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250993033 14429130752 48064 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0

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

/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 57602 0 0 0 229602 54 0 0 20 0 15 0 250993031 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527939669008 140527527476696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14090948 memory=4104 CPUtime=10.57 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 5446 0 0 0 964 93 0 0 20 0 15 0 250993032 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14090948 memory=97 CPUtime=10.67 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 5880 0 0 0 973 94 0 0 20 0 15 0 250993032 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14090948 memory=6944657691966988345 CPUtime=10.67 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 6343 0 0 0 977 90 0 0 20 0 15 0 250993032 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14090948 memory=2120 CPUtime=10.69 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 5793 0 0 0 983 86 0 0 20 0 15 0 250993032 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14090948 memory=1164148 CPUtime=11.74 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 11643 0 0 0 1091 83 0 0 20 0 15 0 250993033 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14090948 memory=972 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527115388128 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14090948 memory=13888 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527114334976 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14090948 memory=2228 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14090948 memory=34224 CPUtime=1.09 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 2581 0 0 0 108 1 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14090948 memory=11908 CPUtime=1.12 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 3071 0 0 0 112 0 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14090948 memory=290763849282617370 CPUtime=0.59 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 2752 0 0 0 59 0 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14090948 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14090948 memory=14408220252834352 CPUtime=1.35 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1430 0 0 0 58 77 0 0 20 0 15 0 250993037 14429130752 291037 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 2355.18 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1164148 KiB

[startup+2382.3 s]
/proc/loadavg: 1.14 1.29 1.37 3/215 30764
/proc/meminfo: memFree=27671412/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14090948 memory=1164172 CPUtime=2415.86 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 105323 0 0 0 241138 448 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3522737 291043 3593 1 0 3484809 0
[pid=30633/tid=30636] ppid=30629 vsize=14090948 memory=1408 CPUtime=2355.95 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 58441 0 0 0 235540 55 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527939669104 140527527902450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14090948 memory=1164148 CPUtime=10.82 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 5485 0 0 0 986 96 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14090948 memory=3272 CPUtime=10.92 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 5984 0 0 0 996 96 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14090948 memory=230840 CPUtime=10.92 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 6480 0 0 0 1001 91 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14090948 memory=4104 CPUtime=10.93 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 5809 0 0 0 1006 87 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14090948 memory=1398720917958146503 CPUtime=12.01 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 11836 0 0 0 1116 85 0 0 20 0 15 0 250993033 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14090948 memory=34224 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527115388128 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14090948 memory=11908 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527114334976 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14090948 memory=492 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14090948 memory=1164148 CPUtime=1.09 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 2585 0 0 0 108 1 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14090948 memory=932 CPUtime=1.12 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 3075 0 0 0 112 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14090948 memory=288230574492221466 CPUtime=0.59 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 2756 0 0 0 59 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14090948 memory=302867281954996538 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14090948 memory=14408220252834352 CPUtime=1.39 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1439 0 0 0 60 79 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 2415.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1164172 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.34 1.38 3/215 30765
/proc/meminfo: memFree=27668480/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14090948 memory=1164172 CPUtime=2476.62 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 106840 0 0 0 247203 459 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3522737 291043 3593 1 0 3484809 0
[pid=30633/tid=30636] ppid=30629 vsize=14090948 memory=288230583166042426 CPUtime=2415.27 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 59372 0 0 0 241471 56 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527939668976 140527525894692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14090948 memory=14408220252834352 CPUtime=11.1 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 5527 0 0 0 1011 99 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14090948 memory=3160 CPUtime=11.18 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 6003 0 0 0 1020 98 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14090948 memory=2120 CPUtime=11.21 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 6598 0 0 0 1027 94 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14090948 memory=752 CPUtime=11.21 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 5860 0 0 0 1031 90 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14090948 memory=303430223234596890 CPUtime=12.32 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 12162 0 0 0 1144 88 0 0 20 0 15 0 250993033 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527115388128 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14090948 memory=14408220252834352 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527114334976 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14090948 memory=34224 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14090948 memory=11908 CPUtime=1.09 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 2587 0 0 0 108 1 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14090948 memory=492 CPUtime=1.12 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 3077 0 0 0 112 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14090948 memory=1560 CPUtime=0.59 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 2758 0 0 0 59 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14090948 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14090948 memory=1836 CPUtime=1.43 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1463 0 0 0 62 81 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 2476.62 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1164172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.1 s]*
/proc/loadavg: 1.38 1.35 1.39 3/215 30766
/proc/meminfo: memFree=27668464/32770624 swapFree=67030680/67108860
[pid=30633] ppid=30629 vsize=14090948 memory=1164172 CPUtime=2520.02 cores=1,3,5,7
/proc/30633/stat : 30633 (java) S 30629 30633 25549 0 -1 1077944320 107886 0 0 0 251535 467 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140729850773744 140527935430391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
/proc/30633/statm: 3522737 291043 3593 1 0 3484809 0
[pid=30633/tid=30636] ppid=30629 vsize=14090948 memory=1398720917958146503 CPUtime=2457.58 cores=1,3,5,7
/proc/30633/task/30636/stat : 30636 (java) R 30629 30633 25549 0 -1 4202560 60050 0 0 0 245701 57 0 0 20 0 15 0 250993031 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527939668944 140527525894692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30642] ppid=30629 vsize=14090948 memory=4126316290023845779 CPUtime=11.3 cores=1,3,5,7
/proc/30633/task/30642/stat : 30642 (java) S 30629 30633 25549 0 -1 1077944384 5552 0 0 0 1029 101 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527850499088 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30643] ppid=30629 vsize=14090948 memory=1572 CPUtime=11.4 cores=1,3,5,7
/proc/30633/task/30643/stat : 30643 (java) S 30629 30633 25549 0 -1 1077944384 6119 0 0 0 1041 99 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527849446544 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30644] ppid=30629 vsize=14090948 memory=2228 CPUtime=11.41 cores=1,3,5,7
/proc/30633/task/30644/stat : 30644 (java) S 30629 30633 25549 0 -1 1077944384 6606 0 0 0 1046 95 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527848393488 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30645] ppid=30629 vsize=14090948 memory=34224 CPUtime=11.41 cores=1,3,5,7
/proc/30633/task/30645/stat : 30645 (java) S 30629 30633 25549 0 -1 1077944384 5889 0 0 0 1050 91 0 0 20 0 15 0 250993032 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527847340944 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30650] ppid=30629 vsize=14090948 memory=11908 CPUtime=12.56 cores=1,3,5,7
/proc/30633/task/30650/stat : 30650 (java) S 30629 30633 25549 0 -1 1077944384 12340 0 0 0 1166 90 0 0 20 0 15 0 250993033 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527116441840 140527935441538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30652] ppid=30629 vsize=14090948 memory=492 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30652/stat : 30652 (java) S 30629 30633 25549 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527115388128 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30653] ppid=30629 vsize=14090948 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30653/stat : 30653 (java) S 30629 30633 25549 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250993034 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527114334976 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30656] ppid=30629 vsize=14090948 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30656/stat : 30656 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527113283536 140527935448987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30657] ppid=30629 vsize=14090948 memory=1156 CPUtime=1.09 cores=1,3,5,7
/proc/30633/task/30657/stat : 30657 (java) S 30629 30633 25549 0 -1 1077944384 2589 0 0 0 108 1 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527112231664 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30658] ppid=30629 vsize=14090948 memory=1572 CPUtime=1.12 cores=1,3,5,7
/proc/30633/task/30658/stat : 30658 (java) S 30629 30633 25549 0 -1 1077944384 3079 0 0 0 112 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527111179120 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30659] ppid=30629 vsize=14090948 memory=1996 CPUtime=0.59 cores=1,3,5,7
/proc/30633/task/30659/stat : 30659 (java) S 30629 30633 25549 0 -1 1077944384 2760 0 0 0 59 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527110126064 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30660] ppid=30629 vsize=14090948 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/30633/task/30660/stat : 30660 (java) S 30629 30633 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527109073760 140527935440597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
[pid=30633/tid=30662] ppid=30629 vsize=14090948 memory=832 CPUtime=1.45 cores=1,3,5,7
/proc/30633/task/30662/stat : 30662 (java) S 30629 30633 25549 0 -1 1077944384 1469 0 0 0 63 82 0 0 20 0 15 0 250993037 14429130752 291043 33554432000 4194304 4196468 140729850791200 140527108020784 140527935441538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8990720 140729850795081 140729850795273 140729850795273 140729850798031 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1164172 KiB

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

[startup+2485.12 s]
# the end of solver process 30633 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.37 s, system=4.67865 s

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

Child status: 143
Real time (s): 2485.12
CPU time (s): 2520.04
CPU user time (s): 2515.37
CPU system time (s): 4.67865
CPU usage (%): 101.405
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1164172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.37
system time used= 4.67865
maximum resident set size= 1164728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 390939
involuntary context switches= 6069


# summary of solver processes directly reported to runsolver:
#   pid: 30633
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2515.37
#   total CPU system time (s): 4.67865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8495 second user time and 19.0655 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 13:58:19
IDJOB=4308199
IDBENCH=141496
IDSOLVER=2791
FILE ID=node102/4308199-1534334298
RUNJOBID= node102-1534334298-30609
PBS_JOBID= 21038150
Free space on /tmp= 43904 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g34-g36_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308199-1534334298/watcher-4308199-1534334298 -o /tmp/evaluation-result-4308199-1534334298/solver-4308199-1534334298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534334298-30609 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 292539346 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308199-1534334298.xml

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

MD5SUM BENCH= bf1db001ac5fdaef8f815bb03b0feb23
RANDOM SEED=292539346

node102.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.51
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.51
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.51
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.51
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:        29045696 kB
MemAvailable:   31881108 kB
Buffers:          169000 kB
Cached:          2936932 kB
SwapCached:        51224 kB
Active:          1609416 kB
Inactive:        1575168 kB
Active(anon):       3320 kB
Inactive(anon):   135204 kB
Active(file):    1606096 kB
Inactive(file):  1439964 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             71748 kB
Writeback:             0 kB
AnonPages:         48220 kB
Mapped:            53808 kB
Shmem:             57196 kB
Slab:             239632 kB
SReclaimable:     210376 kB
SUnreclaim:        29256 kB
KernelStack:        3456 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 43832 MiB
End job on node102 at 2018-08-15 14:39:44