Trace number 4394258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14OPT54 18.1335 5.30888

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark6.10992
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394258-1568331622.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394258-1568331622.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
2.71/1.05	c solve instance...
3.02/1.14	o -1000 
4.54/1.50	o -976 
4.54/1.55	o 14 
5.71/1.87	o 26 
6.11/1.95	o 32 
6.11/1.97	o 36 
6.55/2.11	o 44 
11.93/3.40	o 54 
18.11/5.11	s OPTIMUM FOUND
18.11/5.11	v <instantiation>
18.11/5.11	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
18.11/5.11	v 	<values>1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7 </values>
18.11/5.11	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394258-1568331622/watcher-4394258-1568331622 -o /tmp/evaluation-result-4394258-1568331622/solver-4394258-1568331622 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2133621671 HOME/instance-4394258-1568331622.xml 

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

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
solver pid=28058, runsolver pid=28055
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 8.20 8.45 7.71 6/233 28074
/proc/meminfo: memFree=19612848/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15144768 memory=28632 CPUtime=0.13 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 5660 0 0 0 11 2 0 0 20 0 15 0 409102390 15508242432 7158 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3786192 7158 3115 1 0 3748377 0
[pid=28060/tid=28061] ppid=28058 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) R 28058 28058 18186 0 -1 4202560 3551 0 0 0 8 1 0 0 20 0 15 0 409102390 15508242432 7158 33554432000 4194304 4196468 140729848333504 140687281624384 140687261435237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 7158 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 7158 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 7158 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 7158 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) S 28058 28058 18186 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686740363504 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0.02 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) R 28058 28058 18186 0 -1 4202560 388 0 0 0 2 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686739310704 140687261472094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 7158 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30080 KiB

[startup+0.211899 s]*
/proc/loadavg: 8.20 8.45 7.71 6/233 28074
/proc/meminfo: memFree=19600412/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15144768 memory=40260 CPUtime=0.34 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 9307 0 0 0 31 3 0 0 20 0 15 0 409102390 15508242432 10065 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3786192 10065 3266 1 0 3748377 0
[pid=28060/tid=28061] ppid=28058 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) R 28058 28058 18186 0 -1 4202560 6574 0 0 0 17 3 0 0 20 0 15 0 409102390 15508242432 10065 33554432000 4194304 4196468 140729848333504 140687281625056 140687277403542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15144768 memory=1965945 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 10065 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15144768 memory=4049212852831336096 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 10065 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 10065 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409102391 15508242432 10065 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409102393 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15144768 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) S 28058 28058 18186 0 -1 1077944384 248 0 0 0 3 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686740363504 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15144768 memory=140095926646400 CPUtime=0.08 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) R 28058 28058 18186 0 -1 4202560 824 0 0 0 8 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686739310512 140687269628734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102396 15508242432 10065 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41708 KiB

[startup+0.312445 s]*
/proc/loadavg: 8.20 8.45 7.71 7/233 28074
/proc/meminfo: memFree=19595456/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15149024 memory=49916 CPUtime=0.54 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 10756 0 0 0 50 4 0 0 20 0 15 0 409102390 15512600576 12479 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3787256 12479 3367 1 0 3748377 0
[pid=28060/tid=28061] ppid=28058 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) R 28058 28058 18186 0 -1 4202560 7717 0 0 0 27 3 0 0 20 0 15 0 409102390 15512600576 12479 33554432000 4194304 4196468 140729848333504 140687281622720 140687261472094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15512600576 12479 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15512600576 12479 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15512600576 12479 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409102391 15512600576 12479 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409102393 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409102393 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409102393 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15149024 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15149024 memory=4426078206164241782 CPUtime=0.03 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 419 0 0 0 3 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15149024 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) R 28058 28058 18186 0 -1 4202560 353 0 0 0 6 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686740344520 140687258912811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) S 28058 28058 18186 0 -1 1077944384 966 0 0 0 12 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686739310704 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102396 15512600576 12479 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51364 KiB

