Trace number 4393242

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-06-14OPT5 42.2763 10.9675

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393242-1568313964.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393242-1568313964.xml, -tl, 2520s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.56/0.73	c solve instance...
1.56/0.75	o 5 
42.02/10.96	s OPTIMUM FOUND
42.02/10.96	v <instantiation>
42.02/10.96	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] </list>
42.02/10.96	v 	<values>0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 5 </values>
42.02/10.96	v </instantiation>

Verifier Data

OK	5

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

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

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

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=9082, runsolver pid=9079

[startup+0.101602 s]*
/proc/loadavg: 8.26 7.80 6.26 6/233 9098
/proc/meminfo: memFree=31313612/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15144768 memory=30328 CPUtime=0.14 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 5520 0 0 0 13 1 0 0 20 0 15 0 407659043 15508242432 7582 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3786192 7582 3154 1 0 3748377 0
[pid=9084/tid=9085] ppid=9082 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) R 9082 9082 6753 0 -1 4202560 3402 0 0 0 8 1 0 0 20 0 15 0 407659043 15508242432 7582 33554432000 4194304 4196468 140735533257584 139885316205680 139885311987094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659045 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407659045 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884779591200 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407659046 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884778538352 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) R 9082 9082 6753 0 -1 4202560 450 0 0 0 1 0 0 0 20 0 15 0 407659048 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884776434032 139885291629984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) R 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0.02 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 407659048 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659049 15508242432 7582 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31780 KiB

[startup+0.210845 s]*
/proc/loadavg: 8.26 7.80 6.26 6/233 9098
/proc/meminfo: memFree=31301376/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15144768 memory=41392 CPUtime=0.34 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 9017 0 0 0 32 2 0 0 20 0 15 0 407659043 15508242432 10348 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3786192 10348 3305 1 0 3748377 0
[pid=9084/tid=9085] ppid=9082 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) R 9082 9082 6753 0 -1 4202560 6183 0 0 0 18 2 0 0 20 0 15 0 407659043 15508242432 10348 33554432000 4194304 4196468 140735533257584 139885316210144 139885311987094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15144768 memory=2995868 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15144768 memory=140193790269576 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407659045 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407659045 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884779591200 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407659046 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884778538352 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) S 9082 9082 6753 0 -1 1077944384 690 0 0 0 3 0 0 0 20 0 15 0 407659048 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884776434032 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) S 9082 9082 6753 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 407659048 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15144768 memory=140193787131520 CPUtime=0.08 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 738 0 0 0 8 0 0 0 20 0 15 0 407659048 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659049 15508242432 10348 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42844 KiB

[startup+0.316733 s]*
/proc/loadavg: 8.26 7.80 6.26 7/233 9098
/proc/meminfo: memFree=31294764/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15149024 memory=50720 CPUtime=0.53 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 10433 0 0 0 50 3 0 0 20 0 15 0 407659043 15512600576 12680 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3787256 12680 3362 1 0 3748377 0
[pid=9084/tid=9085] ppid=9082 vsize=15149024 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) R 9082 9082 6753 0 -1 4202560 7405 0 0 0 28 3 0 0 20 0 15 0 407659043 15512600576 12688 33554432000 4194304 4196468 140735533257584 139885316210096 139885296055646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15149024 memory=2996209 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15149024 memory=3005098 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407659045 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407659045 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884779591200 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407659046 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884778538352 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) S 9082 9082 6753 0 -1 1077944384 808 0 0 0 5 0 0 0 20 0 15 0 407659048 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884776434032 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) S 9082 9082 6753 0 -1 1077944384 108 0 0 0 3 0 0 0 20 0 15 0 407659048 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 821 0 0 0 12 0 0 0 20 0 15 0 407659048 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659049 15512600576 12688 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52172 KiB

