Trace number 4302411

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
Concrete 3.9.2OPT4776 9.21073 4.22701

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.378357
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
6.51/3.50	o 10327
6.85/3.56	o 10195
6.85/3.56	o 10101
6.85/3.59	o 8961
7.22/3.60	o 8214
7.22/3.61	o 8174
7.22/3.63	o 7632
7.22/3.64	o 7556
7.22/3.65	o 7456
7.58/3.74	o 7267
7.58/3.75	o 7027
7.58/3.76	o 5453
7.58/3.76	o 5096
7.58/3.77	o 4776
9.17/4.20	v <instantiation cost="4776">
9.17/4.20	v       <list>
9.17/4.20	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11]
9.17/4.20	v       </list>
9.17/4.20	v       <values>
9.17/4.20	v         6 4 11 1 0 2 8 10 9 5 7 3 5 37 30 9 10 33 18 61 0 12 12
9.17/4.20	v       </values>
9.17/4.20	v     </instantiation>
9.17/4.20	s OPTIMUM FOUND

Verifier Data

OK	4776

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302411-1532896436/watcher-4302411-1532896436 -o /tmp/evaluation-result-4302411-1532896436/solver-4302411-1532896436 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=660972600 HOME/instance-4302411-1532896436.xml 

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

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

solver pid=5153, runsolver pid=5150

[startup+0.100062 s]*
/proc/loadavg: 1.66 1.63 1.68 3/207 5210
/proc/meminfo: memFree=27768404/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=10005480 memory=18332 CPUtime=0.1 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 4225 13116 0 0 1 1 5 3 20 0 6 0 107206834 10245611520 4583 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2501370 4583 1931 1 0 2489808 0
[pid=5153/tid=5206] ppid=5150 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 2049 13116 0 0 0 0 5 3 20 0 6 0 107206844 10245611520 4583 33554432000 4194304 4196468 140737048649824 140014172140112 140014185985843 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 6 0 107206844 10245611520 4583 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=10005480 memory=139679800612480 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 6 0 107206844 10245611520 4583 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 6 0 107206844 10245611520 4583 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 6 0 107206844 10245611520 4583 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210056 s]*
/proc/loadavg: 1.66 1.63 1.68 3/216 5219
/proc/meminfo: memFree=27744204/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=10982744 memory=46540 CPUtime=0.26 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 7748 13116 0 0 16 2 5 3 20 0 15 0 107206834 11246329856 11569 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2745686 11635 2977 1 0 2708109 0
[pid=5153/tid=5206] ppid=5150 vsize=10983736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 4461 13116 0 0 10 2 5 3 20 0 15 0 107206844 11247345664 11767 33554432000 4194304 4196468 140737048649824 140014172128160 140014192983069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=10983736 memory=288293255295271337 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11247345664 11767 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=10983736 memory=3904679358044045344 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11247345664 11767 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11247345664 11833 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11247345664 11833 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206846 11247345664 11833 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 13 13116 0 0 0 0 5 3 20 0 15 0 107206846 11247345664 11833 33554432000 4194304 4196468 140737048649824 140012994684064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=10983736 memory=139679800612480 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11247345664 11899 33554432000 4194304 4196468 140737048649824 140012846834416 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11247345664 11899 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=10983736 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) S 5150 5153 22004 0 -1 1077944384 347 13116 0 0 1 0 5 3 20 0 15 0 107206849 11247345664 11899 33554432000 4194304 4196468 140737048649824 140013624974064 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=10985364 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) S 5150 5153 22004 0 -1 1077944384 269 13116 0 0 1 0 5 3 20 0 15 0 107206849 11249012736 11899 33554432000 4194304 4196468 140737048649824 140013623921520 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=10985364 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 614 13116 0 0 3 0 5 3 20 0 15 0 107206849 11249012736 11899 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11249012736 11965 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11249012736 11965 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46540 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.66 1.63 1.68 3/216 5219
/proc/meminfo: memFree=27709892/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=10983192 memory=57212 CPUtime=0.38 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 10293 13116 0 0 27 3 5 3 20 0 15 0 107206834 11246788608 14303 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2745798 14303 3096 1 0 2708109 0
[pid=5153/tid=5206] ppid=5150 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 6846 13116 0 0 18 2 5 3 20 0 15 0 107206844 11246788608 14303 33554432000 4194304 4196468 140737048649824 140014172115360 140014200325277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 14303 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 14303 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 14303 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 14303 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 14303 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 13 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 14303 33554432000 4194304 4196468 140737048649824 140012994684064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 14303 33554432000 4194304 4196468 140737048649824 140012846834416 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) S 5150 5153 22004 0 -1 1077944384 350 13116 0 0 1 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140013624974064 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) S 5150 5153 22004 0 -1 1077944384 271 13116 0 0 1 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140013623921520 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) R 5150 5153 22004 0 -1 4202560 620 13116 0 0 5 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140013622868464 140014178778001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 14303 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57212 KiB

