Trace number 4398946

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-16? 784.847 305.681

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-122-table.xml
MD5SUM1ecda127feec841a205962b399f2051f
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 benchmark32.3263
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints64
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1024}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1024}]
Minimum constraint arity32
Maximum constraint arity32
Distribution of constraint arities[{"arity":32,"count":64}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
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-4398946-1568698383.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398946-1568698383.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
765.40/300.15	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
784.65/305.57		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
784.65/305.57		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
784.65/305.57		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
784.65/305.57		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
784.65/305.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
784.65/305.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
784.65/305.57		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
784.65/305.57		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
784.65/305.57		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
784.65/305.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
784.65/305.58	s UNKNOWN
784.65/305.58	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398946-1568698383/watcher-4398946-1568698383 -o /tmp/evaluation-result-4398946-1568698383/solver-4398946-1568698383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 328385146 HOME/instance-4398946-1568698383.xml 

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

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=9229, runsolver pid=9226

[startup+0.100122 s]*
/proc/loadavg: 7.01 4.07 2.36 7/235 9245
/proc/meminfo: memFree=29683408/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15144776 memory=29548 CPUtime=0.13 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 5814 0 0 0 12 1 0 0 20 0 15 0 446105381 15508250624 7387 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3786194 7387 3177 1 0 3748377 0
[pid=9231/tid=9232] ppid=9229 vsize=15144776 memory=7100839878610879602 CPUtime=0.09 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 7929 0 -1 4202560 3716 0 0 0 8 1 0 0 20 0 15 0 446105382 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709838239712 140709815878755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709786630416 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709785577872 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709784525328 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709783472784 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709302626800 140709834021506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709301573024 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709300520432 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709298415696 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709297363184 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0.02 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) R 9229 9229 7929 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709296310512 140709834022294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 7387 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30996 KiB

[startup+0.211932 s]*
/proc/loadavg: 7.01 4.07 2.36 7/235 9245
/proc/meminfo: memFree=29671804/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15144776 memory=40468 CPUtime=0.34 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 9354 0 0 0 32 2 0 0 20 0 15 0 446105381 15508250624 10117 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3786194 10117 3315 1 0 3748377 0
[pid=9231/tid=9232] ppid=9229 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 7929 0 -1 1077944384 6644 0 0 0 18 2 0 0 20 0 15 0 446105382 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709838245344 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15144776 memory=9034 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709786630416 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15144776 memory=139998511998179 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709785577872 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709784525328 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446105382 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709783472784 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709302626800 140709834021506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709301573024 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446105384 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709300520432 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709297363056 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15144776 memory=139998508713600 CPUtime=0.08 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 782 0 0 0 8 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105387 15508250624 10117 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41916 KiB

[startup+0.310526 s]*
/proc/loadavg: 7.01 4.07 2.36 7/235 9245
/proc/meminfo: memFree=29664044/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15149032 memory=50220 CPUtime=0.53 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 10861 0 0 0 50 3 0 0 20 0 15 0 446105381 15512608768 12551 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3787258 12555 3365 1 0 3748377 0
[pid=9231/tid=9232] ppid=9229 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 7929 0 -1 4202560 7828 0 0 0 27 3 0 0 20 0 15 0 446105382 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709838241472 140709818090846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709786630416 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709785577872 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105382 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709784525328 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 7929 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446105382 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709783472784 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15149032 memory=7307460107981921142 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709302626800 140709834021506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709301573024 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709300520432 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15149032 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 492 0 0 0 5 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 303 0 0 0 4 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709297363056 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 945 0 0 0 13 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 12555 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51668 KiB

