Trace number 4403509

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-20SAT 998.711 262.361

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403509-1568990021.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403509-1568990021.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
31.99/19.40	c solve instance...
998.65/262.31	s SATISFIABLE
998.65/262.31	v <instantiation>
998.65/262.31	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] </list>
998.65/262.31	v 	<values>1 1 1 4 2 2 0 1 1 4 4 4 0 4 2 4 2 4 1 0 4 3 3 4 4 </values>
998.65/262.31	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403509-1568990021/watcher-4403509-1568990021 -o /tmp/evaluation-result-4403509-1568990021/solver-4403509-1568990021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 956448961 HOME/instance-4403509-1568990021.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=2222, runsolver pid=2219


[startup+0.10013 s]*
/proc/loadavg: 7.84 8.13 7.49 6/227 2238
/proc/meminfo: memFree=11186152/32770624 swapFree=66938908/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15144776 memory=28952 CPUtime=0.13 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 5652 0 0 0 12 1 0 0 20 0 15 0 475271829 15508250624 7238 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3786194 7238 3151 1 0 3748377 0
[pid=2224/tid=2225] ppid=2222 vsize=15144776 memory=7031125463459224206 CPUtime=0.08 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) S 2222 2222 30846 0 -1 1077944384 3576 0 0 0 8 0 0 0 20 0 15 0 475271829 15508250624 7238 33554432000 4194304 4196468 140726523030064 140575278191344 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 7238 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 7238 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 7238 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 7238 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475271831 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475271832 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574740931616 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475271832 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574739878768 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 30846 0 -1 1077944384 456 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574737775472 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) R 2222 2222 30846 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 475271834 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574735669872 140575273975190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271835 15508250624 7238 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30400 KiB

[startup+0.210748 s]*
/proc/loadavg: 7.84 8.13 7.49 7/227 2238
/proc/meminfo: memFree=11072156/32770624 swapFree=66938908/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15144776 memory=41236 CPUtime=0.34 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 9471 0 0 0 31 3 0 0 20 0 15 0 475271829 15508250624 10309 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3786194 10309 3322 1 0 3748377 0
[pid=2224/tid=2225] ppid=2222 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 30846 0 -1 4202560 6604 0 0 0 18 2 0 0 20 0 15 0 475271829 15508250624 10309 33554432000 4194304 4196468 140726523030064 140575278200864 140575258043742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15144776 memory=4294979937 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 10309 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15144776 memory=288370217203672704 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 10309 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 10309 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475271830 15508250624 10309 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475271831 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475271832 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574740931616 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475271832 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574739878768 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 30846 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 475271834 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574737775472 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 266 0 0 0 2 0 0 0 20 0 15 0 475271834 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15144776 memory=139841051960960 CPUtime=0.08 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 30846 0 -1 1077944384 745 0 0 0 8 0 0 0 20 0 15 0 475271834 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574735669872 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271835 15508250624 10309 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42684 KiB

[startup+0.316882 s]*
/proc/loadavg: 7.84 8.13 7.49 7/227 2238
/proc/meminfo: memFree=11064004/32770624 swapFree=66938908/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15149032 memory=50248 CPUtime=0.53 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 10952 0 0 0 49 4 0 0 20 0 15 0 475271829 15512608768 12562 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3787258 12562 3367 1 0 3748377 0
[pid=2224/tid=2225] ppid=2222 vsize=15149032 memory=6935054825532540783 CPUtime=0.31 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 30846 0 -1 4202560 7860 0 0 0 28 3 0 0 20 0 15 0 475271829 15512608768 12627 33554432000 4194304 4196468 140726523030064 140575278194368 140575273985181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15512608768 12627 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15149032 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15512608768 12627 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15149032 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271830 15512608768 12627 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475271830 15512608768 12627 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475271831 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475271832 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574740931616 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15149032 memory=46849 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475271832 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574739878768 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15149032 memory=-1598831813028945288 CPUtime=0.04 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 30846 0 -1 1077944384 663 0 0 0 4 0 0 0 20 0 15 0 475271834 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574737775472 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15149032 memory=6944656592455097440 CPUtime=0.04 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 305 0 0 0 4 0 0 0 20 0 15 0 475271834 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15149032 memory=6944656592455097440 CPUtime=0.12 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 30846 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 15 0 475271834 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574735669872 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15149032 memory=-1751206678989134939 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271835 15512608768 12627 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51696 KiB

