Trace number 4302478

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.2OPT2 9.32707 4.31048

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-2_c18.xml
MD5SUM44fbe0987cd748884024830a876a5560
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.21947
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints21
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":1101,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":5,"count":6},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.09/4.24	o 2
9.09/4.25	v <instantiation cost="2">
9.09/4.25	v       <list>
9.09/4.25	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4]
9.09/4.25	v       </list>
9.09/4.25	v       <values>
9.09/4.25	v         1 1 1 3 0 0 0 1 0 5 6 0 0 0 0 6 0 0 0 0 6 0 0 0 0 254 242 0 0 0 1 1 0 0 0
9.09/4.25	v       </values>
9.09/4.25	v     </instantiation>
9.09/4.25	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302478-1532897047/watcher-4302478-1532897047 -o /tmp/evaluation-result-4302478-1532897047/solver-4302478-1532897047 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1363844655 HOME/instance-4302478-1532897047.xml 

running on 4 cores: 1,3,5,7

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=20435, runsolver pid=20432

[startup+0.100104 s]*
/proc/loadavg: 2.58 2.20 2.01 3/206 20492
/proc/meminfo: memFree=25299576/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 4376 12914 0 0 1 0 4 3 20 0 6 0 107267850 10245611520 4204 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2501370 4204 1935 1 0 2489808 0
[pid=20435/tid=20488] ppid=20432 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 2205 12914 0 0 1 0 4 3 20 0 6 0 107267859 10245611520 4270 33554432000 4194304 4196468 140735777409840 140175003681360 140175015925086 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 6 0 107267860 10245611520 4270 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=10005480 memory=140716289308288 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 6 0 107267860 10245611520 4270 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 6 0 107267860 10245611520 4270 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 6 0 107267860 10245611520 4270 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209987 s]*
/proc/loadavg: 2.58 2.20 2.01 4/215 20501
/proc/meminfo: memFree=25274424/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=10982744 memory=45232 CPUtime=0.25 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 8022 12914 0 0 16 2 4 3 20 0 15 0 107267850 11246329856 11308 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2745686 11308 2945 1 0 2708109 0
[pid=20435/tid=20488] ppid=20432 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 4714 12914 0 0 10 1 4 3 20 0 15 0 107267859 11246329856 11440 33554432000 4194304 4196468 140735777409840 140175003641520 140175012120359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246329856 11440 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=10982744 memory=140716289327349 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=10982744 memory=140716289308288 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 15 0 107267861 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 13 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246329856 11440 33554432000 4194304 4196468 140735777409840 140173840999328 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246329856 11440 33554432000 4194304 4196468 140735777409840 140173639672816 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) S 20432 20435 9814 0 -1 1077944384 478 12914 0 0 1 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174523800048 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 124 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=10982744 memory=140716289308288 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 627 12914 0 0 3 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=10982744 memory=140716289308288 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246329856 11440 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45232 KiB

[startup+0.310221 s]*
/proc/loadavg: 2.58 2.20 2.01 3/215 20501
/proc/meminfo: memFree=25263076/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=10983192 memory=56432 CPUtime=0.38 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 10673 12914 0 0 28 3 4 3 20 0 15 0 107267850 11246788608 14108 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2745798 14108 3064 1 0 2708109 0
[pid=20435/tid=20488] ppid=20432 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 7209 12914 0 0 19 2 4 3 20 0 15 0 107267859 11246788608 14108 33554432000 4194304 4196468 140735777409840 140175003656608 140175017010144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 14108 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 15 0 107267861 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 13 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246788608 14108 33554432000 4194304 4196468 140735777409840 140173840999328 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246788608 14108 33554432000 4194304 4196468 140735777409840 140173639672816 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) S 20432 20435 9814 0 -1 1077944384 481 12914 0 0 2 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174523800048 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 128 12914 0 0 1 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=10983192 memory=140716289308288 CPUtime=0.11 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 633 12914 0 0 4 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=10983192 memory=140716289308288 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 14108 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56432 KiB

