Trace number 4283164

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 4.0.5 seq (2017-08-18)OPT1 26.385201 19.834101

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-4283164-1503215368.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4283164-1503215368.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
23.83/17.84	c solve instance...
26.01/19.65	o 2 
26.23/19.80	o 1 
26.34/19.81	s OPTIMUM FOUND
26.34/19.81	v <instantiation>
26.34/19.81	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>
26.34/19.81	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>
26.34/19.81	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 (9878 MiB free)
  memory of node 1: 16384 MiB (9522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283164-1503215368/watcher-4283164-1503215368 -o /tmp/evaluation-result-4283164-1503215368/solver-4283164-1503215368 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5116 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1162176584 HOME/instance-4283164-1503215368.xml 

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

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=10225, runsolver pid=10222

[startup+0.100077 s]*
/proc/loadavg: 2.00 1.97 1.89 4/217 10241
/proc/meminfo: memFree=19843568/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13978596 memory=28028 CPUtime=0.11 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 5428 0 0 0 11 0 0 0 20 0 15 0 154617802 14314082304 7007 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3494649 7007 2835 1 0 3482966 0
[pid=10227/tid=10228] ppid=10225 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 3448 0 0 0 9 0 0 0 20 0 15 0 154617802 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432959657776 140432955446429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13978596 memory=140064547026560 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617803 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13978596 memory=140064547026560 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617805 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154617805 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154617805 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13978596 memory=140064547026560 CPUtime=0.01 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) R 10225 10225 5085 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432423332592 140432955436438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13978596 memory=140064547026560 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617808 14314082304 7007 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29412 KiB

[startup+0.210745 s]*
/proc/loadavg: 2.00 1.97 1.89 5/217 10241
/proc/meminfo: memFree=19825880/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13982852 memory=40364 CPUtime=0.33 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 8137 0 0 0 32 1 0 0 20 0 15 0 154617802 14318440448 10091 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3495713 10091 3050 1 0 3482966 0
[pid=10227/tid=10228] ppid=10225 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 5267 0 0 0 19 1 0 0 20 0 15 0 154617802 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432959637584 140432939504990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13982852 memory=140064547037039 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13982852 memory=140064547026560 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13982852 memory=140064547026560 CPUtime=0.07 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) R 10225 10225 5085 0 -1 4202560 730 0 0 0 7 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432423332592 140432934137510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 10091 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41748 KiB

[startup+0.310537 s]*
/proc/loadavg: 2.00 1.97 1.89 4/217 10241
/proc/meminfo: memFree=19812956/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13982852 memory=47288 CPUtime=0.5 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 9091 0 0 0 48 2 0 0 20 0 15 0 154617802 14318440448 11822 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3495713 11822 3126 1 0 3482966 0
[pid=10227/tid=10228] ppid=10225 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 5975 0 0 0 28 1 0 0 20 0 15 0 154617802 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432959647328 140432939504990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617803 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154617805 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13982852 memory=4630099104583218061 CPUtime=0.03 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) R 10225 10225 5085 0 -1 4202560 517 0 0 0 3 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432425423480 140432947661630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 450 0 0 0 3 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) R 10225 10225 5085 0 -1 4202560 858 0 0 0 12 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432423328960 140432936834511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617808 14318440448 11822 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48672 KiB

[startup+0.700892 s]
/proc/loadavg: 2.00 1.97 1.89 3/217 10241
/proc/meminfo: memFree=19781868/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13984976 memory=74780 CPUtime=1.16 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 10238 0 0 0 113 3 0 0 20 0 15 0 154617802 14320615424 18695 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3496244 18695 3178 1 0 3483478 0
[pid=10227/tid=10228] ppid=10225 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 6430 0 0 0 65 2 0 0 20 0 15 0 154617802 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432959659344 140432565447069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13984976 memory=43104 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617803 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154617803 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13984976 memory=5776 CPUtime=0.12 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 758 0 0 0 12 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13984976 memory=4616 CPUtime=0.12 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 660 0 0 0 12 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13984976 memory=792 CPUtime=0.22 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) S 10225 10225 5085 0 -1 1077944384 1082 0 0 0 22 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432423332592 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 18695 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76164 KiB

[startup+1.50089 s]
/proc/loadavg: 2.00 1.97 1.89 3/217 10241
/proc/meminfo: memFree=19723620/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0

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