[startup+0.70092 s]
/proc/loadavg: 7.84 8.13 7.49 6/227 2238
/proc/meminfo: memFree=10951592/32770624 swapFree=66938908/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15151156 memory=249460 CPUtime=1.51 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 13353 0 0 0 138 13 0 0 20 0 15 0 475271829 15514783744 62365 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3787789 62365 3454 1 0 3748889 0
[pid=2224/tid=2225] ppid=2222 vsize=15151156 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 30846 0 -1 4202560 8266 0 0 0 58 5 0 0 20 0 15 0 475271829 15514783744 62365 33554432000 4194304 4196468 140726523030064 140575278197656 140574903181786 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15151156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 15 0 475271830 15514783744 62365 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15151156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 15 0 475271830 15514783744 62365 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15151156 memory=221 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 15 0 475271830 15514783744 62365 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15151156 memory=2 CPUtime=0.02 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 475271830 15514783744 62365 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 475271831 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475271832 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574740931616 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475271832 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574739878768 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15151156 memory=1188 CPUtime=0.26 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) R 2222 2222 30846 0 -1 4202560 1435 0 0 0 26 0 0 0 20 0 15 0 475271834 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574737765264 140575254664071 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15151156 memory=6112 CPUtime=0.21 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) R 2222 2222 30846 0 -1 4202560 877 0 0 0 21 0 0 0 20 0 15 0 475271834 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574736713312 140575253617376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15151156 memory=780 CPUtime=0.24 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 30846 0 -1 1077944384 1235 0 0 0 24 0 0 0 20 0 15 0 475271834 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574735669872 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475271834 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15151156 memory=28112 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475271835 15514783744 62365 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 250908 KiB

[startup+1.50083 s]
/proc/loadavg: 7.84 8.13 7.49 4/227 2238
/proc/meminfo: memFree=10631184/32770624 swapFree=66938908/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0

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

/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 965 0 0 0 5 8 0 0 20 0 19 0 475271835 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2244] ppid=2222 vsize=15417412 memory=3640 CPUtime=241.01 cores=1,3,5,7
/proc/2224/task/2244/stat : 2244 (java) R 2222 2222 30846 0 -1 4202560 17107 0 0 0 24097 4 0 0 20 0 19 0 475273769 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574724582264 140574907036000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2245] ppid=2222 vsize=15417412 memory=2832 CPUtime=238.45 cores=1,3,5,7
/proc/2224/task/2245/stat : 2245 (java) R 2222 2222 30846 0 -1 4202560 6015 0 0 0 23844 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574723530536 140574905661450 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2246] ppid=2222 vsize=15417412 memory=784 CPUtime=241.27 cores=1,3,5,7
/proc/2224/task/2246/stat : 2246 (java) R 2222 2222 30846 0 -1 4202560 2816 0 0 0 24126 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574722477600 140574905661526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2247] ppid=2222 vsize=15417412 memory=1060 CPUtime=239.92 cores=1,3,5,7
/proc/2224/task/2247/stat : 2247 (java) R 2222 2222 30846 0 -1 4202560 5142 0 0 0 23990 2 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574721428040 140574905986184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 995.83 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4872940 KiB

