Trace number 4403660

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20? 374.69 143.899

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.3106
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403660-1568993481.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403660-1568993481.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
348.07/135.94	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
348.07/135.94		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
348.07/135.94		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
348.07/135.94		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
348.07/135.94		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
348.07/135.94		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
348.07/135.94		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
348.07/135.94		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
348.07/135.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
348.07/135.94		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
348.07/135.94		at org.xcsp.parser.XCallbacks$$Lambda$108/25548982.accept(Unknown Source)
348.07/135.94		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
348.07/135.94		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
348.07/135.94		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
348.07/135.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
348.07/135.94		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
348.07/135.94		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
348.07/135.94		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
348.07/135.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
348.07/135.94	s UNKNOWN
374.28/143.52	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 (4087 MiB free)
  memory of node 1: 16384 MiB (3297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403660-1568993481/watcher-4403660-1568993481 -o /var/tmp/evaluation-result-4403660-1568993481/solver-4403660-1568993481 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568993440-27734 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 306610792 HOME/instance-4403660-1568993481.xml 

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

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

solver pid=27757, runsolver pid=27751

[startup+0.102812 s]*
/proc/loadavg: 4.02 4.77 6.44 4/230 27794
/proc/meminfo: memFree=7529492/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15144776 memory=30024 CPUtime=0.13 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 5470 0 0 0 12 1 0 0 20 0 15 0 475262902 15508250624 7506 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3786194 7506 3176 1 0 3748377 0
[pid=27759/tid=27760] ppid=27757 vsize=15144776 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) R 27757 27757 27702 0 -1 4202560 3364 0 0 0 8 1 0 0 20 0 15 0 475262902 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570768858080 140570403053401 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15144776 memory=140645828503168 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15144776 memory=140645828503168 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) S 27757 27757 27702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475262904 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570233092592 140570764638850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475262905 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570232038816 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475262905 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570230986224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262907 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) R 27757 27757 27702 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 475262907 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570228881392 140570764638850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) R 27757 27757 27702 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 475262907 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570227820352 140570744292144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15144776 memory=140645828503168 CPUtime=0.02 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 327 0 0 0 2 0 0 0 20 0 15 0 475262907 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570226776304 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262908 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15144776 memory=140645828503168 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262908 15508250624 7506 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31476 KiB

[startup+0.212759 s]*
/proc/loadavg: 4.02 4.77 6.44 3/230 27794
/proc/meminfo: memFree=7501692/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15144776 memory=41560 CPUtime=0.35 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 9049 0 0 0 32 3 0 0 20 0 15 0 475262902 15508250624 10390 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3786194 10390 3310 1 0 3748377 0
[pid=27759/tid=27760] ppid=27757 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) R 27757 27757 27702 0 -1 4202560 6182 0 0 0 18 2 0 0 20 0 15 0 475262902 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570768862688 140570764649629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15144776 memory=11079 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15144776 memory=3907211559092617248 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475262903 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) S 27757 27757 27702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475262904 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570233092592 140570764638850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475262905 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570232038816 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15144776 memory=140645828503168 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475262905 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570230986224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262907 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 15 0 475262907 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570228881392 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 475262907 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570227828848 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) R 27757 27757 27702 0 -1 4202560 733 0 0 0 8 0 0 0 20 0 15 0 475262907 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570226776304 140570743569324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262908 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262908 15508250624 10390 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43012 KiB

[startup+0.320708 s]*
/proc/loadavg: 4.02 4.77 6.44 4/230 27794
/proc/meminfo: memFree=7491308/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15149032 memory=50196 CPUtime=0.54 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 10386 0 0 0 50 4 0 0 20 0 15 0 475262902 15512608768 12549 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3787258 12549 3342 1 0 3748377 0
[pid=27759/tid=27760] ppid=27757 vsize=15149032 memory=43757088800 CPUtime=0.31 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) R 27757 27757 27702 0 -1 4202560 7453 0 0 0 28 3 0 0 20 0 15 0 475262902 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570768862816 140570748708190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15149032 memory=35 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15149032 memory=140645828558880 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15149032 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15149032 memory=35 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475262903 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15149032 memory=140645828565792 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) S 27757 27757 27702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475262904 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570233092592 140570764638850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15149032 memory=35 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475262905 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570232038816 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15149032 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475262905 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570230986224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15149032 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262907 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 418 0 0 0 4 0 0 0 20 0 15 0 475262907 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570228881392 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15149032 memory=140645683556815 CPUtime=0.04 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) R 27757 27757 27702 0 -1 1077944384 430 0 0 0 4 0 0 0 20 0 15 0 475262907 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570227828848 140570764638850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15149032 memory=140645828530902 CPUtime=0.13 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) R 27757 27757 27702 0 -1 1077944384 782 0 0 0 13 0 0 0 20 0 15 0 475262907 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570226776304 140570764638850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15149032 memory=140645683547599 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262908 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15149032 memory=281291512060032 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262908 15512608768 12549 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51648 KiB

