Trace number 4403702

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-20OPT5 44.9857 11.6666

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-4403702-1568988376.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403702-1568988376.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
1.59/0.74	c solve instance...
1.59/0.77	o 5 
44.73/11.66	s OPTIMUM FOUND
44.73/11.66	v <instantiation>
44.73/11.66	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>
44.73/11.66	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>
44.73/11.66	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 (3588 MiB free)
  memory of node 1: 16384 MiB (3326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403702-1568988376/watcher-4403702-1568988376 -o /var/tmp/evaluation-result-4403702-1568988376/solver-4403702-1568988376 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 982482953 HOME/instance-4403702-1568988376.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=2638, runsolver pid=2635

[startup+0.102934 s]*
/proc/loadavg: 8.18 8.24 6.59 8/235 2654
/proc/meminfo: memFree=7037128/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15144776 memory=29076 CPUtime=0.13 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 5675 0 0 0 12 1 0 0 20 0 15 0 475093232 15508250624 7269 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3786194 7269 3192 1 0 3748377 0
[pid=2640/tid=2641] ppid=2638 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) R 2638 2638 1883 0 -1 4202560 3563 0 0 0 9 0 0 0 20 0 15 0 475093232 15508250624 7269 33554432000 4194304 4196468 140728983456432 140313173114704 140313152931173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 7269 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 7269 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 7269 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 7269 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475093234 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475093235 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312636396576 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475093235 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312635343728 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093237 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) R 2638 2638 1883 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 475093237 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) R 2638 2638 1883 0 -1 4202560 179 0 0 0 0 0 0 0 20 0 15 0 475093237 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312632187632 140313149587840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0.02 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) R 2638 2638 1883 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 475093237 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312631134832 140313161984379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093238 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093238 15508250624 7269 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30532 KiB

[startup+0.210926 s]*
/proc/loadavg: 8.18 8.24 6.59 10/235 2654
/proc/meminfo: memFree=7023392/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15144776 memory=40816 CPUtime=0.33 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 9427 0 0 0 30 3 0 0 20 0 15 0 475093232 15508250624 10204 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3786194 10204 3304 1 0 3748377 0
[pid=2640/tid=2641] ppid=2638 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) R 2638 2638 1883 0 -1 4202560 6582 0 0 0 18 2 0 0 20 0 15 0 475093232 15508250624 10204 33554432000 4194304 4196468 140728983456432 140313173117264 140313152968030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15144776 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 10204 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15144776 memory=140345872505915 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 10204 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 10204 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475093233 15508250624 10204 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475093234 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475093235 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312636396576 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475093235 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312635343728 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093237 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) S 2638 2638 1883 0 -1 1077944384 550 0 0 0 3 0 0 0 20 0 15 0 475093237 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) S 2638 2638 1883 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 15 0 475093237 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312632187632 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15144776 memory=140345869284992 CPUtime=0.08 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) S 2638 2638 1883 0 -1 1077944384 781 0 0 0 8 0 0 0 20 0 15 0 475093237 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312631134832 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093238 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093238 15508250624 10204 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42272 KiB

[startup+0.321053 s]*
/proc/loadavg: 8.18 8.24 6.59 9/235 2654
/proc/meminfo: memFree=7015996/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15149032 memory=50088 CPUtime=0.52 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 10808 0 0 0 48 4 0 0 20 0 15 0 475093232 15512608768 12522 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3787258 12522 3339 1 0 3748377 0
[pid=2640/tid=2641] ppid=2638 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) R 2638 2638 1883 0 -1 4202560 7870 0 0 0 28 3 0 0 20 0 15 0 475093232 15512608768 12530 33554432000 4194304 4196468 140728983456432 140313173121600 140313152968030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15512608768 12530 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15512608768 12530 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15512608768 12530 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475093233 15512608768 12530 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475093234 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475093235 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312636396576 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475093235 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312635343728 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093237 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) S 2638 2638 1883 0 -1 1077944384 557 0 0 0 4 0 0 0 20 0 15 0 475093237 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) S 2638 2638 1883 0 -1 1077944384 236 0 0 0 2 0 0 0 20 0 15 0 475093237 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312632187632 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) S 2638 2638 1883 0 -1 1077944384 860 0 0 0 12 0 0 0 20 0 15 0 475093237 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312631134832 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093238 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093238 15512608768 12530 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51544 KiB

