Trace number 4399260

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 2019-09-16OPT2 585.989 148.049

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.253514
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399260-1568699144.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399260-1568699144.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.06/0.88	c solve instance...
3.19/1.18	o 75 
3.51/1.22	o 7 
3.88/1.35	o 6 
5.45/1.77	o 3 
582.50/146.98	o 2 
585.64/147.78	s OPTIMUM FOUND
585.64/147.78	v <instantiation>
585.64/147.78	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] </list>
585.64/147.78	v 	<values>1 2 2 1 0 1 2 1 0 0 0 0 2 1 0 2 0 2 1 1 2 2 1 0 1 2 0 1 0 1 1 2 0 2 1 0 0 0 1 2 1 0 1 0 2 2 1 0 2 2 0 2 0 0 1 1 1 2 2 0 2 0 1 2 2 1 2 2 1 0 2 1 2 0 0 0 1 1 1 2 </values>
585.64/147.78	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15284 MiB free)
  memory of node 1: 16384 MiB (15217 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399260-1568699144/watcher-4399260-1568699144 -o /tmp/evaluation-result-4399260-1568699144/solver-4399260-1568699144 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2120444012 HOME/instance-4399260-1568699144.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=27390, runsolver pid=27387

[startup+0.100058 s]*
/proc/loadavg: 8.37 8.53 8.42 7/233 27406
/proc/meminfo: memFree=31216756/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15144776 memory=29412 CPUtime=0.12 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 5831 0 0 0 11 1 0 0 20 0 15 0 446177042 15508250624 7353 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3786194 7353 3120 1 0 3748377 0
[pid=27392/tid=27393] ppid=27390 vsize=15144776 memory=8514701219881124772 CPUtime=0.09 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) R 27390 27390 21506 0 -1 4202560 3743 0 0 0 8 1 0 0 20 0 15 0 446177042 15508250624 7353 33554432000 4194304 4196468 140733110786736 140517699458368 140517676798848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15144776 memory=3472467809952486608 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 7419 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 7419 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 7419 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 7419 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516836820000 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516835767152 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) R 27390 27390 21506 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516766243792 140517695235797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) R 27390 27390 21506 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516765182400 140517678661329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0.02 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) R 27390 27390 21506 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516764138096 140517674349055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 7419 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30860 KiB

[startup+0.210796 s]*
/proc/loadavg: 8.37 8.53 8.42 8/233 27406
/proc/meminfo: memFree=31204720/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15144776 memory=40892 CPUtime=0.35 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 9407 0 0 0 31 4 0 0 20 0 15 0 446177042 15508250624 10223 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3786194 10223 3311 1 0 3748377 0
[pid=27392/tid=27393] ppid=27390 vsize=15144776 memory=5855087016065728930 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) R 27390 27390 21506 0 -1 4202560 6597 0 0 0 17 2 0 0 20 0 15 0 446177042 15508250624 10223 33554432000 4194304 4196468 140733110786736 140517699457504 140517695237526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15144776 memory=3472467809952486608 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 10223 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 10223 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 10223 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15508250624 10223 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516836820000 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446177045 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516835767152 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) S 27390 27390 21506 0 -1 1077944384 473 0 0 0 2 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516766243696 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) S 27390 27390 21506 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516765190896 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0.08 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) R 27390 27390 21506 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516764137904 140517695237526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15144776 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177048 15508250624 10223 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42340 KiB