[startup+262.001 s]*
/proc/loadavg: 8.37 7.83 7.47 9/236 2358
/proc/meminfo: memFree=209852/32770624 swapFree=66938928/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15417412 memory=4871492 CPUtime=997.44 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 281151 0 0 0 99342 402 0 0 20 0 19 0 475271829 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3854353 1217873 3522 1 0 3815453 0
[pid=2224/tid=2225] ppid=2222 vsize=15417412 memory=6935054825532540783 CPUtime=14.87 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) S 2222 2222 30846 0 -1 1077944384 16422 0 0 0 1452 35 0 0 20 0 19 0 475271829 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575278204032 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15417412 memory=4126316290023845779 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 53383 0 0 0 293 88 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15417412 memory=-8253362762722141311 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 48640 0 0 0 294 87 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15417412 memory=-7023579799431922829 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 46656 0 0 0 291 90 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15417412 memory=8112282956445269571 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 49796 0 0 0 295 86 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15417412 memory=3047711553219693942 CPUtime=0.91 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 7948 0 0 0 90 1 0 0 20 0 19 0 475271831 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15417412 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574740931680 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15417412 memory=-7521736447810188379 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574739878784 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15417412 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15417412 memory=8514726395715349656 CPUtime=1.6 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 30846 0 -1 1077944384 8734 0 0 0 159 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574737775472 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15417412 memory=3047711553320166262 CPUtime=1.65 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 9149 0 0 0 164 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15417412 memory=7824336315716348491 CPUtime=0.65 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 30846 0 -1 1077944384 6951 0 0 0 64 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574735669872 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15417412 memory=7667190784603024487 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15417412 memory=7305210610099971690 CPUtime=0.13 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 965 0 0 0 5 8 0 0 20 0 19 0 475271835 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2244] ppid=2222 vsize=15417412 memory=7379266076978270808 CPUtime=241.42 cores=1,3,5,7
/proc/2224/task/2244/stat : 2244 (java) R 2222 2222 30846 0 -1 4202560 17169 0 0 0 24138 4 0 0 20 0 19 0 475273769 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574724582264 140574905661388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2245] ppid=2222 vsize=15417412 memory=7738984478350532716 CPUtime=238.84 cores=1,3,5,7
/proc/2224/task/2245/stat : 2245 (java) R 2222 2222 30846 0 -1 4202560 6018 0 0 0 23883 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574723530536 140574905985763 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2246] ppid=2222 vsize=15417412 memory=7594023778719263591 CPUtime=241.68 cores=1,3,5,7
/proc/2224/task/2246/stat : 2246 (java) R 2222 2222 30846 0 -1 4202560 2816 0 0 0 24167 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574722477600 140574905984908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2247] ppid=2222 vsize=15417412 memory=2596 CPUtime=240.33 cores=1,3,5,7
/proc/2224/task/2247/stat : 2247 (java) R 2222 2222 30846 0 -1 4202560 5145 0 0 0 24031 2 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574721428040 140574905661602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 997.44 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4872940 KiB

[startup+262.201 s]
/proc/loadavg: 8.37 7.83 7.47 9/236 2358
/proc/meminfo: memFree=209852/32770624 swapFree=66938928/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15417412 memory=4871492 CPUtime=998.21 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 281154 0 0 0 99419 402 0 0 20 0 19 0 475271829 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3854353 1217873 3522 1 0 3815453 0
[pid=2224/tid=2225] ppid=2222 vsize=15417412 memory=15823283127847325 CPUtime=14.87 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) S 2222 2222 30846 0 -1 1077944384 16422 0 0 0 1452 35 0 0 20 0 19 0 475271829 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575278204032 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15417412 memory=4871492 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 53383 0 0 0 293 88 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15417412 memory=1412 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 48640 0 0 0 294 87 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15417412 memory=784 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 46656 0 0 0 291 90 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15417412 memory=1060 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 49796 0 0 0 295 86 0 0 20 0 19 0 475271830 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15417412 memory=1720 CPUtime=0.91 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) S 2222 2222 30846 0 -1 1077944384 7948 0 0 0 90 1 0 0 20 0 19 0 475271831 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15417412 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574740931680 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15417412 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574739878784 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15417412 memory=6112 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15417412 memory=780 CPUtime=1.6 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) S 2222 2222 30846 0 -1 1077944384 8734 0 0 0 159 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574737775472 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15417412 memory=14008 CPUtime=1.65 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 9149 0 0 0 164 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15417412 memory=28112 CPUtime=0.65 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) S 2222 2222 30846 0 -1 1077944384 6951 0 0 0 64 1 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574735669872 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15417412 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15417412 memory=4126316290023845779 CPUtime=0.13 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 965 0 0 0 5 8 0 0 20 0 19 0 475271835 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2244] ppid=2222 vsize=15417412 memory=2364 CPUtime=241.61 cores=1,3,5,7
/proc/2224/task/2244/stat : 2244 (java) R 2222 2222 30846 0 -1 4202560 17169 0 0 0 24157 4 0 0 20 0 19 0 475273769 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574724582264 140574905984903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2245] ppid=2222 vsize=15417412 memory=8112282956445269571 CPUtime=239.03 cores=1,3,5,7
/proc/2224/task/2245/stat : 2245 (java) R 2222 2222 30846 0 -1 4202560 6019 0 0 0 23902 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574723530536 140574905768195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2246] ppid=2222 vsize=15417412 memory=3620 CPUtime=241.87 cores=1,3,5,7
/proc/2224/task/2246/stat : 2246 (java) R 2222 2222 30846 0 -1 4202560 2816 0 0 0 24186 1 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574722477600 140574905879432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2247] ppid=2222 vsize=15417412 memory=8112282956445269571 CPUtime=240.52 cores=1,3,5,7
/proc/2224/task/2247/stat : 2247 (java) R 2222 2222 30846 0 -1 4202560 5147 0 0 0 24050 2 0 0 20 0 19 0 475273770 15787429888 1217873 33554432000 4194304 4196468 140726523030064 140574721428040 140574905986184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 998.21 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4872940 KiB