[startup+0.700734 s]
/proc/loadavg: 1.66 1.63 1.68 3/216 5219
/proc/meminfo: memFree=27697708/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=10983192 memory=89260 CPUtime=0.99 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 16406 13116 0 0 86 5 5 3 20 0 15 0 107206834 11246788608 22315 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2745798 22315 3238 1 0 2708109 0
[pid=5153/tid=5206] ppid=5150 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 11899 13116 0 0 55 4 5 3 20 0 15 0 107206844 11246788608 22315 33554432000 4194304 4196468 140737048649824 140014172124176 140014180578654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=10983192 memory=8242257093008373557 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 22315 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=10983192 memory=7158860088844767568 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 22315 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=10983192 memory=7588675599774802240 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 22315 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=10983192 memory=5791717478211005024 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 2 13116 0 0 0 0 5 3 20 0 15 0 107206844 11246788608 22315 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=10983192 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 5 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 22315 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 13 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 22315 33554432000 4194304 4196468 140737048649824 140012994684064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11246788608 22315 33554432000 4194304 4196468 140737048649824 140012846834416 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=10983192 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) S 5150 5153 22004 0 -1 1077944384 750 13116 0 0 7 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140013624974064 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=10983192 memory=96 CPUtime=0.17 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) S 5150 5153 22004 0 -1 1077944384 855 13116 0 0 9 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140013623921520 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=10983192 memory=279359302748592 CPUtime=0.21 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 676 13116 0 0 13 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=10983192 memory=139679800611345 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11246788608 22315 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89260 KiB

[startup+1.50117 s]
/proc/loadavg: 1.66 1.63 1.68 3/216 5219
/proc/meminfo: memFree=27652492/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=10998092 memory=180092 CPUtime=2.26 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 23528 13116 0 0 208 10 5 3 20 0 15 0 107206834 11262046208 45023 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2749523 45023 3474 1 0 2711181 0
[pid=5153/tid=5206] ppid=5150 vsize=10998092 memory=7300996220802969665 CPUtime=1.43 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 17412 13116 0 0 129 6 5 3 20 0 15 0 107206844 11262046208 45023 33554432000 4194304 4196468 140737048649824 140014172134216 140013736175330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=10998092 memory=4418138326849250145 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 50 13116 0 0 1 0 5 3 20 0 15 0 107206844 11262046208 45023 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=10998092 memory=-5934757335528923228 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 20 13116 0 0 1 0 5 3 20 0 15 0 107206844 11262046208 45023 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=10998092 memory=6372119928180527458 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 29 13116 0 0 1 0 5 3 20 0 15 0 107206844 11262046208 45023 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=10998092 memory=7449062980653836388 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 219 13116 0 0 1 0 5 3 20 0 15 0 107206844 11262046208 45023 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=10998092 memory=2424 CPUtime=0.09 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 47 13116 0 0 1 0 5 3 20 0 15 0 107206846 11262046208 45023 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=10998092 memory=1840 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 14 13116 0 0 0 0 5 3 20 0 15 0 107206846 11262046208 45023 33554432000 4194304 4196468 140737048649824 140012994684128 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=10998092 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11262046208 45023 33554432000 4194304 4196468 140737048649824 140012846834432 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=10998092 memory=12060 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=10998092 memory=5788 CPUtime=0.27 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) S 5150 5153 22004 0 -1 1077944384 1271 13116 0 0 19 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140013624974064 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=10998092 memory=792 CPUtime=0.29 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) S 5150 5153 22004 0 -1 1077944384 1058 13116 0 0 21 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140013623921520 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=10998092 memory=1228 CPUtime=0.38 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 1207 13116 0 0 30 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=10998092 memory=1944 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=10998092 memory=120120 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11262046208 45023 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11117 s]
/proc/loadavg: 1.69 1.64 1.68 4/216 5219
/proc/meminfo: memFree=27477360/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=11012448 memory=265224 CPUtime=5.76 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 38757 13116 0 0 552 16 5 3 20 0 15 0 107206834 11276746752 66306 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2753112 66306 3495 1 0 2714765 0
[pid=5153/tid=5206] ppid=5150 vsize=11012448 memory=8 CPUtime=2.99 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 27507 13116 0 0 282 9 5 3 20 0 15 0 107206844 11276746752 66306 33554432000 4194304 4196468 140737048649824 140014172131224 140014180522552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=11012448 memory=8 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 61 13116 0 0 2 0 5 3 20 0 15 0 107206844 11276746752 66306 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=11012448 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 32 13116 0 0 3 0 5 3 20 0 15 0 107206844 11276746752 66322 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=11012448 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 38 13116 0 0 3 0 5 3 20 0 15 0 107206844 11276746752 66322 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=11012448 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 224 13116 0 0 2 0 5 3 20 0 15 0 107206844 11276746752 66322 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=11012448 memory=-7316765473029595040 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 236 13116 0 0 3 0 5 3 20 0 15 0 107206846 11276746752 66322 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=11012448 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 14 13116 0 0 0 0 5 3 20 0 15 0 107206846 11276746752 66322 33554432000 4194304 4196468 140737048649824 140012994684128 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=11012448 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11276746752 66322 33554432000 4194304 4196468 140737048649824 140012846834432 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=11012448 memory=30512 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=11012448 memory=1296 CPUtime=0.71 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) R 5150 5153 22004 0 -1 4202560 2016 13116 0 0 63 0 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140013624955080 140014184293655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=11012448 memory=2424 CPUtime=1.01 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) R 5150 5153 22004 0 -1 4202560 3509 13116 0 0 92 1 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140013623907184 140014185411265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=11012448 memory=1840 CPUtime=1.05 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 2918 13116 0 0 96 1 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=11012448 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=11012448 memory=12060 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 66322 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 265224 KiB

