Trace number 4275577

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26UNSAT 7.0296998 4.2779598

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-008-05-mul.xml
MD5SUMd00d8f739bc214548f076bd032f30ee9
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.127042
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints78
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":8},{"size":64,"count":5}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":13}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":78}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1681295379
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.07/0.62	c Parsing done, starting search...
6.93/4.26	s UNSATISFIABLE

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 (15013 MiB free)
  memory of node 1: 16384 MiB (15674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275577-1502686096/watcher-4275577-1502686096 -o /tmp/evaluation-result-4275577-1502686096/solver-4275577-1502686096 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1681295379 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275577-1502686096.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=28047, runsolver pid=28044

[startup+0.10012 s]*
/proc/loadavg: 3.46 7.13 8.14 2/200 28067
/proc/meminfo: memFree=31405352/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14325320 memory=33136 CPUtime=0.12 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 8201 0 0 0 11 1 0 0 20 0 20 0 101697418 14669127680 8284 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3581330 8284 3409 1 0 3569050 0
[pid=28047/tid=28049] ppid=28044 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 6127 0 0 0 8 1 0 0 20 0 20 0 101697418 14669127680 8284 33554432000 4194304 4196468 140733899959040 140482320713328 140482300577118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14325320 memory=140070364771968 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 8284 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697420 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101697421 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480943006624 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101697421 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480941954032 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) S 28044 28047 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) S 28044 28047 26064 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 20 0 101697423 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480936692592 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697424 14669127680 8284 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33136 KiB

[startup+0.209746 s]*
/proc/loadavg: 3.46 7.13 8.14 3/200 28067
/proc/meminfo: memFree=31395860/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14325320 memory=42728 CPUtime=0.29 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 9275 0 0 0 27 2 0 0 20 0 20 0 101697418 14669127680 10682 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3581330 10682 3619 1 0 3569050 0
[pid=28047/tid=28049] ppid=28044 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 6799 0 0 0 18 1 0 0 20 0 20 0 101697418 14669127680 10682 33554432000 4194304 4196468 140733899959040 140482320711968 140482316518557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14325320 memory=140070365110348 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669127680 10682 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 101697420 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101697421 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480943006624 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101697421 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480941954032 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 20 0 101697423 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 139 0 0 0 1 0 0 0 20 0 20 0 101697423 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) S 28044 28047 26064 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 101697423 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) R 28044 28047 26064 0 -1 4202560 439 0 0 0 5 0 0 0 20 0 20 0 101697423 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480936692592 140482295631168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697424 14669127680 10682 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42728 KiB

[startup+0.309478 s]*
/proc/loadavg: 3.46 7.13 8.14 2/200 28067
/proc/meminfo: memFree=31387812/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14325340 memory=51052 CPUtime=0.48 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 10516 0 0 0 46 2 0 0 20 0 20 0 101697418 14669148160 12763 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3581335 12763 3707 1 0 3569050 0
[pid=28047/tid=28049] ppid=28044 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 7567 0 0 0 27 2 0 0 20 0 20 0 101697418 14669148160 12763 33554432000 4194304 4196468 140733899959040 140482320718784 140482316508566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14325340 memory=140070225015727 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14325340 memory=140070225018032 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14325340 memory=140070225020336 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14669148160 12763 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 101697420 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14325340 memory=280140450047632 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101697421 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480943006624 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14325340 memory=280140450054544 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101697421 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480941954032 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14325340 memory=280140449995824 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14325340 memory=280140450068368 CPUtime=0.04 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 580 0 0 0 4 0 0 0 20 0 20 0 101697423 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14325340 memory=280140450075280 CPUtime=0.02 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 145 0 0 0 2 0 0 0 20 0 20 0 101697423 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14325340 memory=280140450072976 CPUtime=0.03 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) R 28044 28047 26064 0 -1 1077944384 368 0 0 0 3 0 0 0 20 0 20 0 101697423 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14325340 memory=280140450089584 CPUtime=0.08 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) R 28044 28047 26064 0 -1 4202560 469 0 0 0 8 0 0 0 20 0 20 0 101697423 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480936692592 140482316508566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697424 14669148160 12763 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51052 KiB

[startup+0.700899 s]
/proc/loadavg: 3.46 7.13 8.14 3/200 28067
/proc/meminfo: memFree=31375360/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14329436 memory=79740 CPUtime=1.23 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 13039 0 0 0 119 4 0 0 20 0 20 0 101697418 14673342464 19935 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3582359 19935 3766 1 0 3570074 0
[pid=28047/tid=28049] ppid=28044 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 9017 0 0 0 64 3 0 0 20 0 20 0 101697418 14673342464 19935 33554432000 4194304 4196468 140733899959040 140482320732624 140482316518557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14329436 memory=1008 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14329436 memory=4612 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14329436 memory=1428 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14329436 memory=1204 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697419 14673342464 19935 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14329436 memory=18520 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 101697420 14673342464 19935 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0

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

[pid=28047/tid=28066] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 232648 KiB

[startup+4.27791 s]
# the end of solver process 28047 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.88533 s, system=0.144369 s

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

