Trace number 4291151

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02Wrong UNSAT 4.64379 1.91951

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark256
Best CPU time to get the best result obtained on this benchmark19880.2
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1250038086
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
3.12/1.36	c Parsing done, starting search...
4.30/1.90	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 (3744 MiB free)
  memory of node 1: 16384 MiB (7065 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291151-1532631354/watcher-4291151-1532631354 -o /tmp/evaluation-result-4291151-1532631354/solver-4291151-1532631354 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532623785-31604 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1250038086 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291151-1532631354.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
solver pid=32124, runsolver pid=32121
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 8.61 8.74 8.68 2/198 32144
/proc/meminfo: memFree=11054168/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26103424 memory=31444 CPUtime=0.11 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 7313 0 0 0 10 1 0 0 20 0 20 0 80698583 26729906176 7861 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6525856 7861 3143 1 0 6487932 0
[pid=32124/tid=32126] ppid=32121 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 5398 0 0 0 8 1 0 0 20 0 20 0 80698583 26729906176 7861 33554432000 4194304 4196468 140721412432064 140509545693280 140509521774322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7861 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26103424 memory=139812878988928 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7861 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7861 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 7927 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 7927 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 7927 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) S 32121 32124 31577 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508666018672 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508664965872 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508663913072 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) S 32121 32124 31577 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508662860272 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 7931 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 31444 KiB

[startup+0.20998 s]*
/proc/loadavg: 8.61 8.74 8.68 4/198 32144
/proc/meminfo: memFree=11040464/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26103424 memory=43016 CPUtime=0.3 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 10410 0 0 0 27 3 0 0 20 0 20 0 80698583 26729906176 10754 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6525856 10754 3328 1 0 6487932 0
[pid=32124/tid=32126] ppid=32121 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 8179 0 0 0 18 2 0 0 20 0 20 0 80698583 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509545727232 140509525579102 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26103424 memory=11921 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26103424 memory=3833323427343677088 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 10754 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) S 32121 32124 31577 0 -1 1077944384 353 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508666018672 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) S 32121 32124 31577 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508664965872 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) S 32121 32124 31577 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508663913072 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) R 32121 32124 31577 0 -1 4202560 303 0 0 0 6 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508662854160 140509520190152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 10754 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43016 KiB

[startup+0.309242 s]*
/proc/loadavg: 8.61 8.74 8.68 3/198 32144
/proc/meminfo: memFree=11037176/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26103424 memory=46544 CPUtime=0.43 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 10835 0 0 0 40 3 0 0 20 0 20 0 80698583 26729906176 11636 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6525856 11636 3361 1 0 6487932 0
[pid=32124/tid=32126] ppid=32121 vsize=26103424 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 8519 0 0 0 27 2 0 0 20 0 20 0 80698583 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509545691904 140509525579102 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26103424 memory=139812728304559 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26103424 memory=139812728306864 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26103424 memory=139812728309168 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 11636 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26103424 memory=279625456625296 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26103424 memory=279625456632208 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26103424 memory=279625456573488 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26103424 memory=279625456646032 CPUtime=0.01 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) S 32121 32124 31577 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508666018672 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26103424 memory=279625456652944 CPUtime=0.02 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) S 32121 32124 31577 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508664965872 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26103424 memory=279625456650640 CPUtime=0 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) S 32121 32124 31577 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508663913072 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26103424 memory=279625456667248 CPUtime=0.07 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) S 32121 32124 31577 0 -1 1077944384 319 0 0 0 7 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508662860272 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26729906176 11636 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46544 KiB

[startup+0.700847 s]
/proc/loadavg: 8.61 8.74 8.68 2/198 32144
/proc/meminfo: memFree=11012992/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26105492 memory=87464 CPUtime=1 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 17869 0 0 0 95 5 0 0 20 0 20 0 80698583 26732023808 21866 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6526373 21866 3497 1 0 6488444 0
[pid=32124/tid=32126] ppid=32121 vsize=26105492 memory=0 CPUtime=0.68 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 15024 0 0 0 64 4 0 0 20 0 20 0 80698583 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509545724112 140509541520541 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26105492 memory=8556 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26105492 memory=1444 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26105492 memory=14608 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698586 26732023808 21866 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0

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

[pid=32124/tid=32143] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26738315264 46237 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26738315264 46237 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 3.6 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 184948 KiB

[startup+1.91946 s]
# the end of solver process 32124 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.52017 s, system=0.123618 s

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