[startup+0.701351 s]
/proc/loadavg: 2.58 2.20 2.01 3/215 20501
/proc/meminfo: memFree=25251912/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=10983192 memory=88544 CPUtime=0.99 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 16797 12914 0 0 88 4 4 3 20 0 15 0 107267850 11246788608 22136 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2745798 22136 3238 1 0 2708109 0
[pid=20435/tid=20488] ppid=20432 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 12327 12914 0 0 56 2 4 3 20 0 15 0 107267859 11246788608 22136 33554432000 4194304 4196468 140735777409840 140175003665424 140175015031390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 22136 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=10983192 memory=140716147880752 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=10983192 memory=140720308486745 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 2 12914 0 0 0 0 4 3 20 0 15 0 107267860 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 6 12914 0 0 0 0 4 3 20 0 15 0 107267861 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 13 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246788608 22136 33554432000 4194304 4196468 140735777409840 140173840999328 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11246788608 22136 33554432000 4194304 4196468 140735777409840 140173639672816 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=10983192 memory=17468 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=10983192 memory=16148 CPUtime=0.14 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) S 20432 20435 9814 0 -1 1077944384 850 12914 0 0 7 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174523800048 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=10983192 memory=4004 CPUtime=0.17 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 706 12914 0 0 10 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 688 12914 0 0 13 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11246788608 22136 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88544 KiB

[startup+1.50174 s]
/proc/loadavg: 2.53 2.20 2.01 4/215 20501
/proc/meminfo: memFree=25206448/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=11000140 memory=179900 CPUtime=2.26 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 24156 12914 0 0 210 9 4 3 20 0 15 0 107267850 11264143360 44975 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2750035 44975 3472 1 0 2711693 0
[pid=20435/tid=20488] ppid=20432 vsize=11000140 memory=65748 CPUtime=1.42 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 18096 12914 0 0 130 5 4 3 20 0 15 0 107267859 11264143360 44975 33554432000 4194304 4196468 140735777409840 140175003674064 140175015925086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 18 12914 0 0 1 0 4 3 20 0 15 0 107267860 11264143360 44975 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=11000140 memory=281432295792800 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 26 12914 0 0 0 0 4 3 20 0 15 0 107267860 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 262 12914 0 0 1 0 4 3 20 0 15 0 107267860 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 68 12914 0 0 0 0 4 3 20 0 15 0 107267860 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 59 12914 0 0 1 0 4 3 20 0 15 0 107267861 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 14 12914 0 0 0 0 4 3 20 0 15 0 107267862 11264143360 44975 33554432000 4194304 4196468 140735777409840 140173840999392 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11264143360 44975 33554432000 4194304 4196468 140735777409840 140173639672832 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=11000140 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=11000140 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) S 20432 20435 9814 0 -1 1077944384 1097 12914 0 0 20 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174523800048 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=11000140 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 1154 12914 0 0 22 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 1160 12914 0 0 30 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=11000140 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=11000140 memory=281432296037248 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11264143360 44975 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 11000140 KiB

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