[startup+0.700828 s]
/proc/loadavg: 4.02 4.77 6.44 9/230 27794
/proc/meminfo: memFree=7457056/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15151156 memory=134904 CPUtime=1.26 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 12532 0 0 0 120 6 0 0 20 0 15 0 475262902 15514783744 33726 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3787789 33726 3434 1 0 3748889 0
[pid=27759/tid=27760] ppid=27757 vsize=15151156 memory=148 CPUtime=0.67 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) R 27757 27757 27702 0 -1 4202560 8528 0 0 0 63 4 0 0 20 0 15 0 475262902 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570768863352 140570405244105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15151156 memory=8320808402719749941 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15151156 memory=5789201851176538976 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15151156 memory=4639059895069856102 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262903 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15151156 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475262903 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15151156 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) S 27757 27757 27702 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475262904 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570233092592 140570764638850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475262905 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570232038816 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475262905 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570230986224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15151156 memory=668 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262907 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15151156 memory=1256 CPUtime=0.14 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 710 0 0 0 14 0 0 0 20 0 15 0 475262907 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570228881392 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15151156 memory=1076 CPUtime=0.15 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 754 0 0 0 15 0 0 0 20 0 15 0 475262907 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570227828848 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15151156 memory=14008 CPUtime=0.26 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 1232 0 0 0 26 0 0 0 20 0 15 0 475262907 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570226776304 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15151156 memory=30440 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262908 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15151156 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475262908 15514783744 33726 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 136356 KiB

[startup+1.50079 s]
/proc/loadavg: 4.02 4.77 6.44 9/230 27794
/proc/meminfo: memFree=7153320/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0

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

/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 1601 0 0 0 26 0 0 0 20 0 15 0 475262907 15514783744 2911966 33554432000 4194304 4196468 140733178592752 140570227828896 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15151156 memory=11647864 CPUtime=0.4 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 4421 0 0 0 40 0 0 0 20 0 15 0 475262907 15514783744 2911966 33554432000 4194304 4196468 140733178592752 140570226776064 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475262908 15514783744 2911966 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15151156 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 265 0 0 0 3 4 0 0 20 0 15 0 475262908 15514783744 2911966 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 345.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11649316 KiB

[startup+140.801 s]
/proc/loadavg: 6.73 5.38 6.42 8/235 27833
/proc/meminfo: memFree=296060/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15217720 memory=11648104 CPUtime=367.14 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 4184330 0 0 0 34534 2180 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3804430 2912026 3490 1 0 3765530 0
[pid=27759/tid=27760] ppid=27757 vsize=15217720 memory=1052 CPUtime=35.6 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) S 27757 27757 27702 0 -1 1077944384 23831 0 0 0 3548 12 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570768868384 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15217720 memory=776 CPUtime=75.79 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) R 27757 27757 27702 0 -1 4202560 1321162 0 0 0 7087 492 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570356951120 140570764649050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15217720 memory=1548 CPUtime=75.27 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) R 27757 27757 27702 0 -1 4202560 765398 0 0 0 6941 586 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570355898888 140570757255911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15217720 memory=1728 CPUtime=75.58 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) R 27757 27757 27702 0 -1 4202560 1184088 0 0 0 7012 546 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570354846112 140570749617288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15217720 memory=8080 CPUtime=75.27 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) R 27757 27757 27702 0 -1 4202560 758170 0 0 0 7002 525 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570353793488 140570757255911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15217720 memory=0 CPUtime=28.5 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) S 27757 27757 27702 0 -1 1077944384 121745 0 0 0 2839 11 0 0 20 0 16 0 475262904 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570233091136 140570764637909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15217720 memory=1076 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570232038880 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15217720 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570230986240 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15217720 memory=664970774541740186 CPUtime=0.29 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 2240 0 0 0 29 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570228881392 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15217720 memory=11205724500837 CPUtime=0.27 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 1601 0 0 0 26 1 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570227828848 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15217720 memory=10 CPUtime=0.4 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 4492 0 0 0 40 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570226776304 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15217720 memory=111636 CPUtime=0.07 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 265 0 0 0 3 4 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27833] ppid=27757 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27833/stat : 27833 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 475276497 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570215456944 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 367.14 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 11649556 KiB

