Trace number 4407440

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-24 parallelSAT (TO)3 1901.22 252.111

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
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 benchmark18.5291
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407440-1569349523.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407440-1569349523.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
7.61/2.09	c solve instance...
10.03/2.42	o 7 
11.77/2.72	o 6 
21.92/11.93	o 5 
156.27/28.83	o 4 
357.61/58.57	o 3 
1900.68/252.07	s SATISFIABLE
1900.68/252.07	v <instantiation>
1900.68/252.07	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[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>
1900.68/252.07	v 	<values>0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 2 3 3 3 2 0 1 2 3 3 2 1 1 3 0 1 1 3 0 2 2 2 2 3 1 1 2 2 1 0 3 2 3 1 0 1 3 3 2 1 2 1 0 2 0 2 2 0 1 3 1 1 3 2 2 2 3 2 0 2 1 3 1 1 1 </values>
1900.68/252.07	v </instantiation>
1900.68/252.07	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407440-1569349523/watcher-4407440-1569349523 -o /var/tmp/evaluation-result-4407440-1569349523/solver-4407440-1569349523 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569335934-10152 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1396051300 HOME/instance-4407440-1569349523.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14997, runsolver pid=14994
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 7.78 7.74 7.66 2/211 15018
/proc/meminfo: memFree=26467132/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28227396 memory=29200 CPUtime=0.12 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 5699 0 0 0 11 1 0 0 20 0 20 0 511200861 28904853504 7300 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7056849 7300 3152 1 0 7019032 0
[pid=14999/tid=15000] ppid=14997 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) R 14997 14997 10125 0 -1 4202560 3625 0 0 0 8 1 0 0 20 0 20 0 511200862 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787819565952 139787815341462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28227396 memory=140675306882688 CPUtime=0 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15004] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15004/stat : 15004 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787764791952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15005] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15005/stat : 15005 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787363015440 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15006] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15006/stat : 15006 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787361962896 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15007] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15007/stat : 15007 (java) S 14997 14997 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787360910352 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15008] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15008/stat : 15008 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 7300 33554432000 4194304 4196468 140735143954816 139787359857808 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15009] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15009/stat : 15009 (java) S 14997 14997 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511200864 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786345998320 139787815340674 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15010] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15010/stat : 15010 (java) S 14997 14997 10125 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511200864 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786344944544 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15011] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15011/stat : 15011 (java) S 14997 14997 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511200865 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786343891952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15012] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15012/stat : 15012 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786342840528 139787815348123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15013] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15013/stat : 15013 (java) R 14997 14997 10125 0 -1 4202560 424 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786341788144 139787798728700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15014] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15014/stat : 15014 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786340735600 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15015] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15015/stat : 15015 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786339683056 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15016] ppid=14997 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/14999/task/15016/stat : 15016 (java) R 14997 14997 10125 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786338630512 139787794132664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15017] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15017/stat : 15017 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786337577184 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15018] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15018/stat : 15018 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200868 28904853504 7300 33554432000 4194304 4196468 140735143954816 139786336524720 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30656 KiB

