Trace number 4299049

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
MiniCPFever 2018-04-29? (TO) 2520.09 2475.91

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v7-14_mini_c18.xml
MD5SUM95922eaa4febb814ca502892c64f55db
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.976896
Satisfiable
(Un)Satisfiability was proved
Number of variables392
Number of constraints406
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":378}]
Minimum variable degree0
Maximum variable degree30
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":29,"count":14},{"degree":30,"count":182}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":14},{"arity":14,"count":28},{"arity":16,"count":364}]
Number of extensional constraints0
Number of intensional constraints14
Distribution of constraint types[{"type":"intension","count":14},{"type":"allDifferent","count":28},{"type":"element","count":364}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.07/2475.90	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 (10631 MiB free)
  memory of node 1: 16384 MiB (15852 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299049-1532791385/watcher-4299049-1532791385 -o /tmp/evaluation-result-4299049-1532791385/solver-4299049-1532791385 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29142 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299049-1532791385.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
solver pid=30929, runsolver pid=30926
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 1.90 2.01 1.94 5/216 30944
/proc/meminfo: memFree=27103156/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10658972 memory=28488 CPUtime=0.12 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 4976 0 0 0 11 1 0 0 20 0 15 0 96701628 10914787328 7122 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664743 7122 2856 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10658972 memory=-8197568871503138175 CPUtime=0.08 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 2842 0 0 0 8 0 0 0 20 0 15 0 96701628 10914787328 7122 33554432000 4194304 4196468 140726613060896 140052177541088 140051786891799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 7122 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 7122 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 7122 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 7122 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701630 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96701631 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) R 30926 30929 29110 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 96701633 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) R 30926 30929 29110 0 -1 4202560 152 0 0 0 0 0 0 0 20 0 15 0 96701633 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051203664752 140052156755665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0.02 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) R 30926 30929 29110 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 96701633 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051202611696 140052152258392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) R 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701634 10914787328 7122 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28488 KiB

[startup+0.210687 s]*
/proc/loadavg: 1.90 2.01 1.94 4/216 30944
/proc/meminfo: memFree=27091448/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10658972 memory=40316 CPUtime=0.34 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 7627 0 0 0 32 2 0 0 20 0 15 0 96701628 10914787328 10079 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664743 10079 2990 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 4596 0 0 0 18 1 0 0 20 0 15 0 96701628 10914787328 10079 33554432000 4194304 4196468 140726613060896 140052177557536 140052173341853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10658972 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 10079 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10658972 memory=139802863540525 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 10079 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 10079 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701629 10914787328 10079 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701630 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96701631 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 96701633 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) S 30926 30929 29110 0 -1 1077944384 425 0 0 0 2 0 0 0 20 0 15 0 96701633 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0.08 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) R 30926 30929 29110 0 -1 4202560 830 0 0 0 8 0 0 0 20 0 15 0 96701633 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051202607456 140052157400414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10658972 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701634 10914787328 10079 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 40316 KiB

[startup+0.313562 s]*
/proc/loadavg: 1.90 2.01 1.94 5/216 30944
/proc/meminfo: memFree=27086672/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=46932 CPUtime=0.57 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 8253 0 0 0 55 2 0 0 20 0 15 0 96701628 10914865152 11733 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 11733 3038 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 4969 0 0 0 28 1 0 0 20 0 15 0 96701628 10914865152 11733 33554432000 4194304 4196468 140726613060896 140052177556048 140051786895361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 11733 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=139802863557169 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 11733 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 11733 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 11733 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701630 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 431 0 0 0 4 0 0 0 20 0 15 0 96701633 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) R 30926 30929 29110 0 -1 4202560 535 0 0 0 5 0 0 0 20 0 15 0 96701633 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=139802863015552 CPUtime=0.15 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) R 30926 30929 29110 0 -1 4202560 952 0 0 0 15 0 0 0 20 0 15 0 96701633 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051202608064 140052157659288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=139802863015552 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 11733 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 46932 KiB

[startup+0.700832 s]
/proc/loadavg: 1.90 2.01 1.94 5/216 30944
/proc/meminfo: memFree=27056956/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=145132 CPUtime=1.73 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 13012 0 0 0 168 5 0 0 20 0 15 0 96701628 10914865152 36283 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 36283 3114 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=15644 CPUtime=0.67 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 5317 0 0 0 64 3 0 0 20 0 15 0 96701628 10914865152 36283 33554432000 4194304 4196468 140726613060896 140052177556400 140051790133952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 36283 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 36283 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=496 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 36283 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 36283 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96701630 10914865152 36283 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 36283 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 36283 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=6081108994580573287 CPUtime=0.36 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) R 30926 30929 29110 0 -1 4202560 2303 0 0 0 36 0 0 0 20 0 15 0 96701633 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051204698104 140052156730728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=6148935659200796009 CPUtime=0.38 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) R 30926 30929 29110 0 -1 4202560 2227 0 0 0 38 0 0 0 20 0 15 0 96701633 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051203653552 140052150914945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) S 30926 30929 29110 0 -1 1077944384 1793 0 0 0 28 0 0 0 20 0 15 0 96701633 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051202611696 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 36795 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 145132 KiB