[startup+0.319101 s]*
/proc/loadavg: 8.37 8.53 8.42 7/233 27406
/proc/meminfo: memFree=31196712/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15149032 memory=50348 CPUtime=0.54 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 10920 0 0 0 50 4 0 0 20 0 15 0 446177042 15512608768 12587 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3787258 12587 3352 1 0 3748377 0
[pid=27392/tid=27393] ppid=27390 vsize=15149032 memory=-8540663193526752614 CPUtime=0.31 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) R 27390 27390 21506 0 -1 4202560 7887 0 0 0 28 3 0 0 20 0 15 0 446177042 15512608768 12587 33554432000 4194304 4196468 140733110786736 140517699456704 140517679306078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15149032 memory=3472467809952486608 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15512608768 12587 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15149032 memory=139681057356444 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15512608768 12587 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15149032 memory=139680926533421 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15512608768 12587 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15149032 memory=139680926514127 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15512608768 12587 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15149032 memory=139681057356450 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446177045 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15149032 memory=139680926523311 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446177045 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516836820000 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15149032 memory=139680926547660 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446177045 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516835767152 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15149032 memory=279361853051248 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) S 27390 27390 21506 0 -1 1077944384 499 0 0 0 3 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516766243696 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15149032 memory=2240 CPUtime=0.05 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) S 27390 27390 21506 0 -1 1077944384 367 0 0 0 5 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516765190896 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15149032 memory=139681057334912 CPUtime=0.12 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) S 27390 27390 21506 0 -1 1077944384 868 0 0 0 12 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516764138096 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15149032 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15149032 memory=139681057334912 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177048 15512608768 12587 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51796 KiB

[startup+0.701093 s]
/proc/loadavg: 8.37 8.53 8.42 9/233 27406
/proc/meminfo: memFree=31172208/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15151156 memory=99220 CPUtime=1.75 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 14891 0 0 0 169 6 0 0 20 0 15 0 446177042 15514783744 24805 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3787789 24805 3456 1 0 3748889 0
[pid=27392/tid=27393] ppid=27390 vsize=15151156 memory=2828 CPUtime=0.67 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) R 27390 27390 21506 0 -1 4202560 9111 0 0 0 64 3 0 0 20 0 15 0 446177042 15514783744 24805 33554432000 4194304 4196468 140733110786736 140517699459928 140517321287485 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15514783744 24805 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15514783744 24805 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177043 15514783744 24805 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15151156 memory=279361853125952 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446177043 15514783744 24805 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15151156 memory=11268 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446177045 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15151156 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446177045 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516836820000 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15151156 memory=2320954972729494185 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446177045 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516835767152 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15151156 memory=1425 CPUtime=0.35 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) R 27390 27390 21506 0 -1 4202560 1476 0 0 0 35 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516766236720 140517675055872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15151156 memory=11 CPUtime=0.3 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) R 27390 27390 21506 0 -1 4202560 1024 0 0 0 30 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516765171912 140517674396630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15151156 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) S 27390 27390 21506 0 -1 1077944384 1973 0 0 0 39 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516764138096 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15151156 memory=30744 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15151156 memory=1477 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446177048 15514783744 24805 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 100668 KiB

[startup+1.50109 s]
/proc/loadavg: 8.37 8.53 8.42 10/237 27410
/proc/meminfo: memFree=31091008/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0

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

Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 229268 KiB