[startup+0.210717 s]*
/proc/loadavg: 7.78 7.74 7.66 3/211 15018
/proc/meminfo: memFree=26454688/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28227396 memory=40116 CPUtime=0.34 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 9338 0 0 0 31 3 0 0 20 0 20 0 511200861 28904853504 10029 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7056849 10029 3274 1 0 7019032 0
[pid=14999/tid=15000] ppid=14997 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) R 14997 14997 10125 0 -1 4202560 6602 0 0 0 17 2 0 0 20 0 20 0 511200862 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787819563472 139787445043407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28227396 memory=330 CPUtime=0 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28227396 memory=140675306897357 CPUtime=0 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15004] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15004/stat : 15004 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787764791952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15005] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15005/stat : 15005 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787363015440 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15006] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15006/stat : 15006 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787361962896 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15007] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15007/stat : 15007 (java) S 14997 14997 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787360910352 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15008] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15008/stat : 15008 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28904853504 10029 33554432000 4194304 4196468 140735143954816 139787359857808 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15009] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15009/stat : 15009 (java) S 14997 14997 10125 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 511200864 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786345998320 139787815340674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15010] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15010/stat : 15010 (java) S 14997 14997 10125 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511200864 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786344944544 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15011] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15011/stat : 15011 (java) S 14997 14997 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511200865 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786343891952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15012] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15012/stat : 15012 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786342840528 139787815348123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15013] ppid=14997 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/14999/task/15013/stat : 15013 (java) S 14997 14997 10125 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786341788144 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15014] ppid=14997 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14999/task/15014/stat : 15014 (java) S 14997 14997 10125 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786340735600 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15015] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15015/stat : 15015 (java) S 14997 14997 10125 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786339683056 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15016] ppid=14997 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/14999/task/15016/stat : 15016 (java) R 14997 14997 10125 0 -1 4202560 789 0 0 0 7 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786338630512 139787793860528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15017] ppid=14997 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15017/stat : 15017 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200867 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786337577184 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15018] ppid=14997 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15018/stat : 15018 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200868 28904853504 10029 33554432000 4194304 4196468 140735143954816 139786336524720 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41572 KiB

[startup+0.310378 s]*
/proc/loadavg: 7.78 7.74 7.66 4/211 15019
/proc/meminfo: memFree=26447540/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28231652 memory=49656 CPUtime=0.53 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 10784 0 0 0 49 4 0 0 20 0 20 0 511200861 28909211648 12414 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7057913 12414 3344 1 0 7019032 0
[pid=14999/tid=15000] ppid=14997 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) R 14997 14997 10125 0 -1 4202560 7758 0 0 0 27 3 0 0 20 0 20 0 511200862 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787819560144 139787815351453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15004] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15004/stat : 15004 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787764791952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15005] ppid=14997 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/14999/task/15005/stat : 15005 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787363015440 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15006] ppid=14997 vsize=28231652 memory=140675144315823 CPUtime=0 cores=0-7
/proc/14999/task/15006/stat : 15006 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787361962896 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15007] ppid=14997 vsize=28231652 memory=140675144318128 CPUtime=0 cores=0-7
/proc/14999/task/15007/stat : 15007 (java) S 14997 14997 10125 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787360910352 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15008] ppid=14997 vsize=28231652 memory=140675144320432 CPUtime=0 cores=0-7
/proc/14999/task/15008/stat : 15008 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28909211648 12414 33554432000 4194304 4196468 140735143954816 139787359857808 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15009] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15009/stat : 15009 (java) S 14997 14997 10125 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 511200864 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786345998320 139787815340674 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15010] ppid=14997 vsize=28231652 memory=281350288647824 CPUtime=0 cores=0-7
/proc/14999/task/15010/stat : 15010 (java) S 14997 14997 10125 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511200864 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786344944544 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15011] ppid=14997 vsize=28231652 memory=281350288654736 CPUtime=0 cores=0-7
/proc/14999/task/15011/stat : 15011 (java) S 14997 14997 10125 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511200865 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786343891952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15012] ppid=14997 vsize=28231652 memory=281350288596016 CPUtime=0 cores=0-7
/proc/14999/task/15012/stat : 15012 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786342840528 139787815348123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15013] ppid=14997 vsize=28231652 memory=281350288668560 CPUtime=0.03 cores=0-7
/proc/14999/task/15013/stat : 15013 (java) S 14997 14997 10125 0 -1 1077944384 566 0 0 0 3 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786341788144 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15014] ppid=14997 vsize=28231652 memory=281350288675472 CPUtime=0.04 cores=0-7
/proc/14999/task/15014/stat : 15014 (java) R 14997 14997 10125 0 -1 4202560 170 0 0 0 4 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786340725984 139787796850751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15015] ppid=14997 vsize=28231652 memory=281350288673168 CPUtime=0.01 cores=0-7
/proc/14999/task/15015/stat : 15015 (java) S 14997 14997 10125 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786339683056 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15016] ppid=14997 vsize=28231652 memory=281350288689328 CPUtime=0.12 cores=0-7
/proc/14999/task/15016/stat : 15016 (java) S 14997 14997 10125 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786338630512 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15017] ppid=14997 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15017/stat : 15017 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511200867 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786337577184 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15018] ppid=14997 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/14999/task/15018/stat : 15018 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200868 28909211648 12414 33554432000 4194304 4196468 140735143954816 139786336524720 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51112 KiB

