Trace number 4393200

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14? 356.718 137.945

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-4393200-1568354161.xml"  -tl '2520s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4393200-1568354161.xml, -tl, 2520s, -p, 4]
0.32/0.25	c 4 solvers in parallel
0.32/0.32	c parse instance...
356.58/137.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
356.58/137.89		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
356.58/137.89		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
356.58/137.89		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2096)
356.58/137.89		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2043)
356.58/137.89		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
356.58/137.89		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
356.58/137.89		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
356.58/137.89		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
356.58/137.89		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
356.58/137.89		at org.xcsp.parser.XCallbacks$$Lambda$109/25548982.accept(Unknown Source)
356.58/137.89		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
356.58/137.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
356.58/137.89		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
356.58/137.89		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
356.58/137.89		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
356.58/137.89		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
356.58/137.89		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
356.58/137.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
356.58/137.89	s UNKNOWN
356.58/137.89	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 (11698 MiB free)
  memory of node 1: 16384 MiB (14412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393200-1568354161/watcher-4393200-1568354161 -o /tmp/evaluation-result-4393200-1568354161/solver-4393200-1568354161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568354118-30104 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 700482388 HOME/instance-4393200-1568354161.xml 

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

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

solver pid=30124, runsolver pid=30121

[startup+0.100923 s]*
/proc/loadavg: 1.00 1.01 1.09 4/229 30165
/proc/meminfo: memFree=26706204/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15144768 memory=28664 CPUtime=0.12 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 5648 0 0 0 12 0 0 0 20 0 15 0 411329971 15508242432 7166 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3786192 7166 3118 1 0 3748377 0
[pid=30126/tid=30127] ppid=30124 vsize=15144768 memory=4351193298085511054 CPUtime=0.09 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) R 30124 30124 30073 0 -1 4202560 3565 0 0 0 9 0 0 0 20 0 15 0 411329971 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727826031936 139727805879646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727774419344 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329973 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727290198640 139727821810306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329974 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727289144608 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329974 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727288092272 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0.02 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) R 30124 30124 30073 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 411329976 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727283882352 139727821820506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 7166 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30112 KiB

[startup+0.210732 s]*
/proc/loadavg: 1.00 1.01 1.09 4/229 30165
/proc/meminfo: memFree=26678228/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15144768 memory=40916 CPUtime=0.32 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 9409 0 0 0 30 2 0 0 20 0 15 0 411329971 15508242432 10229 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3786192 10229 3315 1 0 3748377 0
[pid=30126/tid=30127] ppid=30124 vsize=15144768 memory=7883960649037381690 CPUtime=0.18 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) R 30124 30124 30073 0 -1 4202560 6547 0 0 0 17 1 0 0 20 0 15 0 411329971 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727826028432 139727805879646 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15144768 memory=8952 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727774419344 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15144768 memory=4121837818625402528 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329972 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329973 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727290198640 139727821810306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329974 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727289144608 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329974 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727288092272 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 411329976 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 411329976 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15144768 memory=140119666075264 CPUtime=0.07 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) R 30124 30124 30073 0 -1 4202560 784 0 0 0 7 0 0 0 20 0 15 0 411329976 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727283882352 139727821820506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329977 15508242432 10229 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42364 KiB

[startup+0.31176 s]*
/proc/loadavg: 1.00 1.01 1.09 7/229 30165
/proc/meminfo: memFree=26668460/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15149024 memory=46692 CPUtime=0.48 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 10479 0 0 0 45 3 0 0 20 0 15 0 411329971 15512600576 11673 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3787256 11673 3337 1 0 3748377 0
[pid=30126/tid=30127] ppid=30124 vsize=15149024 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) R 30124 30124 30073 0 -1 4202560 7518 0 0 0 24 2 0 0 20 0 15 0 411329971 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727826011712 139727814477173 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15149024 memory=35809 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727774419344 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15149024 memory=9122464004270842071 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329972 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15149024 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411329973 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727290198640 139727821810306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329974 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727289144608 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15149024 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329974 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727288092272 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15149024 memory=7089274314207166114 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15149024 memory=6944656591801720471 CPUtime=0.03 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 15 0 411329976 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15149024 memory=-8458152057954561420 CPUtime=0.03 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 359 0 0 0 3 0 0 0 20 0 15 0 411329976 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15149024 memory=-8813974798734826869 CPUtime=0.12 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 862 0 0 0 12 0 0 0 20 0 15 0 411329976 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727283882352 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15149024 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329977 15512600576 11673 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 48140 KiB