[startup+145.601 s]
/proc/loadavg: 8.50 8.49 8.42 9/233 28394
/proc/meminfo: memFree=31099232/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15417412 memory=227820 CPUtime=577.33 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 57007 0 0 0 57703 30 0 0 20 0 19 0 446177042 15787429888 56955 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3854353 56955 3536 1 0 3815453 0
[pid=27392/tid=27393] ppid=27390 vsize=15417412 memory=227820 CPUtime=0.87 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) S 27390 27390 21506 0 -1 1077944384 9198 0 0 0 83 4 0 0 20 0 19 0 446177042 15787429888 56955 33554432000 4194304 4196468 140733110786736 140517699466368 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15417412 memory=7872 CPUtime=0.18 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1687 0 0 0 16 2 0 0 20 0 19 0 446177043 15787429888 56955 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15417412 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 963 0 0 0 16 3 0 0 20 0 19 0 446177043 15787429888 56955 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15417412 memory=2004 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1668 0 0 0 16 3 0 0 20 0 19 0 446177043 15787429888 56955 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15417412 memory=984 CPUtime=0.18 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 1600 0 0 0 15 3 0 0 20 0 19 0 446177043 15787429888 56955 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15417412 memory=1324 CPUtime=0.12 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 1617 0 0 0 9 3 0 0 20 0 19 0 446177045 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15417412 memory=780 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516836820064 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15417412 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516835767168 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15417412 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15417412 memory=1028 CPUtime=2.25 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) S 27390 27390 21506 0 -1 1077944384 12372 0 0 0 223 2 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516766243696 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15417412 memory=1060 CPUtime=2.34 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) S 27390 27390 21506 0 -1 1077944384 13854 0 0 0 232 2 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516765190896 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15417412 memory=2828 CPUtime=0.67 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) S 27390 27390 21506 0 -1 1077944384 5675 0 0 0 66 1 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516764138096 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15417412 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15417412 memory=30692 CPUtime=0.03 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 408 0 0 0 0 3 0 0 20 0 19 0 446177048 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27423] ppid=27390 vsize=15417412 memory=2004 CPUtime=141.9 cores=0,2,4,6
/proc/27392/task/27423/stat : 27423 (java) R 27390 27390 21506 0 -1 4202560 551 0 0 0 14189 1 0 0 20 0 19 0 446177219 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516753050520 140517327106245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27424] ppid=27390 vsize=15417412 memory=984 CPUtime=141.84 cores=0,2,4,6
/proc/27392/task/27424/stat : 27424 (java) R 27390 27390 21506 0 -1 4202560 1411 0 0 0 14183 1 0 0 20 0 19 0 446177219 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516752001392 140517327106304 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27425] ppid=27390 vsize=15417412 memory=1324 CPUtime=142.23 cores=0,2,4,6
/proc/27392/task/27425/stat : 27425 (java) R 27390 27390 21506 0 -1 4202560 2490 0 0 0 14222 1 0 0 20 0 19 0 446177219 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516749893384 140517327106235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27426] ppid=27390 vsize=15417412 memory=780 CPUtime=141.97 cores=0,2,4,6
/proc/27392/task/27426/stat : 27426 (java) R 27390 27390 21506 0 -1 4202560 1642 0 0 0 14197 0 0 0 20 0 19 0 446177221 15787429888 56955 33554432000 4194304 4196468 140733110786736 140516750946880 140517327757730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 577.33 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 229268 KiB

[startup+147.201 s]
/proc/loadavg: 8.22 8.44 8.40 6/233 28398
/proc/meminfo: memFree=30341864/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15417412 memory=249780 CPUtime=583.65 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 58156 0 0 0 58334 31 0 0 20 0 19 0 446177042 15787429888 62445 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3854353 62445 3536 1 0 3815453 0
[pid=27392/tid=27393] ppid=27390 vsize=15417412 memory=6791534058613427641 CPUtime=0.87 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) S 27390 27390 21506 0 -1 1077944384 9329 0 0 0 83 4 0 0 20 0 19 0 446177042 15787429888 62445 33554432000 4194304 4196468 140733110786736 140517699466368 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15417412 memory=230384 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1703 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62445 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15417412 memory=1412 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 974 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62445 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15417412 memory=2824 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1677 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62445 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15417412 memory=227820 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 1609 0 0 0 16 3 0 0 20 0 19 0 446177043 15787429888 62445 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15417412 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 1621 0 0 0 10 3 0 0 20 0 19 0 446177045 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15417412 memory=7872 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516836820064 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15417412 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516835767168 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15417412 memory=0 CPUtime=2.26 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) S 27390 27390 21506 0 -1 1077944384 12494 0 0 0 224 2 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516766243696 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15417412 memory=0 CPUtime=2.35 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) S 27390 27390 21506 0 -1 1077944384 13991 0 0 0 233 2 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516765190896 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15417412 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) S 27390 27390 21506 0 -1 1077944384 6149 0 0 0 67 1 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516764138096 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15417412 memory=227820 CPUtime=0.03 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 408 0 0 0 0 3 0 0 20 0 19 0 446177048 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28395] ppid=27390 vsize=15417412 memory=1448 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/28395/stat : 28395 (java) R 27390 27390 21506 0 -1 4202560 34 0 0 0 19 0 0 0 20 0 19 0 446191741 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516752002552 140517327106191 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28396] ppid=27390 vsize=15417412 memory=227820 CPUtime=0.21 cores=0,2,4,6
/proc/27392/task/28396/stat : 28396 (java) R 27390 27390 21506 0 -1 4202560 37 0 0 0 21 0 0 0 20 0 19 0 446191741 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516753052184 140517327106212 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28397] ppid=27390 vsize=15417412 memory=279361853770752 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/28397/stat : 28397 (java) R 27390 27390 21506 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 19 0 446191741 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516750953672 140517326633408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28398] ppid=27390 vsize=15417412 memory=6082203021921120343 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/28398/stat : 28398 (java) R 27390 27390 21506 0 -1 4202560 18 0 0 0 20 0 0 0 20 0 19 0 446191741 15787429888 62445 33554432000 4194304 4196468 140733110786736 140516749900872 140517328549249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 583.65 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 251228 KiB