[startup+0.708056 s]
/proc/loadavg: 8.18 8.24 6.59 12/235 2654
/proc/meminfo: memFree=6998812/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15151156 memory=84400 CPUtime=1.59 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 14773 0 0 0 153 6 0 0 20 0 15 0 475093232 15514783744 21100 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3787789 21100 3453 1 0 3748889 0
[pid=2640/tid=2641] ppid=2638 vsize=15151156 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) R 2638 2638 1883 0 -1 4202560 9200 0 0 0 65 4 0 0 20 0 15 0 475093232 15514783744 21100 33554432000 4194304 4196468 140728983456432 140313173123552 140312777937509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15151156 memory=164 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15514783744 21100 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15514783744 21100 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093233 15514783744 21100 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475093233 15514783744 21100 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15151156 memory=40184 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475093234 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475093235 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312636396576 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475093235 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312635343728 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15151156 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093237 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15151156 memory=1044 CPUtime=0.24 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) R 2638 2638 1883 0 -1 4202560 1267 0 0 0 24 0 0 0 20 0 15 0 475093237 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312633223600 140313168908890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15151156 memory=708 CPUtime=0.22 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) R 2638 2638 1883 0 -1 4202560 1005 0 0 0 22 0 0 0 20 0 15 0 475093237 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312632177512 140313153280848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15151156 memory=9364 CPUtime=0.4 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) R 2638 2638 1883 0 -1 4202560 1992 0 0 0 40 0 0 0 20 0 15 0 475093237 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312631130656 140313168908890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15151156 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475093238 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475093238 15514783744 21100 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 85856 KiB

[startup+1.50105 s]
/proc/loadavg: 8.18 8.24 6.59 14/239 2662
/proc/meminfo: memFree=6950752/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0

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

/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 52787 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2659] ppid=2638 vsize=15419460 memory=-2895008908443415148 CPUtime=8.21 cores=1,3,5,7
/proc/2640/task/2659/stat : 2659 (java) R 2638 2638 1883 0 -1 4202560 235 0 0 0 820 1 0 0 20 0 19 0 475093309 15789527040 52787 33554432000 4194304 4196468 140728983456432 140312624101680 140312778792156 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2660] ppid=2638 vsize=15419460 memory=8514701219931451533 CPUtime=8.28 cores=1,3,5,7
/proc/2640/task/2660/stat : 2660 (java) R 2638 2638 1883 0 -1 4202560 661 0 0 0 828 0 0 0 20 0 19 0 475093309 15789527040 52787 33554432000 4194304 4196468 140728983456432 140312155407480 140312779889488 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2661] ppid=2638 vsize=15419460 memory=-8543172954466572914 CPUtime=8.16 cores=1,3,5,7
/proc/2640/task/2661/stat : 2661 (java) R 2638 2638 1883 0 -1 4202560 198 0 0 0 816 0 0 0 20 0 19 0 475093309 15789527040 52787 33554432000 4194304 4196468 140728983456432 140312156459360 140312779636761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2662] ppid=2638 vsize=15419460 memory=-8171376296011865461 CPUtime=7.93 cores=1,3,5,7
/proc/2640/task/2662/stat : 2662 (java) R 2638 2638 1883 0 -1 4202560 464 0 0 0 793 0 0 0 20 0 19 0 475093309 15789527040 52787 33554432000 4194304 4196468 140728983456432 140312157512128 140312780028352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 36.81 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 212604 KiB