[startup+0.700784 s]
/proc/loadavg: 1.00 1.01 1.09 7/229 30165
/proc/meminfo: memFree=26636928/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15151148 memory=111416 CPUtime=1.21 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 12907 0 0 0 117 4 0 0 20 0 15 0 411329971 15514775552 27854 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3787787 27854 3433 1 0 3748889 0
[pid=30126/tid=30127] ppid=30124 vsize=15151148 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) R 30124 30124 30073 0 -1 4202560 8979 0 0 0 60 4 0 0 20 0 15 0 411329971 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727826034672 139727453015639 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727774419344 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329972 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15151148 memory=11624 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411329972 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15151148 memory=732 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411329973 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727290198640 139727821810306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15151148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727289144608 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15151148 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727288092272 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15151148 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15151148 memory=1096 CPUtime=0.13 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 714 0 0 0 13 0 0 0 20 0 15 0 411329976 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15151148 memory=2828 CPUtime=0.15 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 670 0 0 0 15 0 0 0 20 0 15 0 411329976 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15151148 memory=1164 CPUtime=0.26 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 1238 0 0 0 26 0 0 0 20 0 15 0 411329976 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727283882352 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15151148 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15151148 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 27854 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 112864 KiB

[startup+1.5008 s]
/proc/loadavg: 1.00 1.01 1.09 8/229 30165
/proc/meminfo: memFree=26345432/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0

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

/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 21744 0 0 0 6689 281 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15151148 memory=12143804 CPUtime=69.67 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 19214 0 0 0 6655 312 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15151148 memory=0 CPUtime=69.83 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 26397 0 0 0 6695 288 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15151148 memory=-3622645143214314312 CPUtime=28.65 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) R 30124 30124 30073 0 -1 4202560 29581 0 0 0 2863 2 0 0 20 0 15 0 411329973 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727290197072 139727806256790 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15151148 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727289144576 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15151148 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727288092288 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15151148 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15151148 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 2528 0 0 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15151148 memory=-6373826617258374336 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 1559 0 1 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15151148 memory=6947192096485040981 CPUtime=0.4 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 3100 0 0 0 40 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727283882352 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15151148 memory=7594304089994388071 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15151148 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 343.94 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12145268 KiB

[startup+136.101 s]*
/proc/loadavg: 6.03 2.80 1.72 10/233 30200
/proc/meminfo: memFree=12486952/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15151148 memory=12143820 CPUtime=350.18 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 140041 0 1 0 33815 1203 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3787787 3035955 3498 1 0 3748889 0
[pid=30126/tid=30127] ppid=30124 vsize=15151148 memory=2520 CPUtime=35.28 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) S 30124 30124 30073 0 -1 1077944384 15388 0 0 0 3519 9 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727826037072 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15151148 memory=1398720917958146503 CPUtime=71.19 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) R 30124 30124 30073 0 -1 4202560 18812 0 0 0 6814 305 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727774419232 139727806750210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15151148 memory=896 CPUtime=71.25 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) R 30124 30124 30073 0 -1 4202560 21799 0 0 0 6844 281 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727773366744 139727806750270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15151148 memory=1980 CPUtime=71.22 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) R 30124 30124 30073 0 -1 4202560 19217 0 0 0 6810 312 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727772314456 139727806496934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15151148 memory=2520 CPUtime=71.38 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) R 30124 30124 30073 0 -1 4202560 26524 0 0 0 6850 288 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727771261656 139727806749764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15151148 memory=1760 CPUtime=28.71 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 29581 0 0 0 2869 2 0 0 20 0 15 0 411329973 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727290196976 139727821809365 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15151148 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727289144576 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15151148 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727288092288 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15151148 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15151148 memory=1804 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 2528 0 0 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727285987440 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15151148 memory=916 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 1559 0 1 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727284934640 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15151148 memory=3808 CPUtime=0.4 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 3100 0 0 0 40 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727283882352 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15151148 memory=2304 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15151148 memory=2304 CPUtime=0.05 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) R 30124 30124 30073 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 350.18 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12145268 KiB

