Trace number 4284635

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
choco-solver 5a (2017-08-18)OPT2 26.127899 15.094

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-07-09.xml
MD5SUMa3ba3cad77540d9164e30b3f583ccc44
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 benchmark0.932661
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints757
Number of domains1
Minimum domain size63
Maximum domain size63
Distribution of domain sizes[{"size":63,"count":63}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":63}]
Minimum constraint arity4
Maximum constraint arity63
Distribution of constraint arities[{"arity":4,"count":756},{"arity":63,"count":1}]
Number of extensional constraints0
Number of intensional constraints756
Distribution of constraint types[{"type":"intension","count":756},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284635-1503215512.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284635-1503215512.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
1.65/0.71	c solve instance...
21.90/13.67	o 4 
21.90/13.69	o 3 
24.41/14.54	o 2 
25.95/15.07	s OPTIMUM FOUND
25.95/15.07	v <instantiation>
25.95/15.07	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] </list>
25.95/15.07	v 	<values>0 0 0 0 0 1 1 1 1 0 1 1 2 2 0 0 0 2 1 1 2 0 2 0 2 2 1 1 2 1 2 0 0 1 2 0 2 0 1 2 1 1 2 0 0 2 1 0 1 1 0 1 2 2 2 2 0 1 2 2 0 1 0 </values>
25.95/15.07	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284635-1503215512/watcher-4284635-1503215512 -o /tmp/evaluation-result-4284635-1503215512/solver-4284635-1503215512 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3841 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1042188484 HOME/instance-4284635-1503215512.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=8219, runsolver pid=8216

[startup+0.100157 s]*
/proc/loadavg: 2.20 2.06 1.88 3/217 8235
/proc/meminfo: memFree=17747012/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13978596 memory=28624 CPUtime=0.12 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 5456 0 0 0 11 1 0 0 20 0 15 0 154638931 14314082304 7156 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3494649 7156 2899 1 0 3482966 0
[pid=8221/tid=8222] ppid=8219 vsize=13978596 memory=7826876405883573083 CPUtime=0.09 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 3461 0 0 0 9 0 0 0 20 0 15 0 154638932 14314082304 7156 33554432000 4194304 4196468 140732612202400 139837375900896 139837353236697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14314082304 7156 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13978596 memory=140708657669760 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14314082304 7156 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14314082304 7156 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14314082304 7156 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13978596 memory=140708657669760 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638934 14314082304 7156 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154638934 14314082304 7156 33554432000 4194304 4196468 140732612202400 139836282361504 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154638935 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836281308400 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) S 8219 8219 3809 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836279204080 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836278151536 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13978596 memory=140708657669760 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) R 8219 8219 3809 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836277098480 139837350630697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13978596 memory=140708657669760 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638937 14314082304 7222 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30008 KiB

[startup+0.213132 s]*
/proc/loadavg: 2.20 2.06 1.88 3/217 8235
/proc/meminfo: memFree=17735848/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13982852 memory=40700 CPUtime=0.34 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 8284 0 0 0 32 2 0 0 20 0 15 0 154638931 14318440448 10175 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3495713 10175 3066 1 0 3482966 0
[pid=8221/tid=8222] ppid=8219 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 5405 0 0 0 18 1 0 0 20 0 15 0 154638932 14318440448 10175 33554432000 4194304 4196468 140732612202400 139837375885264 139837355754846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13982852 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 10175 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13982852 memory=140708657779189 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 10175 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 10175 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 10175 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13982852 memory=140708657669760 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638934 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154638934 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836282361504 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154638935 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836281308400 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) S 8219 8219 3809 0 -1 1077944384 675 0 0 0 2 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836279204080 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) S 8219 8219 3809 0 -1 1077944384 165 0 0 0 2 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836278151536 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13982852 memory=140708657669760 CPUtime=0.08 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) S 8219 8219 3809 0 -1 1077944384 739 0 0 0 8 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836277098480 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 10175 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42084 KiB