[startup+10.4011 s]
/proc/loadavg: 8.30 8.27 6.61 9/239 2662
/proc/meminfo: memFree=6577324/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15419460 memory=208076 CPUtime=39.99 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 33119 0 0 0 3985 14 0 0 20 0 19 0 475093232 15789527040 52019 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3854865 52019 3510 1 0 3815965 0
[pid=2640/tid=2641] ppid=2638 vsize=15419460 memory=781 CPUtime=0.73 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) S 2638 2638 1883 0 -1 1077944384 9274 0 0 0 69 4 0 0 20 0 19 0 475093232 15789527040 52019 33554432000 4194304 4196468 140728983456432 140313173128320 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15419460 memory=788 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 52019 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15419460 memory=776 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 52019 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15419460 memory=754 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1146 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 52019 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15419460 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 52019 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 19 0 475093234 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312636396640 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312635343744 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15419460 memory=8980 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093237 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15419460 memory=2257 CPUtime=1.2 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) S 2638 2638 1883 0 -1 1077944384 7918 0 0 0 119 1 0 0 20 0 19 0 475093237 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15419460 memory=140345707327772 CPUtime=1.48 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) S 2638 2638 1883 0 -1 1077944384 6038 0 0 0 148 0 0 0 20 0 19 0 475093237 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312632187632 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15419460 memory=288230596034167089 CPUtime=0.63 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) S 2638 2638 1883 0 -1 1077944384 4406 0 0 0 62 1 0 0 20 0 19 0 475093237 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312631134832 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15419460 memory=14975563941021175 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2659] ppid=2638 vsize=15419460 memory=140345706920913 CPUtime=8.99 cores=1,3,5,7
/proc/2640/task/2659/stat : 2659 (java) R 2638 2638 1883 0 -1 4202560 239 0 0 0 898 1 0 0 20 0 19 0 475093309 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312624099464 140312779614612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2660] ppid=2638 vsize=15419460 memory=15988 CPUtime=9.06 cores=1,3,5,7
/proc/2640/task/2660/stat : 2660 (java) R 2638 2638 1883 0 -1 4202560 666 0 0 0 906 0 0 0 20 0 19 0 475093309 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312155405856 140312778792059 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2661] ppid=2638 vsize=15419460 memory=6655300316396806240 CPUtime=8.95 cores=1,3,5,7
/proc/2640/task/2661/stat : 2661 (java) R 2638 2638 1883 0 -1 4202560 200 0 0 0 895 0 0 0 20 0 19 0 475093309 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312156460024 140313150293867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2662] ppid=2638 vsize=15419460 memory=6944656592455097440 CPUtime=8.73 cores=1,3,5,7
/proc/2640/task/2662/stat : 2662 (java) R 2638 2638 1883 0 -1 4202560 471 0 0 0 873 0 0 0 20 0 19 0 475093309 15789527040 52019 33554432000 4194304 4196468 140728983456432 140312157513600 140312779614446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 39.99 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 209532 KiB

[startup+11.2011 s]
/proc/loadavg: 8.30 8.27 6.61 9/239 2662
/proc/meminfo: memFree=6581892/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15419460 memory=203476 CPUtime=43.14 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 33308 0 0 0 4300 14 0 0 20 0 19 0 475093232 15789527040 50869 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3854865 50869 3510 1 0 3815965 0
[pid=2640/tid=2641] ppid=2638 vsize=15419460 memory=209600 CPUtime=0.73 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) S 2638 2638 1883 0 -1 1077944384 9274 0 0 0 69 4 0 0 20 0 19 0 475093232 15789527040 50869 33554432000 4194304 4196468 140728983456432 140313173128320 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15419460 memory=3377566 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 50869 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15419460 memory=3580 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 50869 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1147 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 50869 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 50869 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 19 0 475093234 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312636396640 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312635343744 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15419460 memory=280691413859744 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093237 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15419460 memory=848 CPUtime=1.2 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) S 2638 2638 1883 0 -1 1077944384 7918 0 0 0 119 1 0 0 20 0 19 0 475093237 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15419460 memory=836 CPUtime=1.48 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) S 2638 2638 1883 0 -1 1077944384 6038 0 0 0 148 0 0 0 20 0 19 0 475093237 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312632187632 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15419460 memory=813 CPUtime=0.63 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) S 2638 2638 1883 0 -1 1077944384 4561 0 0 0 62 1 0 0 20 0 19 0 475093237 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312631134832 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2659] ppid=2638 vsize=15419460 memory=8112282956445269571 CPUtime=9.77 cores=1,3,5,7
/proc/2640/task/2659/stat : 2659 (java) R 2638 2638 1883 0 -1 4202560 239 0 0 0 976 1 0 0 20 0 19 0 475093309 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312624101680 140312779613846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2660] ppid=2638 vsize=15419460 memory=288230596050944315 CPUtime=9.84 cores=1,3,5,7
/proc/2640/task/2660/stat : 2660 (java) R 2638 2638 1883 0 -1 4202560 668 0 0 0 984 0 0 0 20 0 19 0 475093309 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312155407232 140312779636976 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2661] ppid=2638 vsize=15419460 memory=15534128732833695 CPUtime=9.75 cores=1,3,5,7
/proc/2640/task/2661/stat : 2661 (java) R 2638 2638 1883 0 -1 4202560 200 0 0 0 975 0 0 0 20 0 19 0 475093309 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312156459888 140312779729061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2662] ppid=2638 vsize=15419460 memory=1760 CPUtime=9.51 cores=1,3,5,7
/proc/2640/task/2662/stat : 2662 (java) R 2638 2638 1883 0 -1 4202560 500 0 0 0 951 0 0 0 20 0 19 0 475093309 15789527040 50869 33554432000 4194304 4196468 140728983456432 140312157512032 140312778988157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 43.14 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 204932 KiB