[startup+0.700733 s]
/proc/loadavg: 8.26 7.80 6.26 9/233 9098
/proc/meminfo: memFree=31277584/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15151148 memory=84584 CPUtime=1.56 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 14318 0 0 0 152 4 0 0 20 0 15 0 407659043 15514775552 21146 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3787787 21146 3451 1 0 3748889 0
[pid=9084/tid=9085] ppid=9082 vsize=15151148 memory=1788317009153 CPUtime=0.67 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) R 9082 9082 6753 0 -1 4202560 8745 0 0 0 64 3 0 0 20 0 15 0 407659043 15514775552 21146 33554432000 4194304 4196468 140735533257584 139885316211024 139884949793928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15151148 memory=512 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15151148 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659044 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15151148 memory=3772 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407659044 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15151148 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407659045 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15151148 memory=920 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407659045 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884779591200 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15151148 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407659046 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884778538352 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15151148 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15151148 memory=1764 CPUtime=0.24 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) R 9082 9082 6753 0 -1 4202560 1410 0 0 0 24 0 0 0 20 0 15 0 407659048 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884776418384 139885295948657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15151148 memory=111632 CPUtime=0.22 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) R 9082 9082 6753 0 -1 1077944384 784 0 0 0 22 0 0 0 20 0 15 0 407659048 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884775371024 139885311985365 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15151148 memory=804 CPUtime=0.41 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) R 9082 9082 6753 0 -1 4202560 2071 0 0 0 41 0 0 0 20 0 15 0 407659048 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884774324192 139885311987094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15151148 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407659048 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15151148 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407659049 15514775552 21146 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 86036 KiB

[startup+1.50087 s]
/proc/loadavg: 8.26 7.80 6.26 11/237 9106
/proc/meminfo: memFree=31231172/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0

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

/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 19 0 407659049 15787421696 51266 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9103] ppid=9082 vsize=15417404 memory=280387276596672 CPUtime=8.13 cores=1,3,5,7
/proc/9084/task/9103/stat : 9103 (java) R 9082 9082 6753 0 -1 4202560 226 0 0 0 813 0 0 0 20 0 19 0 407659118 15787421696 51266 33554432000 4194304 4196468 140735533257584 139884759854744 139884956312470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9104] ppid=9082 vsize=15417404 memory=0 CPUtime=8.12 cores=1,3,5,7
/proc/9084/task/9104/stat : 9104 (java) R 9082 9082 6753 0 -1 4202560 683 0 0 0 812 0 0 0 20 0 19 0 407659118 15787421696 51266 33554432000 4194304 4196468 140735533257584 139884761961064 139885297185052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9105] ppid=9082 vsize=15417404 memory=288230604657656139 CPUtime=8.28 cores=1,3,5,7
/proc/9084/task/9105/stat : 9105 (java) R 9082 9082 6753 0 -1 4202560 183 0 0 0 828 0 0 0 20 0 19 0 407659118 15787421696 51266 33554432000 4194304 4196468 140735533257584 139884760907200 139884955939974 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9106] ppid=9082 vsize=15417404 memory=14981087336077355 CPUtime=8.31 cores=1,3,5,7
/proc/9084/task/9106/stat : 9106 (java) R 9082 9082 6753 0 -1 4202560 481 0 0 0 831 0 0 0 20 0 19 0 407659118 15787421696 51266 33554432000 4194304 4196468 140735533257584 139884763015584 139884955651494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 36.85 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 206516 KiB