/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 26748 12914 0 0 285 7 4 3 20 0 15 0 107267859 11272552448 65613 33554432000 4194304 4196468 140735777409840 140175003671960 140175013409305 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=11008352 memory=210156 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 45 12914 0 0 2 0 4 3 20 0 15 0 107267860 11272552448 65613 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=11008352 memory=281432295656704 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 46 12914 0 0 3 0 4 3 20 0 15 0 107267860 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=11008352 memory=1769660745217 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 284 12914 0 0 3 0 4 3 20 0 15 0 107267860 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=11008352 memory=1902804731393 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 87 12914 0 0 2 0 4 3 20 0 15 0 107267860 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=11008352 memory=281432295623632 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 1111 12914 0 0 3 0 4 3 20 0 15 0 107267861 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 14 12914 0 0 0 0 4 3 20 0 15 0 107267862 11272552448 65613 33554432000 4194304 4196468 140735777409840 140173840999392 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=11008352 memory=-6305709524965352832 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11272552448 65613 33554432000 4194304 4196468 140735777409840 140173639672832 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=11008352 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=11008352 memory=6944652177228980320 CPUtime=0.8 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) S 20432 20435 9814 0 -1 1077944384 1722 12914 0 0 72 1 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174523800048 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=11008352 memory=281432295605984 CPUtime=0.85 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 1824 12914 0 0 77 1 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=11008352 memory=281432295612704 CPUtime=1.07 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 3450 12914 0 0 99 1 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=11008352 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=11008352 memory=6498740855180902496 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11272552448 65613 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 262452 KiB

[startup+4.31044 s]
# the end of solver process 20435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.06761 s, system=0.259464 s

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

[startup+3.20729 s]
/proc/loadavg: 2.53 2.20 2.01 3/215 20501
/proc/meminfo: memFree=25065620/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=11010400 memory=263776 CPUtime=5.99 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 41260 12914 0 0 578 14 4 3 20 0 15 0 107267850 11274649600 65944 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2752600 65944 3504 1 0 2714253 0
[pid=20435/tid=20488] ppid=20432 vsize=11010400 memory=-9123011406873206402 CPUtime=3.08 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 28686 12914 0 0 294 7 4 3 20 0 15 0 107267859 11274649600 65944 33554432000 4194304 4196468 140735777409840 140175003674792 140174596075727 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=11010400 memory=4638778398332698720 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 45 12914 0 0 2 0 4 3 20 0 15 0 107267860 11274649600 65944 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=11010400 memory=2984339746955739232 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 46 12914 0 0 3 0 4 3 20 0 15 0 107267860 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=11010400 memory=734122130331934768 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 284 12914 0 0 3 0 4 3 20 0 15 0 107267860 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 87 12914 0 0 2 0 4 3 20 0 15 0 107267860 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 1111 12914 0 0 3 0 4 3 20 0 15 0 107267861 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 14 12914 0 0 0 0 4 3 20 0 15 0 107267862 11274649600 65944 33554432000 4194304 4196468 140735777409840 140173840999392 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=11010400 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11274649600 65944 33554432000 4194304 4196468 140735777409840 140173639672832 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=11010400 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=11010400 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) R 20432 20435 9814 0 -1 4202560 2014 12914 0 0 77 1 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174523800144 140175017525297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=11010400 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) S 20432 20435 9814 0 -1 1077944384 2366 12914 0 0 82 1 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174522747504 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=11010400 memory=0 CPUtime=1.15 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 4406 12914 0 0 107 1 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267865 11274649600 65944 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 263776 KiB

