Trace number 4398822

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? 2333.38 800.241

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-035.xml
MD5SUM95db7a436582e8fbf27db66b2c693839
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.88573
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size21
Maximum domain size35
Distribution of domain sizes[{"size":21,"count":2},{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
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-4398822-1568700220.xml"  -tl '2520s' -p 4
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4398822-1568700220.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
2333.23/800.18	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2333.23/800.18		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
2333.23/800.18		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
2333.23/800.18		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
2333.23/800.18		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
2333.23/800.18		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
2333.23/800.18		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2333.23/800.18		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2333.23/800.18		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2333.23/800.18		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2333.23/800.18		at org.xcsp.parser.XCallbacks$$Lambda$97/1836797772.accept(Unknown Source)
2333.23/800.18		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2333.23/800.18		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2333.23/800.18		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2333.23/800.18		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2333.23/800.18		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2333.23/800.18		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2333.23/800.18		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2333.23/800.18		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2333.23/800.18	s UNKNOWN
2333.23/800.18	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: 16375 MiB (14419 MiB free)
  memory of node 1: 16384 MiB (15289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398822-1568700220/watcher-4398822-1568700220 -o /tmp/evaluation-result-4398822-1568700220/solver-4398822-1568700220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4847 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 576315995 HOME/instance-4398822-1568700220.xml 

running on 4 cores: 0-3

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


[startup+0.10385 s]*
/proc/loadavg: 8.15 8.06 8.00 7/234 18422
/proc/meminfo: memFree=30401928/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15144776 memory=31852 CPUtime=0.12 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 5914 0 0 0 11 1 0 0 20 0 15 0 445963654 15508250624 7963 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3786194 7963 3120 1 0 3748377 0
[pid=18408/tid=18409] ppid=18406 vsize=15144776 memory=8252428994737482315 CPUtime=0.09 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) R 18406 18406 4816 0 -1 4202560 3837 0 0 0 8 1 0 0 20 0 15 0 445963654 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115729798960 140115725587613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) S 18406 18406 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115661802640 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15144776 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115660749840 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115659697040 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115314268944 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15144776 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445963656 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115261364592 140115725576834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445963657 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115260310560 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445963657 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115259257712 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115257154416 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140115256101616 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15144776 memory=139748591036032 CPUtime=0.02 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) R 18406 18406 4816 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140114794637936 140115709880790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15144776 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 7963 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33300 KiB

[startup+0.211662 s]*
/proc/loadavg: 8.15 8.06 8.00 6/234 18422
/proc/meminfo: memFree=30390672/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15144776 memory=42132 CPUtime=0.34 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 9261 0 0 0 31 3 0 0 20 0 15 0 445963654 15508250624 10533 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3786194 10533 3248 1 0 3748377 0
[pid=18408/tid=18409] ppid=18406 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) R 18406 18406 4816 0 -1 4202560 6573 0 0 0 18 2 0 0 20 0 15 0 445963654 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115729785024 140115709646174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15144776 memory=9642 CPUtime=0 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) S 18406 18406 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115661802640 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15144776 memory=3313570 CPUtime=0 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115660749840 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115659697040 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115314268944 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445963656 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115261364592 140115725576834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445963657 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115260310560 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15144776 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445963657 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115259257712 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 449 0 0 0 3 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115257154416 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15144776 memory=-1 CPUtime=0.01 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140115256101616 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15144776 memory=0 CPUtime=0.07 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) R 18406 18406 4816 0 -1 4202560 755 0 0 0 7 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140114794637936 140115717802814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963660 15508250624 10533 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43580 KiB

[startup+0.311626 s]*
/proc/loadavg: 7.90 8.00 7.99 7/234 18422
/proc/meminfo: memFree=30386204/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15149032 memory=48468 CPUtime=0.52 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 10784 0 0 0 48 4 0 0 20 0 15 0 445963654 15512608768 12117 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3787258 12117 3357 1 0 3748377 0
[pid=18408/tid=18409] ppid=18406 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) R 18406 18406 4816 0 -1 4202560 7896 0 0 0 27 3 0 0 20 0 15 0 445963654 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115729766976 140115709646174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) S 18406 18406 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445963655 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115661802640 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15149032 memory=3302560 CPUtime=0 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115660749840 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115659697040 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963655 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115314268944 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15149032 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445963656 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115261364592 140115725576834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445963657 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115260310560 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445963657 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115259257712 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15149032 memory=0 CPUtime=0.04 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) R 18406 18406 4816 0 -1 1077944384 478 0 0 0 4 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115257154416 140115725576834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15149032 memory=-1 CPUtime=0.03 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) R 18406 18406 4816 0 -1 1077944384 218 0 0 0 3 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140115256101616 140115725576834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15149032 memory=139748591036032 CPUtime=0.12 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 889 0 0 0 12 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140114794637936 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15149032 memory=139748591036032 CPUtime=0 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963660 15512608768 12117 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 49916 KiB