[startup+3.20111 s]
/proc/loadavg: 3.46 7.13 8.14 2/200 28067
/proc/meminfo: memFree=31226092/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14331484 memory=232648 CPUtime=5.86 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 36695 0 0 0 573 13 0 0 20 0 20 0 101697418 14675439616 58162 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3582871 58162 3819 1 0 3570586 0
[pid=28047/tid=28049] ppid=28044 vsize=14331484 memory=0 CPUtime=3.15 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 11392 0 0 0 311 4 0 0 20 0 20 0 101697418 14675439616 58162 33554432000 4194304 4196468 140733899959040 140482320733472 140481958613031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14331484 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14331484 memory=7589561090883636610 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14331484 memory=-8458152057954561420 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14331484 memory=4137282616176384387 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14331484 memory=-7737605721172012177 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14331484 memory=-8675733323038954102 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58162 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14331484 memory=-6374957858630779283 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 20 0 101697420 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14331484 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480943006688 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14331484 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480941954048 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14331484 memory=14979992052304174 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14331484 memory=0 CPUtime=0.61 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 5707 0 0 0 60 1 0 0 20 0 20 0 101697423 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14331484 memory=0 CPUtime=0.6 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 3616 0 0 0 59 1 0 0 20 0 20 0 101697423 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14331484 memory=6656426216303648864 CPUtime=0.85 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) S 28044 28047 26064 0 -1 1077944384 6940 0 0 0 84 1 0 0 20 0 20 0 101697423 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14331484 memory=0 CPUtime=0.53 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) S 28044 28047 26064 0 -1 1077944384 6363 0 0 0 52 1 0 0 20 0 20 0 101697423 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480936692592 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58162 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 232648 KiB

[startup+4.00079 s]*
/proc/loadavg: 3.46 7.13 8.14 2/200 28067
/proc/meminfo: memFree=31206864/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14331484 memory=232668 CPUtime=6.67 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 36719 0 0 0 654 13 0 0 20 0 20 0 101697418 14675439616 58167 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3582871 58167 3820 1 0 3570586 0
[pid=28047/tid=28049] ppid=28044 vsize=14331484 memory=6791534058613427641 CPUtime=3.96 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 11407 0 0 0 392 4 0 0 20 0 20 0 101697418 14675439616 58167 33554432000 4194304 4196468 140733899959040 140482320730328 140481958614080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14331484 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14331484 memory=7523376918531162212 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14331484 memory=7663271034206840173 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14331484 memory=2340 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14331484 memory=2240 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14331484 memory=4128 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14331484 memory=928 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58167 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14331484 memory=1576 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 20 0 101697420 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14331484 memory=2196 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480943006688 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14331484 memory=6764 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480941954048 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14331484 memory=840 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14331484 memory=2241 CPUtime=0.62 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 5711 0 0 0 61 1 0 0 20 0 20 0 101697423 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14331484 memory=2244 CPUtime=0.6 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 3621 0 0 0 59 1 0 0 20 0 20 0 101697423 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14331484 memory=6656426216303648864 CPUtime=0.85 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) S 28044 28047 26064 0 -1 1077944384 6940 0 0 0 84 1 0 0 20 0 20 0 101697423 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14331484 memory=0 CPUtime=0.53 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) S 28044 28047 26064 0 -1 1077944384 6363 0 0 0 52 1 0 0 20 0 20 0 101697423 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480936692592 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58167 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 6.67 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 232668 KiB