[startup+1.60095 s]
/proc/loadavg: 8.00 8.61 8.64 6/198 32144
/proc/meminfo: memFree=10950736/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26111636 memory=187976 CPUtime=3.79 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 25359 0 0 0 370 9 0 0 20 0 20 0 80698583 26738315264 46994 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6527909 46994 3542 1 0 6489980 0
[pid=32124/tid=32126] ppid=32121 vsize=26111636 memory=0 CPUtime=1.57 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 17251 0 0 0 151 6 0 0 20 0 20 0 80698583 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509545732256 140509519509413 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26111636 memory=4140 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26111636 memory=139812728518080 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 80698586 26738315264 46994 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26111636 memory=13078175418732 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26111636 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26111636 memory=13851867369184121 CPUtime=0.45 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) R 32121 32124 31577 0 -1 4202560 1735 0 0 0 45 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508666004992 140509541519962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26111636 memory=0 CPUtime=0.53 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) S 32121 32124 31577 0 -1 1077944384 1333 0 0 0 53 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508664965872 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26111636 memory=0 CPUtime=0.51 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) R 32121 32124 31577 0 -1 4202560 1443 0 0 0 51 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508663904528 140509520647304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26111636 memory=0 CPUtime=0.68 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) R 32121 32124 31577 0 -1 4202560 2192 0 0 0 68 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508662860272 140509541510550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26111636 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26738315264 46994 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 3.79 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 187976 KiB

[startup+1.80078 s]
/proc/loadavg: 8.00 8.61 8.64 6/198 32144
/proc/meminfo: memFree=10950736/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26113684 memory=207184 CPUtime=4.3 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 27137 0 0 0 420 10 0 0 20 0 20 0 80698583 26740412416 51796 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6528421 51796 3545 1 0 6490492 0
[pid=32124/tid=32126] ppid=32121 vsize=26113684 memory=6791534058613427641 CPUtime=1.76 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 18546 0 0 0 170 6 0 0 20 0 20 0 80698583 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509545731568 140509541510550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26113684 memory=375 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26113684 memory=279625456762544 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26113684 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26113684 memory=272937 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26113684 memory=6297815014381675617 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26113684 memory=7660742144744843625 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26113684 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26113684 memory=279625456936128 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 80698586 26740412416 51796 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26113684 memory=34 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26113684 memory=7230638415855315031 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26113684 memory=6153433744106873958 CPUtime=0.52 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) S 32121 32124 31577 0 -1 1077944384 1766 0 0 0 51 1 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508666018672 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26113684 memory=7518587312753370218 CPUtime=0.6 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) S 32121 32124 31577 0 -1 1077944384 1368 0 0 0 60 0 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508664965872 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26113684 memory=1296 CPUtime=0.57 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) S 32121 32124 31577 0 -1 1077944384 1486 0 0 0 57 0 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508663913072 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26113684 memory=2412 CPUtime=0.81 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) R 32121 32124 31577 0 -1 4202560 2566 0 0 0 80 1 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508662856000 140509525837976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26113684 memory=1836 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26113684 memory=792 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26740412416 51796 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 207184 KiB