[startup+10.4017 s]
/proc/loadavg: 8.00 7.76 6.27 9/237 9107
/proc/meminfo: memFree=31151216/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15417404 memory=201996 CPUtime=40.03 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 28454 0 0 0 3993 10 0 0 20 0 19 0 407659043 15787421696 50499 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3854351 50499 3509 1 0 3815453 0
[pid=9084/tid=9085] ppid=9082 vsize=15417404 memory=772 CPUtime=0.71 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) S 9082 9082 6753 0 -1 1077944384 8816 0 0 0 68 3 0 0 20 0 19 0 407659043 15787421696 50499 33554432000 4194304 4196468 140735533257584 139885316215936 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15417404 memory=788 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15417404 memory=791 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 1029 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15417404 memory=205064 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1116 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15417404 memory=199892 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15417404 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 19 0 407659045 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15417404 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 407659045 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884779591264 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15417404 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 407659046 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884778538368 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15417404 memory=280387276539136 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15417404 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) S 9082 9082 6753 0 -1 1077944384 4743 0 0 0 120 0 0 0 20 0 19 0 407659048 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884776434032 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15417404 memory=187376 CPUtime=1.27 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) S 9082 9082 6753 0 -1 1077944384 4327 0 0 0 126 1 0 0 20 0 19 0 407659048 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15417404 memory=201984 CPUtime=0.64 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 4130 0 0 0 64 0 0 0 20 0 19 0 407659048 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15417404 memory=280387276524720 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15417404 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) R 9082 9082 6753 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 19 0 407659049 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9103] ppid=9082 vsize=15417404 memory=1452 CPUtime=8.91 cores=1,3,5,7
/proc/9084/task/9103/stat : 9103 (java) R 9082 9082 6753 0 -1 4202560 227 0 0 0 891 0 0 0 20 0 19 0 407659118 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884759853984 139884956312777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9104] ppid=9082 vsize=15417404 memory=206408 CPUtime=8.91 cores=1,3,5,7
/proc/9084/task/9104/stat : 9104 (java) R 9082 9082 6753 0 -1 4202560 688 0 0 0 891 0 0 0 20 0 19 0 407659118 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884761962144 139884955899373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9105] ppid=9082 vsize=15417404 memory=1452 CPUtime=9.06 cores=1,3,5,7
/proc/9084/task/9105/stat : 9105 (java) R 9082 9082 6753 0 -1 4202560 184 0 0 0 906 0 0 0 20 0 19 0 407659118 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884760908296 139884955940626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9106] ppid=9082 vsize=15417404 memory=199856 CPUtime=9.1 cores=1,3,5,7
/proc/9084/task/9106/stat : 9106 (java) R 9082 9082 6753 0 -1 4202560 483 0 0 0 910 0 0 0 20 0 19 0 407659118 15787421696 50499 33554432000 4194304 4196468 140735533257584 139884763014296 139884955651069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 40.03 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 203448 KiB

[startup+10.8017 s]
/proc/loadavg: 8.00 7.76 6.27 9/237 9107
/proc/meminfo: memFree=31151216/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15417404 memory=196880 CPUtime=41.62 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 28553 0 0 0 4152 10 0 0 20 0 19 0 407659043 15787421696 49220 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3854351 49220 3509 1 0 3815453 0
[pid=9084/tid=9085] ppid=9082 vsize=15417404 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) S 9082 9082 6753 0 -1 1077944384 8816 0 0 0 68 3 0 0 20 0 19 0 407659043 15787421696 49220 33554432000 4194304 4196468 140735533257584 139885316215936 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15417404 memory=280387277150528 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15417404 memory=3475007288102151536 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 1029 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15417404 memory=7523106413018108009 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1116 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15417404 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15417404 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 19 0 407659045 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 407659045 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884779591264 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 407659046 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884778538368 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15417404 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) S 9082 9082 6753 0 -1 1077944384 4743 0 0 0 120 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884776434032 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15417404 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) S 9082 9082 6753 0 -1 1077944384 4327 0 0 0 126 1 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15417404 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 4208 0 0 0 64 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 19 0 407659049 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9103] ppid=9082 vsize=15417404 memory=0 CPUtime=9.31 cores=1,3,5,7
/proc/9084/task/9103/stat : 9103 (java) R 9082 9082 6753 0 -1 4202560 227 0 0 0 931 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884759854744 139884956313322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9104] ppid=9082 vsize=15417404 memory=0 CPUtime=9.31 cores=1,3,5,7
/proc/9084/task/9104/stat : 9104 (java) R 9082 9082 6753 0 -1 4202560 689 0 0 0 931 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884761962256 139884956880023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9105] ppid=9082 vsize=15417404 memory=0 CPUtime=9.45 cores=1,3,5,7
/proc/9084/task/9105/stat : 9105 (java) R 9082 9082 6753 0 -1 4202560 185 0 0 0 945 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884760908296 139885297185052 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9106] ppid=9082 vsize=15417404 memory=55 CPUtime=9.5 cores=1,3,5,7
/proc/9084/task/9106/stat : 9106 (java) R 9082 9082 6753 0 -1 4202560 501 0 0 0 950 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884763013152 139884955709637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 41.62 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 198332 KiB