[startup+0.700804 s]
/proc/loadavg: 7.90 8.00 7.99 8/234 18422
/proc/meminfo: memFree=30373796/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15151156 memory=184316 CPUtime=1.35 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 13180 0 0 0 127 8 0 0 20 0 15 0 445963654 15514783744 46079 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3787789 46079 3432 1 0 3748889 0
[pid=18408/tid=18409] ppid=18406 vsize=15151156 memory=2120 CPUtime=0.66 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) S 18406 18406 4816 0 -1 1077944384 9047 0 0 0 61 5 0 0 20 0 15 0 445963654 15514783744 46079 33554432000 4194304 4196468 140723729640880 140115729803568 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) S 18406 18406 4816 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 445963655 15514783744 46079 33554432000 4194304 4196468 140723729640880 140115661802640 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15151156 memory=1556 CPUtime=0 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) S 18406 18406 4816 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 445963655 15514783744 46079 33554432000 4194304 4196468 140723729640880 140115660749840 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15151156 memory=928 CPUtime=0 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) S 18406 18406 4816 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 445963655 15514783744 46079 33554432000 4194304 4196468 140723729640880 140115659697040 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15151156 memory=1628 CPUtime=0 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18406 4816 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 445963655 15514783744 46079 33554432000 4194304 4196468 140723729640880 140115314268944 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15151156 memory=796 CPUtime=0 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) R 18406 18406 4816 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 445963656 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115261363104 140115718665534 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15151156 memory=1444 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115260310560 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15151156 memory=1984 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115259257712 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15151156 memory=7086240636229996643 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15151156 memory=7453282923444726100 CPUtime=0.19 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 851 0 0 0 19 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115257154416 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15151156 memory=4638778402627731557 CPUtime=0.15 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 628 0 0 0 15 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140115256092080 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15151156 memory=8514726395714826909 CPUtime=0.28 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 1300 0 0 0 28 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140114794637936 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15151156 memory=5794555382653873255 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 46591 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 185764 KiB

[startup+1.50089 s]
/proc/loadavg: 7.90 8.00 7.99 6/234 18422
/proc/meminfo: memFree=30094404/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0

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

/proc/18408/task/18411/stat : 18411 (java) R 18406 18406 4816 0 -1 4202560 73766 0 0 0 50603 177 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115660750040 140115710550707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15151156 memory=1448 CPUtime=508.08 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) R 18406 18406 4816 0 -1 4202560 66561 0 0 0 50645 163 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115659697240 140115710263439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15151156 memory=12712032 CPUtime=508.72 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) R 18406 18406 4816 0 -1 4202560 58089 0 0 0 50681 191 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115314268944 140115710516292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15151156 memory=1708 CPUtime=69.28 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 129026 0 0 0 6920 8 0 0 20 0 15 0 445963656 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115261362928 140115725575893 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15151156 memory=1280 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115260310528 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15151156 memory=12712032 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115259257728 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15151156 memory=1448 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15151156 memory=12712024 CPUtime=0.46 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 4481 0 0 0 45 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115257154176 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15151156 memory=1448 CPUtime=1.05 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 10103 0 0 0 104 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115256101616 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15151156 memory=1388 CPUtime=0.55 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 8748 0 0 0 55 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114794637936 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15151156 memory=1056 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15151156 memory=780 CPUtime=0.38 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 803 0 0 0 22 16 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 2320.8 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12713480 KiB

[startup+798.401 s]
/proc/loadavg: 3.90 6.07 6.97 5/207 18616
/proc/meminfo: memFree=17871440/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15151156 memory=12712032 CPUtime=2327.17 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 444544 0 0 0 231952 765 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3787789 3178008 3510 1 0 3748889 0
[pid=18408/tid=18409] ppid=18406 vsize=15151156 memory=2044 CPUtime=215.78 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) S 18406 18406 4816 0 -1 1077944384 35131 0 0 0 21521 57 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115729803344 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15151156 memory=6791534058613427641 CPUtime=510.19 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) R 18406 18406 4816 0 -1 4202560 56459 0 0 0 50862 157 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115661802840 140115710517162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15151156 memory=12712032 CPUtime=509.4 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) R 18406 18406 4816 0 -1 4202560 73766 0 0 0 50763 177 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115660750040 140115710263326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15151156 memory=3612 CPUtime=509.65 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) R 18406 18406 4816 0 -1 4202560 66561 0 0 0 50802 163 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115659697240 140115710516798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15151156 memory=23004 CPUtime=510.32 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) R 18406 18406 4816 0 -1 4202560 58089 0 0 0 50841 191 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115314268832 140115710516292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15151156 memory=14068 CPUtime=69.28 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 129026 0 0 0 6920 8 0 0 20 0 15 0 445963656 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115261362928 140115725575893 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15151156 memory=2120 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115260310528 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115259257728 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15151156 memory=-3622645143214314312 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15151156 memory=1280 CPUtime=0.46 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 4481 0 0 0 45 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115257154176 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15151156 memory=6028 CPUtime=1.05 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 10103 0 0 0 104 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115256101664 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15151156 memory=780 CPUtime=0.55 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 8748 0 0 0 55 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114794637984 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15151156 memory=1088 CPUtime=0.38 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 803 0 0 0 22 16 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 2327.17 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12713480 KiB