[startup+0.311031 s]*
/proc/loadavg: 2.20 2.06 1.88 4/217 8235
/proc/meminfo: memFree=17729024/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13982852 memory=47324 CPUtime=0.52 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 8978 0 0 0 49 3 0 0 20 0 15 0 154638931 14318440448 11831 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3495713 11831 3106 1 0 3482966 0
[pid=8221/tid=8222] ppid=8219 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 5935 0 0 0 27 2 0 0 20 0 15 0 154638932 14318440448 11831 33554432000 4194304 4196468 140732612202400 139837375912928 139836972771423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 11831 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 11831 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 11831 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14318440448 11831 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638934 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154638934 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836282361504 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154638935 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836281308400 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) R 8219 8219 3809 0 -1 4202560 691 0 0 0 4 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836279185096 139837355059820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 1077944384 207 0 0 0 4 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836278151536 139837371685506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) R 8219 8219 3809 0 -1 4202560 843 0 0 0 13 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836277094160 139837364774206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638937 14318440448 11831 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48708 KiB

[startup+0.70478 s]
/proc/loadavg: 2.20 2.06 1.88 5/217 8235
/proc/meminfo: memFree=17711392/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13984976 memory=96132 CPUtime=1.65 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 12054 0 0 0 161 4 0 0 20 0 15 0 154638931 14320615424 24033 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3496244 24033 3202 1 0 3483478 0
[pid=8221/tid=8222] ppid=8219 vsize=13984976 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 6748 0 0 0 65 3 0 0 20 0 15 0 154638932 14320615424 24033 33554432000 4194304 4196468 140732612202400 139837375913216 139836971429181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 24033 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 24033 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13984976 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 24033 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13984976 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 24033 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836282361504 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154638935 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836281308400 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13984976 memory=11112 CPUtime=0.28 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) S 8219 8219 3809 0 -1 1077944384 1445 0 0 0 28 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836279204080 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13984976 memory=1228 CPUtime=0.25 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 4202560 826 0 0 0 25 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836278151536 139837356573892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13984976 memory=1420 CPUtime=0.42 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) R 8219 8219 3809 0 -1 4202560 1728 0 0 0 42 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836277098480 139837355754846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13984976 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 24033 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 97516 KiB

[startup+1.5011 s]
/proc/loadavg: 2.20 2.06 1.88 3/217 8235
/proc/meminfo: memFree=17648780/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0

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

/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13984976 memory=233752 CPUtime=20.97 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 46440 0 0 0 2084 13 0 0 20 0 15 0 154638931 14320615424 58438 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3496244 58438 3268 1 0 3483478 0
[pid=8221/tid=8222] ppid=8219 vsize=13984976 memory=8112282956445269571 CPUtime=12.76 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 9821 0 0 0 1271 5 0 0 20 0 15 0 154638932 14320615424 58438 33554432000 4194304 4196468 140732612202400 139837375911344 139836977087616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 58438 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13984976 memory=233372 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 58438 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13984976 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 529 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 58438 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 58438 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13984976 memory=233576 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836282361504 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154638935 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836281308400 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13984976 memory=306 CPUtime=3.35 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) S 8219 8219 3809 0 -1 1077944384 12922 0 0 0 333 2 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836279204080 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13984976 memory=343 CPUtime=4.02 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 4202560 16249 0 0 0 400 2 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836278151536 139837356602688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13984976 memory=75 CPUtime=0.76 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) S 8219 8219 3809 0 -1 1077944384 4785 0 0 0 75 1 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836277098480 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 58438 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 20.97 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 235136 KiB

