Trace number 4399246

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-16? 330.691 118.077

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
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.31504
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
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-4399246-1568699986.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco e747e1e
0.11/0.19	c [HOME/instance-4399246-1568699986.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
330.50/118.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
330.50/118.00		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
330.50/118.00		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
330.50/118.00		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
330.50/118.00		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
330.50/118.00		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
330.50/118.00		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
330.50/118.00		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
330.50/118.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
330.50/118.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
330.50/118.00		at org.xcsp.parser.XCallbacks$$Lambda$95/120694604.accept(Unknown Source)
330.50/118.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
330.50/118.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
330.50/118.00		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
330.50/118.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
330.50/118.00		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
330.50/118.00		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
330.50/118.00		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
330.50/118.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
330.50/118.00	s UNKNOWN
330.50/118.00	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 (15231 MiB free)
  memory of node 1: 16384 MiB (15497 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399246-1568699986/watcher-4399246-1568699986 -o /tmp/evaluation-result-4399246-1568699986/solver-4399246-1568699986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2124681138 HOME/instance-4399246-1568699986.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
solver pid=7044, runsolver pid=7041
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 1.43 1.13 1.98 3/229 7067
/proc/meminfo: memFree=31439628/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15144776 memory=29536 CPUtime=0.11 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 5779 0 0 0 10 1 0 0 20 0 15 0 446251651 15508250624 7384 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3786194 7384 3154 1 0 3748377 0
[pid=7046/tid=7047] ppid=7044 vsize=15144776 memory=7100839870104831090 CPUtime=0.08 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6974 0 -1 4202560 3685 0 0 0 7 1 0 0 20 0 15 0 446251651 15508250624 7384 33554432000 4194304 4196468 140732149477712 140598397078512 140598392874141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 7384 33554432000 4194304 4196468 140732149477712 140598320892304 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 7384 33554432000 4194304 4196468 140732149477712 140598319839504 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 7384 33554432000 4194304 4196468 140732149477712 140598318787216 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 7384 33554432000 4194304 4196468 140732149477712 140598317734416 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597861411440 140598392863362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597860357408 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597859305072 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6974 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597857200240 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0.01 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) R 7044 7044 6974 0 -1 4202560 377 0 0 0 1 0 0 0 20 0 15 0 446251657 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597855095152 140598370076368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251658 15508250624 7384 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30988 KiB

[startup+0.212841 s]*
/proc/loadavg: 1.43 1.13 1.98 5/229 7067
/proc/meminfo: memFree=31415104/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15144776 memory=41128 CPUtime=0.33 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 9491 0 0 0 30 3 0 0 20 0 15 0 446251651 15508250624 10282 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3786194 10282 3308 1 0 3748377 0
[pid=7046/tid=7047] ppid=7044 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6974 0 -1 4202560 6610 0 0 0 17 2 0 0 20 0 15 0 446251651 15508250624 10282 33554432000 4194304 4196468 140732149477712 140598397084128 140598376932702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 10282 33554432000 4194304 4196468 140732149477712 140598320892304 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15144776 memory=140428110647854 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 10282 33554432000 4194304 4196468 140732149477712 140598319839504 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 10282 33554432000 4194304 4196468 140732149477712 140598318787216 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446251652 15508250624 10282 33554432000 4194304 4196468 140732149477712 140598317734416 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597861411440 140598392863362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597860357408 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446251654 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597859305072 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6974 0 -1 4202560 721 0 0 0 2 0 0 0 20 0 15 0 446251657 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597857200240 140598378870385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) R 7044 7044 6974 0 -1 1077944384 109 0 0 0 2 0 0 0 20 0 15 0 446251657 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15144776 memory=140428110624384 CPUtime=0.07 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) R 7044 7044 6974 0 -1 4202560 749 0 0 0 7 0 0 0 20 0 15 0 446251657 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597855095152 140598373194177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) R 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251658 15508250624 10282 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42580 KiB

