Trace number 4400402

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-16OPT5 48.0568 12.5433

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.3894
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-4400402-1568677235.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400402-1568677235.xml, -tl, 2400s, -p, 4]
0.12/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.59/0.73	c solve instance...
1.59/0.76	o 5 
47.90/12.53	s OPTIMUM FOUND
47.90/12.53	v <instantiation>
47.90/12.53	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>
47.90/12.53	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>
47.90/12.53	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 (13243 MiB free)
  memory of node 1: 16384 MiB (15531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400402-1568677235/watcher-4400402-1568677235 -o /tmp/evaluation-result-4400402-1568677235/solver-4400402-1568677235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1393367916 HOME/instance-4400402-1568677235.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5958, runsolver pid=5955

[startup+0.100535 s]*
/proc/loadavg: 8.66 8.72 8.54 7/233 5974
/proc/meminfo: memFree=29449484/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15144776 memory=29708 CPUtime=0.12 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 5832 0 0 0 11 1 0 0 20 0 15 0 443976590 15508250624 7427 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3786194 7427 3157 1 0 3748377 0
[pid=5960/tid=5961] ppid=5958 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) R 5958 5958 32513 0 -1 4202560 3739 0 0 0 8 1 0 0 20 0 15 0 443976591 15508250624 7427 33554432000 4194304 4196468 140734113484912 140207485730704 140207076764368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 7427 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 7427 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 7427 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 7427 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206421582880 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206420530032 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) R 5958 5958 32513 0 -1 4202560 450 0 0 0 1 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206418419760 140207481509589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) R 5958 5958 32513 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206416321136 140207481511318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 7427 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31160 KiB

[startup+0.212312 s]*
/proc/loadavg: 8.66 8.72 8.54 6/233 5974
/proc/meminfo: memFree=29436864/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15144776 memory=40772 CPUtime=0.35 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 9452 0 0 0 32 3 0 0 20 0 15 0 443976590 15508250624 10193 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3786194 10193 3275 1 0 3748377 0
[pid=5960/tid=5961] ppid=5958 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) R 5958 5958 32513 0 -1 4202560 6657 0 0 0 18 2 0 0 20 0 15 0 443976591 15508250624 10193 33554432000 4194304 4196468 140734113484912 140207485734368 140207466867776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15144776 memory=4294976396 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 10193 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15144776 memory=288370567908595328 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 10193 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 10193 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443976591 15508250624 10193 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206421582880 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443976593 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206420530032 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) S 5958 5958 32513 0 -1 1077944384 619 0 0 0 2 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206418426736 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15144776 memory=140191756883584 CPUtime=0.08 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) R 5958 5958 32513 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206416321136 140207460302607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976596 15508250624 10193 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42224 KiB

[startup+0.320255 s]*
/proc/loadavg: 8.66 8.72 8.54 6/233 5974
/proc/meminfo: memFree=29429336/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15149032 memory=50468 CPUtime=0.54 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 10984 0 0 0 51 3 0 0 20 0 15 0 443976590 15512608768 12617 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3787258 12617 3346 1 0 3748377 0
[pid=5960/tid=5961] ppid=5958 vsize=15149032 memory=32213995742560408 CPUtime=0.3 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) R 5958 5958 32513 0 -1 4202560 7946 0 0 0 28 2 0 0 20 0 15 0 443976591 15512608768 12617 33554432000 4194304 4196468 140734113484912 140207485734592 140207465579870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15149032 memory=288230600379474824 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15512608768 12617 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15149032 memory=15262558021340933 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15512608768 12617 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15512608768 12617 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443976591 15512608768 12617 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 443976593 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443976593 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206421582880 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443976593 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206420530032 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) S 5958 5958 32513 0 -1 1077944384 652 0 0 0 4 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206418426736 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 248 0 0 0 5 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) S 5958 5958 32513 0 -1 1077944384 859 0 0 0 13 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206416321136 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976596 15512608768 12617 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51920 KiB

[startup+0.700751 s]
/proc/loadavg: 8.66 8.72 8.54 9/233 5974
/proc/meminfo: memFree=29412020/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15151156 memory=84500 CPUtime=1.59 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 14801 0 0 0 154 5 0 0 20 0 15 0 443976590 15514783744 21125 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3787789 21125 3452 1 0 3748889 0
[pid=5960/tid=5961] ppid=5958 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) R 5958 5958 32513 0 -1 4202560 9230 0 0 0 64 3 0 0 20 0 15 0 443976591 15514783744 21125 33554432000 4194304 4196468 140734113484912 140207485736384 140207076964544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15151156 memory=143 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15514783744 21125 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15151156 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15514783744 21125 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976591 15514783744 21125 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443976591 15514783744 21125 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 443976593 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443976593 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206421582880 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443976593 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206420530032 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15151156 memory=1764 CPUtime=0.24 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) R 5958 5958 32513 0 -1 4202560 1402 0 0 0 24 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206418426736 140207460760683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15151156 memory=111628 CPUtime=0.23 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) R 5958 5958 32513 0 -1 4202560 746 0 0 0 23 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206417359968 140207463024453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15151156 memory=796 CPUtime=0.41 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) R 5958 5958 32513 0 -1 4202560 2116 0 0 0 41 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206416319096 140207459865786 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15151156 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443976596 15514783744 21125 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 85952 KiB