[startup+799.204 s]
/proc/loadavg: 3.90 6.07 6.97 5/207 18616
/proc/meminfo: memFree=17871440/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15151156 memory=12712032 CPUtime=2330.34 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 444715 0 0 0 232269 765 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3787789 3178008 3510 1 0 3748889 0
[pid=18408/tid=18409] ppid=18406 vsize=15151156 memory=1448 CPUtime=215.78 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) S 18406 18406 4816 0 -1 1077944384 35131 0 0 0 21521 57 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115729803344 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15151156 memory=6791534058613427641 CPUtime=510.99 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) R 18406 18406 4816 0 -1 4202560 56486 0 0 0 50942 157 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115661802640 140115710264384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15151156 memory=14008 CPUtime=510.21 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) R 18406 18406 4816 0 -1 4202560 73829 0 0 0 50843 178 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115660749840 140115710264432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15151156 memory=23004 CPUtime=510.42 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) R 18406 18406 4816 0 -1 4202560 66605 0 0 0 50879 163 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115659697240 140115710562094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15151156 memory=14068 CPUtime=511.11 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) R 18406 18406 4816 0 -1 4202560 58127 0 0 0 50920 191 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115314269144 140115710562330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15151156 memory=2120 CPUtime=69.29 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) S 18406 18406 4816 0 -1 1077944384 129026 0 0 0 6921 8 0 0 20 0 15 0 445963656 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115261363152 140115725575893 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115260310528 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115259257728 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15151156 memory=14690794741172841 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15151156 memory=12712032 CPUtime=0.46 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 4481 0 0 0 45 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115257154176 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15151156 memory=3612 CPUtime=1.05 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 10103 0 0 0 104 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115256101664 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15151156 memory=12712032 CPUtime=0.55 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 8748 0 0 0 55 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114794637984 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15151156 memory=2424 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15151156 memory=1760 CPUtime=0.38 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 803 0 0 0 22 16 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 2330.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12713480 KiB