[startup+0.310575 s]*
/proc/loadavg: 1.43 1.13 1.98 5/229 7067
/proc/meminfo: memFree=31402696/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15149032 memory=49560 CPUtime=0.51 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 10680 0 0 0 48 3 0 0 20 0 15 0 446251651 15512608768 12390 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3787258 12390 3352 1 0 3748377 0
[pid=7046/tid=7047] ppid=7044 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6974 0 -1 4202560 7673 0 0 0 27 2 0 0 20 0 15 0 446251651 15512608768 12390 33554432000 4194304 4196468 140732149477712 140598397083328 140598392864150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15149032 memory=9461 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15512608768 12390 33554432000 4194304 4196468 140732149477712 140598320892304 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15149032 memory=3539040 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15512608768 12390 33554432000 4194304 4196468 140732149477712 140598319839504 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15512608768 12390 33554432000 4194304 4196468 140732149477712 140598318787216 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446251652 15512608768 12390 33554432000 4194304 4196468 140732149477712 140598317734416 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446251654 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597861411440 140598392863362 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446251654 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597860357408 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446251654 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597859305072 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6974 0 -1 4202560 766 0 0 0 4 0 0 0 20 0 15 0 446251657 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597857200336 140598373552512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) R 7044 7044 6974 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 15 0 446251657 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) R 7044 7044 6974 0 -1 4202560 840 0 0 0 12 0 0 0 20 0 15 0 446251657 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597855095152 140598392864150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251658 15512608768 12390 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51012 KiB

[startup+0.700901 s]
/proc/loadavg: 1.43 1.13 1.98 7/229 7067
/proc/meminfo: memFree=31373232/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15151156 memory=126472 CPUtime=1.33 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 12918 0 0 0 127 6 0 0 20 0 15 0 446251651 15514783744 31618 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3787789 31618 3439 1 0 3748889 0
[pid=7046/tid=7047] ppid=7044 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) R 7044 7044 6974 0 -1 4202560 8914 0 0 0 63 4 0 0 20 0 15 0 446251651 15514783744 31618 33554432000 4194304 4196468 140732149477712 140598397087632 140597989192585 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15514783744 31618 33554432000 4194304 4196468 140732149477712 140598320892304 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15514783744 31618 33554432000 4194304 4196468 140732149477712 140598319839504 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251652 15514783744 31618 33554432000 4194304 4196468 140732149477712 140598318787216 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15151156 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) S 7044 7044 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446251652 15514783744 31618 33554432000 4194304 4196468 140732149477712 140598317734416 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597861411440 140598392863362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15151156 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597860357408 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597859305072 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15151156 memory=812 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15151156 memory=1764 CPUtime=0.19 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) R 7044 7044 6974 0 -1 4202560 1032 0 0 0 19 0 0 0 20 0 15 0 446251657 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597857200240 140598374028366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15151156 memory=111628 CPUtime=0.15 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 398 0 0 0 15 0 0 0 20 0 15 0 446251657 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15151156 memory=796 CPUtime=0.28 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6974 0 -1 1077944384 1267 0 0 0 28 0 0 0 20 0 15 0 446251657 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597855095152 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15151156 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15151156 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446251658 15514783744 31618 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 127924 KiB

[startup+1.50728 s]
/proc/loadavg: 1.64 1.18 1.99 6/229 7067
/proc/meminfo: memFree=31143012/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0

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

/proc/7046/task/7049/stat : 7049 (java) R 7044 7044 6974 0 -1 4202560 61149 0 0 0 6223 292 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598319839704 140598377837511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15151156 memory=111628 CPUtime=65.13 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) R 7044 7044 6974 0 -1 4202560 95491 0 0 0 6247 266 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598318787416 140598377802835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15151156 memory=796 CPUtime=64.8 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) R 7044 7044 6974 0 -1 4202560 66580 0 0 0 6190 290 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598317734616 140598377549967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15151156 memory=4108 CPUtime=24.65 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 28373 0 0 0 2463 2 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597861409760 140598392862421 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15151156 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597860357376 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15151156 memory=920 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597859305088 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15151156 memory=3804 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=0.35 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6974 0 -1 1077944384 2342 0 0 0 34 1 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597857200000 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15151156 memory=11767784 CPUtime=0.42 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 3335 0 0 0 42 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15151156 memory=2300 CPUtime=0.47 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6974 0 -1 1077944384 4132 0 0 0 46 1 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597855095152 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15151156 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15151156 memory=1112 CPUtime=0.03 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 305 0 0 0 3 0 0 0 20 0 15 0 446251658 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 307.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11769276 KiB