/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13984976 memory=1802916 CPUtime=23.63 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 40056 0 0 0 2181 182 0 0 20 0 15 0 154617802 14320615424 450729 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3496244 450729 3229 1 0 3483478 0
[pid=10227/tid=10228] ppid=10225 vsize=13984976 memory=3832 CPUtime=14.3 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 7922 0 0 0 1424 6 0 0 20 0 15 0 154617802 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432959659712 140432565519515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13984976 memory=1384 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 6098 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13984976 memory=1802856 CPUtime=1.79 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 6353 0 0 0 137 42 0 0 20 0 15 0 154617803 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13984976 memory=4104 CPUtime=1.77 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 4910 0 0 0 135 42 0 0 20 0 15 0 154617803 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13984976 memory=1156 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 5470 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13984976 memory=3124 CPUtime=1.45 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2812 0 0 0 145 0 0 0 20 0 15 0 154617805 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13984976 memory=1361696 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13984976 memory=636 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13984976 memory=960 CPUtime=0.17 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 765 0 0 0 17 0 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13984976 memory=1232 CPUtime=0.18 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 957 0 0 0 18 0 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13984976 memory=2464 CPUtime=0.32 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) S 10225 10225 5085 0 -1 1077944384 3292 0 0 0 31 1 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432423332592 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13984976 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 450729 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 23.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1804300 KiB

[startup+19.2008 s]
/proc/loadavg: 2.02 1.97 1.90 3/217 10241
/proc/meminfo: memFree=17241920/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13984976 memory=1805552 CPUtime=25.52 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 44772 0 0 0 2369 183 0 0 20 0 15 0 154617802 14320615424 451388 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3496244 451388 3251 1 0 3483478 0
[pid=10227/tid=10228] ppid=10225 vsize=13984976 memory=1384 CPUtime=15.91 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 11400 0 0 0 1584 7 0 0 20 0 15 0 154617802 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432959660384 140432566381283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13984976 memory=1361696 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 6098 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13984976 memory=1200 CPUtime=1.79 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 6353 0 0 0 137 42 0 0 20 0 15 0 154617803 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13984976 memory=1361504 CPUtime=1.77 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 4910 0 0 0 135 42 0 0 20 0 15 0 154617803 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13984976 memory=4616 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 5470 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13984976 memory=4140 CPUtime=1.45 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2815 0 0 0 145 0 0 0 20 0 15 0 154617805 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13984976 memory=31 CPUtime=0.28 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 1228 0 0 0 28 0 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13984976 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 1567 0 0 0 30 0 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13984976 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) S 10225 10225 5085 0 -1 1077944384 3454 0 0 0 37 1 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432423332592 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451388 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 25.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1806936 KiB

[startup+19.6066 s]
/proc/loadavg: 2.02 1.97 1.90 3/217 10241
/proc/meminfo: memFree=17241920/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13984976 memory=1805632 CPUtime=26.01 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 44838 0 0 0 2418 183 0 0 20 0 15 0 154617802 14320615424 451408 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3496244 451408 3251 1 0 3483478 0
[pid=10227/tid=10228] ppid=10225 vsize=13984976 memory=6791534058613427641 CPUtime=16.32 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 11408 0 0 0 1625 7 0 0 20 0 15 0 154617802 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432959660384 140432566601329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13984976 memory=129 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 6098 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13984976 memory=129 CPUtime=1.79 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 6353 0 0 0 137 42 0 0 20 0 15 0 154617803 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13984976 memory=140 CPUtime=1.77 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 4910 0 0 0 135 42 0 0 20 0 15 0 154617803 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13984976 memory=0 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 5470 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13984976 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2815 0 0 0 145 0 0 0 20 0 15 0 154617805 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13984976 memory=17 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13984976 memory=5776 CPUtime=0.29 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 1236 0 0 0 29 0 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13984976 memory=4616 CPUtime=0.35 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) R 10225 10225 5085 0 -1 4202560 1598 0 0 0 35 0 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432424385136 140432936942350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13984976 memory=792 CPUtime=0.39 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) S 10225 10225 5085 0 -1 1077944384 3473 0 0 0 38 1 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432423332592 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13984976 memory=1361696 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451408 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 26.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1807016 KiB