[startup+1.90081 s]
/proc/loadavg: 8.00 8.61 8.64 6/198 32144
/proc/meminfo: memFree=10950736/32770624 swapFree=67108860/67108860
[pid=32124] ppid=32121 vsize=26113684 memory=218940 CPUtime=4.62 cores=0-7
/proc/32124/stat : 32124 (java) S 32121 32124 31577 0 -1 1077944320 27525 0 0 0 451 11 0 0 20 0 20 0 80698583 26740412416 54735 33554432000 4194304 4196468 140721412432064 140721412414608 140509541498615 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
/proc/32124/statm: 6528421 54735 3548 1 0 6490492 0
[pid=32124/tid=32126] ppid=32121 vsize=26113684 memory=0 CPUtime=1.87 cores=0-7
/proc/32124/task/32126/stat : 32126 (java) R 32121 32124 31577 0 -1 4202560 18748 0 0 0 180 7 0 0 20 0 20 0 80698583 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509545716720 140509525579102 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32127] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32127/stat : 32127 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509464078992 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32128] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32128/stat : 32128 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509463026192 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32129] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32129/stat : 32129 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509461973392 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32130] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32130/stat : 32130 (java) S 32121 32124 31577 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509460920592 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32131] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32131/stat : 32131 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509459868816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32132] ppid=32121 vsize=26113684 memory=0 CPUtime=0 cores=0-7
/proc/32124/task/32132/stat : 32132 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509458816016 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32133] ppid=32121 vsize=26113684 memory=178952 CPUtime=0 cores=0-7
/proc/32124/task/32133/stat : 32133 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509457763216 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32134] ppid=32121 vsize=26113684 memory=279625456812752 CPUtime=0 cores=0-7
/proc/32124/task/32134/stat : 32134 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698584 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509456710416 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32135] ppid=32121 vsize=26113684 memory=279625456783872 CPUtime=0 cores=0-7
/proc/32124/task/32135/stat : 32135 (java) S 32121 32124 31577 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 80698586 26740412416 54735 33554432000 4194304 4196468 140721412432064 140509050906992 140509541509762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32136] ppid=32121 vsize=26114712 memory=279625456784064 CPUtime=0 cores=0-7
/proc/32124/task/32136/stat : 32136 (java) S 32121 32124 31577 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80698586 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508669174816 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32137] ppid=32121 vsize=26114712 memory=279625456784256 CPUtime=0 cores=0-7
/proc/32124/task/32137/stat : 32137 (java) S 32121 32124 31577 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80698586 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508668121968 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32138] ppid=32121 vsize=26114712 memory=279625456784448 CPUtime=0 cores=0-7
/proc/32124/task/32138/stat : 32138 (java) S 32121 32124 31577 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508667070288 140509541517211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32139] ppid=32121 vsize=26114712 memory=279625456762560 CPUtime=0.57 cores=0-7
/proc/32124/task/32139/stat : 32139 (java) R 32121 32124 31577 0 -1 4202560 1786 0 0 0 56 1 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508666005520 140509522200282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32140] ppid=32121 vsize=26114712 memory=279625456486176 CPUtime=0.65 cores=0-7
/proc/32124/task/32140/stat : 32140 (java) R 32121 32124 31577 0 -1 4202560 1389 0 0 0 65 0 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508664953584 140509541519962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32141] ppid=32121 vsize=26114712 memory=279625456486368 CPUtime=0.63 cores=0-7
/proc/32124/task/32141/stat : 32141 (java) R 32121 32124 31577 0 -1 4202560 1508 0 0 0 63 0 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508663896944 140509541519962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32142] ppid=32121 vsize=26114712 memory=279625456486560 CPUtime=0.87 cores=0-7
/proc/32124/task/32142/stat : 32142 (java) S 32121 32124 31577 0 -1 1077944384 2688 0 0 0 86 1 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508662860272 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32143] ppid=32121 vsize=26114712 memory=279625456486752 CPUtime=0 cores=0-7
/proc/32124/task/32143/stat : 32143 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508661807712 140509541508821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
[pid=32124/tid=32144] ppid=32121 vsize=26114712 memory=139812728447200 CPUtime=0 cores=0-7
/proc/32124/task/32144/stat : 32144 (java) S 32121 32124 31577 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80698589 26741465088 54735 33554432000 4194304 4196468 140721412432064 140508660754992 140509541509762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34177024 140721412437069 140721412437253 140721412437253 140721412440015 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 26113684 KiB
Current children cumulated memory: 218940 KiB

Child status: 0
Real time (s): 1.91951
CPU time (s): 4.64379
CPU user time (s): 4.52017
CPU system time (s): 0.123618
CPU usage (%): 241.926
Max. virtual memory (cumulated for all children) (KiB): 26113684
Max. memory (cumulated for all children) (KiB): 218940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.52017
system time used= 0.123618
maximum resident set size= 221040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27544
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4963
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 32124
#   total CPU time (s): 4.64379
#   total CPU user time (s): 4.52017
#   total CPU system time (s): 0.123618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031471 second user time and 0.05519 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-26 20:55:54
IDJOB=4291151
IDBENCH=141102
IDSOLVER=2745
FILE ID=node104/4291151-1532631354
RUNJOBID= node104-1532623785-31604
PBS_JOBID= 21022031
Free space on /tmp= 48344 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291151-1532631354/watcher-4291151-1532631354 -o /tmp/evaluation-result-4291151-1532631354/solver-4291151-1532631354 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532623785-31604 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1250038086 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291151-1532631354.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1250038086

node104.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.11
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.11
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.11
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.11
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:        11069824 kB
MemAvailable:   31929036 kB
Buffers:          226928 kB
Cached:         20623552 kB
SwapCached:            0 kB
Active:          4215160 kB
Inactive:       16686728 kB
Active(anon):       3092 kB
Inactive(anon):    76248 kB
Active(file):    4212068 kB
Inactive(file): 16610480 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36292 kB
Writeback:             0 kB
AnonPages:         58592 kB
Mapped:            41124 kB
Shmem:             25228 kB
Slab:             492976 kB
SReclaimable:     465124 kB
SUnreclaim:        27852 kB
KernelStack:        3184 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48312 MiB
End job on node104 at 2018-07-26 20:55:56