[startup+4.00123 s]*
/proc/loadavg: 2.53 2.20 2.01 7/215 20501
/proc/meminfo: memFree=24972604/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=11080256 memory=340340 CPUtime=8.42 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 72970 12914 0 0 816 19 4 3 20 0 15 0 107267850 11346182144 85085 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2770064 85085 3504 1 0 2731717 0
[pid=20435/tid=20488] ppid=20432 vsize=11080256 memory=734139726812938545 CPUtime=3.87 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 48449 12914 0 0 370 10 4 3 20 0 15 0 107267859 11346182144 84571 33554432000 4194304 4196468 140735777409840 140175003671968 140175018089621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=11080256 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 45 12914 0 0 2 0 4 3 20 0 15 0 107267860 11346182144 84571 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=11077984 memory=307885570242527360 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 46 12914 0 0 3 0 4 3 20 0 15 0 107267860 11343855616 84571 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=11077984 memory=-7384994778349281184 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 284 12914 0 0 3 0 4 3 20 0 15 0 107267860 11343855616 84571 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=11080680 memory=6944656592455360608 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 87 12914 0 0 2 0 4 3 20 0 15 0 107267860 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=11080680 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 1139 12914 0 0 3 0 4 3 20 0 15 0 107267861 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=11080680 memory=3471202396320837679 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 14 12914 0 0 0 0 4 3 20 0 15 0 107267862 11346616320 84571 33554432000 4194304 4196468 140735777409840 140173840999392 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=11080680 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11346616320 84571 33554432000 4194304 4196468 140735777409840 140173639672832 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=11080680 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=11080680 memory=0 CPUtime=1.55 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) R 20432 20435 9814 0 -1 4202560 9103 12914 0 0 146 2 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174523784408 140175024081726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=11080680 memory=3472328296227680299 CPUtime=1.54 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) R 20432 20435 9814 0 -1 4202560 5526 12914 0 0 146 1 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174522728520 140175013030515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=11080680 memory=3472469012449879728 CPUtime=1.44 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 6070 12914 0 0 135 2 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=11080680 memory=2319353851852894239 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=11080680 memory=3472468995337119408 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 8 12914 0 0 0 0 4 3 20 0 15 0 107267865 11346616320 84571 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 11080256 KiB
Current children cumulated memory: 340340 KiB

[startup+4.20208 s]
/proc/loadavg: 2.53 2.20 2.01 7/215 20501
/proc/meminfo: memFree=24972604/32770624 swapFree=67108436/67108860
[pid=20435] ppid=20432 vsize=11082740 memory=344604 CPUtime=9.09 cores=1,3,5,7
/proc/20435/stat : 20435 (java) S 20432 20435 9814 0 -1 1077944320 75957 12914 0 0 882 20 4 3 20 0 15 0 107267850 11348725760 86151 33554432000 4194304 4196468 140735777409840 140735777392384 140175031844599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
/proc/20435/statm: 2770685 86151 3507 1 0 2732338 0
[pid=20435/tid=20488] ppid=20432 vsize=11082740 memory=7300986277985281088 CPUtime=4.06 cores=1,3,5,7
/proc/20435/task/20488/stat : 20488 (java) R 20432 20435 9814 0 -1 4202560 48736 12914 0 0 389 10 4 3 20 0 15 0 107267859 11348725760 86151 33554432000 4194304 4196468 140735777409840 140175003671704 140735778609352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20489] ppid=20432 vsize=11082740 memory=5787214926557827170 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20489/stat : 20489 (java) S 20432 20435 9814 0 -1 1077944384 45 12914 0 0 2 0 4 3 20 0 15 0 107267860 11348725760 86151 33554432000 4194304 4196468 140735777409840 140175036087056 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20490] ppid=20432 vsize=11082740 memory=7086240636145588330 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20490/stat : 20490 (java) S 20432 20435 9814 0 -1 1077944384 46 12914 0 0 3 0 4 3 20 0 15 0 107267860 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174917352336 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20491] ppid=20432 vsize=11082740 memory=7017356004257411325 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20491/stat : 20491 (java) S 20432 20435 9814 0 -1 1077944384 284 12914 0 0 3 0 4 3 20 0 15 0 107267860 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174916299792 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20492] ppid=20432 vsize=11082740 memory=3848 CPUtime=0.09 cores=1,3,5,7
/proc/20435/task/20492/stat : 20492 (java) S 20432 20435 9814 0 -1 1077944384 87 12914 0 0 2 0 4 3 20 0 15 0 107267860 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174569430160 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20493] ppid=20432 vsize=11082740 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20435/task/20493/stat : 20493 (java) S 20432 20435 9814 0 -1 1077944384 1139 12914 0 0 3 0 4 3 20 0 15 0 107267861 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174524852208 140175031855746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20494] ppid=20432 vsize=11082740 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20494/stat : 20494 (java) S 20432 20435 9814 0 -1 1077944384 14 12914 0 0 0 0 4 3 20 0 15 0 107267862 11348725760 86151 33554432000 4194304 4196468 140735777409840 140173840999392 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20495] ppid=20432 vsize=11082740 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20495/stat : 20495 (java) S 20432 20435 9814 0 -1 1077944384 1 12914 0 0 0 0 4 3 20 0 15 0 107267862 11348725760 86151 33554432000 4194304 4196468 140735777409840 140173639672832 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20496] ppid=20432 vsize=11082740 memory=281432295899776 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20496/stat : 20496 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140173332273360 140175031863195 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20497] ppid=20432 vsize=11082740 memory=34340 CPUtime=1.75 cores=1,3,5,7
/proc/20435/task/20497/stat : 20497 (java) R 20432 20435 9814 0 -1 4202560 11200 12914 0 0 165 3 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174523786064 140175013367889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20498] ppid=20432 vsize=11082740 memory=36612 CPUtime=1.73 cores=1,3,5,7
/proc/20435/task/20498/stat : 20498 (java) R 20432 20435 9814 0 -1 4202560 5883 12914 0 0 165 1 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174522747424 140175015344805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20499] ppid=20432 vsize=11082740 memory=2244 CPUtime=1.54 cores=1,3,5,7
/proc/20435/task/20499/stat : 20499 (java) S 20432 20435 9814 0 -1 1077944384 6313 12914 0 0 145 2 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174521694960 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20500] ppid=20432 vsize=11082740 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20500/stat : 20500 (java) S 20432 20435 9814 0 -1 1077944384 3 12914 0 0 0 0 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140172901477472 140175031854805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
[pid=20435/tid=20501] ppid=20432 vsize=11082740 memory=6055706744941720072 CPUtime=0.07 cores=1,3,5,7
/proc/20435/task/20501/stat : 20501 (java) S 20432 20435 9814 0 -1 1077944384 9 12914 0 0 0 0 4 3 20 0 15 0 107267865 11348725760 86151 33554432000 4194304 4196468 140735777409840 140174520641840 140175031855746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34111488 140735777417841 140735777420641 140735777420641 140735777423311 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 11082740 KiB
Current children cumulated memory: 344604 KiB