[startup+0.701152 s]
/proc/loadavg: 7.78 7.74 7.66 5/211 15019
/proc/meminfo: memFree=26421328/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28233776 memory=97932 CPUtime=1.99 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 16127 0 0 0 193 6 0 0 20 0 20 0 511200861 28911386624 24483 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7058444 24483 3458 1 0 7019544 0
[pid=14999/tid=15000] ppid=14997 vsize=28233776 memory=281350289047216 CPUtime=0.67 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) R 14997 14997 10125 0 -1 4202560 9237 0 0 0 63 4 0 0 20 0 20 0 511200862 28911386624 24483 33554432000 4194304 4196468 140735143954816 139787819566192 139787445021915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28233776 memory=140675144524656 CPUtime=0 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28911386624 24483 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28911386624 24483 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511200863 28911386624 24483 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0

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

[pid=14999/tid=15070] ppid=14997 vsize=28769364 memory=1456 CPUtime=103.52 cores=0-7
/proc/14999/task/15070/stat : 15070 (java) R 14997 14997 10125 0 -1 4202560 2778 0 0 0 10349 3 0 0 20 0 28 0 511206719 29459828736 923997 33554432000 4194304 4196468 140735143954816 139786320174488 139787453203536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 1185.01 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 3697444 KiB

[startup+222.302 s]
/proc/loadavg: 8.66 7.94 7.73 9/219 15082
/proc/meminfo: memFree=20981792/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28769364 memory=5505296 CPUtime=1663.67 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 154227 0 0 0 166106 261 0 0 20 0 28 0 511200861 29459828736 1376324 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7192341 1376324 3539 1 0 7153441 0
[pid=14999/tid=15000] ppid=14997 vsize=28769364 memory=1456 CPUtime=1.99 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) S 14997 14997 10125 0 -1 1077944384 10042 0 0 0 192 7 0 0 20 0 28 0 511200862 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787819570304 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28769364 memory=5505296 CPUtime=0.25 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1130 0 0 0 18 7 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28769364 memory=5505296 CPUtime=0.24 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 428 0 0 0 17 7 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28769364 memory=5505296 CPUtime=0.26 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 926 0 0 0 20 6 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15004] ppid=14997 vsize=28769364 memory=152167 CPUtime=0.24 cores=0-7
/proc/14999/task/15004/stat : 15004 (java) S 14997 14997 10125 0 -1 1077944384 810 0 0 0 18 6 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787764791952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15005] ppid=14997 vsize=28769364 memory=5505296 CPUtime=0.25 cores=0-7
/proc/14999/task/15005/stat : 15005 (java) S 14997 14997 10125 0 -1 1077944384 1691 0 0 0 19 6 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787363015440 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15006] ppid=14997 vsize=28769364 memory=281350290608304 CPUtime=0.25 cores=0-7
/proc/14999/task/15006/stat : 15006 (java) S 14997 14997 10125 0 -1 1077944384 1024 0 0 0 18 7 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787361962896 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15007] ppid=14997 vsize=28769364 memory=6944656592387989600 CPUtime=0.26 cores=0-7
/proc/14999/task/15007/stat : 15007 (java) S 14997 14997 10125 0 -1 1077944384 838 0 0 0 19 7 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787360910352 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15008] ppid=14997 vsize=28769364 memory=0 CPUtime=0.26 cores=0-7
/proc/14999/task/15008/stat : 15008 (java) S 14997 14997 10125 0 -1 1077944384 1657 0 0 0 19 7 0 0 20 0 28 0 511200863 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139787359857808 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15009] ppid=14997 vsize=28769364 memory=0 CPUtime=0.04 cores=0-7
/proc/14999/task/15009/stat : 15009 (java) S 14997 14997 10125 0 -1 1077944384 4726 0 0 0 3 1 0 0 20 0 28 0 511200864 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786345998320 139787815340674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15010] ppid=14997 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15010/stat : 15010 (java) S 14997 14997 10125 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511200864 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786344944608 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15011] ppid=14997 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/14999/task/15011/stat : 15011 (java) S 14997 14997 10125 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 511200865 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786343891968 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15012] ppid=14997 vsize=28769364 memory=3616 CPUtime=0 cores=0-7
/proc/14999/task/15012/stat : 15012 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786342840528 139787815348123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15013] ppid=14997 vsize=28769364 memory=64568 CPUtime=3.15 cores=0-7
/proc/14999/task/15013/stat : 15013 (java) S 14997 14997 10125 0 -1 1077944384 19947 0 0 0 313 2 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786341788144 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15014] ppid=14997 vsize=28769364 memory=988 CPUtime=3.3 cores=0-7
/proc/14999/task/15014/stat : 15014 (java) S 14997 14997 10125 0 -1 1077944384 17656 0 0 0 327 3 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786340735600 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15015] ppid=14997 vsize=28769364 memory=1456 CPUtime=3.1 cores=0-7
/proc/14999/task/15015/stat : 15015 (java) S 14997 14997 10125 0 -1 1077944384 17382 0 0 0 307 3 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786339683056 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15016] ppid=14997 vsize=28769364 memory=1456 CPUtime=0.99 cores=0-7
/proc/14999/task/15016/stat : 15016 (java) S 14997 14997 10125 0 -1 1077944384 15512 0 0 0 96 3 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786338630512 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15017] ppid=14997 vsize=28769364 memory=1456 CPUtime=0 cores=0-7
/proc/14999/task/15017/stat : 15017 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511200867 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786337577184 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15018] ppid=14997 vsize=28769364 memory=1456 CPUtime=0.07 cores=0-7
/proc/14999/task/15018/stat : 15018 (java) S 14997 14997 10125 0 -1 1077944384 2797 0 0 0 2 5 0 0 20 0 28 0 511200868 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786336524720 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15063] ppid=14997 vsize=28769364 memory=1456 CPUtime=162.87 cores=0-7
/proc/14999/task/15063/stat : 15063 (java) R 14997 14997 10125 0 -1 4202560 1017 0 0 0 16287 0 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786322278848 139787455594477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15064] ppid=14997 vsize=28769364 memory=1456 CPUtime=161.51 cores=0-7
/proc/14999/task/15064/stat : 15064 (java) R 14997 14997 10125 0 -1 4202560 1737 0 0 0 16150 1 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786327543816 139787455166761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15065] ppid=14997 vsize=28769364 memory=1456 CPUtime=163.52 cores=0-7
/proc/14999/task/15065/stat : 15065 (java) R 14997 14997 10125 0 -1 4202560 983 0 0 0 16352 0 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786321228088 139787455594528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15066] ppid=14997 vsize=28769364 memory=5505296 CPUtime=163.57 cores=0-7
/proc/14999/task/15066/stat : 15066 (java) R 14997 14997 10125 0 -1 4202560 21354 0 0 0 16254 103 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786324386536 139787453483364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15067] ppid=14997 vsize=28769364 memory=35328 CPUtime=163.55 cores=0-7
/proc/14999/task/15067/stat : 15067 (java) R 14997 14997 10125 0 -1 4202560 2368 0 0 0 16346 9 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786325440952 139787453507356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15068] ppid=14997 vsize=28769364 memory=5933598502065893735 CPUtime=162.72 cores=0-7
/proc/14999/task/15068/stat : 15068 (java) R 14997 14997 10125 0 -1 4202560 2658 0 0 0 16268 4 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786317025864 139787453478495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15069] ppid=14997 vsize=28769364 memory=7308608084000860014 CPUtime=163.64 cores=0-7
/proc/14999/task/15069/stat : 15069 (java) R 14997 14997 10125 0 -1 4202560 2037 0 0 0 16363 1 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786323331944 139787453529488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15070] ppid=14997 vsize=28769364 memory=7882518059555450469 CPUtime=163.47 cores=0-7
/proc/14999/task/15070/stat : 15070 (java) R 14997 14997 10125 0 -1 4202560 3080 0 0 0 16342 5 0 0 20 0 28 0 511206719 29459828736 1376324 33554432000 4194304 4196468 140735143954816 139786320174968 139787455994735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 1663.67 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 5506752 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.57 7.99 7.75 9/220 15085
/proc/meminfo: memFree=20980652/32770624 swapFree=67002124/67108860
[pid=14997] ppid=14994 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14997/stat : 14997 (xcsp3-exec) S 14994 14997 10125 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511200861 115843072 364 33554432000 4194304 5098028 140721643915952 140721643914056 139993451008636 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20447232 140721643918167 140721643918426 140721643918426 140721643921350 0
/proc/14997/statm: 28282 364 305 221 0 87 0
[pid=14999] ppid=14997 vsize=28769364 memory=5506220 CPUtime=1900.68 cores=0-7
/proc/14999/stat : 14999 (java) S 14997 14997 10125 0 -1 1077944320 160237 0 0 0 189801 267 0 0 20 0 28 0 511200861 29459828736 1376555 33554432000 4194304 4196468 140735143954816 140735143937360 139787815329527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
/proc/14999/statm: 7192341 1376555 3539 1 0 7153441 0
[pid=14999/tid=15000] ppid=14997 vsize=28769364 memory=2676 CPUtime=1.99 cores=0-7
/proc/14999/task/15000/stat : 15000 (java) S 14997 14997 10125 0 -1 1077944384 10042 0 0 0 192 7 0 0 20 0 28 0 511200862 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787819570304 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15001] ppid=14997 vsize=28769364 memory=1764 CPUtime=0.25 cores=0-7
/proc/14999/task/15001/stat : 15001 (java) S 14997 14997 10125 0 -1 1077944384 1208 0 0 0 18 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787767949584 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15002] ppid=14997 vsize=28769364 memory=111632 CPUtime=0.25 cores=0-7
/proc/14999/task/15002/stat : 15002 (java) S 14997 14997 10125 0 -1 1077944384 439 0 0 0 18 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787766897040 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15003] ppid=14997 vsize=28769364 memory=4872558044660077418 CPUtime=0.26 cores=0-7
/proc/14999/task/15003/stat : 15003 (java) S 14997 14997 10125 0 -1 1077944384 931 0 0 0 20 6 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787765844496 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15004] ppid=14997 vsize=28769364 memory=1456 CPUtime=0.25 cores=0-7
/proc/14999/task/15004/stat : 15004 (java) S 14997 14997 10125 0 -1 1077944384 825 0 0 0 19 6 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787764791952 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15005] ppid=14997 vsize=28769364 memory=1456 CPUtime=0.27 cores=0-7
/proc/14999/task/15005/stat : 15005 (java) S 14997 14997 10125 0 -1 1077944384 1739 0 0 0 20 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787363015440 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15006] ppid=14997 vsize=28769364 memory=1456 CPUtime=0.26 cores=0-7
/proc/14999/task/15006/stat : 15006 (java) S 14997 14997 10125 0 -1 1077944384 1032 0 0 0 19 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787361962896 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15007] ppid=14997 vsize=28769364 memory=1556 CPUtime=0.26 cores=0-7
/proc/14999/task/15007/stat : 15007 (java) S 14997 14997 10125 0 -1 1077944384 868 0 0 0 19 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787360910352 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15008] ppid=14997 vsize=28769364 memory=500 CPUtime=0.26 cores=0-7
/proc/14999/task/15008/stat : 15008 (java) S 14997 14997 10125 0 -1 1077944384 2074 0 0 0 19 7 0 0 20 0 28 0 511200863 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139787359857808 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15009] ppid=14997 vsize=28769364 memory=932 CPUtime=0.05 cores=0-7
/proc/14999/task/15009/stat : 15009 (java) S 14997 14997 10125 0 -1 1077944384 4945 0 0 0 4 1 0 0 20 0 28 0 511200864 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786345998320 139787815340674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15010] ppid=14997 vsize=28769364 memory=1824 CPUtime=0 cores=0-7
/proc/14999/task/15010/stat : 15010 (java) S 14997 14997 10125 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511200864 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786344944608 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15011] ppid=14997 vsize=28769364 memory=1656 CPUtime=0 cores=0-7
/proc/14999/task/15011/stat : 15011 (java) S 14997 14997 10125 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 28 0 511200865 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786343891968 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15012] ppid=14997 vsize=28769364 memory=804 CPUtime=0 cores=0-7
/proc/14999/task/15012/stat : 15012 (java) S 14997 14997 10125 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786342840528 139787815348123 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15013] ppid=14997 vsize=28769364 memory=1456 CPUtime=3.17 cores=0-7
/proc/14999/task/15013/stat : 15013 (java) S 14997 14997 10125 0 -1 1077944384 20549 0 0 0 315 2 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786341788144 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15014] ppid=14997 vsize=28769364 memory=5506220 CPUtime=3.32 cores=0-7
/proc/14999/task/15014/stat : 15014 (java) S 14997 14997 10125 0 -1 1077944384 18384 0 0 0 329 3 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786340735600 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15015] ppid=14997 vsize=28769364 memory=6791534058613427641 CPUtime=3.12 cores=0-7
/proc/14999/task/15015/stat : 15015 (java) S 14997 14997 10125 0 -1 1077944384 18144 0 0 0 309 3 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786339683056 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15016] ppid=14997 vsize=28769364 memory=4872558044660077418 CPUtime=0.99 cores=0-7
/proc/14999/task/15016/stat : 15016 (java) S 14997 14997 10125 0 -1 1077944384 15512 0 0 0 96 3 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786338630512 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15017] ppid=14997 vsize=28769364 memory=10 CPUtime=0 cores=0-7
/proc/14999/task/15017/stat : 15017 (java) S 14997 14997 10125 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511200867 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786337577184 139787815339733 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15018] ppid=14997 vsize=28769364 memory=281350290450880 CPUtime=0.09 cores=0-7
/proc/14999/task/15018/stat : 15018 (java) S 14997 14997 10125 0 -1 1077944384 2807 0 0 0 3 6 0 0 20 0 28 0 511200868 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786336524720 139787815340674 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15063] ppid=14997 vsize=28769364 memory=1399103955517071693 CPUtime=192.57 cores=0-7
/proc/14999/task/15063/stat : 15063 (java) R 14997 14997 10125 0 -1 4202560 1024 0 0 0 19257 0 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786322279304 139787447765113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15064] ppid=14997 vsize=28769364 memory=6940155037404770618 CPUtime=190.58 cores=0-7
/proc/14999/task/15064/stat : 15064 (java) R 14997 14997 10125 0 -1 4202560 1751 0 0 0 19057 1 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786327543928 139787447768035 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15065] ppid=14997 vsize=28769364 memory=7682475212697324859 CPUtime=193.2 cores=0-7
/proc/14999/task/15065/stat : 15065 (java) R 14997 14997 10125 0 -1 4202560 991 0 0 0 19320 0 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786321228088 139787455594489 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15066] ppid=14997 vsize=28769364 memory=6944656592455097440 CPUtime=193.24 cores=0-7
/proc/14999/task/15066/stat : 15066 (java) R 14997 14997 10125 0 -1 4202560 24199 0 0 0 19219 105 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786324386344 139787454079476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15067] ppid=14997 vsize=28769364 memory=4951091520932780916 CPUtime=193.23 cores=0-7
/proc/14999/task/15067/stat : 15067 (java) R 14997 14997 10125 0 -1 4202560 2416 0 0 0 19314 9 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786325438856 139787455994744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15068] ppid=14997 vsize=28769364 memory=-7384449411272656532 CPUtime=192.4 cores=0-7
/proc/14999/task/15068/stat : 15068 (java) R 14997 14997 10125 0 -1 4202560 2735 0 0 0 19236 4 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786317026104 139787453690620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15069] ppid=14997 vsize=28769364 memory=-7522837583129502606 CPUtime=193.33 cores=0-7
/proc/14999/task/15069/stat : 15069 (java) R 14997 14997 10125 0 -1 4202560 2051 0 0 0 19332 1 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786323332280 139787454648409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
[pid=14999/tid=15070] ppid=14997 vsize=28769364 memory=7300991844214534249 CPUtime=193.15 cores=0-7
/proc/14999/task/15070/stat : 15070 (java) R 14997 14997 10125 0 -1 4202560 3144 0 0 0 19309 6 0 0 20 0 28 0 511206719 29459828736 1376555 33554432000 4194304 4196468 140735143954816 139786320174904 139787455994753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735143957468 140735143957643 140735143957643 140735143960527 0
Current children cumulated CPU time: 1900.68 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 5507676 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.041 s]
# the end of solver process 14997 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001563 s, system=0.000781 s