[startup+4.22697 s]
# the end of solver process 5153 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.9566 s, system=0.25413 s

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

[startup+3.20813 s]
/proc/loadavg: 1.69 1.64 1.68 4/216 5219
/proc/meminfo: memFree=27477360/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=11012448 memory=271540 CPUtime=5.99 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 45820 13116 0 0 574 17 5 3 20 0 15 0 107206834 11276746752 67885 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2753112 67885 3495 1 0 2714765 0
[pid=5153/tid=5206] ppid=5150 vsize=11012448 memory=792 CPUtime=3.09 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 31872 13116 0 0 291 10 5 3 20 0 15 0 107206844 11276746752 67885 33554432000 4194304 4196468 140737048649824 140014172118712 140014181868058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=11012448 memory=1228 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 61 13116 0 0 2 0 5 3 20 0 15 0 107206844 11276746752 67885 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=11012448 memory=8112282956445269571 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 32 13116 0 0 3 0 5 3 20 0 15 0 107206844 11276746752 67885 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=11012448 memory=14775 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 38 13116 0 0 3 0 5 3 20 0 15 0 107206844 11276746752 67885 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=11012448 memory=648981 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 224 13116 0 0 2 0 5 3 20 0 15 0 107206844 11276746752 67885 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=11012448 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 236 13116 0 0 3 0 5 3 20 0 15 0 107206846 11276746752 67885 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=11012448 memory=-9174445032661854264 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 14 13116 0 0 0 0 5 3 20 0 15 0 107206846 11276746752 67885 33554432000 4194304 4196468 140737048649824 140012994684128 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=11012448 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11276746752 67885 33554432000 4194304 4196468 140737048649824 140012846834432 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=11012448 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=11012448 memory=6656426216303648864 CPUtime=0.82 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) R 5150 5153 22004 0 -1 4202560 4686 13116 0 0 73 1 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140013624955080 140014183714223 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=11012448 memory=288230574492221466 CPUtime=1.04 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) S 5150 5153 22004 0 -1 1077944384 3518 13116 0 0 95 1 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140013623921520 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=11012448 memory=0 CPUtime=1.06 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 2937 13116 0 0 97 1 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=11012448 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=11012448 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206849 11276746752 67885 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 271540 KiB