[startup+142.402 s]
/proc/loadavg: 6.76 5.41 6.42 9/235 27833
/proc/meminfo: memFree=296060/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15217720 memory=11648104 CPUtime=373.18 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 4387856 0 0 0 35128 2190 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3804430 2912026 3490 1 0 3765530 0
[pid=27759/tid=27760] ppid=27757 vsize=15217720 memory=988 CPUtime=35.6 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) S 27757 27757 27702 0 -1 1077944384 23831 0 0 0 3548 12 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570768868384 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15217720 memory=2008 CPUtime=77.26 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1321162 0 0 0 7233 493 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15217720 memory=1424 CPUtime=76.74 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 765398 0 0 0 7088 586 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15217720 memory=3640 CPUtime=77.12 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1387613 0 0 0 7158 554 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15217720 memory=1548 CPUtime=76.77 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 758170 0 0 0 7151 526 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15217720 memory=1728 CPUtime=28.56 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) R 27757 27757 27702 0 -1 4202560 121745 0 0 0 2845 11 0 0 20 0 16 0 475262904 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570233091024 140570749624104 0 0 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15217720 memory=8080 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570232038880 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15217720 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570230986240 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15217720 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15217720 memory=920 CPUtime=0.29 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 2241 0 0 0 29 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570228881152 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15217720 memory=3804 CPUtime=0.27 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 1601 0 0 0 26 1 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570227828896 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15217720 memory=2304 CPUtime=0.4 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 4492 0 0 0 40 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570226776352 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15217720 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15217720 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 265 0 0 0 3 4 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27833] ppid=27757 vsize=15217720 memory=3688 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27833/stat : 27833 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 475276497 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570215456944 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 373.18 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 11649556 KiB

[startup+143.201 s]
/proc/loadavg: 6.76 5.41 6.42 6/235 27833
/proc/meminfo: memFree=296308/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
[pid=27759] ppid=27757 vsize=15217720 memory=11648104 CPUtime=373.98 cores=1,3,5,7
/proc/27759/stat : 27759 (java) S 27757 27757 27702 0 -1 1077944320 4387856 0 0 0 35208 2190 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140733178575296 140570764627703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
/proc/27759/statm: 3804430 2912026 3490 1 0 3765530 0
[pid=27759/tid=27760] ppid=27757 vsize=15217720 memory=800 CPUtime=35.6 cores=1,3,5,7
/proc/27759/task/27760/stat : 27760 (java) S 27757 27757 27702 0 -1 1077944384 23831 0 0 0 3548 12 0 0 20 0 16 0 475262902 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570768868384 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27762] ppid=27757 vsize=15217720 memory=6791534058613427641 CPUtime=77.26 cores=1,3,5,7
/proc/27759/task/27762/stat : 27762 (java) S 27757 27757 27702 0 -1 1077944384 1321162 0 0 0 7233 493 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570356951312 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27764] ppid=27757 vsize=15217720 memory=1424 CPUtime=76.74 cores=1,3,5,7
/proc/27759/task/27764/stat : 27764 (java) S 27757 27757 27702 0 -1 1077944384 765398 0 0 0 7088 586 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570355898768 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27765] ppid=27757 vsize=15217720 memory=3640 CPUtime=77.12 cores=1,3,5,7
/proc/27759/task/27765/stat : 27765 (java) S 27757 27757 27702 0 -1 1077944384 1387613 0 0 0 7158 554 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570354846224 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27766] ppid=27757 vsize=15217720 memory=1548 CPUtime=76.77 cores=1,3,5,7
/proc/27759/task/27766/stat : 27766 (java) S 27757 27757 27702 0 -1 1077944384 758170 0 0 0 7151 526 0 0 20 0 16 0 475262903 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570353793680 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27773] ppid=27757 vsize=15217720 memory=1728 CPUtime=29.35 cores=1,3,5,7
/proc/27759/task/27773/stat : 27773 (java) R 27757 27757 27702 0 -1 4202560 121745 0 0 0 2924 11 0 0 20 0 16 0 475262904 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570233091024 140570749624113 0 0 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27778] ppid=27757 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27778/stat : 27778 (java) S 27757 27757 27702 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570232038880 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27779] ppid=27757 vsize=15217720 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27779/stat : 27779 (java) S 27757 27757 27702 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 475262905 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570230986240 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27783] ppid=27757 vsize=15217720 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27783/stat : 27783 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570229934800 140570764646299 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27784] ppid=27757 vsize=15217720 memory=808 CPUtime=0.29 cores=1,3,5,7
/proc/27759/task/27784/stat : 27784 (java) S 27757 27757 27702 0 -1 1077944384 2241 0 0 0 29 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570228881152 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27785] ppid=27757 vsize=15217720 memory=4104 CPUtime=0.27 cores=1,3,5,7
/proc/27759/task/27785/stat : 27785 (java) S 27757 27757 27702 0 -1 1077944384 1601 0 0 0 26 1 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570227828896 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27786] ppid=27757 vsize=15217720 memory=8080 CPUtime=0.4 cores=1,3,5,7
/proc/27759/task/27786/stat : 27786 (java) S 27757 27757 27702 0 -1 1077944384 4492 0 0 0 40 0 0 0 20 0 16 0 475262907 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570226776352 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27787] ppid=27757 vsize=15217720 memory=9580 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27787/stat : 27787 (java) S 27757 27757 27702 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570225724000 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27788] ppid=27757 vsize=15217720 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/27759/task/27788/stat : 27788 (java) S 27757 27757 27702 0 -1 1077944384 265 0 0 0 3 4 0 0 20 0 16 0 475262908 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570224671536 140570764638850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
[pid=27759/tid=27833] ppid=27757 vsize=15217720 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27759/task/27833/stat : 27833 (java) S 27757 27757 27702 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 475276497 15582945280 2912026 33554432000 4194304 4196468 140733178592752 140570215456944 140570764637909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36110336 140733178594267 140733178594442 140733178594442 140733178597327 0
Current children cumulated CPU time: 373.98 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 11649556 KiB

