Trace number 4300181

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
slowpoke 2018-04-29? (TO) 2520.11 2489.71

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-m011_c18.xml
MD5SUMcb154bca5bef3b2160515065825e7dfd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
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: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
2520.09/2489.70	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 (9690 MiB free)
  memory of node 1: 16384 MiB (10075 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300181-1532874757/watcher-4300181-1532874757 -o /tmp/evaluation-result-4300181-1532874757/solver-4300181-1532874757 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532872250-7144 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300181-1532874757.xml --timelimit 2520 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7460, runsolver pid=7457

[startup+0.100164 s]*
/proc/loadavg: 1.43 1.35 1.33 4/215 7475
/proc/meminfo: memFree=20225652/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661056 memory=28648 CPUtime=0.12 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 4984 0 0 0 11 1 0 0 20 0 15 0 105038858 10916921344 7162 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665264 7162 2852 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661056 memory=-8392841024264565952 CPUtime=0.09 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 2864 0 0 0 8 1 0 0 20 0 15 0 105038858 10916921344 7162 33554432000 4194304 4196468 140729665088192 140717107808352 140717095815998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 7162 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 7162 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 7162 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 7162 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) R 7457 7460 3913 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) R 7457 7460 3913 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716590156016 140717095820261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0.02 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) R 7457 7460 3913 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716589103216 140717087933565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 7162 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28648 KiB

[startup+0.210495 s]*
/proc/loadavg: 1.43 1.35 1.33 3/215 7475
/proc/meminfo: memFree=20214724/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661056 memory=40032 CPUtime=0.33 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 7584 0 0 0 31 2 0 0 20 0 15 0 105038858 10916921344 10008 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665264 10008 2970 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 4724 0 0 0 18 2 0 0 20 0 15 0 105038858 10916921344 10078 33554432000 4194304 4196468 140729665088192 140717107811440 140717103600797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661056 memory=365 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 10078 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661056 memory=140638041445162 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 10078 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 10078 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038859 10916921344 10078 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105038861 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) S 7457 7460 3913 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) S 7457 7460 3913 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0.07 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661056 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038864 10916921344 10078 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40032 KiB

[startup+0.316286 s]*
/proc/loadavg: 1.43 1.35 1.33 5/215 7475
/proc/meminfo: memFree=20207776/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=46956 CPUtime=0.56 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 8322 0 0 0 53 3 0 0 20 0 15 0 105038858 10916999168 11739 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 11739 3059 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 5083 0 0 0 28 2 0 0 20 0 15 0 105038858 10916999168 11739 33554432000 4194304 4196468 140729665088192 140717107813232 140717087622501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=4294979972 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 11739 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=140638041709588 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 11739 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 11739 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 11739 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 11804 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 11804 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 11804 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 11804 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) R 7457 7460 3913 0 -1 4202560 603 0 0 0 4 0 0 0 20 0 15 0 105038864 10916999168 11870 33554432000 4194304 4196468 140729665088192 140716591208816 140717095868320 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) R 7457 7460 3913 0 -1 1077944384 331 0 0 0 5 0 0 0 20 0 15 0 105038864 10916999168 11870 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=140638041429632 CPUtime=0.14 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) R 7457 7460 3913 0 -1 4202560 971 0 0 0 14 0 0 0 20 0 15 0 105038864 10916999168 11870 33554432000 4194304 4196468 140729665088192 140716589097104 140717082094457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 11870 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=140638041429632 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 11870 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46956 KiB

[startup+0.700731 s]
/proc/loadavg: 1.43 1.35 1.33 5/215 7475
/proc/meminfo: memFree=20181288/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=94488 CPUtime=1.71 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 13009 0 0 0 167 4 0 0 20 0 15 0 105038858 10916999168 23622 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 23622 3095 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=172708419612810 CPUtime=0.68 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 5214 0 0 0 65 3 0 0 20 0 15 0 105038858 10916999168 23622 33554432000 4194304 4196468 140729665088192 140717107805280 140729665341378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=606649 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 23622 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 23622 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 23622 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 23622 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=9051847757615890605 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=6944656575208382560 CPUtime=0.4 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) R 7457 7460 3913 0 -1 4202560 2513 0 0 0 40 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716591194280 140717085101417 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=6944656575208382560 CPUtime=0.4 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) R 7457 7460 3913 0 -1 4202560 2377 0 0 0 40 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716590138016 140717081029312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 1534 0 0 0 20 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 23622 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 94488 KiB