[startup+1.50125 s]
/proc/loadavg: 8.66 8.72 8.54 12/237 5982
/proc/meminfo: memFree=29366988/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0

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

/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 54625 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5979] ppid=5958 vsize=15419460 memory=2512 CPUtime=9.19 cores=1,3,5,7
/proc/5960/task/5979/stat : 5979 (java) R 5958 5958 32513 0 -1 4202560 268 0 0 0 919 0 0 0 20 0 19 0 443976666 15789527040 54625 33554432000 4194304 4196468 140734113484912 140206401839288 140207083162429 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5980] ppid=5958 vsize=15419460 memory=1452 CPUtime=9.58 cores=1,3,5,7
/proc/5960/task/5980/stat : 5980 (java) R 5958 5958 32513 0 -1 4202560 621 0 0 0 957 1 0 0 20 0 19 0 443976666 15789527040 54625 33554432000 4194304 4196468 140734113484912 140206403946056 140207082531438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5981] ppid=5958 vsize=15419460 memory=219012 CPUtime=9.55 cores=1,3,5,7
/proc/5960/task/5981/stat : 5981 (java) R 5958 5958 32513 0 -1 4202560 192 0 0 0 955 0 0 0 20 0 19 0 443976666 15789527040 54625 33554432000 4194304 4196468 140734113484912 140206404998184 140207077823991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5982] ppid=5958 vsize=15419460 memory=2012 CPUtime=9.18 cores=1,3,5,7
/proc/5960/task/5982/stat : 5982 (java) R 5958 5958 32513 0 -1 4202560 546 0 0 0 918 0 0 0 20 0 19 0 443976666 15789527040 54625 33554432000 4194304 4196468 140734113484912 140206402893664 140207083161753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 42.73 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 219952 KiB

[startup+12.0012 s]*
/proc/loadavg: 8.79 8.75 8.55 9/237 5982
/proc/meminfo: memFree=29269224/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15419460 memory=208244 CPUtime=45.94 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 40802 0 0 0 4582 12 0 0 20 0 19 0 443976590 15789527040 52061 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3854865 52061 3509 1 0 3815965 0
[pid=5960/tid=5961] ppid=5958 vsize=15419460 memory=6935054825532540783 CPUtime=0.71 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) S 5958 5958 32513 0 -1 1077944384 9298 0 0 0 68 3 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207485740160 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15419460 memory=4126316290023845779 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15419460 memory=1808 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 766 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15419460 memory=920 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15419460 memory=3848 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 893 0 0 0 1 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15419460 memory=2604 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15419460 memory=2632 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206421582944 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15419460 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206420530048 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15419460 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15419460 memory=2209 CPUtime=1.77 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) S 5958 5958 32513 0 -1 1077944384 11846 0 0 0 176 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206418426736 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15419460 memory=35492 CPUtime=1.87 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 8751 0 0 0 186 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15419460 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) S 5958 5958 32513 0 -1 1077944384 4762 0 0 0 65 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206416321136 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5979] ppid=5958 vsize=15419460 memory=0 CPUtime=10 cores=1,3,5,7
/proc/5960/task/5979/stat : 5979 (java) R 5958 5958 32513 0 -1 4202560 269 0 0 0 1000 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206401839288 140207083659302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5980] ppid=5958 vsize=15419460 memory=0 CPUtime=10.38 cores=1,3,5,7
/proc/5960/task/5980/stat : 5980 (java) R 5958 5958 32513 0 -1 4202560 622 0 0 0 1037 1 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206403945640 140207082528983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5981] ppid=5958 vsize=15419460 memory=0 CPUtime=10.34 cores=1,3,5,7
/proc/5960/task/5981/stat : 5981 (java) R 5958 5958 32513 0 -1 4202560 193 0 0 0 1034 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206405000240 140207083161762 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5982] ppid=5958 vsize=15419460 memory=0 CPUtime=9.99 cores=1,3,5,7
/proc/5960/task/5982/stat : 5982 (java) R 5958 5958 32513 0 -1 4202560 555 0 0 0 999 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206402891360 140207083509872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 45.94 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 209696 KiB