[startup+4.00116 s]*
/proc/loadavg: 1.69 1.64 1.68 5/216 5219
/proc/meminfo: memFree=27432492/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=11080032 memory=300912 CPUtime=8.57 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 68166 13116 0 0 829 20 5 3 20 0 15 0 107206834 11345952768 75228 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2770008 75228 3497 1 0 2731661 0
[pid=5153/tid=5206] ppid=5150 vsize=11080032 memory=6935054825532540783 CPUtime=3.88 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 46870 13116 0 0 368 12 5 3 20 0 15 0 107206844 11345952768 75228 33554432000 4194304 4196468 140737048649824 140014172138360 140013746413969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=11080032 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 61 13116 0 0 2 0 5 3 20 0 15 0 107206844 11345952768 75228 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 32 13116 0 0 3 0 5 3 20 0 15 0 107206844 11345952768 75228 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=11080032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 38 13116 0 0 3 0 5 3 20 0 15 0 107206844 11345952768 75228 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=11080032 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 224 13116 0 0 2 0 5 3 20 0 15 0 107206844 11345952768 75228 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=11080032 memory=2315025210085955024 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 792 13116 0 0 3 0 5 3 20 0 15 0 107206846 11345952768 75228 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=11080032 memory=2314885530818447673 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 14 13116 0 0 0 0 5 3 20 0 15 0 107206846 11345952768 75228 33554432000 4194304 4196468 140737048649824 140012994684128 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=11080032 memory=-8253362664378451622 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11345952768 75228 33554432000 4194304 4196468 140737048649824 140012846834432 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=11080032 memory=4132772329015834154 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=11080032 memory=0 CPUtime=1.61 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) R 5150 5153 22004 0 -1 4202560 9317 13116 0 0 152 1 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140013624965392 140014178454275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=11080032 memory=2314885530816952941 CPUtime=1.72 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) R 5150 5153 22004 0 -1 4202560 3764 13116 0 0 163 1 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140013623907152 140014185420518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=11080032 memory=3905947067755132553 CPUtime=1.38 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 4846 13116 0 0 128 2 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=11080032 memory=3539864629461727853 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=11080032 memory=7719366839880775328 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 8 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 75228 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 300912 KiB