[startup+14.4009 s]
/proc/loadavg: 2.17 2.06 1.89 5/217 8235
/proc/meminfo: memFree=17530012/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13984976 memory=246996 CPUtime=24.11 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 53523 0 0 0 2396 15 0 0 20 0 15 0 154638931 14320615424 61749 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3496244 61749 3273 1 0 3483478 0
[pid=8221/tid=8222] ppid=8219 vsize=13984976 memory=140708497869400 CPUtime=14.34 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 10477 0 0 0 1429 5 0 0 20 0 15 0 154638932 14320615424 61749 33554432000 4194304 4196468 140732612202400 139837375913664 139836979648308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 61749 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1025 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 61749 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 61749 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13984976 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 61749 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836282361568 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 154638935 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836281308416 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13984976 memory=1716 CPUtime=4.05 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) R 8219 8219 3809 0 -1 4202560 16336 0 0 0 403 2 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836279191312 139837349691338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13984976 memory=796 CPUtime=4.79 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 4202560 17795 0 0 0 476 3 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836278151536 139837357698208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13984976 memory=1952 CPUtime=0.82 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) S 8219 8219 3809 0 -1 1077944384 5083 0 0 0 81 1 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836277098480 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13984976 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 61749 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 24.11 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 248380 KiB

[startup+14.8008 s]
/proc/loadavg: 2.17 2.06 1.89 5/217 8235
/proc/meminfo: memFree=17530012/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13984976 memory=253056 CPUtime=25.32 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 57789 0 0 0 2516 16 0 0 20 0 15 0 154638931 14320615424 63264 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3496244 63264 3273 1 0 3483478 0
[pid=8221/tid=8222] ppid=8219 vsize=13984976 memory=8112282956445269571 CPUtime=14.74 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 10482 0 0 0 1469 5 0 0 20 0 15 0 154638932 14320615424 63264 33554432000 4194304 4196468 140732612202400 139837375910656 139836980328094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13984976 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 63264 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13984976 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1025 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 63264 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 63264 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 63264 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13984976 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13984976 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836282361568 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13984976 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 154638935 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836281308416 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13984976 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13984976 memory=22081 CPUtime=4.45 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) R 8219 8219 3809 0 -1 4202560 18525 0 0 0 443 2 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836279190048 139837355174565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13984976 memory=4420 CPUtime=5.19 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 4202560 19696 0 0 0 516 3 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836278132432 139837357689888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13984976 memory=6628 CPUtime=0.82 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) S 8219 8219 3809 0 -1 1077944384 5254 0 0 0 81 1 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836277098480 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13984976 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13984976 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63264 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 254440 KiB