[startup+0.701215 s]
/proc/loadavg: 8.20 8.45 7.71 8/233 28074
/proc/meminfo: memFree=19568512/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15151148 memory=93880 CPUtime=1.73 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 14599 0 0 0 167 6 0 0 20 0 15 0 409102390 15514775552 23470 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3787787 23470 3454 1 0 3748889 0
[pid=28060/tid=28061] ppid=28058 vsize=15151148 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) R 28058 28058 18186 0 -1 4202560 9124 0 0 0 63 4 0 0 20 0 15 0 409102390 15514775552 23470 33554432000 4194304 4196468 140729848333504 140687281629720 140686909171365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15514775552 23470 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15514775552 23470 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15151148 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102391 15514775552 23470 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15151148 memory=38320 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409102391 15514775552 23470 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15151148 memory=988 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409102393 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15151148 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409102393 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15151148 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409102393 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15151148 memory=580 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15151148 memory=1720 CPUtime=0.33 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 1403 0 0 0 33 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15151148 memory=10604 CPUtime=0.34 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) R 28058 28058 18186 0 -1 4202560 966 0 0 0 34 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686740353296 140687277412954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15151148 memory=3360 CPUtime=0.35 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) S 28058 28058 18186 0 -1 1077944384 1800 0 0 0 35 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686739310704 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15151148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15151148 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409102396 15514775552 23470 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 95328 KiB

[startup+1.50622 s]
/proc/loadavg: 8.20 8.45 7.71 7/233 28074
/proc/meminfo: memFree=19441048/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0

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

/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 20910 0 0 0 1111 12 0 0 20 0 19 0 409102390 15790571520 55601 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3855120 55601 3510 1 0 3816222 0
[pid=28060/tid=28061] ppid=28058 vsize=15420480 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) S 28058 28058 18186 0 -1 1077944384 9425 0 0 0 96 6 0 0 20 0 19 0 409102390 15790571520 55601 33554432000 4194304 4196468 140729848333504 140687281632384 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15420480 memory=7588935152971043157 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55601 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15420480 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55601 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15420480 memory=1351 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55601 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15420480 memory=27084 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55601 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15420480 memory=1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15420480 memory=1 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15420480 memory=2327 CPUtime=2.09 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) R 28058 28058 18186 0 -1 4202560 3071 0 0 0 209 0 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686741403120 140687260778923 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15420480 memory=2 CPUtime=1.85 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) R 28058 28058 18186 0 -1 4202560 3185 0 0 0 185 0 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686740363504 140687258700730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15420480 memory=665 CPUtime=0.8 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) S 28058 28058 18186 0 -1 1077944384 2953 0 0 0 79 1 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686739310704 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15420480 memory=1054 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15420480 memory=221 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28103] ppid=28058 vsize=15420480 memory=247 CPUtime=0.64 cores=0,2,4,6
/proc/28060/task/28103/stat : 28103 (java) R 28058 28058 18186 0 -1 4202560 25 0 0 0 64 0 0 0 20 0 19 0 409102602 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686725082232 140686906202312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28104] ppid=28058 vsize=15420480 memory=6791534058613427641 CPUtime=0.8 cores=0,2,4,6
/proc/28060/task/28104/stat : 28104 (java) R 28058 28058 18186 0 -1 4202560 43 0 0 0 80 0 0 0 20 0 19 0 409102602 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686722977624 140686911601901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28105] ppid=28058 vsize=15420480 memory=4420 CPUtime=0.66 cores=0,2,4,6
/proc/28060/task/28105/stat : 28105 (java) R 28058 28058 18186 0 -1 4202560 23 0 0 0 66 0 0 0 20 0 19 0 409102602 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686724030856 140686911601565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28106] ppid=28058 vsize=15420480 memory=6628 CPUtime=0.74 cores=0,2,4,6
/proc/28060/task/28106/stat : 28106 (java) R 28058 28058 18186 0 -1 4202560 25 0 0 0 74 0 0 0 20 0 19 0 409102602 15790571520 55601 33554432000 4194304 4196468 140729848333504 140686721925048 140686913501968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 11.23 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 223852 KiB