[startup+1.50081 s]
/proc/loadavg: 1.90 2.01 1.94 4/216 30944
/proc/meminfo: memFree=26943084/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=193032 CPUtime=3.47 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 14242 0 0 0 340 7 0 0 20 0 15 0 96701628 10914865152 48258 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 48258 3114 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=191712 CPUtime=1.45 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 5342 0 0 0 142 3 0 0 20 0 15 0 96701628 10914865152 48258 33554432000 4194304 4196468 140726613060896 140052177558800 140051787097214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 48258 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 48258 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 48258 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 96701629 10914865152 48258 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 96701630 10914865152 48258 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0

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

/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 36489 0 0 0 235499 40 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052177559328 140051790749573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=487556 CPUtime=13.98 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 6300 0 0 0 1325 73 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.01 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 7227 0 0 0 1323 78 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.01 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 6704 0 0 0 1327 74 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=487556 CPUtime=13.96 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 6168 0 0 0 1327 69 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=487556 CPUtime=9.8 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 7001 0 0 0 906 74 0 0 20 0 15 0 96701630 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=308568 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=1398 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.37 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 4542 0 0 0 136 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.62 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) S 30926 30929 29110 0 -1 1077944384 5705 0 0 0 61 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.33 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) S 30926 30929 29110 0 -1 1077944384 2592 0 0 0 32 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051202611696 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=14572 CPUtime=1.42 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 927 0 0 0 65 77 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 2424.98 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 487556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.07 1.34 1.44 3/217 31119
/proc/meminfo: memFree=27373072/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=487556 CPUtime=2485.96 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 86194 0 0 0 248179 417 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 121889 3158 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=487556 CPUtime=2414.73 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 37129 0 0 0 241431 42 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052177559328 140051790322346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.32 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 6336 0 0 0 1357 75 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.35 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 7285 0 0 0 1355 80 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.36 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 6720 0 0 0 1359 77 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.28 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 6447 0 0 0 1356 72 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=487556 CPUtime=10.06 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 7137 0 0 0 929 77 0 0 20 0 15 0 96701630 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.37 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 4544 0 0 0 136 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.62 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) S 30926 30929 29110 0 -1 1077944384 5707 0 0 0 61 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.33 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) S 30926 30929 29110 0 -1 1077944384 2594 0 0 0 32 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051202611696 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.46 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 933 0 0 0 67 79 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 2485.96 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 487556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.9 s]
/proc/loadavg: 1.16 1.33 1.43 3/217 31120
/proc/meminfo: memFree=27361988/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=487556 CPUtime=2520.07 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 86767 0 0 0 251585 422 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 121889 3158 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=487556 CPUtime=2447.98 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 37502 0 0 0 244756 42 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052177559424 140051790752287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.5 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 6406 0 0 0 1374 76 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.52 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 7290 0 0 0 1371 81 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.53 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 6726 0 0 0 1376 77 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.46 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 6519 0 0 0 1373 73 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=487556 CPUtime=10.19 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 7171 0 0 0 941 78 0 0 20 0 15 0 96701630 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.37 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 4544 0 0 0 136 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.62 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) S 30926 30929 29110 0 -1 1077944384 5707 0 0 0 61 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.33 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) S 30926 30929 29110 0 -1 1077944384 2594 0 0 0 32 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051202611696 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.48 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 946 0 0 0 67 81 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 487556 KiB

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

[startup+2475.91 s]
# the end of solver process 30929 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.86 s, system=4.23004 s

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

