Trace number 4284634

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)OPT1 26.028099 19.620399

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-04-06.xml
MD5SUMbc597584f482d34acd2131afdcab0789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.109355
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints91
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":24}]
Minimum constraint arity4
Maximum constraint arity24
Distribution of constraint arities[{"arity":4,"count":90},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"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-4284634-1503215498.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284634-1503215498.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
23.41/17.62	c solve instance...
25.61/19.44	o 2 
25.88/19.57	o 1 
25.88/19.59	s OPTIMUM FOUND
25.88/19.59	v <instantiation>
25.88/19.59	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] </list>
25.88/19.59	v 	<values>0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 </values>
25.88/19.59	v </instantiation>

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284634-1503215498/watcher-4284634-1503215498 -o /tmp/evaluation-result-4284634-1503215498/solver-4284634-1503215498 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 802568139 HOME/instance-4284634-1503215498.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=25165, runsolver pid=25162

[startup+0.105124 s]*
/proc/loadavg: 1.92 2.04 1.95 5/217 25181
/proc/meminfo: memFree=18401544/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13978596 memory=28972 CPUtime=0.12 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 5183 0 0 0 11 1 0 0 20 0 15 0 154637480 14314082304 7243 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3494649 7243 2868 1 0 3482966 0
[pid=25167/tid=25168] ppid=25165 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 3109 0 0 0 8 1 0 0 20 0 15 0 154637480 14314082304 7243 33554432000 4194304 4196468 140730139731680 140143480981296 140143476774045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14314082304 7243 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13978596 memory=139666284615296 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14314082304 7243 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14314082304 7243 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637481 14314082304 7243 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13978596 memory=139666284615296 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637483 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154637483 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154637483 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13978596 memory=139666284615296 CPUtime=0.02 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) R 25165 25165 19988 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142944504048 140143455626626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13978596 memory=139666284615296 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637486 14314082304 7243 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30356 KiB

[startup+0.214245 s]*
/proc/loadavg: 1.92 2.04 1.95 4/217 25181
/proc/meminfo: memFree=18390132/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13982852 memory=40448 CPUtime=0.33 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 7788 0 0 0 31 2 0 0 20 0 15 0 154637480 14318440448 10112 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3495713 10112 3034 1 0 3482966 0
[pid=25167/tid=25168] ppid=25165 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 4943 0 0 0 18 2 0 0 20 0 15 0 154637480 14318473216 10112 33554432000 4194304 4196468 140730139731680 140143480962016 140143469492109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13982852 memory=9107 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 10112 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13982852 memory=139666284638567 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 10112 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 10112 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 10112 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13982852 memory=139666284615296 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637483 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154637483 14318473216 10112 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154637483 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 326 0 0 0 2 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13982852 memory=139666284615296 CPUtime=0.08 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 723 0 0 0 8 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 10112 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41832 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.92 2.04 1.95 4/217 25181
/proc/meminfo: memFree=18383928/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13982852 memory=48136 CPUtime=0.51 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 8662 0 0 0 48 3 0 0 20 0 15 0 154637480 14318440448 12034 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3495713 12034 3117 1 0 3482966 0
[pid=25167/tid=25168] ppid=25165 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 5563 0 0 0 27 2 0 0 20 0 15 0 154637480 14318440448 12034 33554432000 4194304 4196468 140730139731680 140143480974928 140143476774045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13982852 memory=9469 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 12034 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13982852 memory=3760840147386781520 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 12034 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 12034 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637481 14318440448 12034 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637483 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154637483 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154637483 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 625 0 0 0 3 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 834 0 0 0 12 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637486 14318440448 12034 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49520 KiB

[startup+0.700866 s]
/proc/loadavg: 1.92 2.04 1.95 3/217 25181
/proc/meminfo: memFree=18362708/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13984976 memory=74508 CPUtime=1.15 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 9756 0 0 0 111 4 0 0 20 0 15 0 154637480 14320615424 18627 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3496244 18627 3181 1 0 3483478 0
[pid=25167/tid=25168] ppid=25165 vsize=13984976 memory=23652 CPUtime=0.67 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 6080 0 0 0 64 3 0 0 20 0 15 0 154637480 14320615424 18627 33554432000 4194304 4196468 140730139731680 140143480980080 140143116163494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14320615424 18627 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14320615424 18627 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13984976 memory=640 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154637481 14320615424 18627 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637481 14320615424 18627 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13984976 memory=2468 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13984976 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13984976 memory=4124 CPUtime=0.13 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 851 0 0 0 13 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13984976 memory=2200 CPUtime=0.11 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 528 0 0 0 11 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13984976 memory=7528 CPUtime=0.21 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 989 0 0 0 21 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 18627 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75892 KiB