[startup+10.9017 s]
/proc/loadavg: 8.00 7.76 6.27 9/237 9107
/proc/meminfo: memFree=31151216/32770624 swapFree=66979388/67108860
[pid=9082] ppid=9079 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/9082/stat : 9082 (xcsp3-exec) S 9079 9082 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407659042 115843072 363 33554432000 4194304 5098028 140727126141248 140727126139352 140505241531004 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35241984 140727126147962 140727126148205 140727126148205 140727126151114 0
/proc/9082/statm: 28282 363 304 221 0 87 0
[pid=9084] ppid=9082 vsize=15417404 memory=196880 CPUtime=42.02 cores=1,3,5,7
/proc/9084/stat : 9084 (java) S 9082 9082 6753 0 -1 1077944320 28553 0 0 0 4192 10 0 0 20 0 19 0 407659043 15787421696 49220 33554432000 4194304 4196468 140735533257584 140735533240128 139885311975159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
/proc/9084/statm: 3854351 49220 3509 1 0 3815453 0
[pid=9084/tid=9085] ppid=9082 vsize=15417404 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/9084/task/9085/stat : 9085 (java) S 9082 9082 6753 0 -1 1077944384 8816 0 0 0 68 3 0 0 20 0 19 0 407659043 15787421696 49220 33554432000 4194304 4196468 140735533257584 139885316215936 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9086] ppid=9082 vsize=15417404 memory=3887 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9086/stat : 9086 (java) S 9082 9082 6753 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884904815248 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9087] ppid=9082 vsize=15417404 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9087/stat : 9087 (java) S 9082 9082 6753 0 -1 1077944384 1029 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884903762448 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9088] ppid=9082 vsize=15417404 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9088/stat : 9088 (java) S 9082 9082 6753 0 -1 1077944384 1116 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884902709648 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9089] ppid=9082 vsize=15417404 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9089/stat : 9089 (java) S 9082 9082 6753 0 -1 1077944384 217 0 0 0 1 0 0 0 20 0 19 0 407659044 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884901656848 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9090] ppid=9082 vsize=15417404 memory=3620 CPUtime=0.01 cores=1,3,5,7
/proc/9084/task/9090/stat : 9090 (java) S 9082 9082 6753 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 19 0 407659045 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884780645232 139885311986306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9091] ppid=9082 vsize=15417404 memory=16636 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9091/stat : 9091 (java) S 9082 9082 6753 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 407659045 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884779591264 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9092] ppid=9082 vsize=15417404 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9092/stat : 9092 (java) S 9082 9082 6753 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 407659046 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884778538368 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9093] ppid=9082 vsize=15417404 memory=205064 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9093/stat : 9093 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884777486672 139885311993755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9094] ppid=9082 vsize=15417404 memory=55 CPUtime=1.2 cores=1,3,5,7
/proc/9084/task/9094/stat : 9094 (java) S 9082 9082 6753 0 -1 1077944384 4743 0 0 0 120 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884776434032 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9095] ppid=9082 vsize=15417404 memory=2828 CPUtime=1.27 cores=1,3,5,7
/proc/9084/task/9095/stat : 9095 (java) S 9082 9082 6753 0 -1 1077944384 4327 0 0 0 126 1 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884775381232 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9096] ppid=9082 vsize=15417404 memory=280387276623840 CPUtime=0.64 cores=1,3,5,7
/proc/9084/task/9096/stat : 9096 (java) S 9082 9082 6753 0 -1 1077944384 4208 0 0 0 64 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884774328432 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9097] ppid=9082 vsize=15417404 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9097/stat : 9097 (java) S 9082 9082 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407659048 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884773275872 139885311985365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9098] ppid=9082 vsize=15417404 memory=11976 CPUtime=0 cores=1,3,5,7
/proc/9084/task/9098/stat : 9098 (java) S 9082 9082 6753 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 19 0 407659049 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884772224176 139885311986306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9103] ppid=9082 vsize=15417404 memory=1452 CPUtime=9.41 cores=1,3,5,7
/proc/9084/task/9103/stat : 9103 (java) R 9082 9082 6753 0 -1 4202560 227 0 0 0 941 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884759854744 139884955939986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9104] ppid=9082 vsize=15417404 memory=1452 CPUtime=9.41 cores=1,3,5,7
/proc/9084/task/9104/stat : 9104 (java) R 9082 9082 6753 0 -1 4202560 689 0 0 0 941 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884761962256 139884955707894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9105] ppid=9082 vsize=15417404 memory=203540 CPUtime=9.55 cores=1,3,5,7
/proc/9084/task/9105/stat : 9105 (java) R 9082 9082 6753 0 -1 4202560 185 0 0 0 955 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884760908296 139884956312610 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
[pid=9084/tid=9106] ppid=9082 vsize=15417404 memory=0 CPUtime=9.6 cores=1,3,5,7
/proc/9084/task/9106/stat : 9106 (java) R 9082 9082 6753 0 -1 4202560 501 0 0 0 960 0 0 0 20 0 19 0 407659118 15787421696 49220 33554432000 4194304 4196468 140735533257584 139884763013152 139884955872472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33505280 140735533261807 140735533261978 140735533261978 140735533264847 0
Current children cumulated CPU time: 42.02 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 198332 KiB