[startup+147.601 s]
/proc/loadavg: 8.22 8.44 8.40 6/233 28398
/proc/meminfo: memFree=30341864/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
[pid=27392] ppid=27390 vsize=15417412 memory=250092 CPUtime=585.24 cores=0,2,4,6
/proc/27392/stat : 27392 (java) S 27390 27390 21506 0 -1 1077944320 59175 0 0 0 58493 31 0 0 20 0 19 0 446177042 15787429888 62523 33554432000 4194304 4196468 140733110786736 140733110769280 140517695225591 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
/proc/27392/statm: 3854353 62523 3536 1 0 3815453 0
[pid=27392/tid=27393] ppid=27390 vsize=15417412 memory=111632 CPUtime=0.87 cores=0,2,4,6
/proc/27392/task/27393/stat : 27393 (java) S 27390 27390 21506 0 -1 1077944384 9329 0 0 0 83 4 0 0 20 0 19 0 446177042 15787429888 62523 33554432000 4194304 4196468 140733110786736 140517699466368 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27394] ppid=27390 vsize=15417412 memory=804 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27394/stat : 27394 (java) S 27390 27390 21506 0 -1 1077944384 1747 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62523 33554432000 4194304 4196468 140733110786736 140517647846544 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27395] ppid=27390 vsize=15417412 memory=1804 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27395/stat : 27395 (java) S 27390 27390 21506 0 -1 1077944384 1028 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62523 33554432000 4194304 4196468 140733110786736 140517646793744 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27396] ppid=27390 vsize=15417412 memory=920 CPUtime=0.2 cores=0,2,4,6
/proc/27392/task/27396/stat : 27396 (java) S 27390 27390 21506 0 -1 1077944384 1715 0 0 0 17 3 0 0 20 0 19 0 446177043 15787429888 62523 33554432000 4194304 4196468 140733110786736 140517645740944 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27397] ppid=27390 vsize=15417412 memory=3848 CPUtime=0.19 cores=0,2,4,6
/proc/27392/task/27397/stat : 27397 (java) S 27390 27390 21506 0 -1 1077944384 1643 0 0 0 16 3 0 0 20 0 19 0 446177043 15787429888 62523 33554432000 4194304 4196468 140733110786736 140517644688144 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27398] ppid=27390 vsize=15417412 memory=2660 CPUtime=0.13 cores=0,2,4,6
/proc/27392/task/27398/stat : 27398 (java) S 27390 27390 21506 0 -1 1077944384 1622 0 0 0 10 3 0 0 20 0 19 0 446177045 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516837874032 140517695236738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27399] ppid=27390 vsize=15417412 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27399/stat : 27399 (java) S 27390 27390 21506 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516836820064 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27400] ppid=27390 vsize=15417412 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27400/stat : 27400 (java) S 27390 27390 21506 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 19 0 446177045 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516835767168 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27401] ppid=27390 vsize=15417412 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27401/stat : 27401 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516767295312 140517695244187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27402] ppid=27390 vsize=15417412 memory=1408 CPUtime=2.3 cores=0,2,4,6
/proc/27392/task/27402/stat : 27402 (java) S 27390 27390 21506 0 -1 1077944384 13124 0 0 0 228 2 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516766243696 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27403] ppid=27390 vsize=15417412 memory=3176 CPUtime=2.36 cores=0,2,4,6
/proc/27392/task/27403/stat : 27403 (java) S 27390 27390 21506 0 -1 1077944384 14100 0 0 0 234 2 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516765190896 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27404] ppid=27390 vsize=15417412 memory=1448 CPUtime=0.68 cores=0,2,4,6
/proc/27392/task/27404/stat : 27404 (java) S 27390 27390 21506 0 -1 1077944384 6247 0 0 0 67 1 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516764138096 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27405] ppid=27390 vsize=15417412 memory=236012 CPUtime=0 cores=0,2,4,6
/proc/27392/task/27405/stat : 27405 (java) S 27390 27390 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516763085536 140517695235797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=27406] ppid=27390 vsize=15417412 memory=11976 CPUtime=0.03 cores=0,2,4,6
/proc/27392/task/27406/stat : 27406 (java) S 27390 27390 21506 0 -1 1077944384 408 0 0 0 0 3 0 0 20 0 19 0 446177048 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516762032816 140517695236738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28395] ppid=27390 vsize=15417412 memory=11452 CPUtime=0.55 cores=0,2,4,6
/proc/27392/task/28395/stat : 28395 (java) R 27390 27390 21506 0 -1 4202560 36 0 0 0 55 0 0 0 20 0 19 0 446191741 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516751998280 140517327105917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28396] ppid=27390 vsize=15417412 memory=512 CPUtime=0.59 cores=0,2,4,6
/proc/27392/task/28396/stat : 28396 (java) R 27390 27390 21506 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 19 0 446191741 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516753052296 140517327106304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28397] ppid=27390 vsize=15417412 memory=1564 CPUtime=0.59 cores=0,2,4,6
/proc/27392/task/28397/stat : 28397 (java) R 27390 27390 21506 0 -1 4202560 23 0 0 0 59 0 0 0 20 0 19 0 446191741 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516750948592 140517326633463 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
[pid=27392/tid=28398] ppid=27390 vsize=15417412 memory=928 CPUtime=0.6 cores=0,2,4,6
/proc/27392/task/28398/stat : 28398 (java) R 27390 27390 21506 0 -1 4202560 20 0 0 0 60 0 0 0 20 0 19 0 446191741 15787429888 62523 33554432000 4194304 4196468 140733110786736 140516749896176 140517327106279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24936448 140733110789103 140733110789274 140733110789274 140733110792143 0
Current children cumulated CPU time: 585.24 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 251540 KiB