[startup+1.50076 s]
/proc/loadavg: 1.43 1.35 1.33 5/215 7475
/proc/meminfo: memFree=20120756/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=190044 CPUtime=3.17 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 16979 0 0 0 308 9 0 0 20 0 15 0 105038858 10916999168 47511 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 47511 3122 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=12902 CPUtime=1.47 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 5609 0 0 0 140 7 0 0 20 0 15 0 105038858 10916999168 47511 33554432000 4194304 4196468 140729665088192 140717107818032 140729665341378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 47511 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 47511 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 47511 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105038859 10916999168 47511 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 47511 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0

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

/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 23587 0 0 0 229772 6464 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717107818400 140729665341378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.69 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 4030 0 0 0 926 43 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.63 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 3589 0 0 0 923 40 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.68 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 3924 0 0 0 926 42 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.64 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 4522 0 0 0 919 45 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=179340 CPUtime=7.15 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 4878 0 0 0 664 51 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.77 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) S 7457 7460 3913 0 -1 1077944384 4716 0 0 0 77 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=4140 CPUtime=0.82 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) S 7457 7460 3913 0 -1 1077944384 4403 0 0 0 82 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.27 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 2716 0 0 0 26 1 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=179340 CPUtime=1.32 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 634 0 0 0 70 62 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 2411.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 179340 KiB

[startup+2442.3 s]
/proc/loadavg: 1.67 1.63 1.65 3/215 7800
/proc/meminfo: memFree=19163724/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=179340 CPUtime=2472.14 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 59511 0 0 0 240321 6893 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 44835 3142 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=8112282956445269571 CPUtime=2421.85 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 24102 0 0 0 235552 6633 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717107818400 140729665341378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.94 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 4282 0 0 0 950 44 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.88 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 3620 0 0 0 947 41 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.93 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 3981 0 0 0 950 43 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=179340 CPUtime=9.88 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 4583 0 0 0 942 46 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=179340 CPUtime=7.33 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 5052 0 0 0 681 52 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.77 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) S 7457 7460 3913 0 -1 1077944384 4719 0 0 0 77 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.82 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) S 7457 7460 3913 0 -1 1077944384 4405 0 0 0 82 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.27 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 2718 0 0 0 26 1 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 642 0 0 0 72 64 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 2472.14 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 179340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.7 s]
/proc/loadavg: 1.50 1.60 1.64 3/215 7801
/proc/meminfo: memFree=18658972/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=179340 CPUtime=2520.09 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 59781 0 0 0 244981 7028 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 44835 3142 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=179340 CPUtime=2468.87 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 24365 0 0 0 240124 6763 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717107818400 140729665341378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.12 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 4282 0 0 0 968 44 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.07 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 3620 0 0 0 966 41 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.13 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 3982 0 0 0 969 44 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.06 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 4584 0 0 0 959 47 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=179340 CPUtime=7.48 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 5055 0 0 0 695 53 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=30068 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.77 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) S 7457 7460 3913 0 -1 1077944384 4719 0 0 0 77 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=1296 CPUtime=0.82 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) S 7457 7460 3913 0 -1 1077944384 4405 0 0 0 82 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=2412 CPUtime=0.27 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 2718 0 0 0 26 1 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=1228 CPUtime=1.38 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 644 0 0 0 73 65 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 179340 KiB

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

[startup+2489.71 s]
# the end of solver process 7460 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2449.82 s, system=70.2836 s

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