[startup+4.00076 s]*
/proc/loadavg: 8.20 8.45 7.71 10/237 28110
/proc/meminfo: memFree=19417016/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15420480 memory=223012 CPUtime=14.41 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 21090 0 0 0 1428 13 0 0 20 0 19 0 409102390 15790571520 55753 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3855120 55753 3512 1 0 3816222 0
[pid=28060/tid=28061] ppid=28058 vsize=15420480 memory=4356259847565180298 CPUtime=1.02 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) S 28058 28058 18186 0 -1 1077944384 9425 0 0 0 96 6 0 0 20 0 19 0 409102390 15790571520 55753 33554432000 4194304 4196468 140729848333504 140687281632384 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15420480 memory=3472328128895609921 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55753 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15420480 memory=4786094516007425696 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55753 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15420480 memory=3054156605267021189 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55753 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15420480 memory=2321665192529764383 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55753 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15420480 memory=4930831865031186096 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15420480 memory=3976735856566219314 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15420480 memory=38320 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15420480 memory=2209 CPUtime=2.34 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 3109 0 0 0 234 0 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15420480 memory=4580 CPUtime=2.13 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) S 28058 28058 18186 0 -1 1077944384 3229 0 0 0 213 0 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686740363504 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15420480 memory=5964 CPUtime=0.81 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) R 28058 28058 18186 0 -1 1077944384 2976 0 0 0 80 1 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686739310704 140687277402754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28107] ppid=28058 vsize=15420480 memory=1216 CPUtime=0.57 cores=0,2,4,6
/proc/28060/task/28107/stat : 28107 (java) R 28058 28058 18186 0 -1 4202560 18 0 0 0 57 0 0 0 20 0 19 0 409102730 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686721924680 140686911601908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28108] ppid=28058 vsize=15420480 memory=984 CPUtime=0.56 cores=0,2,4,6
/proc/28060/task/28108/stat : 28108 (java) R 28058 28058 18186 0 -1 4202560 18 0 0 0 56 0 0 0 20 0 19 0 409102730 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686722980296 140686911601917 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28109] ppid=28058 vsize=15420480 memory=14004 CPUtime=0.5 cores=0,2,4,6
/proc/28060/task/28109/stat : 28109 (java) R 28058 28058 18186 0 -1 4202560 18 0 0 0 50 0 0 0 20 0 19 0 409102730 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686725083640 140686911601500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28110] ppid=28058 vsize=15420480 memory=-1189914978686163229 CPUtime=0.51 cores=0,2,4,6
/proc/28060/task/28110/stat : 28110 (java) R 28058 28058 18186 0 -1 4202560 21 0 0 0 51 0 0 0 20 0 19 0 409102730 15790571520 55753 33554432000 4194304 4196468 140729848333504 140686724031080 140686913855616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 224460 KiB

[startup+4.80124 s]
/proc/loadavg: 8.20 8.45 7.71 10/237 28110
/proc/meminfo: memFree=19417016/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
[pid=28060] ppid=28058 vsize=15420480 memory=223424 CPUtime=17.51 cores=0,2,4,6
/proc/28060/stat : 28060 (java) S 28058 28058 18186 0 -1 1077944320 23194 0 0 0 1738 13 0 0 20 0 19 0 409102390 15790571520 55856 33554432000 4194304 4196468 140729848333504 140729848316048 140687277391607 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
/proc/28060/statm: 3855120 55856 3513 1 0 3816222 0
[pid=28060/tid=28061] ppid=28058 vsize=15420480 memory=6791534058613427641 CPUtime=1.02 cores=0,2,4,6
/proc/28060/task/28061/stat : 28061 (java) S 28058 28058 18186 0 -1 1077944384 9425 0 0 0 96 6 0 0 20 0 19 0 409102390 15790571520 55856 33554432000 4194304 4196468 140729848333504 140687281632384 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28062] ppid=28058 vsize=15420480 memory=8041606453839231804 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28062/stat : 28062 (java) S 28058 28058 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55856 33554432000 4194304 4196468 140729848333504 140687230012048 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28063] ppid=28058 vsize=15420480 memory=68 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28063/stat : 28063 (java) S 28058 28058 18186 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55856 33554432000 4194304 4196468 140729848333504 140687228959248 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28064] ppid=28058 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28064/stat : 28064 (java) S 28058 28058 18186 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55856 33554432000 4194304 4196468 140729848333504 140687227906448 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28065] ppid=28058 vsize=15420480 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28065/stat : 28065 (java) S 28058 28058 18186 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 409102391 15790571520 55856 33554432000 4194304 4196468 140729848333504 140687226853648 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28066] ppid=28058 vsize=15420480 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28066/stat : 28066 (java) S 28058 28058 18186 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686745627504 140687277402754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28067] ppid=28058 vsize=15420480 memory=-8990767739041718224 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28067/stat : 28067 (java) S 28058 28058 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686744573472 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28068] ppid=28058 vsize=15420480 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28068/stat : 28068 (java) S 28058 28058 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409102393 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686743520624 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28069] ppid=28058 vsize=15420480 memory=8257237230706253920 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28069/stat : 28069 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686742468944 140687277410203 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28070] ppid=28058 vsize=15420480 memory=8326441112149131687 CPUtime=2.49 cores=0,2,4,6
/proc/28060/task/28070/stat : 28070 (java) S 28058 28058 18186 0 -1 1077944384 3455 0 0 0 249 0 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686741416304 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28071] ppid=28058 vsize=15420480 memory=8508281339140727949 CPUtime=2.2 cores=0,2,4,6
/proc/28060/task/28071/stat : 28071 (java) S 28058 28058 18186 0 -1 1077944384 3818 0 0 0 220 0 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686740363504 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28072] ppid=28058 vsize=15420480 memory=4427743802568832554 CPUtime=0.82 cores=0,2,4,6
/proc/28060/task/28072/stat : 28072 (java) S 28058 28058 18186 0 -1 1077944384 3275 0 0 0 81 1 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686739310704 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28073] ppid=28058 vsize=15420480 memory=-2537689246120445521 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28073/stat : 28073 (java) S 28058 28058 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686738258144 140687277401813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28074] ppid=28058 vsize=15420480 memory=216096 CPUtime=0 cores=0,2,4,6
/proc/28060/task/28074/stat : 28074 (java) S 28058 28058 18186 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 409102396 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686737206448 140687277402754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28107] ppid=28058 vsize=15420480 memory=1966185 CPUtime=1.34 cores=0,2,4,6
/proc/28060/task/28107/stat : 28107 (java) R 28058 28058 18186 0 -1 4202560 62 0 0 0 134 0 0 0 20 0 19 0 409102730 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686721924632 140686911601417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28108] ppid=28058 vsize=15420480 memory=1967567 CPUtime=1.25 cores=0,2,4,6
/proc/28060/task/28108/stat : 28108 (java) R 28058 28058 18186 0 -1 4202560 310 0 0 0 125 0 0 0 20 0 19 0 409102730 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686722978648 140686911601869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28109] ppid=28058 vsize=15420480 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/28060/task/28109/stat : 28109 (java) R 28058 28058 18186 0 -1 4202560 463 0 0 0 123 0 0 0 20 0 19 0 409102730 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686725083672 140686911601468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
[pid=28060/tid=28110] ppid=28058 vsize=15420480 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/28060/task/28110/stat : 28110 (java) R 28058 28058 18186 0 -1 4202560 102 0 0 0 120 0 0 0 20 0 19 0 409102730 15790571520 55856 33554432000 4194304 4196468 140729848333504 140686724030616 140686913855525 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38072320 140729848341487 140729848341658 140729848341658 140729848344527 0
Current children cumulated CPU time: 17.51 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 224872 KiB