[startup+0.700823 s]
/proc/loadavg: 7.01 4.07 2.36 7/235 9245
/proc/meminfo: memFree=29550960/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15149032 memory=288988 CPUtime=1.27 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 11975 0 0 0 103 24 0 0 20 0 15 0 446105381 15512608768 72247 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3787258 72247 3419 1 0 3748377 0
[pid=9231/tid=9232] ppid=9229 vsize=15149032 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) R 9229 9229 7929 0 -1 4202560 8020 0 0 0 54 7 0 0 20 0 15 0 446105382 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709838249216 140709834032285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15149032 memory=47216 CPUtime=0.05 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 7929 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 446105382 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709786630416 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15149032 memory=984 CPUtime=0.06 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 7929 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 446105382 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709785577872 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15149032 memory=2004 CPUtime=0.05 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 7929 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 15 0 446105382 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709784525328 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15149032 memory=1376 CPUtime=0.05 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 7929 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 446105382 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709783472784 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15149032 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709302626800 140709834021506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15149032 memory=4068 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709301573024 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15149032 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 446105384 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709300520432 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15149032 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15149032 memory=10564 CPUtime=0.1 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 543 0 0 0 10 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15149032 memory=716 CPUtime=0.1 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) R 9229 9229 7929 0 -1 4202560 744 0 0 0 10 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709297355008 140709818404116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15149032 memory=780 CPUtime=0.16 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 1035 0 0 0 16 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15149032 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15149032 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446105387 15512608768 72247 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 290436 KiB

[startup+1.50081 s]
/proc/loadavg: 7.01 4.07 2.36 6/235 9245
/proc/meminfo: memFree=29237476/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0

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

/proc/9231/task/9234/stat : 9234 (java) R 9229 9229 7929 0 -1 4202560 325731 0 0 0 15220 283 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709785577760 140709818963911 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15151156 memory=984 CPUtime=155.23 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) R 9229 9229 7929 0 -1 4202560 371493 0 0 0 15261 262 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709784525528 140709818707998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15151156 memory=4486604260213485459 CPUtime=154.83 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) R 9229 9229 7929 0 -1 4202560 254749 0 0 0 15191 292 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709783472680 140709826638567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15151156 memory=984 CPUtime=16.48 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 125506 0 0 0 1636 12 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709302625120 140709834020565 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709301573088 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15151156 memory=12808800 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709300520448 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15151156 memory=12808836 CPUtime=1.18 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 7411 0 0 0 117 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15151156 memory=2004 CPUtime=1.24 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 7518 0 0 0 122 2 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709297363056 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15151156 memory=1376 CPUtime=0.55 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 8641 0 0 0 54 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15151156 memory=12808852 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15151156 memory=111632 CPUtime=0.14 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 808 0 0 0 7 7 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 767.99 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12810320 KiB

[startup+304.001 s]*
/proc/loadavg: 6.71 5.55 3.45 10/229 9428
/proc/meminfo: memFree=8264320/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15151156 memory=12808872 CPUtime=780.46 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 1522000 0 0 0 76817 1229 0 0 20 0 15 0 446105381 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3787789 3202218 3511 1 0 3748889 0
[pid=9231/tid=9232] ppid=9229 vsize=15151156 memory=1448 CPUtime=128.01 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 7929 0 -1 1077944384 45323 0 0 0 12738 63 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709838249584 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15151156 memory=12808852 CPUtime=158.3 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) R 9229 9229 7929 0 -1 4202560 351406 0 0 0 15528 302 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709786630536 140709826638567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15151156 memory=4126316290023845779 CPUtime=158.15 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) R 9229 9229 7929 0 -1 4202560 325731 0 0 0 15531 284 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709785577680 140709826638567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15151156 memory=1376 CPUtime=158.38 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) R 9229 9229 7929 0 -1 4202560 390551 0 0 0 15575 263 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709784525448 140709826638567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15151156 memory=1060 CPUtime=157.94 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) R 9229 9229 7929 0 -1 4202560 257677 0 0 0 15500 294 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709783472904 140709827110023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15151156 memory=4068 CPUtime=16.49 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 125507 0 0 0 1637 12 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709302625344 140709834020565 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15151156 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709301573088 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15151156 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709300520448 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15151156 memory=10564 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15151156 memory=716 CPUtime=1.18 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 7411 0 0 0 117 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15151156 memory=784 CPUtime=1.24 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 7518 0 0 0 122 2 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709297363056 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15151156 memory=1552 CPUtime=0.55 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 8641 0 0 0 54 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15151156 memory=1192 CPUtime=0.14 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 810 0 0 0 7 7 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 780.46 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12810320 KiB