[startup+12.4012 s]
/proc/loadavg: 8.79 8.75 8.55 9/237 5982
/proc/meminfo: memFree=29269224/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15419460 memory=208244 CPUtime=47.5 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 40805 0 0 0 4738 12 0 0 20 0 19 0 443976590 15789527040 52061 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3854865 52061 3509 1 0 3815965 0
[pid=5960/tid=5961] ppid=5958 vsize=15419460 memory=8112282956445269571 CPUtime=0.71 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) S 5958 5958 32513 0 -1 1077944384 9298 0 0 0 68 3 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207485740160 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15419460 memory=3992 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15419460 memory=2828 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 766 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15419460 memory=676 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15419460 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 893 0 0 0 1 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15419460 memory=221560 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15419460 memory=27771258536938 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206421582944 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15419460 memory=27771258536938 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206420530048 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15419460 memory=140191625258816 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15419460 memory=6656426216303648864 CPUtime=1.77 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) S 5958 5958 32513 0 -1 1077944384 11846 0 0 0 176 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206418426736 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15419460 memory=0 CPUtime=1.87 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 8751 0 0 0 186 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15419460 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) S 5958 5958 32513 0 -1 1077944384 4762 0 0 0 65 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206416321136 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5979] ppid=5958 vsize=15419460 memory=0 CPUtime=10.39 cores=1,3,5,7
/proc/5960/task/5979/stat : 5979 (java) R 5958 5958 32513 0 -1 4202560 270 0 0 0 1039 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206401839288 140207082531721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5980] ppid=5958 vsize=15419460 memory=0 CPUtime=10.77 cores=1,3,5,7
/proc/5960/task/5980/stat : 5980 (java) R 5958 5958 32513 0 -1 4202560 623 0 0 0 1076 1 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206403946624 140207082532038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5981] ppid=5958 vsize=15419460 memory=0 CPUtime=10.72 cores=1,3,5,7
/proc/5960/task/5981/stat : 5981 (java) R 5958 5958 32513 0 -1 4202560 193 0 0 0 1072 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206404998184 140207083162907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5982] ppid=5958 vsize=15419460 memory=0 CPUtime=10.38 cores=1,3,5,7
/proc/5960/task/5982/stat : 5982 (java) R 5958 5958 32513 0 -1 4202560 556 0 0 0 1038 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206402892160 140207077824622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 47.5 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 209696 KiB