[startup+115.201 s]
/proc/loadavg: 5.92 2.86 2.50 9/233 10099
/proc/meminfo: memFree=15523948/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15151156 memory=11767824 CPUtime=319.86 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 372208 0 0 0 30870 1116 0 0 20 0 15 0 446251651 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3787789 2941956 3500 1 0 3748889 0
[pid=7046/tid=7047] ppid=7044 vsize=15151156 memory=1388 CPUtime=21.39 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) S 7044 7044 6974 0 -1 1077944384 16098 0 0 0 2129 10 0 0 20 0 15 0 446251651 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598397089680 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15151156 memory=1452 CPUtime=68.11 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) R 7044 7044 6974 0 -1 4202560 92939 0 0 0 6564 247 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598320892192 140598377837456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15151156 memory=11767784 CPUtime=68.15 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) R 7044 7044 6974 0 -1 4202560 61168 0 0 0 6523 292 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598319839704 140598377549990 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15151156 memory=676 CPUtime=68.17 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) R 7044 7044 6974 0 -1 4202560 95545 0 0 0 6551 266 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598318787416 140598377802935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15151156 memory=6036 CPUtime=67.84 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) R 7044 7044 6974 0 -1 4202560 66599 0 0 0 6494 290 0 0 20 0 15 0 446251652 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140598317734616 140598372878560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15151156 memory=14008 CPUtime=24.8 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 28373 0 0 0 2478 2 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597861409776 140598392862421 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15151156 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597860357376 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15151156 memory=26296 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597859305088 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15151156 memory=4486604260213485459 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15151156 memory=6943526294502006880 CPUtime=0.35 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6974 0 -1 1077944384 2342 0 0 0 34 1 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597857200000 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15151156 memory=280855964621712 CPUtime=0.42 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 3335 0 0 0 42 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597856147440 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15151156 memory=280855965279600 CPUtime=0.47 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6974 0 -1 1077944384 4132 0 0 0 46 1 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597855095152 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15151156 memory=1668 CPUtime=0.03 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 305 0 0 0 3 0 0 0 20 0 15 0 446251658 15514783744 2941956 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 319.86 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11769276 KiB

[startup+116.81 s]
/proc/loadavg: 5.85 2.89 2.52 9/233 10099
/proc/meminfo: memFree=15523948/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15151156 memory=11767836 CPUtime=326.28 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 372423 0 0 0 31512 1116 0 0 20 0 15 0 446251651 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3787789 2941959 3500 1 0 3748889 0
[pid=7046/tid=7047] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=21.39 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) S 7044 7044 6974 0 -1 1077944384 16098 0 0 0 2129 10 0 0 20 0 15 0 446251651 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598397089680 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15151156 memory=1388 CPUtime=69.72 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) R 7044 7044 6974 0 -1 4202560 93095 0 0 0 6725 247 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598320892192 140598377549854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15151156 memory=776 CPUtime=69.74 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) R 7044 7044 6974 0 -1 4202560 61187 0 0 0 6682 292 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598319839704 140598377549854 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15151156 memory=3992 CPUtime=69.78 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) R 7044 7044 6974 0 -1 4202560 95585 0 0 0 6712 266 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598318787416 140598377549854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15151156 memory=2828 CPUtime=69.45 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) R 7044 7044 6974 0 -1 4202560 66599 0 0 0 6655 290 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598317734616 140598372878360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15151156 memory=676 CPUtime=24.8 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 28373 0 0 0 2478 2 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597861409776 140598392862421 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597860357376 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15151156 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597859305088 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15151156 memory=2512 CPUtime=0.35 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6974 0 -1 1077944384 2342 0 0 0 34 1 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597857200000 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15151156 memory=1436 CPUtime=0.42 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 3335 0 0 0 42 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597856147488 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15151156 memory=812 CPUtime=0.47 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6974 0 -1 1077944384 4132 0 0 0 46 1 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597855095200 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15151156 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 305 0 0 0 3 0 0 0 20 0 15 0 446251658 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 326.28 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11769288 KiB