[startup+304.801 s]
/proc/loadavg: 6.71 5.55 3.45 10/229 9428
/proc/meminfo: memFree=8264320/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15151156 memory=12808872 CPUtime=783.52 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 1522930 0 0 0 77122 1230 0 0 20 0 15 0 446105381 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3787789 3202218 3511 1 0 3748889 0
[pid=9231/tid=9232] ppid=9229 vsize=15151156 memory=1448 CPUtime=128.01 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 7929 0 -1 1077944384 45323 0 0 0 12738 63 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709838249584 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15151156 memory=12808872 CPUtime=159.05 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) R 9229 9229 7929 0 -1 4202560 351427 0 0 0 15603 302 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709786630536 140709827107060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15151156 memory=12808872 CPUtime=158.9 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) R 9229 9229 7929 0 -1 4202560 325754 0 0 0 15606 284 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709785577680 140709818710242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15151156 memory=47216 CPUtime=159.13 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) R 9229 9229 7929 0 -1 4202560 390564 0 0 0 15650 263 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709784525448 140709818710120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15151156 memory=984 CPUtime=158.74 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) R 9229 9229 7929 0 -1 4202560 258549 0 0 0 15579 295 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709783472904 140709818999986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15151156 memory=8112282956445269571 CPUtime=16.49 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) S 9229 9229 7929 0 -1 1077944384 125507 0 0 0 1637 12 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709302625344 140709834020565 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709301573088 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709300520448 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15151156 memory=2712 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15151156 memory=4126316290023845779 CPUtime=1.18 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 7411 0 0 0 117 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709298415600 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15151156 memory=12808852 CPUtime=1.24 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 7518 0 0 0 122 2 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709297363056 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15151156 memory=15537410121403819 CPUtime=0.55 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 8641 0 0 0 54 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709296310512 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15151156 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15151156 memory=8112282956445269571 CPUtime=0.14 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 810 0 0 0 7 7 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 783.52 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12810320 KiB

[startup+305.201 s]
/proc/loadavg: 6.71 5.55 3.45 3/229 9428
/proc/meminfo: memFree=8264196/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/statm: 28282 362 304 221 0 87 0
[pid=9231] ppid=9229 vsize=15151156 memory=12808872 CPUtime=784.35 cores=0,2,4,6
/proc/9231/stat : 9231 (java) S 9229 9229 7929 0 -1 1077944320 1523092 0 0 0 77205 1230 0 0 20 0 15 0 446105381 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140723880690528 140709834010359 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
/proc/9231/statm: 3787789 3202218 3511 1 0 3748889 0
[pid=9231/tid=9232] ppid=9229 vsize=15151156 memory=1448 CPUtime=128.01 cores=0,2,4,6
/proc/9231/task/9232/stat : 9232 (java) S 9229 9229 7929 0 -1 1077944384 45323 0 0 0 12738 63 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709838249584 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9233] ppid=9229 vsize=15151156 memory=12808872 CPUtime=159.2 cores=0,2,4,6
/proc/9231/task/9233/stat : 9233 (java) S 9229 9229 7929 0 -1 1077944384 351470 0 0 0 15618 302 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709786630416 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9234] ppid=9229 vsize=15151156 memory=1408 CPUtime=159.05 cores=0,2,4,6
/proc/9231/task/9234/stat : 9234 (java) S 9229 9229 7929 0 -1 1077944384 325801 0 0 0 15621 284 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709785577872 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9235] ppid=9229 vsize=15151156 memory=2788 CPUtime=159.27 cores=0,2,4,6
/proc/9231/task/9235/stat : 9235 (java) S 9229 9229 7929 0 -1 1077944384 390601 0 0 0 15664 263 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709784525328 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9236] ppid=9229 vsize=15151156 memory=1448 CPUtime=158.88 cores=0,2,4,6
/proc/9231/task/9236/stat : 9236 (java) S 9229 9229 7929 0 -1 1077944384 258583 0 0 0 15593 295 0 0 20 0 15 0 446105382 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709783472784 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9237] ppid=9229 vsize=15151156 memory=7187148 CPUtime=16.74 cores=0,2,4,6
/proc/9231/task/9237/stat : 9237 (java) R 9229 9229 7929 0 -1 4202560 125507 0 0 0 1662 12 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709302625344 140709819006763 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9238] ppid=9229 vsize=15151156 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9238/stat : 9238 (java) S 9229 9229 7929 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709301573088 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9239] ppid=9229 vsize=15151156 memory=2788 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9239/stat : 9239 (java) S 9229 9229 7929 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 446105384 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709300520448 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9240] ppid=9229 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9240/stat : 9240 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709299469008 140709834028955 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9241] ppid=9229 vsize=15151156 memory=6049288 CPUtime=1.18 cores=0,2,4,6
/proc/9231/task/9241/stat : 9241 (java) S 9229 9229 7929 0 -1 1077944384 7411 0 0 0 117 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709298415648 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9242] ppid=9229 vsize=15151156 memory=1732 CPUtime=1.24 cores=0,2,4,6
/proc/9231/task/9242/stat : 9242 (java) S 9229 9229 7929 0 -1 1077944384 7519 0 0 0 122 2 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709297362816 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9243] ppid=9229 vsize=15151156 memory=1448 CPUtime=0.55 cores=0,2,4,6
/proc/9231/task/9243/stat : 9243 (java) S 9229 9229 7929 0 -1 1077944384 8641 0 0 0 54 1 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709296310560 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9244] ppid=9229 vsize=15151156 memory=12808872 CPUtime=0 cores=0,2,4,6
/proc/9231/task/9244/stat : 9244 (java) S 9229 9229 7929 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709295258208 140709834020565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
[pid=9231/tid=9245] ppid=9229 vsize=15151156 memory=12040 CPUtime=0.14 cores=0,2,4,6
/proc/9231/task/9245/stat : 9245 (java) S 9229 9229 7929 0 -1 1077944384 810 0 0 0 7 7 0 0 20 0 15 0 446105387 15514783744 3202218 33554432000 4194304 4196468 140723880707984 140709294205744 140709834021506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21778432 140723880711151 140723880711322 140723880711322 140723880714191 0
Current children cumulated CPU time: 784.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12810320 KiB