[startup+19.8008 s]
/proc/loadavg: 2.02 1.97 1.90 3/217 10241
/proc/meminfo: memFree=17241920/32770624 swapFree=67108860/67108860
[pid=10225] ppid=10222 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/10225/stat : 10225 (xcsp3-exec) S 10222 10225 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154617802 9740288 346 33554432000 4194304 5098028 140728570324640 140728570322744 140573453243004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34967552 140728570328180 140728570328384 140728570328384 140728570331115 0
/proc/10225/statm: 2378 346 289 221 0 87 0
[pid=10227] ppid=10225 vsize=13984976 memory=1806016 CPUtime=26.34 cores=0,2,4,6
/proc/10227/stat : 10227 (java) S 10225 10225 5085 0 -1 1077944320 46002 0 0 0 2451 183 0 0 20 0 15 0 154617802 14320615424 451504 33554432000 4194304 4196468 140737291848336 140737291830880 140432955424503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
/proc/10227/statm: 3496244 451504 3253 1 0 3483478 0
[pid=10227/tid=10228] ppid=10225 vsize=13984976 memory=6791534058613427641 CPUtime=16.51 cores=0,2,4,6
/proc/10227/task/10228/stat : 10228 (java) R 10225 10225 5085 0 -1 4202560 12511 0 0 0 1644 7 0 0 20 0 15 0 154617802 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432959662384 140432566400560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10229] ppid=10225 vsize=13984976 memory=4044 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10229/stat : 10229 (java) S 10225 10225 5085 0 -1 1077944384 6098 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432885512976 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10230] ppid=10225 vsize=13984976 memory=16444 CPUtime=1.79 cores=0,2,4,6
/proc/10227/task/10230/stat : 10230 (java) S 10225 10225 5085 0 -1 1077944384 6353 0 0 0 137 42 0 0 20 0 15 0 154617803 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432884460432 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10231] ppid=10225 vsize=13984976 memory=4126316290023845779 CPUtime=1.77 cores=0,2,4,6
/proc/10227/task/10231/stat : 10231 (java) S 10225 10225 5085 0 -1 1077944384 4910 0 0 0 135 42 0 0 20 0 15 0 154617803 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432883407888 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10232] ppid=10225 vsize=13984976 memory=4126316290023845779 CPUtime=1.78 cores=0,2,4,6
/proc/10227/task/10232/stat : 10232 (java) S 10225 10225 5085 0 -1 1077944384 5470 0 0 0 135 43 0 0 20 0 15 0 154617803 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432882355344 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10233] ppid=10225 vsize=13984976 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/10227/task/10233/stat : 10233 (java) S 10225 10225 5085 0 -1 1077944384 2815 0 0 0 145 0 0 0 20 0 15 0 154617805 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432429647856 140432955435650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10234] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10234/stat : 10234 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432428594080 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10235] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10235/stat : 10235 (java) S 10225 10225 5085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154617805 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432427541488 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10236] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10236/stat : 10236 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432426490064 140432955443099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10237] ppid=10225 vsize=13984976 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/10227/task/10237/stat : 10237 (java) S 10225 10225 5085 0 -1 1077944384 1250 0 0 0 34 0 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432425437680 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10238] ppid=10225 vsize=13984976 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/10227/task/10238/stat : 10238 (java) S 10225 10225 5085 0 -1 1077944384 1635 0 0 0 41 0 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432424385136 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10239] ppid=10225 vsize=13984976 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/10227/task/10239/stat : 10239 (java) S 10225 10225 5085 0 -1 1077944384 3483 0 0 0 39 1 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432423332592 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10240] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10240/stat : 10240 (java) S 10225 10225 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432422280288 140432955434709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
[pid=10227/tid=10241] ppid=10225 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10227/task/10241/stat : 10241 (java) S 10225 10225 5085 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 154617808 14320615424 451504 33554432000 4194304 4196468 140737291848336 140432421226800 140432955435650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37294080 140737291855005 140737291855180 140737291855180 140737291857871 0
Current children cumulated CPU time: 26.34 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1807400 KiB

Child status: 0
Real time (s): 19.8341
CPU time (s): 26.3852
CPU user time (s): 24.5303
CPU system time (s): 1.85489
CPU usage (%): 133.03
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1807400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5303
system time used= 1.85489
maximum resident set size= 1806976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46579
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= 3056
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 10225
#   total CPU time (s): 26.3852
#   total CPU user time (s): 24.5303
#   total CPU system time (s): 1.85489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.166456 second user time and 0.227153 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 09:35:08
IDJOB=4283164
IDBENCH=139741
IDSOLVER=2678
FILE ID=node150/4283164-1503215368
RUNJOBID= node150-1503208459-5116
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4283164-1503215368/watcher-4283164-1503215368 -o /tmp/evaluation-result-4283164-1503215368/solver-4283164-1503215368 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5116 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1162176584 HOME/instance-4283164-1503215368.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=1162176584

node150.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.89
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.89
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.89
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.89
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:        19866260 kB
MemAvailable:   29175832 kB
Buffers:          302620 kB
Cached:          9285600 kB
SwapCached:            0 kB
Active:          5560220 kB
Inactive:        6863528 kB
Active(anon):    2786100 kB
Inactive(anon):    85796 kB
Active(file):    2774120 kB
Inactive(file):  6777732 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7728 kB
Writeback:             0 kB
AnonPages:       2945024 kB
Mapped:            64536 kB
Shmem:             33416 kB
Slab:             174276 kB
SReclaimable:     147112 kB
SUnreclaim:        27164 kB
KernelStack:        3840 kB
PageTables:        11184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4890656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2816000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 09:35:28