[startup+1.50091 s]
/proc/loadavg: 1.92 2.04 1.95 3/217 25181
/proc/meminfo: memFree=18331616/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0

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

[startup+17.6025 s]
/proc/loadavg: 1.87 2.02 1.95 3/217 25181
/proc/meminfo: memFree=16628512/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13984976 memory=1799836 CPUtime=23.41 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 39455 0 0 0 2156 185 0 0 20 0 15 0 154637480 14320615424 449959 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3496244 449959 3240 1 0 3483478 0
[pid=25167/tid=25168] ppid=25165 vsize=13984976 memory=42864 CPUtime=14.39 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 7738 0 0 0 1431 8 0 0 20 0 15 0 154637480 14320615424 449959 33554432000 4194304 4196468 140730139731680 140143480973032 140143460832606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13984976 memory=1292 CPUtime=1.67 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 6908 0 0 0 125 42 0 0 20 0 15 0 154637481 14320615424 449959 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13984976 memory=2428 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 5287 0 0 0 128 43 0 0 20 0 15 0 154637481 14320615424 449959 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13984976 memory=1384 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 4710 0 0 0 127 44 0 0 20 0 15 0 154637481 14320615424 449959 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13984976 memory=1799032 CPUtime=1.69 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 5497 0 0 0 127 42 0 0 20 0 15 0 154637481 14320615424 449959 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13984976 memory=1424 CPUtime=1.46 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2434 0 0 0 145 1 0 0 20 0 15 0 154637483 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13984976 memory=13160 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13984976 memory=1700 CPUtime=0.2 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) R 25165 25165 19988 0 -1 4202560 1355 0 0 0 20 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142946609432 140143461651395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13984976 memory=1228 CPUtime=0.16 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) R 25165 25165 19988 0 -1 4202560 915 0 0 0 16 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142945537608 140143469041408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13984976 memory=5428 CPUtime=0.32 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 3153 0 0 0 32 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13984976 memory=4624 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 449959 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 23.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1801220 KiB

[startup+18.4008 s]
/proc/loadavg: 1.87 2.02 1.95 3/217 25181
/proc/meminfo: memFree=16626280/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13984976 memory=1801284 CPUtime=24.42 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 43120 0 0 0 2256 186 0 0 20 0 15 0 154637480 14320615424 450321 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3496244 450321 3245 1 0 3483478 0
[pid=25167/tid=25168] ppid=25165 vsize=13984976 memory=1801264 CPUtime=15.18 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 10948 0 0 0 1510 8 0 0 20 0 15 0 154637480 14320615424 450321 33554432000 4194304 4196468 140730139731680 140143480989784 140143117203504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13984976 memory=1008 CPUtime=1.67 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 6908 0 0 0 125 42 0 0 20 0 15 0 154637481 14320615424 450321 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13984976 memory=10736 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 5287 0 0 0 128 43 0 0 20 0 15 0 154637481 14320615424 450321 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13984976 memory=1204 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 4710 0 0 0 127 44 0 0 20 0 15 0 154637481 14320615424 450321 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13984976 memory=1384 CPUtime=1.69 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 5497 0 0 0 127 42 0 0 20 0 15 0 154637481 14320615424 450321 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13984976 memory=279332325869072 CPUtime=1.46 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2434 0 0 0 145 1 0 0 20 0 15 0 154637483 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13984976 memory=5787214961271134564 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13984976 memory=5787213840066634841 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13984976 memory=4639074098508484689 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13984976 memory=4639074098508484693 CPUtime=0.28 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 1559 0 0 0 28 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13984976 memory=7007708004876308560 CPUtime=0.24 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 1091 0 0 0 24 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13984976 memory=5787213827096995172 CPUtime=0.37 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 3228 0 0 0 37 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13984976 memory=5571041044932810853 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13984976 memory=5787213827130549604 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 450321 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 24.42 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1802668 KiB