[startup+305.602 s]
/proc/loadavg: 6.71 5.55 3.45 3/229 9428
/proc/meminfo: memFree=8264196/32770624 swapFree=66967456/67108860
[pid=9229] ppid=9226 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9229/stat : 9229 (xcsp3-exec) S 9226 9229 7929 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446105381 115843072 362 33554432000 4194304 5098028 140723151825760 140723151823864 140252797006460 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 13357056 140723151827835 140723151828077 140723151828077 140723151830986 0
/proc/9229/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: 1
Real time (s): 305.681
CPU time (s): 784.847
CPU user time (s): 772.439
CPU system time (s): 12.4076
CPU usage (%): 256.754
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12810320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 772.439
system time used= 12.4076
maximum resident set size= 12809064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1523821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19271
involuntary context switches= 14015


# summary of solver processes directly reported to runsolver:
#   pid: 9229
#   total CPU time (s): 784.847
#   total CPU user time (s): 772.439
#   total CPU system time (s): 12.4076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9155 second user time and 3.17738 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 07:32:23
IDJOB=4398946
IDBENCH=134105
IDSOLVER=2853
FILE ID=node125/4398946-1568698383
RUNJOBID= node125-1568698192-7960
PBS_JOBID= 21703810
Free space on /tmp= 59300 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-122-table.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-4398946-1568698383/watcher-4398946-1568698383 -o /tmp/evaluation-result-4398946-1568698383/solver-4398946-1568698383 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568698192-7960 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 328385146 HOME/instance-4398946-1568698383.xml

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

MD5SUM BENCH= 1ecda127feec841a205962b399f2051f
RANDOM SEED=328385146

node125.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.29
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.29
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.29
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.29
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:        29699484 kB
MemAvailable:   31688372 kB
Buffers:          206416 kB
Cached:          2078224 kB
SwapCached:        38412 kB
Active:          1430180 kB
Inactive:        1068696 kB
Active(anon):     194256 kB
Inactive(anon):    68464 kB
Active(file):    1235924 kB
Inactive(file):  1000232 kB
Unevictable:      108972 kB
Mlocked:          108972 kB
SwapTotal:      67108860 kB
SwapFree:       66967456 kB
Dirty:            440912 kB
Writeback:             0 kB
AnonPages:        286560 kB
Mapped:            61576 kB
Shmem:             39868 kB
Slab:             166804 kB
SReclaimable:     137132 kB
SUnreclaim:        29672 kB
KernelStack:        3808 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1401472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59232 MiB
End job on node125 at 2019-09-17 07:37:29