[startup+148 s]*
/proc/loadavg: 8.22 8.44 8.40 2/216 28399
/proc/meminfo: memFree=30407720/32770624 swapFree=66977068/67108860
[pid=27390] ppid=27387 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (xcsp3-exec) S 27387 27390 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446177042 115843072 362 33554432000 4194304 5098028 140731922027440 140731922025544 140420549755516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19574784 140731922031482 140731922031725 140731922031725 140731922034634 0
/proc/27390/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 148.049
CPU time (s): 585.989
CPU user time (s): 585.664
CPU system time (s): 0.324389
CPU usage (%): 395.808
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 251540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.664
system time used= 0.324389
maximum resident set size= 251004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9356
involuntary context switches= 10787


# summary of solver processes directly reported to runsolver:
#   pid: 27390
#   total CPU time (s): 585.989
#   total CPU user time (s): 585.664
#   total CPU system time (s): 0.324389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.934144 second user time and 1.71176 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:45:02
IDJOB=4399260
IDBENCH=135933
IDSOLVER=2853
FILE ID=node121/4399260-1568699144
RUNJOBID= node121-1568693400-21537
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399260-1568699144/watcher-4399260-1568699144 -o /tmp/evaluation-result-4399260-1568699144/solver-4399260-1568699144 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2120444012 HOME/instance-4399260-1568699144.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=2120444012

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        31233996 kB
MemAvailable:   31457684 kB
Buffers:           62096 kB
Cached:           459308 kB
SwapCached:        10764 kB
Active:           681256 kB
Inactive:         319832 kB
Active(anon):     469476 kB
Inactive(anon):    42280 kB
Active(file):     211780 kB
Inactive(file):   277552 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977068 kB
Dirty:             26248 kB
Writeback:           516 kB
AnonPages:        643760 kB
Mapped:            55328 kB
Shmem:             23872 kB
Slab:             130468 kB
SReclaimable:     100380 kB
SUnreclaim:        30088 kB
KernelStack:        4112 kB
PageTables:         6752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1398972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 07:47:30