[startup+19.2008 s]
/proc/loadavg: 1.87 2.02 1.95 3/217 25181
/proc/meminfo: memFree=16625288/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13984976 memory=1802268 CPUtime=25.34 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 43389 0 0 0 2348 186 0 0 20 0 15 0 154637480 14320615424 450567 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3496244 450567 3253 1 0 3483478 0
[pid=25167/tid=25168] ppid=25165 vsize=13984976 memory=42864 CPUtime=15.98 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) R 25165 25165 19988 0 -1 4202560 10961 0 0 0 1590 8 0 0 20 0 15 0 154637480 14320615424 450567 33554432000 4194304 4196468 140730139731680 140143480988568 140143117080099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13984976 memory=1292 CPUtime=1.67 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 6908 0 0 0 125 42 0 0 20 0 15 0 154637481 14320615424 450567 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13984976 memory=2428 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 5287 0 0 0 128 43 0 0 20 0 15 0 154637481 14320615424 450567 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13984976 memory=6791534058613427641 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 4710 0 0 0 127 44 0 0 20 0 15 0 154637481 14320615424 450567 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13984976 memory=773856 CPUtime=1.69 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 5497 0 0 0 127 42 0 0 20 0 15 0 154637481 14320615424 450567 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13984976 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2434 0 0 0 145 1 0 0 20 0 15 0 154637483 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142950820336 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154637483 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25176] ppid=25165 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25176/stat : 25176 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142947662544 140143476770715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 1767 0 0 0 33 0 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142946609136 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13984976 memory=1384 CPUtime=0.27 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 1106 0 0 0 27 0 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142945556592 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13984976 memory=1384 CPUtime=0.4 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 3261 0 0 0 40 0 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13984976 memory=1799032 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25181] ppid=25165 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/25167/task/25181/stat : 25181 (java) S 25165 25165 19988 0 -1 1077944384 111 0 0 0 0 1 0 0 20 0 15 0 154637486 14320615424 450567 33554432000 4194304 4196468 140730139731680 140142942399280 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1803652 KiB