[startup+262.308 s]
/proc/loadavg: 8.37 7.83 7.47 9/236 2358
/proc/meminfo: memFree=209852/32770624 swapFree=66938928/67108860
[pid=2222] ppid=2219 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2222/stat : 2222 (xcsp3-exec) S 2219 2222 30846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475271828 115843072 362 33554432000 4194304 5098028 140733298840320 140733298838424 140565205074556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19750912 140733298848635 140733298848877 140733298848877 140733298851786 0
/proc/2222/statm: 28282 362 304 221 0 87 0
[pid=2224] ppid=2222 vsize=15417412 memory=4871520 CPUtime=998.65 cores=1,3,5,7
/proc/2224/stat : 2224 (java) S 2222 2222 30846 0 -1 1077944320 283322 0 0 0 99462 403 0 0 20 0 19 0 475271829 15787429888 1217880 33554432000 4194304 4196468 140726523030064 140726523012608 140575273963255 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
/proc/2224/statm: 3854353 1217880 3522 1 0 3815453 0
[pid=2224/tid=2225] ppid=2222 vsize=15417412 memory=4871492 CPUtime=14.87 cores=1,3,5,7
/proc/2224/task/2225/stat : 2225 (java) R 2222 2222 30846 0 -1 4202560 16449 0 0 0 1452 35 0 0 20 0 19 0 475271829 15787429888 1217880 33554432000 4194304 4196468 140726523030064 140575278204032 140575273975190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2226] ppid=2222 vsize=15417412 memory=4871492 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2226/stat : 2226 (java) S 2222 2222 30846 0 -1 1077944384 53383 0 0 0 293 88 0 0 20 0 19 0 475271830 15787429888 1217880 33554432000 4194304 4196468 140726523030064 140575226584208 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2227] ppid=2222 vsize=15417412 memory=4871492 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2227/stat : 2227 (java) S 2222 2222 30846 0 -1 1077944384 48640 0 0 0 294 87 0 0 20 0 19 0 475271830 15787429888 1217880 33554432000 4194304 4196468 140726523030064 140575225531408 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2228] ppid=2222 vsize=15417412 memory=4871492 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2228/stat : 2228 (java) S 2222 2222 30846 0 -1 1077944384 46656 0 0 0 291 90 0 0 20 0 19 0 475271830 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140575224478608 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2229] ppid=2222 vsize=15417412 memory=0 CPUtime=3.81 cores=1,3,5,7
/proc/2224/task/2229/stat : 2229 (java) S 2222 2222 30846 0 -1 1077944384 49796 0 0 0 295 86 0 0 20 0 19 0 475271830 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140575223425808 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2230] ppid=2222 vsize=15417412 memory=1060 CPUtime=0.91 cores=1,3,5,7
/proc/2224/task/2230/stat : 2230 (java) R 2222 2222 30846 0 -1 1077944384 7981 0 0 0 90 1 0 0 20 0 19 0 475271831 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574741985648 140575273974402 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2231] ppid=2222 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2231/stat : 2231 (java) S 2222 2222 30846 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574740931680 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2232] ppid=2222 vsize=15417412 memory=4871484 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2232/stat : 2232 (java) S 2222 2222 30846 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 475271832 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574739878784 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2233] ppid=2222 vsize=15417412 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2233/stat : 2233 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574738827088 140575273981851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2234] ppid=2222 vsize=15417412 memory=288230574492221466 CPUtime=1.6 cores=1,3,5,7
/proc/2224/task/2234/stat : 2234 (java) R 2222 2222 30846 0 -1 4202560 8752 0 0 0 159 1 0 0 20 0 19 0 475271834 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574737774368 140575266252637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2235] ppid=2222 vsize=15417412 memory=4871492 CPUtime=1.67 cores=1,3,5,7
/proc/2224/task/2235/stat : 2235 (java) S 2222 2222 30846 0 -1 1077944384 9688 0 0 0 166 1 0 0 20 0 19 0 475271834 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574736722672 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2236] ppid=2222 vsize=15417412 memory=3620 CPUtime=0.66 cores=1,3,5,7
/proc/2224/task/2236/stat : 2236 (java) R 2222 2222 30846 0 -1 1077944384 7775 0 0 0 65 1 0 0 20 0 19 0 475271834 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574735669632 140575273973461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2237] ppid=2222 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/2224/task/2237/stat : 2237 (java) S 2222 2222 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475271834 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574734617312 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2238] ppid=2222 vsize=15417412 memory=4871492 CPUtime=0.13 cores=1,3,5,7
/proc/2224/task/2238/stat : 2238 (java) S 2222 2222 30846 0 -1 1077944384 965 0 0 0 5 8 0 0 20 0 19 0 475271835 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574733564592 140575273974402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2244] ppid=2222 vsize=15417412 memory=1448 CPUtime=241.72 cores=1,3,5,7
/proc/2224/task/2244/stat : 2244 (java) S 2222 2222 30846 0 -1 1077944384 17223 0 0 0 24168 4 0 0 20 0 19 0 475273769 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574724587520 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2245] ppid=2222 vsize=15417412 memory=3620 CPUtime=239.14 cores=1,3,5,7
/proc/2224/task/2245/stat : 2245 (java) R 2222 2222 30846 0 -1 1077944384 6669 0 0 0 23913 1 0 0 20 0 19 0 475273770 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574723535696 140575273973461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2246] ppid=2222 vsize=15417412 memory=0 CPUtime=241.97 cores=1,3,5,7
/proc/2224/task/2246/stat : 2246 (java) S 2222 2222 30846 0 -1 1077944384 2849 0 0 0 24196 1 0 0 20 0 19 0 475273770 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574722483168 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
[pid=2224/tid=2247] ppid=2222 vsize=15417412 memory=7380385388137112419 CPUtime=240.6 cores=1,3,5,7
/proc/2224/task/2247/stat : 2247 (java) S 2222 2222 30846 0 -1 1077944384 5218 0 0 0 24058 2 0 0 20 0 19 0 475273770 15787429888 1217887 33554432000 4194304 4196468 140726523030064 140574721431392 140575273973461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20164608 140726523032559 140726523032730 140726523032730 140726523035599 0
Current children cumulated CPU time: 998.65 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4872968 KiB