[startup+4.30071 s]*
/proc/loadavg: 2.53 2.20 2.01 4/202 20502
/proc/meminfo: memFree=25298472/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.31048
CPU time (s): 9.32707
CPU user time (s): 9.06761
CPU system time (s): 0.259464
CPU usage (%): 216.381
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 344604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.06761
system time used= 0.259464
maximum resident set size= 347524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7025
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 20435
#   total CPU time (s): 9.32707
#   total CPU user time (s): 9.06761
#   total CPU system time (s): 0.259464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045195 second user time and 0.088797 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:44:07
IDJOB=4302478
IDBENCH=141356
IDSOLVER=2776
FILE ID=node137/4302478-1532897047
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302478-1532897047/watcher-4302478-1532897047 -o /tmp/evaluation-result-4302478-1532897047/solver-4302478-1532897047 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1363844655 HOME/instance-4302478-1532897047.xml

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

MD5SUM BENCH= 44fbe0987cd748884024830a876a5560
RANDOM SEED=1363844655

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25305292 kB
MemAvailable:   29118164 kB
Buffers:          220044 kB
Cached:          3828652 kB
SwapCached:           32 kB
Active:          4615788 kB
Inactive:        2302276 kB
Active(anon):    2817144 kB
Inactive(anon):    79972 kB
Active(file):    1798644 kB
Inactive(file):  2222304 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26748 kB
Writeback:             0 kB
AnonPages:       2874460 kB
Mapped:            55724 kB
Shmem:             25052 kB
Slab:             243684 kB
SReclaimable:     215516 kB
SUnreclaim:        28168 kB
KernelStack:        3552 kB
PageTables:        10864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4486408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2639872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:44:11