[startup+19.6007 s]
/proc/loadavg: 1.87 2.02 1.95 3/217 25181
/proc/meminfo: memFree=16625288/32770624 swapFree=67108860/67108860
[pid=25165] ppid=25162 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/25165/stat : 25165 (xcsp3-exec) S 25162 25165 19988 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154637480 9740288 346 33554432000 4194304 5098028 140724395655568 140724395653672 139920080720508 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19443712 140724395664501 140724395664704 140724395664704 140724395667435 0
/proc/25165/statm: 2378 346 289 221 0 87 0
[pid=25167] ppid=25165 vsize=13984976 memory=1803820 CPUtime=26.01 cores=1,3,5,7
/proc/25167/stat : 25167 (java) S 25165 25165 19988 0 -1 1077944320 45097 0 0 0 2414 187 0 0 20 0 13 0 154637480 14320615424 450955 33554432000 4194304 4196468 140730139731680 140730139714224 140143476752119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
/proc/25167/statm: 3496244 450955 3256 1 0 3483478 0
[pid=25167/tid=25168] ppid=25165 vsize=13984976 memory=6791534058613427641 CPUtime=16.38 cores=1,3,5,7
/proc/25167/task/25168/stat : 25168 (java) S 25165 25165 19988 0 -1 1077944384 12319 0 0 0 1630 8 0 0 20 0 13 0 154637480 14320615424 450955 33554432000 4194304 4196468 140730139731680 140143480994960 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25169] ppid=25165 vsize=13984976 memory=1354836 CPUtime=1.67 cores=1,3,5,7
/proc/25167/task/25169/stat : 25169 (java) S 25165 25165 19988 0 -1 1077944384 6908 0 0 0 125 42 0 0 20 0 13 0 154637481 14320615424 450955 33554432000 4194304 4196468 140730139731680 140143442032912 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25170] ppid=25165 vsize=13984976 memory=-9181546050914066336 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25170/stat : 25170 (java) S 25165 25165 19988 0 -1 1077944384 5287 0 0 0 128 43 0 0 20 0 13 0 154637481 14320615424 450955 33554432000 4194304 4196468 140730139731680 140143071705488 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25171] ppid=25165 vsize=13984976 memory=-7025452035940392864 CPUtime=1.71 cores=1,3,5,7
/proc/25167/task/25171/stat : 25171 (java) S 25165 25165 19988 0 -1 1077944384 4710 0 0 0 127 44 0 0 20 0 13 0 154637481 14320615424 450955 33554432000 4194304 4196468 140730139731680 140143070652944 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25172] ppid=25165 vsize=13984976 memory=7679937539659563834 CPUtime=1.69 cores=1,3,5,7
/proc/25167/task/25172/stat : 25172 (java) S 25165 25165 19988 0 -1 1077944384 5497 0 0 0 127 42 0 0 20 0 13 0 154637481 14320615424 450955 33554432000 4194304 4196468 140730139731680 140143069600400 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25173] ppid=25165 vsize=13984976 memory=-8990767739041718176 CPUtime=1.46 cores=1,3,5,7
/proc/25167/task/25173/stat : 25173 (java) S 25165 25165 19988 0 -1 1077944384 2435 0 0 0 145 1 0 0 20 0 13 0 154637483 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142950820544 140143476763266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25174] ppid=25165 vsize=13984976 memory=7379823473522403179 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25174/stat : 25174 (java) S 25165 25165 19988 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 13 0 154637483 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142949766560 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25175] ppid=25165 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25175/stat : 25175 (java) S 25165 25165 19988 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 154637483 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142948713968 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25177] ppid=25165 vsize=13984976 memory=4872558044660077418 CPUtime=0.44 cores=1,3,5,7
/proc/25167/task/25177/stat : 25177 (java) S 25165 25165 19988 0 -1 1077944384 1831 0 0 0 44 0 0 0 20 0 13 0 154637486 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142946593648 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25178] ppid=25165 vsize=13984976 memory=139666163098787 CPUtime=0.37 cores=1,3,5,7
/proc/25167/task/25178/stat : 25178 (java) S 25165 25165 19988 0 -1 1077944384 1269 0 0 0 37 0 0 0 20 0 13 0 154637486 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142945536992 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25179] ppid=25165 vsize=13984976 memory=279332326156272 CPUtime=0.46 cores=1,3,5,7
/proc/25167/task/25179/stat : 25179 (java) S 25165 25165 19988 0 -1 1077944384 3352 0 0 0 46 0 0 0 20 0 13 0 154637486 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142944504048 140143476763266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
[pid=25167/tid=25180] ppid=25165 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25167/task/25180/stat : 25180 (java) S 25165 25165 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 154637486 14320615424 450955 33554432000 4194304 4196468 140730139731680 140142943451744 140143476762325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23920640 140730139739293 140730139739468 140730139739468 140730139742159 0
Current children cumulated CPU time: 26.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1805204 KiB

Child status: 0
Real time (s): 19.6204
CPU time (s): 26.0281
CPU user time (s): 24.1426
CPU system time (s): 1.88553
CPU usage (%): 132.658
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1805204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1426
system time used= 1.88553
maximum resident set size= 1804816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45651
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= 3141
involuntary context switches= 108


# summary of solver processes directly reported to runsolver:
#   pid: 25165
#   total CPU time (s): 26.0281
#   total CPU user time (s): 24.1426
#   total CPU system time (s): 1.88553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.151017 second user time and 0.23974 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 09:37:18
IDJOB=4284634
IDBENCH=139741
IDSOLVER=2680
FILE ID=node114/4284634-1503215498
RUNJOBID= node114-1503208995-20020
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-04-06.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-4284634-1503215498/watcher-4284634-1503215498 -o /tmp/evaluation-result-4284634-1503215498/solver-4284634-1503215498 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20020 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 802568139 HOME/instance-4284634-1503215498.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=802568139

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        18419500 kB
MemAvailable:   29167064 kB
Buffers:          261936 kB
Cached:         10771612 kB
SwapCached:            0 kB
Active:          4807376 kB
Inactive:        9079128 kB
Active(anon):    2844760 kB
Inactive(anon):    44260 kB
Active(file):    1962616 kB
Inactive(file):  9034868 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:       2860188 kB
Mapped:            64196 kB
Shmem:             33416 kB
Slab:             158748 kB
SReclaimable:     131828 kB
SUnreclaim:        26920 kB
KernelStack:        3504 kB
PageTables:        10452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4895124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2727936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-20 09:37:38