Child status: 0
Real time (s): 10.9675
CPU time (s): 42.2763
CPU user time (s): 42.1652
CPU system time (s): 0.111094
CPU usage (%): 385.469
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 207860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.1652
system time used= 0.111094
maximum resident set size= 207112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2985
involuntary context switches= 1231


# summary of solver processes directly reported to runsolver:
#   pid: 9082
#   total CPU time (s): 42.2763
#   total CPU user time (s): 42.1652
#   total CPU system time (s): 0.111094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098313 second user time and 0.155306 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 20:45:22
IDJOB=4393242
IDBENCH=120561
IDSOLVER=2840
FILE ID=node121/4393242-1568313964
RUNJOBID= node121-1568312479-6785
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.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-4393242-1568313964/watcher-4393242-1568313964 -o /tmp/evaluation-result-4393242-1568313964/solver-4393242-1568313964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1076726163 HOME/instance-4393242-1568313964.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1076726163

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:        31331648 kB
MemAvailable:   31546444 kB
Buffers:          114668 kB
Cached:           395528 kB
SwapCached:        19276 kB
Active:           653672 kB
Inactive:         250244 kB
Active(anon):     380140 kB
Inactive(anon):    42408 kB
Active(file):     273532 kB
Inactive(file):   207836 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979388 kB
Dirty:             26096 kB
Writeback:             0 kB
AnonPages:        490856 kB
Mapped:            44564 kB
Shmem:             20332 kB
Slab:             127464 kB
SReclaimable:      98524 kB
SUnreclaim:        28940 kB
KernelStack:        3968 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1282144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 61000 MiB
End job on node121 at 2019-09-12 20:45:33