[startup+12.5012 s]
/proc/loadavg: 8.79 8.75 8.55 9/237 5982
/proc/meminfo: memFree=29269224/32770624 swapFree=66997372/67108860
[pid=5958] ppid=5955 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5958/stat : 5958 (xcsp3-exec) S 5955 5958 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443976590 115843072 363 33554432000 4194304 5098028 140736124885296 140736124883400 139781975245436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25313280 140736124892026 140736124892269 140736124892269 140736124895178 0
/proc/5958/statm: 28282 363 304 221 0 87 0
[pid=5960] ppid=5958 vsize=15419460 memory=208244 CPUtime=47.9 cores=1,3,5,7
/proc/5960/stat : 5960 (java) S 5958 5958 32513 0 -1 1077944320 40805 0 0 0 4778 12 0 0 20 0 19 0 443976590 15789527040 52061 33554432000 4194304 4196468 140734113484912 140734113467456 140207481499383 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
/proc/5960/statm: 3854865 52061 3509 1 0 3815965 0
[pid=5960/tid=5961] ppid=5958 vsize=15419460 memory=213368 CPUtime=0.71 cores=1,3,5,7
/proc/5960/task/5961/stat : 5961 (java) S 5958 5958 32513 0 -1 1077944384 9298 0 0 0 68 3 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207485740160 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5962] ppid=5958 vsize=15419460 memory=221560 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5962/stat : 5962 (java) S 5958 5958 32513 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207409540240 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5963] ppid=5958 vsize=15419460 memory=213372 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5963/stat : 5963 (java) S 5958 5958 32513 0 -1 1077944384 766 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207408487440 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5964] ppid=5958 vsize=15419460 memory=6656426216303648864 CPUtime=0.02 cores=1,3,5,7
/proc/5960/task/5964/stat : 5964 (java) S 5958 5958 32513 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207407434640 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5965] ppid=5958 vsize=15419460 memory=208244 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5965/stat : 5965 (java) S 5958 5958 32513 0 -1 1077944384 893 0 0 0 1 0 0 0 20 0 19 0 443976591 15789527040 52061 33554432000 4194304 4196468 140734113484912 140207406381840 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5966] ppid=5958 vsize=15419460 memory=3992 CPUtime=0.01 cores=1,3,5,7
/proc/5960/task/5966/stat : 5966 (java) S 5958 5958 32513 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206422636912 140207481510530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5967] ppid=5958 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5967/stat : 5967 (java) S 5958 5958 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206421582944 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5968] ppid=5958 vsize=15419460 memory=213368 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5968/stat : 5968 (java) S 5958 5958 32513 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 443976593 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206420530048 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5969] ppid=5958 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5969/stat : 5969 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206419478352 140207481517979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5970] ppid=5958 vsize=15419460 memory=0 CPUtime=1.77 cores=1,3,5,7
/proc/5960/task/5970/stat : 5970 (java) S 5958 5958 32513 0 -1 1077944384 11846 0 0 0 176 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206418426736 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5971] ppid=5958 vsize=15419460 memory=4420 CPUtime=1.87 cores=1,3,5,7
/proc/5960/task/5971/stat : 5971 (java) S 5958 5958 32513 0 -1 1077944384 8751 0 0 0 186 1 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206417373936 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5972] ppid=5958 vsize=15419460 memory=6628 CPUtime=0.65 cores=1,3,5,7
/proc/5960/task/5972/stat : 5972 (java) S 5958 5958 32513 0 -1 1077944384 4762 0 0 0 65 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206416321136 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5973] ppid=5958 vsize=15419460 memory=280383250083872 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5973/stat : 5973 (java) S 5958 5958 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206415268576 140207481509589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5974] ppid=5958 vsize=15419460 memory=280383250250064 CPUtime=0 cores=1,3,5,7
/proc/5960/task/5974/stat : 5974 (java) S 5958 5958 32513 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 443976596 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206414215856 140207481510530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5979] ppid=5958 vsize=15419460 memory=0 CPUtime=10.49 cores=1,3,5,7
/proc/5960/task/5979/stat : 5979 (java) R 5958 5958 32513 0 -1 4202560 270 0 0 0 1049 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206401839288 140207083162702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5980] ppid=5958 vsize=15419460 memory=1388 CPUtime=10.87 cores=1,3,5,7
/proc/5960/task/5980/stat : 5980 (java) R 5958 5958 32513 0 -1 4202560 623 0 0 0 1086 1 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206403946624 140207083658874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5981] ppid=5958 vsize=15419460 memory=776 CPUtime=10.82 cores=1,3,5,7
/proc/5960/task/5981/stat : 5981 (java) R 5958 5958 32513 0 -1 4202560 193 0 0 0 1082 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206404998184 140207082529400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
[pid=5960/tid=5982] ppid=5958 vsize=15419460 memory=3992 CPUtime=10.48 cores=1,3,5,7
/proc/5960/task/5982/stat : 5982 (java) R 5958 5958 32513 0 -1 4202560 556 0 0 0 1048 0 0 0 20 0 19 0 443976666 15789527040 52061 33554432000 4194304 4196468 140734113484912 140206402892160 140207083162640 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39718912 140734113489903 140734113490074 140734113490074 140734113492943 0
Current children cumulated CPU time: 47.9 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 209696 KiB

Child status: 0
Real time (s): 12.5433
CPU time (s): 48.0568
CPU user time (s): 47.9249
CPU system time (s): 0.131872
CPU usage (%): 383.128
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 227944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9249
system time used= 0.131872
maximum resident set size= 226492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41893
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= 3031
involuntary context switches= 1441


# summary of solver processes directly reported to runsolver:
#   pid: 5958
#   total CPU time (s): 48.0568
#   total CPU user time (s): 47.9249
#   total CPU system time (s): 0.131872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106245 second user time and 0.186647 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 01:39:36
IDJOB=4400402
IDBENCH=120561
IDSOLVER=2856
FILE ID=node103/4400402-1568677235
RUNJOBID= node103-1568673273-32545
PBS_JOBID= 21703797
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4400402-1568677235/watcher-4400402-1568677235 -o /tmp/evaluation-result-4400402-1568677235/solver-4400402-1568677235 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1393367916 HOME/instance-4400402-1568677235.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1393367916

node103.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.74
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.74
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.74
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.74
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:        29467044 kB
MemAvailable:   29826740 kB
Buffers:           52460 kB
Cached:           603292 kB
SwapCached:         9016 kB
Active:          2483968 kB
Inactive:         240336 kB
Active(anon):    2060732 kB
Inactive(anon):    57300 kB
Active(file):     423236 kB
Inactive(file):   183036 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26064 kB
Writeback:            12 kB
AnonPages:       2171828 kB
Mapped:            61604 kB
Shmem:             40856 kB
Slab:             168572 kB
SReclaimable:     138520 kB
SUnreclaim:        30052 kB
KernelStack:        3792 kB
PageTables:        10404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2993088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2052096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 01:39:49