[startup+252.111 s]
# the end of solver process 14999 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1898.51 s, system=2.70883 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 252.111
CPU time (s): 1901.22
CPU user time (s): 1898.51
CPU system time (s): 2.70883
CPU usage (%): 754.12
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 5507676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1898.51
system time used= 2.70883
maximum resident set size= 5508476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12137
involuntary context switches= 23674


# summary of solver processes directly reported to runsolver:
#   pid: 14997,14999
#   total CPU time (s): 1901.22
#   total CPU user time (s): 1898.51
#   total CPU system time (s): 2.70883

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26499 second user time and 3.02181 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-24 20:24:38
IDJOB=4407440
IDBENCH=139745
IDSOLVER=2872
FILE ID=node136/4407440-1569349523
RUNJOBID= node136-1569335934-10152
PBS_JOBID= 21705056
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407440-1569349523/watcher-4407440-1569349523 -o /var/tmp/evaluation-result-4407440-1569349523/solver-4407440-1569349523 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node136-1569335934-10152 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1396051300 HOME/instance-4407440-1569349523.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=1396051300

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26483412 kB
MemAvailable:   31841188 kB
Buffers:          146964 kB
Cached:          5335228 kB
SwapCached:         3556 kB
Active:          2735728 kB
Inactive:        2754748 kB
Active(anon):       3940 kB
Inactive(anon):    61092 kB
Active(file):    2731788 kB
Inactive(file):  2693656 kB
Unevictable:      108444 kB
Mlocked:          108444 kB
SwapTotal:      67108860 kB
SwapFree:       67002124 kB
Dirty:             26044 kB
Writeback:             0 kB
AnonPages:         46700 kB
Mapped:            56916 kB
Shmem:             48260 kB
Slab:             390064 kB
SReclaimable:     360792 kB
SUnreclaim:        29272 kB
KernelStack:        3408 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     516944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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 /var/tmp at the end= 13460 MiB
End job on node136 at 2019-09-24 20:28:50