[startup+11.6011 s]
/proc/loadavg: 8.30 8.27 6.61 9/239 2662
/proc/meminfo: memFree=6581892/32770624 swapFree=66952576/67108860
[pid=2638] ppid=2635 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2638/stat : 2638 (xcsp3-exec) S 2635 2638 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475093232 115843072 364 33554432000 4194304 5098028 140735618434656 140735618432760 140330884182652 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25935872 140735618442071 140735618442329 140735618442329 140735618445254 0
/proc/2638/statm: 28282 364 305 221 0 87 0
[pid=2640] ppid=2638 vsize=15419460 memory=198856 CPUtime=44.73 cores=1,3,5,7
/proc/2640/stat : 2640 (java) S 2638 2638 1883 0 -1 1077944320 33310 0 0 0 4459 14 0 0 20 0 19 0 475093232 15789527040 49714 33554432000 4194304 4196468 140728983456432 140728983438976 140313168887543 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
/proc/2640/statm: 3854865 49714 3510 1 0 3815965 0
[pid=2640/tid=2641] ppid=2638 vsize=15419460 memory=8080 CPUtime=0.73 cores=1,3,5,7
/proc/2640/task/2641/stat : 2641 (java) S 2638 2638 1883 0 -1 1077944384 9274 0 0 0 69 4 0 0 20 0 19 0 475093232 15789527040 49714 33554432000 4194304 4196468 140728983456432 140313173128320 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2642] ppid=2638 vsize=15419460 memory=3624 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2642/stat : 2642 (java) S 2638 2638 1883 0 -1 1077944384 169 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 49714 33554432000 4194304 4196468 140728983456432 140313096928400 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2643] ppid=2638 vsize=15419460 memory=1556 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2643/stat : 2643 (java) S 2638 2638 1883 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 49714 33554432000 4194304 4196468 140728983456432 140313095875600 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2644] ppid=2638 vsize=15419460 memory=2832 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2644/stat : 2644 (java) S 2638 2638 1883 0 -1 1077944384 1147 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 49714 33554432000 4194304 4196468 140728983456432 140313094822800 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2645] ppid=2638 vsize=15419460 memory=4104 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2645/stat : 2645 (java) S 2638 2638 1883 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 19 0 475093233 15789527040 49714 33554432000 4194304 4196468 140728983456432 140313093770000 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2646] ppid=2638 vsize=15419460 memory=1984 CPUtime=0.01 cores=1,3,5,7
/proc/2640/task/2646/stat : 2646 (java) S 2638 2638 1883 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 19 0 475093234 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312637450608 140313168898690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2647] ppid=2638 vsize=15419460 memory=2552 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2647/stat : 2647 (java) S 2638 2638 1883 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312636396640 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2648] ppid=2638 vsize=15419460 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2648/stat : 2648 (java) S 2638 2638 1883 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 19 0 475093235 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312635343744 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2649] ppid=2638 vsize=15419460 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2649/stat : 2649 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093237 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312634292048 140313168906139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2650] ppid=2638 vsize=15419460 memory=804 CPUtime=1.2 cores=1,3,5,7
/proc/2640/task/2650/stat : 2650 (java) S 2638 2638 1883 0 -1 1077944384 7918 0 0 0 119 1 0 0 20 0 19 0 475093237 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312633240432 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2651] ppid=2638 vsize=15419460 memory=1412 CPUtime=1.48 cores=1,3,5,7
/proc/2640/task/2651/stat : 2651 (java) S 2638 2638 1883 0 -1 1077944384 6038 0 0 0 148 0 0 0 20 0 19 0 475093237 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312632187632 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2652] ppid=2638 vsize=15419460 memory=2784 CPUtime=0.63 cores=1,3,5,7
/proc/2640/task/2652/stat : 2652 (java) S 2638 2638 1883 0 -1 1077944384 4561 0 0 0 62 1 0 0 20 0 19 0 475093237 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312631134832 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2653] ppid=2638 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2653/stat : 2653 (java) S 2638 2638 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312630082272 140313168897749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2654] ppid=2638 vsize=15419460 memory=660440 CPUtime=0 cores=1,3,5,7
/proc/2640/task/2654/stat : 2654 (java) S 2638 2638 1883 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 475093238 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312629029552 140313168898690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2659] ppid=2638 vsize=15419460 memory=1412 CPUtime=10.17 cores=1,3,5,7
/proc/2640/task/2659/stat : 2659 (java) R 2638 2638 1883 0 -1 4202560 239 0 0 0 1016 1 0 0 20 0 19 0 475093309 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312624099464 140312778791822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2660] ppid=2638 vsize=15419460 memory=2680 CPUtime=10.24 cores=1,3,5,7
/proc/2640/task/2660/stat : 2660 (java) R 2638 2638 1883 0 -1 4202560 668 0 0 0 1024 0 0 0 20 0 19 0 475093309 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312155407232 140313153264663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2661] ppid=2638 vsize=15419460 memory=1456 CPUtime=10.15 cores=1,3,5,7
/proc/2640/task/2661/stat : 2661 (java) R 2638 2638 1883 0 -1 4202560 201 0 0 0 1015 0 0 0 20 0 19 0 475093309 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312156462240 140312779171694 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
[pid=2640/tid=2662] ppid=2638 vsize=15419460 memory=208068 CPUtime=9.91 cores=1,3,5,7
/proc/2640/task/2662/stat : 2662 (java) R 2638 2638 1883 0 -1 4202560 501 0 0 0 991 0 0 0 20 0 19 0 475093309 15789527040 49714 33554432000 4194304 4196468 140728983456432 140312157512128 140312779890692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35594240 140728983462875 140728983463050 140728983463050 140728983465935 0
Current children cumulated CPU time: 44.73 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 200312 KiB