[startup+800.001 s]*
/proc/loadavg: 3.90 6.07 6.97 2/207 18616
/proc/meminfo: memFree=17871440/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/statm: 28282 362 304 221 0 87 0
[pid=18408] ppid=18406 vsize=15151156 memory=12712032 CPUtime=2333.13 cores=0-3
/proc/18408/stat : 18408 (java) S 18406 18406 4816 0 -1 1077944320 444841 0 0 0 232548 765 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140723729623424 140115725565687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
/proc/18408/statm: 3787789 3178008 3510 1 0 3748889 0
[pid=18408/tid=18409] ppid=18406 vsize=15151156 memory=1444 CPUtime=215.78 cores=0-3
/proc/18408/task/18409/stat : 18409 (java) S 18406 18406 4816 0 -1 1077944384 35131 0 0 0 21521 57 0 0 20 0 15 0 445963654 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115729803344 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18410] ppid=18406 vsize=15151156 memory=4872558044660077418 CPUtime=511.65 cores=0-3
/proc/18408/task/18410/stat : 18410 (java) S 18406 18406 4816 0 -1 1077944384 56486 0 0 0 51008 157 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115661802640 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18411] ppid=18406 vsize=15151156 memory=2424 CPUtime=510.87 cores=0-3
/proc/18408/task/18411/stat : 18411 (java) S 18406 18406 4816 0 -1 1077944384 73829 0 0 0 50909 178 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115660749840 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18412] ppid=18406 vsize=15151156 memory=1760 CPUtime=511.08 cores=0-3
/proc/18408/task/18412/stat : 18412 (java) S 18406 18406 4816 0 -1 1077944384 66607 0 0 0 50945 163 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115659697040 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18413] ppid=18406 vsize=15151156 memory=111636 CPUtime=511.77 cores=0-3
/proc/18408/task/18413/stat : 18413 (java) S 18406 18406 4816 0 -1 1077944384 58250 0 0 0 50986 191 0 0 20 0 15 0 445963655 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115314268944 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18414] ppid=18406 vsize=15151156 memory=800 CPUtime=69.43 cores=0-3
/proc/18408/task/18414/stat : 18414 (java) R 18406 18406 4816 0 -1 4202560 129026 0 0 0 6935 8 0 0 20 0 15 0 445963656 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115261363152 140115710562032 0 0 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18415] ppid=18406 vsize=15151156 memory=12712032 CPUtime=0 cores=0-3
/proc/18408/task/18415/stat : 18415 (java) S 18406 18406 4816 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115260310528 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18416] ppid=18406 vsize=15151156 memory=1448 CPUtime=0 cores=0-3
/proc/18408/task/18416/stat : 18416 (java) S 18406 18406 4816 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 445963657 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115259257728 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18417] ppid=18406 vsize=15151156 memory=12712032 CPUtime=0 cores=0-3
/proc/18408/task/18417/stat : 18417 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115258206032 140115725584283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18418] ppid=18406 vsize=15151156 memory=1804 CPUtime=0.46 cores=0-3
/proc/18408/task/18418/stat : 18418 (java) S 18406 18406 4816 0 -1 1077944384 4481 0 0 0 45 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115257154176 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18419] ppid=18406 vsize=15151156 memory=916 CPUtime=1.05 cores=0-3
/proc/18408/task/18419/stat : 18419 (java) S 18406 18406 4816 0 -1 1077944384 10103 0 0 0 104 1 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140115256101664 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18420] ppid=18406 vsize=15151156 memory=3848 CPUtime=0.55 cores=0-3
/proc/18408/task/18420/stat : 18420 (java) S 18406 18406 4816 0 -1 1077944384 8748 0 0 0 55 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114794637984 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18421] ppid=18406 vsize=15151156 memory=2596 CPUtime=0 cores=0-3
/proc/18408/task/18421/stat : 18421 (java) S 18406 18406 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114793585376 140115725575893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
[pid=18408/tid=18422] ppid=18406 vsize=15151156 memory=4104 CPUtime=0.38 cores=0-3
/proc/18408/task/18422/stat : 18422 (java) S 18406 18406 4816 0 -1 1077944384 803 0 0 0 22 16 0 0 20 0 15 0 445963660 15514783744 3178008 33554432000 4194304 4196468 140723729640880 140114792532656 140115725576834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 11460608 140723729646575 140723729646746 140723729646746 140723729649615 0
Current children cumulated CPU time: 2333.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12713480 KiB

[startup+800.201 s]
/proc/loadavg: 3.90 6.07 6.97 2/207 18616
/proc/meminfo: memFree=17871440/32770688 swapFree=66961208/67108860
[pid=18406] ppid=18403 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/18406/stat : 18406 (xcsp3-exec) S 18403 18406 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445963653 115843072 362 33554432000 4194304 5098028 140722341638736 140722341636840 139753654301308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39600128 140722341647227 140722341647469 140722341647469 140722341650378 0
/proc/18406/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): 800.241
CPU time (s): 2333.38
CPU user time (s): 2325.66
CPU system time (s): 7.7129
CPU usage (%): 291.584
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12719632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2325.66
system time used= 7.7129
maximum resident set size= 12718184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28669
involuntary context switches= 43570


# summary of solver processes directly reported to runsolver:
#   pid: 18406
#   total CPU time (s): 2333.38
#   total CPU user time (s): 2325.66
#   total CPU system time (s): 7.7129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.11378 second user time and 9.11505 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 08:02:59
IDJOB=4398822
IDBENCH=141707
IDSOLVER=2853
FILE ID=node116/4398822-1568700220
RUNJOBID= node116-1568694541-4847
PBS_JOBID= 21703807
Free space on /tmp= 61208 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-035.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-4398822-1568700220/watcher-4398822-1568700220 -o /tmp/evaluation-result-4398822-1568700220/solver-4398822-1568700220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4847 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 576315995 HOME/instance-4398822-1568700220.xml

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

MD5SUM BENCH= 95db7a436582e8fbf27db66b2c693839
RANDOM SEED=576315995

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30422000 kB
MemAvailable:   31701708 kB
Buffers:          149624 kB
Cached:          1423772 kB
SwapCached:        46588 kB
Active:          1197380 kB
Inactive:         573128 kB
Active(anon):     150904 kB
Inactive(anon):    94964 kB
Active(file):    1046476 kB
Inactive(file):   478164 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        270184 kB
Mapped:            61512 kB
Shmem:             40292 kB
Slab:             171152 kB
SReclaimable:     141808 kB
SUnreclaim:        29344 kB
KernelStack:        4176 kB
PageTables:         6372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1400448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61208 MiB
End job on node116 at 2019-09-17 08:16:19