[startup+15.0009 s]*
/proc/loadavg: 2.15 2.06 1.89 5/217 8235
/proc/meminfo: memFree=17523688/32770624 swapFree=67108860/67108860
[pid=8219] ppid=8216 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8219/stat : 8219 (xcsp3-exec) S 8216 8219 3809 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154638931 9740288 346 33554432000 4194304 5098028 140731567663632 140731567661736 140274725941884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30498816 140731567666292 140731567666496 140731567666496 140731567669227 0
/proc/8219/statm: 2378 346 289 221 0 87 0
[pid=8221] ppid=8219 vsize=13984976 memory=253260 CPUtime=25.95 cores=1,3,5,7
/proc/8221/stat : 8221 (java) S 8219 8219 3809 0 -1 1077944320 57840 0 0 0 2579 16 0 0 20 0 15 0 154638931 14320615424 63315 33554432000 4194304 4196468 140732612202400 140732612184944 139837371674359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
/proc/8221/statm: 3496244 63315 3273 1 0 3483478 0
[pid=8221/tid=8222] ppid=8219 vsize=13984976 memory=11982958758007 CPUtime=14.95 cores=1,3,5,7
/proc/8221/task/8222/stat : 8222 (java) R 8219 8219 3809 0 -1 4202560 10485 0 0 0 1490 5 0 0 20 0 15 0 154638932 14320615424 63315 33554432000 4194304 4196468 140732612202400 139837375910656 139836978803936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8223] ppid=8219 vsize=13984976 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8223/stat : 8223 (java) S 8219 8219 3809 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 63315 33554432000 4194304 4196468 140732612202400 139837301762576 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8224] ppid=8219 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8224/stat : 8224 (java) S 8219 8219 3809 0 -1 1077944384 1025 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 63315 33554432000 4194304 4196468 140732612202400 139837300710032 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8225] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8225/stat : 8225 (java) S 8219 8219 3809 0 -1 1077944384 537 0 0 0 0 0 0 0 20 0 15 0 154638933 14320615424 63315 33554432000 4194304 4196468 140732612202400 139837299656976 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8226] ppid=8219 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8221/task/8226/stat : 8226 (java) S 8219 8219 3809 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 154638933 14320615424 63315 33554432000 4194304 4196468 140732612202400 139837298604432 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8227] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8227/stat : 8227 (java) S 8219 8219 3809 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836283415280 139837371685506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8228] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8228/stat : 8228 (java) S 8219 8219 3809 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154638934 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836282361568 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8229] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8229/stat : 8229 (java) S 8219 8219 3809 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 154638935 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836281308416 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8230] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8230/stat : 8230 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836280256976 139837371692955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8231] ppid=8219 vsize=13984976 memory=0 CPUtime=4.66 cores=1,3,5,7
/proc/8221/task/8231/stat : 8231 (java) R 8219 8219 3809 0 -1 4202560 18545 0 0 0 464 2 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836279204080 139837356596341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8232] ppid=8219 vsize=13984976 memory=0 CPUtime=5.4 cores=1,3,5,7
/proc/8221/task/8232/stat : 8232 (java) R 8219 8219 3809 0 -1 4202560 19724 0 0 0 537 3 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836278132432 139837354886043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8233] ppid=8219 vsize=13984976 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/8221/task/8233/stat : 8233 (java) S 8219 8219 3809 0 -1 1077944384 5254 0 0 0 81 1 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836277098480 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8234] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8234/stat : 8234 (java) S 8219 8219 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836276046176 139837371684565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
[pid=8221/tid=8235] ppid=8219 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8221/task/8235/stat : 8235 (java) S 8219 8219 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154638937 14320615424 63315 33554432000 4194304 4196468 140732612202400 139836274994224 139837371685506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24977408 140732612207773 140732612207948 140732612207948 140732612210639 0
Current children cumulated CPU time: 25.95 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 254644 KiB

Child status: 0
Real time (s): 15.094
CPU time (s): 26.1279
CPU user time (s): 25.9553
CPU system time (s): 0.172646
CPU usage (%): 173.101
Max. virtual memory (cumulated for all children) (KiB): 13996940
Max. memory (cumulated for all children) (KiB): 254644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9553
system time used= 0.172646
maximum resident set size= 253476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3586
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 8219
#   total CPU time (s): 26.1279
#   total CPU user time (s): 25.9553
#   total CPU system time (s): 0.172646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116883 second user time and 0.197818 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-20 09:37:32
IDJOB=4284635
IDBENCH=139744
IDSOLVER=2680
FILE ID=node104/4284635-1503215512
RUNJOBID= node104-1503208966-3841
PBS_JOBID= 20630870
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-07-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284635-1503215512/watcher-4284635-1503215512 -o /tmp/evaluation-result-4284635-1503215512/solver-4284635-1503215512 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3841 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1042188484 HOME/instance-4284635-1503215512.xml

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

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=1042188484

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        17764576 kB
MemAvailable:   25888776 kB
Buffers:          281140 kB
Cached:          8120592 kB
SwapCached:            0 kB
Active:          9396616 kB
Inactive:        5123024 kB
Active(anon):    6120436 kB
Inactive(anon):    33192 kB
Active(file):    3276180 kB
Inactive(file):  5089832 kB
Unevictable:        7828 kB
Mlocked:            7828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       6125056 kB
Mapped:            64176 kB
Shmem:             33420 kB
Slab:             175212 kB
SReclaimable:     148044 kB
SUnreclaim:        27168 kB
KernelStack:        3568 kB
PageTables:        17320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8068360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5816320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61696 MiB
End job on node104 at 2017-08-20 09:37:47