[startup+4.20068 s]
/proc/loadavg: 1.69 1.64 1.68 5/216 5219
/proc/meminfo: memFree=27432492/32770624 swapFree=67108860/67108860
[pid=5153] ppid=5150 vsize=11080032 memory=330044 CPUtime=9.17 cores=0,2,4,6
/proc/5153/stat : 5153 (java) S 5150 5153 22004 0 -1 1077944320 68355 13116 0 0 889 20 5 3 20 0 15 0 107206834 11345952768 82511 33554432000 4194304 4196468 140737048649824 140737048632368 140014200303351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
/proc/5153/statm: 2770008 82511 3498 1 0 2731661 0
[pid=5153/tid=5206] ppid=5150 vsize=11080032 memory=302022865681922278 CPUtime=4.07 cores=0,2,4,6
/proc/5153/task/5206/stat : 5206 (java) R 5150 5153 22004 0 -1 4202560 46948 13116 0 0 387 12 5 3 20 0 15 0 107206844 11345952768 82511 33554432000 4194304 4196468 140737048649824 140014172133760 140014183498637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5207] ppid=5150 vsize=11080032 memory=14981091631484407 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5207/stat : 5207 (java) S 5150 5153 22004 0 -1 1077944384 61 13116 0 0 2 0 5 3 20 0 15 0 107206844 11345952768 82511 33554432000 4194304 4196468 140737048649824 140014204546064 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5208] ppid=5150 vsize=11080032 memory=7379541981349112686 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5208/stat : 5208 (java) S 5150 5153 22004 0 -1 1077944384 32 13116 0 0 3 0 5 3 20 0 15 0 107206844 11345952768 82511 33554432000 4194304 4196468 140737048649824 140014059265168 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5209] ppid=5150 vsize=11080032 memory=6944656592452807316 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5209/stat : 5209 (java) S 5150 5153 22004 0 -1 1077944384 38 13116 0 0 3 0 5 3 20 0 15 0 107206844 11345952768 82511 33554432000 4194304 4196468 140737048649824 140014058212112 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5210] ppid=5150 vsize=11080032 memory=-7522837415797432224 CPUtime=0.1 cores=0,2,4,6
/proc/5153/task/5210/stat : 5210 (java) S 5150 5153 22004 0 -1 1077944384 224 13116 0 0 2 0 5 3 20 0 15 0 107206844 11345952768 82511 33554432000 4194304 4196468 140737048649824 140014057159568 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5211] ppid=5150 vsize=11080032 memory=6944656591801718942 CPUtime=0.11 cores=0,2,4,6
/proc/5153/task/5211/stat : 5211 (java) S 5150 5153 22004 0 -1 1077944384 792 13116 0 0 3 0 5 3 20 0 15 0 107206846 11345952768 82511 33554432000 4194304 4196468 140737048649824 140013626026224 140014200314498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5212] ppid=5150 vsize=11080032 memory=8292088525465231505 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5212/stat : 5212 (java) S 5150 5153 22004 0 -1 1077944384 14 13116 0 0 0 0 5 3 20 0 15 0 107206846 11345952768 82511 33554432000 4194304 4196468 140737048649824 140012994684128 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5213] ppid=5150 vsize=11080032 memory=8089320557117109326 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5213/stat : 5213 (java) S 5150 5153 22004 0 -1 1077944384 1 13116 0 0 0 0 5 3 20 0 15 0 107206846 11345952768 82511 33554432000 4194304 4196468 140737048649824 140012846834432 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5214] ppid=5150 vsize=11080032 memory=6944656592385698452 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5214/stat : 5214 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140012539434960 140014200321947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5215] ppid=5150 vsize=11080032 memory=-7463451284705783079 CPUtime=1.8 cores=0,2,4,6
/proc/5153/task/5215/stat : 5215 (java) R 5150 5153 22004 0 -1 4202560 9341 13116 0 0 171 1 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140013624961744 140014179475568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5216] ppid=5150 vsize=11080032 memory=6944656592455359580 CPUtime=1.91 cores=0,2,4,6
/proc/5153/task/5216/stat : 5216 (java) R 5150 5153 22004 0 -1 4202560 3805 13116 0 0 182 1 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140013623904352 140014183800139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5217] ppid=5150 vsize=11080032 memory=-2746958450906831424 CPUtime=1.4 cores=0,2,4,6
/proc/5153/task/5217/stat : 5217 (java) S 5150 5153 22004 0 -1 1077944384 4890 13116 0 0 130 2 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140013622868464 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5218] ppid=5150 vsize=11080032 memory=7165062429642221397 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5218/stat : 5218 (java) S 5150 5153 22004 0 -1 1077944384 3 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140012108639072 140014200313557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
[pid=5153/tid=5219] ppid=5150 vsize=11080032 memory=664965319860777842 CPUtime=0.08 cores=0,2,4,6
/proc/5153/task/5219/stat : 5219 (java) S 5150 5153 22004 0 -1 1077944384 9 13116 0 0 0 0 5 3 20 0 15 0 107206849 11345952768 82511 33554432000 4194304 4196468 140737048649824 140013621815856 140014200314498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19410944 140737048656498 140737048659297 140737048659297 140737048661967 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 330044 KiB

Child status: 0
Real time (s): 4.22701
CPU time (s): 9.21073
CPU user time (s): 8.9566
CPU system time (s): 0.25413
CPU usage (%): 217.902
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 330044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.9566
system time used= 0.25413
maximum resident set size= 334176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81579
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5952
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 5153
#   total CPU time (s): 9.21073
#   total CPU user time (s): 8.9566
#   total CPU system time (s): 0.25413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055892 second user time and 0.078249 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:33:56
IDJOB=4302411
IDBENCH=141257
IDSOLVER=2776
FILE ID=node151/4302411-1532896436
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302411-1532896436/watcher-4302411-1532896436 -o /tmp/evaluation-result-4302411-1532896436/solver-4302411-1532896436 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=660972600 HOME/instance-4302411-1532896436.xml

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

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=660972600

node151.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.87
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.87
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.87
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.87
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:        27776080 kB
MemAvailable:   31513284 kB
Buffers:          217512 kB
Cached:          3793236 kB
SwapCached:            0 kB
Active:          1894840 kB
Inactive:        2630692 kB
Active(anon):     464376 kB
Inactive(anon):    78188 kB
Active(file):    1430464 kB
Inactive(file):  2552504 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27044 kB
Writeback:             0 kB
AnonPages:        534144 kB
Mapped:            57880 kB
Shmem:             25224 kB
Slab:             168640 kB
SReclaimable:     140140 kB
SUnreclaim:        28500 kB
KernelStack:        3808 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1731804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node151 at 2018-07-29 22:34:01