[startup+136.901 s]
/proc/loadavg: 6.03 2.80 1.72 10/233 30200
/proc/meminfo: memFree=12486952/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15151148 memory=12143820 CPUtime=353.31 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 140106 0 1 0 34128 1203 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3787787 3035955 3498 1 0 3748889 0
[pid=30126/tid=30127] ppid=30124 vsize=15151148 memory=6791534058613427641 CPUtime=35.28 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) S 30124 30124 30073 0 -1 1077944384 15388 0 0 0 3519 9 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727826037072 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15151148 memory=2020 CPUtime=71.97 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) R 30124 30124 30073 0 -1 4202560 18812 0 0 0 6892 305 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727774419232 139727806795821 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15151148 memory=988 CPUtime=72.04 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) R 30124 30124 30073 0 -1 4202560 21837 0 0 0 6923 281 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727773366744 139727806498001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15151148 memory=1368 CPUtime=72 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) R 30124 30124 30073 0 -1 4202560 19243 0 0 0 6888 312 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727772314456 139727806795563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15151148 memory=1056 CPUtime=72.16 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) R 30124 30124 30073 0 -1 4202560 26524 0 0 0 6928 288 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727771261656 139727806795805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15151148 memory=1712 CPUtime=28.71 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) S 30124 30124 30073 0 -1 1077944384 29581 0 0 0 2869 2 0 0 20 0 15 0 411329973 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727290197200 139727821809365 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15151148 memory=6092 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727289144576 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15151148 memory=12143820 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727288092288 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15151148 memory=1096 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15151148 memory=2828 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 2528 0 0 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727285987488 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15151148 memory=1164 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 1560 0 1 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727284934400 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15151148 memory=14008 CPUtime=0.4 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 3100 0 0 0 40 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727283882400 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15151148 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15151148 memory=2124 CPUtime=0.05 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 353.31 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12145268 KiB

[startup+137.709 s]
/proc/loadavg: 6.03 2.80 1.72 9/233 30200
/proc/meminfo: memFree=12487000/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/statm: 28282 362 304 221 0 87 0
[pid=30126] ppid=30124 vsize=15151148 memory=12143820 CPUtime=356.49 cores=0,2,4,6
/proc/30126/stat : 30126 (java) S 30124 30124 30073 0 -1 1077944320 140241 0 1 0 34446 1203 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 140728052070144 139727821799159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
/proc/30126/statm: 3787787 3035955 3498 1 0 3748889 0
[pid=30126/tid=30127] ppid=30124 vsize=15151148 memory=1448 CPUtime=35.28 cores=0,2,4,6
/proc/30126/task/30127/stat : 30127 (java) S 30124 30124 30073 0 -1 1077944384 15388 0 0 0 3519 9 0 0 20 0 15 0 411329971 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727826037072 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30131] ppid=30124 vsize=15151148 memory=2828 CPUtime=72.75 cores=0,2,4,6
/proc/30126/task/30131/stat : 30131 (java) S 30124 30124 30073 0 -1 1077944384 18812 0 0 0 6970 305 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727774419344 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30132] ppid=30124 vsize=15151148 memory=6791534058613427641 CPUtime=72.83 cores=0,2,4,6
/proc/30126/task/30132/stat : 30132 (java) S 30124 30124 30073 0 -1 1077944384 21837 0 0 0 7002 281 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727773366544 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30133] ppid=30124 vsize=15151148 memory=12143804 CPUtime=72.79 cores=0,2,4,6
/proc/30126/task/30133/stat : 30133 (java) S 30124 30124 30073 0 -1 1077944384 19325 0 0 0 6967 312 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727772314256 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30134] ppid=30124 vsize=15151148 memory=2124 CPUtime=72.96 cores=0,2,4,6
/proc/30126/task/30134/stat : 30134 (java) S 30124 30124 30073 0 -1 1077944384 26577 0 0 0 7008 288 0 0 20 0 15 0 411329972 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727771261456 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30138] ppid=30124 vsize=15151148 memory=1448 CPUtime=28.73 cores=0,2,4,6
/proc/30126/task/30138/stat : 30138 (java) R 30124 30124 30073 0 -1 4202560 29581 0 0 0 2871 2 0 0 20 0 15 0 411329973 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727290197088 139727806795668 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30143] ppid=30124 vsize=15151148 memory=12143820 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30143/stat : 30143 (java) S 30124 30124 30073 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727289144576 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30145] ppid=30124 vsize=15151148 memory=12143804 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30145/stat : 30145 (java) S 30124 30124 30073 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 411329974 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727288092288 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30152] ppid=30124 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30152/stat : 30152 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727287040592 139727821817755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30153] ppid=30124 vsize=15151148 memory=1448 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30153/stat : 30153 (java) S 30124 30124 30073 0 -1 1077944384 2528 0 0 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727285987488 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30154] ppid=30124 vsize=15151148 memory=12143804 CPUtime=0.3 cores=0,2,4,6
/proc/30126/task/30154/stat : 30154 (java) S 30124 30124 30073 0 -1 1077944384 1560 0 1 0 30 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727284934400 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30155] ppid=30124 vsize=15151148 memory=1448 CPUtime=0.4 cores=0,2,4,6
/proc/30126/task/30155/stat : 30155 (java) S 30124 30124 30073 0 -1 1077944384 3100 0 0 0 40 0 0 0 20 0 15 0 411329976 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727283882400 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30157] ppid=30124 vsize=15151148 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30126/task/30157/stat : 30157 (java) S 30124 30124 30073 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727282829792 139727821809365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
[pid=30126/tid=30159] ppid=30124 vsize=15151148 memory=12143820 CPUtime=0.05 cores=0,2,4,6
/proc/30126/task/30159/stat : 30159 (java) S 30124 30124 30073 0 -1 1077944384 234 0 0 0 3 2 0 0 20 0 15 0 411329977 15514775552 3035955 33554432000 4194304 4196468 140728052087600 139727281777584 139727821810306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34467840 140728052089839 140728052090010 140728052090010 140728052092879 0
Current children cumulated CPU time: 356.49 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12145268 KiB