Child status: 0
Real time (s): 11.6666
CPU time (s): 44.9857
CPU user time (s): 44.8337
CPU system time (s): 0.152063
CPU usage (%): 385.593
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 213128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.8337
system time used= 0.152063
maximum resident set size= 213196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34558
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= 3047
involuntary context switches= 1301


# summary of solver processes directly reported to runsolver:
#   pid: 2638
#   total CPU time (s): 44.9857
#   total CPU user time (s): 44.8337
#   total CPU system time (s): 0.152063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106597 second user time and 0.167841 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:04:16
IDJOB=4403702
IDBENCH=120561
IDSOLVER=2863
FILE ID=node107/4403702-1568988376
RUNJOBID= node107-1568983381-1916
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
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 /var/tmp/evaluation-result-4403702-1568988376/watcher-4403702-1568988376 -o /var/tmp/evaluation-result-4403702-1568988376/solver-4403702-1568988376 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 982482953 HOME/instance-4403702-1568988376.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=982482953

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         7083312 kB
MemAvailable:   31474796 kB
Buffers:          142660 kB
Cached:         24146240 kB
SwapCached:        48720 kB
Active:         12428392 kB
Inactive:       12249736 kB
Active(anon):     343260 kB
Inactive(anon):    89340 kB
Active(file):   12085132 kB
Inactive(file): 12160396 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952576 kB
Dirty:             26088 kB
Writeback:           228 kB
AnonPages:        345900 kB
Mapped:            61176 kB
Shmem:             34884 kB
Slab:             603900 kB
SReclaimable:     574416 kB
SUnreclaim:        29484 kB
KernelStack:        4096 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1640168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:04:27