Child status: 0
Real time (s): 262.361
CPU time (s): 998.711
CPU user time (s): 994.629
CPU system time (s): 4.08135
CPU usage (%): 380.663
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 4872968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 994.629
system time used= 4.08135
maximum resident set size= 4871764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9116
involuntary context switches= 14435


# summary of solver processes directly reported to runsolver:
#   pid: 2222
#   total CPU time (s): 998.711
#   total CPU user time (s): 994.629
#   total CPU system time (s): 4.08135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69102 second user time and 3.07137 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 16:35:44
IDJOB=4403509
IDBENCH=126096
IDSOLVER=2863
FILE ID=node139/4403509-1568990021
RUNJOBID= node139-1568988008-30878
PBS_JOBID= 21704637
Free space on /tmp= 4996 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.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-4403509-1568990021/watcher-4403509-1568990021 -o /tmp/evaluation-result-4403509-1568990021/solver-4403509-1568990021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 956448961 HOME/instance-4403509-1568990021.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=956448961

node139.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.57
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.57
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.57
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.57
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:        11232248 kB
MemAvailable:   31691180 kB
Buffers:          135936 kB
Cached:         20191720 kB
SwapCached:        65308 kB
Active:         10234540 kB
Inactive:       10268296 kB
Active(anon):     106176 kB
Inactive(anon):   114792 kB
Active(file):   10128364 kB
Inactive(file): 10153504 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66938908 kB
Dirty:            117852 kB
Writeback:             0 kB
AnonPages:        147140 kB
Mapped:            63812 kB
Shmem:             37304 kB
Slab:             635212 kB
SReclaimable:     605524 kB
SUnreclaim:        29688 kB
KernelStack:        3648 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1496676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5004 MiB
End job on node139 at 2019-09-20 16:40:06