[startup+2475.9 s]
/proc/loadavg: 1.16 1.33 1.43 3/217 31120
/proc/meminfo: memFree=27361988/32770624 swapFree=67108860/67108860
[pid=30929] ppid=30926 vsize=10659048 memory=487556 CPUtime=2520.07 cores=1,3,5,7
/proc/30929/stat : 30929 (java) S 30926 30929 29110 0 -1 1077944320 86767 0 0 0 251585 422 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140726613043440 140052173319927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
/proc/30929/statm: 2664762 121889 3158 1 0 2627263 0
[pid=30929/tid=30931] ppid=30926 vsize=10659048 memory=487556 CPUtime=2447.98 cores=1,3,5,7
/proc/30929/task/30931/stat : 30931 (java) R 30926 30929 29110 0 -1 4202560 37502 0 0 0 244756 42 0 0 20 0 15 0 96701628 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052177559424 140051790752287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30932] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.5 cores=1,3,5,7
/proc/30929/task/30932/stat : 30932 (java) S 30926 30929 29110 0 -1 1077944384 6406 0 0 0 1374 76 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052110011408 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30933] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.52 cores=1,3,5,7
/proc/30929/task/30933/stat : 30933 (java) S 30926 30929 29110 0 -1 1077944384 7290 0 0 0 1371 81 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052108958864 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30934] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.53 cores=1,3,5,7
/proc/30929/task/30934/stat : 30934 (java) S 30926 30929 29110 0 -1 1077944384 6726 0 0 0 1376 77 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052107905808 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30935] ppid=30926 vsize=10659048 memory=487556 CPUtime=14.46 cores=1,3,5,7
/proc/30929/task/30935/stat : 30935 (java) S 30926 30929 29110 0 -1 1077944384 6519 0 0 0 1373 73 0 0 20 0 15 0 96701629 10914865152 121889 33554432000 4194304 4196468 140726613060896 140052106853264 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30936] ppid=30926 vsize=10659048 memory=487556 CPUtime=10.19 cores=1,3,5,7
/proc/30929/task/30936/stat : 30936 (java) S 30926 30929 29110 0 -1 1077944384 7171 0 0 0 941 78 0 0 20 0 15 0 96701630 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051208927472 140052173331074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30937] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30937/stat : 30937 (java) S 30926 30929 29110 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051207873696 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30938] ppid=30926 vsize=10659048 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30938/stat : 30938 (java) S 30926 30929 29110 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96701631 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051206820592 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30939] ppid=30926 vsize=10659048 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30939/stat : 30939 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051205769168 140052173338523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30940] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.37 cores=1,3,5,7
/proc/30929/task/30940/stat : 30940 (java) S 30926 30929 29110 0 -1 1077944384 4544 0 0 0 136 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051204717296 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30941] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.62 cores=1,3,5,7
/proc/30929/task/30941/stat : 30941 (java) S 30926 30929 29110 0 -1 1077944384 5707 0 0 0 61 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051203664752 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30942] ppid=30926 vsize=10659048 memory=487556 CPUtime=0.33 cores=1,3,5,7
/proc/30929/task/30942/stat : 30942 (java) S 30926 30929 29110 0 -1 1077944384 2594 0 0 0 32 1 0 0 20 0 15 0 96701633 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051202611696 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30943] ppid=30926 vsize=10659048 memory=487556 CPUtime=0 cores=1,3,5,7
/proc/30929/task/30943/stat : 30943 (java) S 30926 30929 29110 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051201559392 140052173330133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
[pid=30929/tid=30944] ppid=30926 vsize=10659048 memory=487556 CPUtime=1.48 cores=1,3,5,7
/proc/30929/task/30944/stat : 30944 (java) S 30926 30929 29110 0 -1 1077944384 946 0 0 0 67 81 0 0 20 0 15 0 96701634 10914865152 121889 33554432000 4194304 4196468 140726613060896 140051200506416 140052173331074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28643328 140726613066925 140726613067017 140726613067017 140726613069775 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 487556 KiB

Child status: 143
Real time (s): 2475.91
CPU time (s): 2520.09
CPU user time (s): 2515.86
CPU system time (s): 4.23004
CPU usage (%): 101.785
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 681968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.86
system time used= 4.23004
maximum resident set size= 705116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86944
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= 347126
involuntary context switches= 5335


# summary of solver processes directly reported to runsolver:
#   pid: 30929
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.86
#   total CPU system time (s): 4.23004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2549 second user time and 22.1737 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 17:23:05
IDJOB=4299049
IDBENCH=141288
IDSOLVER=2763
FILE ID=node136/4299049-1532791385
RUNJOBID= node136-1532776307-29142
PBS_JOBID= 21022471
Free space on /tmp= 55796 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v7-14_mini_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299049-1532791385/watcher-4299049-1532791385 -o /tmp/evaluation-result-4299049-1532791385/solver-4299049-1532791385 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532776307-29142 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299049-1532791385.xml

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

MD5SUM BENCH= 95922eaa4febb814ca502892c64f55db
RANDOM SEED=1097560511

node136.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.50
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.50
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.50
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.50
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:        27119804 kB
MemAvailable:   30913420 kB
Buffers:          191416 kB
Cached:          3862680 kB
SwapCached:            0 kB
Active:          2765216 kB
Inactive:        2386724 kB
Active(anon):    1049480 kB
Inactive(anon):    76472 kB
Active(file):    1715736 kB
Inactive(file):  2310252 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       1224024 kB
Mapped:            45312 kB
Shmem:             25228 kB
Slab:             194828 kB
SReclaimable:     166928 kB
SUnreclaim:        27900 kB
KernelStack:        3856 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1963644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1114112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55796 MiB
End job on node136 at 2018-07-28 18:04:21