[startup+117.601 s]
/proc/loadavg: 5.85 2.89 2.52 9/233 10099
/proc/meminfo: memFree=15523948/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/statm: 28282 363 304 221 0 87 0
[pid=7046] ppid=7044 vsize=15151156 memory=11767836 CPUtime=329.4 cores=0,2,4,6
/proc/7046/stat : 7046 (java) S 7044 7044 6974 0 -1 1077944320 372521 0 0 0 31824 1116 0 0 20 0 15 0 446251651 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140732149460256 140598392852215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
/proc/7046/statm: 3787789 2941959 3500 1 0 3748889 0
[pid=7046/tid=7047] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=21.39 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (java) S 7044 7044 6974 0 -1 1077944384 16098 0 0 0 2129 10 0 0 20 0 15 0 446251651 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598397089680 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7048] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=70.5 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (java) R 7044 7044 6974 0 -1 4202560 93124 0 0 0 6803 247 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598320892504 140598377309835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7049] ppid=7044 vsize=15151156 memory=1452 CPUtime=70.51 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (java) R 7044 7044 6974 0 -1 4202560 61192 0 0 0 6759 292 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598319839704 140598377848858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7050] ppid=7044 vsize=15151156 memory=11767824 CPUtime=70.57 cores=0,2,4,6
/proc/7046/task/7050/stat : 7050 (java) R 7044 7044 6974 0 -1 4202560 95649 0 0 0 6790 267 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598318787416 140598377551025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7051] ppid=7044 vsize=15151156 memory=8112282956445269571 CPUtime=70.23 cores=0,2,4,6
/proc/7046/task/7051/stat : 7051 (java) R 7044 7044 6974 0 -1 4202560 66599 0 0 0 6733 290 0 0 20 0 15 0 446251652 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140598317734304 140598377550974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7059] ppid=7044 vsize=15151156 memory=3504 CPUtime=24.8 cores=0,2,4,6
/proc/7046/task/7059/stat : 7059 (java) S 7044 7044 6974 0 -1 1077944384 28373 0 0 0 2478 2 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597861410000 140598392862421 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7060] ppid=7044 vsize=15151156 memory=48408 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7060/stat : 7060 (java) S 7044 7044 6974 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597860357376 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7061] ppid=7044 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7061/stat : 7061 (java) S 7044 7044 6974 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 446251654 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597859305088 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7062] ppid=7044 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7062/stat : 7062 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597858253392 140598392870811 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7063] ppid=7044 vsize=15151156 memory=1560 CPUtime=0.35 cores=0,2,4,6
/proc/7046/task/7063/stat : 7063 (java) S 7044 7044 6974 0 -1 1077944384 2342 0 0 0 34 1 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597857200000 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7064] ppid=7044 vsize=15151156 memory=932 CPUtime=0.42 cores=0,2,4,6
/proc/7046/task/7064/stat : 7064 (java) S 7044 7044 6974 0 -1 1077944384 3335 0 0 0 42 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597856147488 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7065] ppid=7044 vsize=15151156 memory=3768 CPUtime=0.47 cores=0,2,4,6
/proc/7046/task/7065/stat : 7065 (java) S 7044 7044 6974 0 -1 1077944384 4132 0 0 0 46 1 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597855095200 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7066] ppid=7044 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7066/stat : 7066 (java) S 7044 7044 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446251657 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597854042592 140598392862421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
[pid=7046/tid=7067] ppid=7044 vsize=15151156 memory=2512 CPUtime=0.03 cores=0,2,4,6
/proc/7046/task/7067/stat : 7067 (java) S 7044 7044 6974 0 -1 1077944384 305 0 0 0 3 0 0 0 20 0 15 0 446251658 15514783744 2941959 33554432000 4194304 4196468 140732149477712 140597852990384 140598392863362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 19734528 140732149482479 140732149482650 140732149482650 140732149485519 0
Current children cumulated CPU time: 329.4 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 11769288 KiB

[startup+118.001 s]*
/proc/loadavg: 5.85 2.89 2.52 6/233 10099
/proc/meminfo: memFree=15523948/32770624 swapFree=66997372/67108860
[pid=7044] ppid=7041 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (xcsp3-exec) S 7041 7044 6974 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446251651 115843072 363 33554432000 4194304 5098028 140723894626192 140723894624296 139768365036156 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 16478208 140723894633338 140723894633581 140723894633581 140723894636490 0
/proc/7044/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): 118.077
CPU time (s): 330.691
CPU user time (s): 319.457
CPU system time (s): 11.2338
CPU usage (%): 280.065
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 11769288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.457
system time used= 11.2338
maximum resident set size= 11768280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373392
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8827
involuntary context switches= 9427


# summary of solver processes directly reported to runsolver:
#   pid: 7044
#   total CPU time (s): 330.691
#   total CPU user time (s): 319.457
#   total CPU system time (s): 11.2338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.762626 second user time and 1.24464 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 07:58:47
IDJOB=4399246
IDBENCH=140558
IDSOLVER=2853
FILE ID=node103/4399246-1568699986
RUNJOBID= node103-1568699927-7005
PBS_JOBID= 21703829
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.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-4399246-1568699986/watcher-4399246-1568699986 -o /tmp/evaluation-result-4399246-1568699986/solver-4399246-1568699986 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2124681138 HOME/instance-4399246-1568699986.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=2124681138

node103.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.74
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.74
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.74
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.74
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:        31467776 kB
MemAvailable:   31876600 kB
Buffers:           81392 kB
Cached:           622000 kB
SwapCached:         9016 kB
Active:           442876 kB
Inactive:         279868 kB
Active(anon):      11360 kB
Inactive(anon):    57316 kB
Active(file):     431516 kB
Inactive(file):   222552 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             52084 kB
Writeback:             0 kB
AnonPages:        120556 kB
Mapped:            55544 kB
Shmem:             40856 kB
Slab:             170712 kB
SReclaimable:     141180 kB
SUnreclaim:        29532 kB
KernelStack:        3280 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1475328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 08:00:45