[startup+143.601 s]
/proc/loadavg: 6.76 5.41 6.42 6/235 27833
/proc/meminfo: memFree=296308/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+143.8 s]
/proc/loadavg: 6.76 5.41 6.42 6/235 27833
/proc/meminfo: memFree=296308/32770624 swapFree=66953204/67108860
[pid=27757] ppid=27751 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27757/stat : 27757 (xcsp3-exec) S 27751 27757 27702 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475262902 115843072 363 33554432000 4194304 5098028 140736225050736 140736225048840 139706167542396 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 16756736 140736225059671 140736225059929 140736225059929 140736225062854 0
/proc/27757/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 143.899
CPU time (s): 374.69
CPU user time (s): 352.415
CPU system time (s): 22.2754
CPU usage (%): 260.384
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 11649560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 352.415
system time used= 22.2754
maximum resident set size= 11648480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4388782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8642
involuntary context switches= 10278


# summary of solver processes directly reported to runsolver:
#   pid: 27757
#   total CPU time (s): 374.69
#   total CPU user time (s): 352.415
#   total CPU system time (s): 22.2754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.890996 second user time and 1.53512 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 17:30:40
IDJOB=4403660
IDBENCH=139742
IDSOLVER=2863
FILE ID=node119/4403660-1568993481
RUNJOBID= node119-1568993440-27734
PBS_JOBID= 21704667
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.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 /var/tmp/evaluation-result-4403660-1568993481/watcher-4403660-1568993481 -o /var/tmp/evaluation-result-4403660-1568993481/solver-4403660-1568993481 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568993440-27734 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 306610792 HOME/instance-4403660-1568993481.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=306610792

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         7563712 kB
MemAvailable:   31808428 kB
Buffers:          160560 kB
Cached:         24004260 kB
SwapCached:        46584 kB
Active:         12052248 kB
Inactive:       12161176 kB
Active(anon):       2052 kB
Inactive(anon):    95248 kB
Active(file):   12050196 kB
Inactive(file): 12065928 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953204 kB
Dirty:             52128 kB
Writeback:             0 kB
AnonPages:        113012 kB
Mapped:            52228 kB
Shmem:             40128 kB
Slab:             585696 kB
SReclaimable:     557052 kB
SUnreclaim:        28644 kB
KernelStack:        3408 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node119 at 2019-09-20 17:33:04