[startup+2489.7 s]
/proc/loadavg: 1.50 1.60 1.64 3/215 7801
/proc/meminfo: memFree=18658972/32770624 swapFree=67108860/67108860
[pid=7460] ppid=7457 vsize=10661132 memory=179340 CPUtime=2520.09 cores=0,2,4,6
/proc/7460/stat : 7460 (java) S 7457 7460 3913 0 -1 1077944320 59781 0 0 0 244981 7028 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140729665070736 140717103578871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
/proc/7460/statm: 2665283 44835 3142 1 0 2627263 0
[pid=7460/tid=7462] ppid=7457 vsize=10661132 memory=179340 CPUtime=2468.87 cores=0,2,4,6
/proc/7460/task/7462/stat : 7462 (java) R 7457 7460 3913 0 -1 4202560 24365 0 0 0 240124 6763 0 0 20 0 15 0 105038858 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717107818400 140729665341378 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7463] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.12 cores=0,2,4,6
/proc/7460/task/7463/stat : 7463 (java) S 7457 7460 3913 0 -1 1077944384 4282 0 0 0 968 44 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717029653136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7464] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.07 cores=0,2,4,6
/proc/7460/task/7464/stat : 7464 (java) S 7457 7460 3913 0 -1 1077944384 3620 0 0 0 966 41 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717028600336 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7465] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.13 cores=0,2,4,6
/proc/7460/task/7465/stat : 7465 (java) S 7457 7460 3913 0 -1 1077944384 3982 0 0 0 969 44 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717027547536 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7466] ppid=7457 vsize=10661132 memory=179340 CPUtime=10.06 cores=0,2,4,6
/proc/7460/task/7466/stat : 7466 (java) S 7457 7460 3913 0 -1 1077944384 4584 0 0 0 959 47 0 0 20 0 15 0 105038859 10916999168 44835 33554432000 4194304 4196468 140729665088192 140717026494736 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7467] ppid=7457 vsize=10661132 memory=179340 CPUtime=7.48 cores=0,2,4,6
/proc/7460/task/7467/stat : 7467 (java) S 7457 7460 3913 0 -1 1077944384 5055 0 0 0 695 53 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716595420016 140717103590018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7468] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7468/stat : 7468 (java) S 7457 7460 3913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716594365984 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7469] ppid=7457 vsize=10661132 memory=30068 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7469/stat : 7469 (java) S 7457 7460 3913 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105038861 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716593313136 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7470] ppid=7457 vsize=10661132 memory=179340 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7470/stat : 7470 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716592261456 140717103597467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7471] ppid=7457 vsize=10661132 memory=179340 CPUtime=0.77 cores=0,2,4,6
/proc/7460/task/7471/stat : 7471 (java) S 7457 7460 3913 0 -1 1077944384 4719 0 0 0 77 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716591208816 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7472] ppid=7457 vsize=10661132 memory=1296 CPUtime=0.82 cores=0,2,4,6
/proc/7460/task/7472/stat : 7472 (java) S 7457 7460 3913 0 -1 1077944384 4405 0 0 0 82 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716590156016 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7473] ppid=7457 vsize=10661132 memory=2412 CPUtime=0.27 cores=0,2,4,6
/proc/7460/task/7473/stat : 7473 (java) S 7457 7460 3913 0 -1 1077944384 2718 0 0 0 26 1 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716589103216 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7474] ppid=7457 vsize=10661132 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/7460/task/7474/stat : 7474 (java) S 7457 7460 3913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716588050656 140717103589077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
[pid=7460/tid=7475] ppid=7457 vsize=10661132 memory=1228 CPUtime=1.38 cores=0,2,4,6
/proc/7460/task/7475/stat : 7475 (java) S 7457 7460 3913 0 -1 1077944384 644 0 0 0 73 65 0 0 20 0 15 0 105038864 10916999168 44835 33554432000 4194304 4196468 140729665088192 140716586998960 140717103590018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32690176 140729665090716 140729665090825 140729665090825 140729665093583 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 179340 KiB

Child status: 143
Real time (s): 2489.71
CPU time (s): 2520.11
CPU user time (s): 2449.82
CPU system time (s): 70.2836
CPU usage (%): 101.221
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 194200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2449.82
system time used= 70.2836
maximum resident set size= 194760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267282
involuntary context switches= 6900


# summary of solver processes directly reported to runsolver:
#   pid: 7460
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2449.82
#   total CPU system time (s): 70.2836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1684 second user time and 22.9549 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 16:32:37
IDJOB=4300181
IDBENCH=141566
IDSOLVER=2765
FILE ID=node103/4300181-1532874757
RUNJOBID= node103-1532872250-7144
PBS_JOBID= 21022507
Free space on /tmp= 56788 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-07-m011_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300181-1532874757/watcher-4300181-1532874757 -o /tmp/evaluation-result-4300181-1532874757/solver-4300181-1532874757 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532872250-7144 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300181-1532874757.xml --timelimit 2520

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

MD5SUM BENCH= cb154bca5bef3b2160515065825e7dfd
RANDOM SEED=550378522

node103.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.48
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.48
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.48
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.48
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:        20242100 kB
MemAvailable:   31736592 kB
Buffers:          307416 kB
Cached:         11376148 kB
SwapCached:            0 kB
Active:          3978612 kB
Inactive:        7950768 kB
Active(anon):     248736 kB
Inactive(anon):    25184 kB
Active(file):    3729876 kB
Inactive(file):  7925584 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        252020 kB
Mapped:            56308 kB
Shmem:             25228 kB
Slab:             295516 kB
SReclaimable:     267492 kB
SUnreclaim:        28024 kB
KernelStack:        3568 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1126332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56788 MiB
End job on node103 at 2018-07-29 17:14:07