[startup+4.2008 s]
/proc/loadavg: 3.46 7.13 8.14 2/200 28067
/proc/meminfo: memFree=31206864/32770624 swapFree=67108860/67108860
[pid=28047] ppid=28044 vsize=14331484 memory=232700 CPUtime=6.93 cores=0-7
/proc/28047/stat : 28047 (java) S 28044 28047 26064 0 -1 1077944320 36760 0 0 0 680 13 0 0 20 0 20 0 101697418 14675439616 58175 33554432000 4194304 4196468 140733899959040 140733899941584 140482316496631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
/proc/28047/statm: 3582871 58175 3820 1 0 3570586 0
[pid=28047/tid=28049] ppid=28044 vsize=14331484 memory=14979992052304174 CPUtime=4.15 cores=0-7
/proc/28047/task/28049/stat : 28049 (java) R 28044 28047 26064 0 -1 4202560 11422 0 0 0 411 4 0 0 20 0 20 0 101697418 14675439616 58175 33554432000 4194304 4196468 140733899959040 140482320731144 140481958612895 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28050] ppid=28044 vsize=14331484 memory=1296 CPUtime=0 cores=0-7
/proc/28047/task/28050/stat : 28050 (java) S 28044 28047 26064 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140482275256592 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28051] ppid=28044 vsize=14331484 memory=2416 CPUtime=0 cores=0-7
/proc/28047/task/28051/stat : 28051 (java) S 28044 28047 26064 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481910880656 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28052] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28052/stat : 28052 (java) S 28044 28047 26064 0 -1 1077944384 457 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481909828112 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28053] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28053/stat : 28053 (java) S 28044 28047 26064 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481908775568 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28054] ppid=28044 vsize=14331484 memory=3184237990301318960 CPUtime=0 cores=0-7
/proc/28047/task/28054/stat : 28054 (java) S 28044 28047 26064 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481907723024 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28055] ppid=28044 vsize=14331484 memory=7595974261041948524 CPUtime=0 cores=0-7
/proc/28047/task/28055/stat : 28055 (java) S 28044 28047 26064 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481906670480 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28056] ppid=28044 vsize=14331484 memory=7230638415855315543 CPUtime=0 cores=0-7
/proc/28047/task/28056/stat : 28056 (java) S 28044 28047 26064 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481905617936 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28057] ppid=28044 vsize=14331484 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/28047/task/28057/stat : 28057 (java) S 28044 28047 26064 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 101697419 14675439616 58175 33554432000 4194304 4196468 140733899959040 140481904565392 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28058] ppid=28044 vsize=14331484 memory=280140449841392 CPUtime=0 cores=0-7
/proc/28047/task/28058/stat : 28058 (java) S 28044 28047 26064 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 20 0 101697420 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480944060400 140482316507778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28059] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28059/stat : 28059 (java) S 28044 28047 26064 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480943006688 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28060] ppid=28044 vsize=14331484 memory=-2897801490638248215 CPUtime=0 cores=0-7
/proc/28047/task/28060/stat : 28060 (java) S 28044 28047 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 101697421 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480941954048 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28061] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28061/stat : 28061 (java) S 28044 28047 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101697423 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480940902608 140482316515227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28062] ppid=28044 vsize=14331484 memory=-1161699032755964503 CPUtime=0.65 cores=0-7
/proc/28047/task/28062/stat : 28062 (java) S 28044 28047 26064 0 -1 1077944384 5719 0 0 0 64 1 0 0 20 0 20 0 101697423 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480939850224 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28063] ppid=28044 vsize=14331484 memory=6872598998417432672 CPUtime=0.63 cores=0-7
/proc/28047/task/28063/stat : 28063 (java) S 28044 28047 26064 0 -1 1077944384 3634 0 0 0 62 1 0 0 20 0 20 0 101697423 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480938797680 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28064] ppid=28044 vsize=14331484 memory=0 CPUtime=0.85 cores=0-7
/proc/28047/task/28064/stat : 28064 (java) S 28044 28047 26064 0 -1 1077944384 6940 0 0 0 84 1 0 0 20 0 20 0 101697423 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480937745136 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28065] ppid=28044 vsize=14331484 memory=0 CPUtime=0.53 cores=0-7
/proc/28047/task/28065/stat : 28065 (java) S 28044 28047 26064 0 -1 1077944384 6367 0 0 0 52 1 0 0 20 0 20 0 101697423 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480936692592 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28066] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28066/stat : 28066 (java) S 28044 28047 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480935639264 140482316506837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
[pid=28047/tid=28067] ppid=28044 vsize=14331484 memory=0 CPUtime=0 cores=0-7
/proc/28047/task/28067/stat : 28067 (java) S 28044 28047 26064 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 101697424 14675439616 58175 33554432000 4194304 4196468 140733899959040 140480934586800 140482316507778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29585408 140733899961441 140733899961627 140733899961627 140733899964367 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 14331484 KiB
Current children cumulated memory: 232700 KiB

Child status: 0
Real time (s): 4.27796
CPU time (s): 7.0297
CPU user time (s): 6.88533
CPU system time (s): 0.144369
CPU usage (%): 164.324
Max. virtual memory (cumulated for all children) (KiB): 14331484
Max. memory (cumulated for all children) (KiB): 232700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.88533
system time used= 0.144369
maximum resident set size= 233328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3808
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 28047
#   total CPU time (s): 7.0297
#   total CPU user time (s): 6.88533
#   total CPU system time (s): 0.144369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059509 second user time and 0.07015 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:33:58
IDJOB=4275577
IDBENCH=120884
IDSOLVER=2668
FILE ID=node106/4275577-1502686096
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-008-05-mul.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275577-1502686096/watcher-4275577-1502686096 -o /tmp/evaluation-result-4275577-1502686096/solver-4275577-1502686096 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1681295379 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275577-1502686096.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d00d8f739bc214548f076bd032f30ee9
RANDOM SEED=1681295379

node106.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.86
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.86
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.86
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.86
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:        31424676 kB
MemAvailable:   31980632 kB
Buffers:          139920 kB
Cached:           700844 kB
SwapCached:            0 kB
Active:           473040 kB
Inactive:         423792 kB
Active(anon):      11684 kB
Inactive(anon):    72080 kB
Active(file):     461356 kB
Inactive(file):   351712 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42228 kB
Writeback:            52 kB
AnonPages:         61920 kB
Mapped:            44264 kB
Shmem:             25228 kB
Slab:             143564 kB
SReclaimable:     117444 kB
SUnreclaim:        26120 kB
KernelStack:        3216 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61732 MiB
End job on node106 at 2017-08-14 06:34:02