[startup+5.2008 s]
/proc/loadavg: 8.35 8.48 7.72 3/237 28110
/proc/meminfo: memFree=19408288/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+5.30045 s]
/proc/loadavg: 8.35 8.48 7.72 3/237 28110
/proc/meminfo: memFree=19408288/32770624 swapFree=66959212/67108860
[pid=28058] ppid=28055 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28058/stat : 28058 (xcsp3-exec) S 28055 28058 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409102390 115843072 362 33554432000 4194304 5098028 140725346197536 140725346195640 140072035095164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30101504 140725346202490 140725346202733 140725346202733 140725346205642 0
/proc/28058/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 5.30888
CPU time (s): 18.1335
CPU user time (s): 17.9918
CPU system time (s): 0.141694
CPU usage (%): 341.569
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 225200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9918
system time used= 0.141694
maximum resident set size= 224084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24759
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= 2626
involuntary context switches= 768


# summary of solver processes directly reported to runsolver:
#   pid: 28058
#   total CPU time (s): 18.1335
#   total CPU user time (s): 17.9918
#   total CPU system time (s): 0.141694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06982 second user time and 0.090985 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:39:42
IDJOB=4394258
IDBENCH=128043
IDSOLVER=2842
FILE ID=node124/4394258-1568331622
RUNJOBID= node124-1568329129-18217
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4394258-1568331622/watcher-4394258-1568331622 -o /tmp/evaluation-result-4394258-1568331622/solver-4394258-1568331622 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 2133621671 HOME/instance-4394258-1568331622.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=2133621671

node124.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.47
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.47
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.47
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.47
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:        19631080 kB
MemAvailable:   31512080 kB
Buffers:          160256 kB
Cached:         11883996 kB
SwapCached:        45868 kB
Active:          1299332 kB
Inactive:       11100252 kB
Active(anon):     310756 kB
Inactive(anon):    85948 kB
Active(file):     988576 kB
Inactive(file): 11014304 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26100 kB
Writeback:             0 kB
AnonPages:        419488 kB
Mapped:            56008 kB
Shmem:             32744 kB
Slab:             335780 kB
SReclaimable:     306580 kB
SUnreclaim:        29200 kB
KernelStack:        3792 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1642356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:39:48