[startup+137.926 s]
/proc/loadavg: 6.03 2.80 1.72 9/233 30200
/proc/meminfo: memFree=12487000/32770624 swapFree=66957012/67108860
[pid=30124] ppid=30121 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30124/stat : 30124 (xcsp3-exec) S 30121 30124 30073 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411329970 115843072 362 33554432000 4194304 5098028 140727624244928 140727624243032 140238670021244 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20844544 140727624250235 140727624250477 140727624250477 140727624253386 0
/proc/30124/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): 137.945
CPU time (s): 356.718
CPU user time (s): 344.631
CPU system time (s): 12.0869
CPU usage (%): 258.594
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12145268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 344.631
system time used= 12.0869
maximum resident set size= 12144180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141002
page faults= 1
swaps= 0
block input operations= 1080
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7872
involuntary context switches= 9587


# summary of solver processes directly reported to runsolver:
#   pid: 30124
#   total CPU time (s): 356.718
#   total CPU user time (s): 344.631
#   total CPU system time (s): 12.0869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.944728 second user time and 1.35753 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 07:55:18
IDJOB=4393200
IDBENCH=139742
IDSOLVER=2840
FILE ID=node147/4393200-1568354161
RUNJOBID= node147-1568354118-30104
PBS_JOBID= 21701187
Free space on /tmp= 56544 MiB

SOLVER NAME= choco-solver 2019-06-14
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 /tmp/evaluation-result-4393200-1568354161/watcher-4393200-1568354161 -o /tmp/evaluation-result-4393200-1568354161/solver-4393200-1568354161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568354118-30104 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 700482388 HOME/instance-4393200-1568354161.xml

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

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=700482388

node147.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.52
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.52
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.52
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.52
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:        26738768 kB
MemAvailable:   31815392 kB
Buffers:          148668 kB
Cached:          5145692 kB
SwapCached:        48500 kB
Active:          2134048 kB
Inactive:        3212584 kB
Active(anon):       3872 kB
Inactive(anon):    89600 kB
Active(file):    2130176 kB
Inactive(file):  3122984 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             51888 kB
Writeback:             0 kB
AnonPages:        112564 kB
Mapped:            43020 kB
Shmem:             32768 kB
Slab:             280344 kB
SReclaimable:     251924 kB
SUnreclaim:        28420 kB
KernelStack:        3280 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501456 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56496 MiB
End job on node147 at 2019-09-13 07:57:36