Trace number 4269021

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 4.0.5 seq (2017-08-09)? 163.70799 124.273

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269021-1502845693.xml"  -tl '2520s' -p 1 -x 0
0.14/0.14	c [HOME/instance-4269021-1502845693.xml, -tl, 2520s, -p, 1, -x, 0]
0.14/0.20	c simple solver
0.34/0.26	c parse instance...
163.43/124.04	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
163.43/124.04		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
163.43/124.04		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
163.43/124.04		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
163.43/124.04		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
163.43/124.04		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
163.43/124.04		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
163.43/124.04		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
163.43/124.04		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
163.43/124.04		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
163.43/124.04		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
163.43/124.04		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
163.43/124.04		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
163.43/124.04		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
163.43/124.04		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
163.43/124.04		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
163.43/124.04		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
163.43/124.04		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
163.43/124.04		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
163.43/124.04		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
163.43/124.04		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
163.43/124.04		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
163.43/124.04	s UNKNOWN
163.43/124.04	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 (15103 MiB free)
  memory of node 1: 16384 MiB (15011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269021-1502845693/watcher-4269021-1502845693 -o /tmp/evaluation-result-4269021-1502845693/solver-4269021-1502845693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1911555435 HOME/instance-4269021-1502845693.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=17674, runsolver pid=17671
Current StackSize limit: 8192 KiB


[startup+0.108996 s]*
/proc/loadavg: 2.11 2.12 2.09 5/217 17690
/proc/meminfo: memFree=30819792/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13978596 memory=29132 CPUtime=0.14 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 5564 0 0 0 12 2 0 0 20 0 15 0 117657159 14314082304 7283 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3494649 7283 2909 1 0 3482966 0
[pid=17676/tid=17677] ppid=17674 vsize=13978596 memory=8514701219881125282 CPUtime=0.1 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) R 17674 17674 17190 0 -1 4202560 3470 0 0 0 9 1 0 0 20 0 15 0 117657159 14314082304 7283 33554432000 4194304 4196468 140735517393344 139885466456144 139885088472648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13978596 memory=3472467772701385936 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14314082304 7283 33554432000 4194304 4196468 140735517393344 139885414849168 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13978596 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14314082304 7283 33554432000 4194304 4196468 140735517393344 139885413796368 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14314082304 7283 33554432000 4194304 4196468 140735517393344 139885412743568 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14314082304 7283 33554432000 4194304 4196468 140735517393344 139885411690768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657162 14314082304 7283 33554432000 4194304 4196468 140735517393344 139884373732208 139885462239874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117657162 14314082304 7283 33554432000 4194304 4196468 140735517393344 139884372678176 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117657162 14314082304 7283 33554432000 4194304 4196468 140735517393344 139884371625328 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) R 17674 17674 17190 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884369512512 139885440068928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) R 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13978596 memory=139643806234240 CPUtime=0.02 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884367415408 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13978596 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657165 14314082304 7349 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30516 KiB

[startup+0.213494 s]*
/proc/loadavg: 2.11 2.12 2.09 4/217 17690
/proc/meminfo: memFree=30809496/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13982852 memory=40428 CPUtime=0.34 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 8267 0 0 0 31 3 0 0 20 0 15 0 117657159 14318440448 10107 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3495713 10107 3049 1 0 3482966 0
[pid=17676/tid=17677] ppid=17674 vsize=13982852 memory=5853961137533323680 CPUtime=0.19 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) R 17674 17674 17190 0 -1 4202560 5393 0 0 0 18 1 0 0 20 0 15 0 117657159 14318440448 10107 33554432000 4194304 4196468 140735517393344 139885466430528 139885462250653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13982852 memory=3472467772701385936 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 10107 33554432000 4194304 4196468 140735517393344 139885414849168 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13982852 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 10107 33554432000 4194304 4196468 140735517393344 139885413796368 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 10107 33554432000 4194304 4196468 140735517393344 139885412743568 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 10107 33554432000 4194304 4196468 140735517393344 139885411690768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13982852 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884373732208 139885462239874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884372678176 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884371625328 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884369521008 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13982852 memory=139643806234240 CPUtime=0.07 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) R 17674 17674 17190 0 -1 4202560 740 0 0 0 7 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884367415408 139885462240662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13982852 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 10107 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41812 KiB

[startup+0.310604 s]*
/proc/loadavg: 2.11 2.12 2.09 4/217 17690
/proc/meminfo: memFree=30802920/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13982852 memory=47556 CPUtime=0.49 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 9032 0 0 0 46 3 0 0 20 0 15 0 117657159 14318440448 11889 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3495713 11889 3124 1 0 3482966 0
[pid=17676/tid=17677] ppid=17674 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) R 17674 17674 17190 0 -1 4202560 5924 0 0 0 28 2 0 0 20 0 15 0 117657159 14318440448 11955 33554432000 4194304 4196468 140735517393344 139885466463984 139885462250653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13982852 memory=3472467772701385936 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 11955 33554432000 4194304 4196468 140735517393344 139885414849168 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13982852 memory=139643806234240 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 11955 33554432000 4194304 4196468 140735517393344 139885413796368 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 11955 33554432000 4194304 4196468 140735517393344 139885412743568 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13982852 memory=139643681122335 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657160 14318440448 11955 33554432000 4194304 4196468 140735517393344 139885411690768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13982852 memory=279287362223904 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884373732208 139885462239874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13982852 memory=139643681099279 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884372678176 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13982852 memory=279287487342688 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117657162 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884371625328 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13982852 memory=139643681103887 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) R 17674 17674 17190 0 -1 4202560 795 0 0 0 3 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884369521008 139885442929024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) R 17674 17674 17190 0 -1 1077944384 205 0 0 0 3 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 825 0 0 0 11 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884367415408 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657165 14318440448 11955 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48940 KiB

[startup+0.701541 s]
/proc/loadavg: 2.11 2.12 2.09 6/217 17690
/proc/meminfo: memFree=30622884/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13982928 memory=341336 CPUtime=1.31 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 10807 0 0 0 104 27 0 0 20 0 15 0 117657159 14318518272 85334 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3495732 85334 3185 1 0 3482966 0
[pid=17676/tid=17677] ppid=17674 vsize=13982928 memory=5865469479800824941 CPUtime=0.59 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) S 17674 17674 17190 0 -1 1077944384 6248 0 0 0 53 6 0 0 20 0 15 0 117657159 14318518272 85334 33554432000 4194304 4196468 140735517393344 139885466466208 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13982928 memory=7019257425709197167 CPUtime=0.06 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) R 17674 17674 17190 0 -1 4202560 104 0 0 0 3 3 0 0 20 0 15 0 117657160 14318518272 85334 33554432000 4194304 4196468 140735517393344 139885414849168 139885455331444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13982928 memory=6291616985311630419 CPUtime=0.07 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) R 17674 17674 17190 0 -1 4202560 121 0 0 0 3 4 0 0 20 0 15 0 117657160 14318518272 85334 33554432000 4194304 4196468 140735517393344 139885413796368 139885455331795 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13982928 memory=7747766295893256779 CPUtime=0.07 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) R 17674 17674 17190 0 -1 4202560 123 0 0 0 3 4 0 0 20 0 15 0 117657160 14318518272 85334 33554432000 4194304 4196468 140735517393344 139885412743768 139885455331444 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13982928 memory=8370611207638964880 CPUtime=0.07 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) R 17674 17674 17190 0 -1 4202560 86 0 0 0 3 4 0 0 20 0 15 0 117657160 14318518272 85846 33554432000 4194304 4196468 140735517393344 139885411690768 139885455331444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13982928 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117657162 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884373730720 139885462238933 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13982928 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117657162 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884372678176 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13982928 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117657162 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884371625328 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13982928 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13982928 memory=33052 CPUtime=0.13 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 1370 0 0 0 13 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884369521008 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13982928 memory=2332 CPUtime=0.07 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 348 0 0 0 7 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13982928 memory=1292 CPUtime=0.16 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 1025 0 0 0 16 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884367415408 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13982928 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13982928 memory=6083073826404724833 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117657165 14318518272 85846 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 342720 KiB

[startup+1.50093 s]
/proc/loadavg: 2.11 2.12 2.09 6/217 17690
/proc/meminfo: memFree=29739584/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0

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

/proc/17676/task/17679/stat : 17679 (java) S 17674 17674 17190 0 -1 1077944384 220625 0 0 0 750 145 0 0 20 0 15 0 117657160 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139885413796368 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13984976 memory=2332 CPUtime=9.01 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 211977 0 0 0 727 174 0 0 20 0 15 0 117657160 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139885412743568 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13984976 memory=1292 CPUtime=9 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) S 17674 17674 17190 0 -1 1077944384 224955 0 0 0 749 151 0 0 20 0 15 0 117657160 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139885411690768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13984976 memory=1728 CPUtime=2.21 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 16510 0 0 0 218 3 0 0 20 0 15 0 117657162 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884373732208 139885462239874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884372678240 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13984976 memory=11437048 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884371625344 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13984976 memory=3000 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13984976 memory=1384 CPUtime=0.49 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 3015 0 0 0 49 0 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884369521008 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13984976 memory=10837796 CPUtime=0.45 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 2675 0 0 0 45 0 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13984976 memory=4616 CPUtime=0.3 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 2997 0 0 0 29 1 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884367415408 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13984976 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13984976 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 460 0 0 0 4 4 0 0 20 0 15 0 117657165 14320615424 2859262 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 146.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11438432 KiB

[startup+121.602 s]
/proc/loadavg: 2.26 2.14 2.10 3/217 17847
/proc/meminfo: memFree=17555616/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13984976 memory=11453852 CPUtime=155.69 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 1027987 0 0 0 14858 711 0 0 20 0 15 0 117657159 14320615424 2863463 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3496244 2863463 3248 1 0 3483478 0
[pid=17676/tid=17677] ppid=17674 vsize=13984976 memory=1384 CPUtime=107.74 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) S 17674 17674 17190 0 -1 1077944384 93745 0 0 0 10718 56 0 0 20 0 15 0 117657159 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139885466466944 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13984976 memory=6791534058613427641 CPUtime=10.97 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) R 17674 17674 17190 0 -1 4202560 244094 0 0 0 925 172 0 0 20 0 15 0 117657160 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139885414849064 139885454856935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13984976 memory=33056 CPUtime=10.94 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) R 17674 17674 17190 0 -1 4202560 220758 0 0 0 948 146 0 0 20 0 15 0 117657160 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139885413795952 139885454856935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13984976 memory=2332 CPUtime=10.99 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 212216 0 0 0 924 175 0 0 20 0 15 0 117657160 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139885412743152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13984976 memory=11453852 CPUtime=11 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) R 17674 17674 17190 0 -1 4202560 225552 0 0 0 948 152 0 0 20 0 15 0 117657160 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139885411690968 139885447182268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13984976 memory=1200 CPUtime=2.66 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 21105 0 0 0 263 3 0 0 20 0 15 0 117657162 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884373730544 139885462238933 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13984976 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884372678240 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884371625344 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13984976 memory=19376 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13984976 memory=796 CPUtime=0.49 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 3015 0 0 0 49 0 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884369521008 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13984976 memory=10020 CPUtime=0.45 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 2675 0 0 0 45 0 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884368468208 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13984976 memory=1948 CPUtime=0.3 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 2997 0 0 0 29 1 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884367415408 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13984976 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13984976 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 483 0 0 0 4 4 0 0 20 0 15 0 117657165 14320615424 2863463 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 155.69 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11455236 KiB

[startup+123.201 s]
/proc/loadavg: 2.26 2.14 2.10 6/217 17847
/proc/meminfo: memFree=17555616/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13984976 memory=11453968 CPUtime=161.84 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 1722862 0 0 0 15442 742 0 0 20 0 15 0 117657159 14320615424 2863492 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3496244 2863492 3248 1 0 3483478 0
[pid=17676/tid=17677] ppid=17674 vsize=13984976 memory=6791534058613427641 CPUtime=107.74 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) S 17674 17674 17190 0 -1 1077944384 93745 0 0 0 10718 56 0 0 20 0 15 0 117657159 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885466466944 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13984976 memory=5788 CPUtime=12.5 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) R 17674 17674 17190 0 -1 4202560 244094 0 0 0 1077 173 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885414848976 139885454856935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13984976 memory=1228 CPUtime=12.46 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) R 17674 17674 17190 0 -1 4202560 220777 0 0 0 1099 147 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885413796176 139885454856935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13984976 memory=796 CPUtime=12.57 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) R 17674 17674 17190 0 -1 4202560 900875 0 0 0 1055 202 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885412743768 139885455331746 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13984976 memory=10020 CPUtime=12.49 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) R 17674 17674 17190 0 -1 4202560 225620 0 0 0 1097 152 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885411690888 139885454856935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13984976 memory=1948 CPUtime=2.66 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) S 17674 17674 17190 0 -1 1077944384 27348 0 0 0 263 3 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884373730768 139885462238933 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13984976 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884372678240 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884371625344 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13984976 memory=19376 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13984976 memory=18292 CPUtime=0.49 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 3021 0 0 0 49 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884369520768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13984976 memory=1792 CPUtime=0.45 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 2677 0 0 0 45 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884368468256 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13984976 memory=648 CPUtime=0.3 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 2999 0 0 0 29 1 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884367415456 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13984976 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13984976 memory=4616 CPUtime=0.08 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 483 0 0 0 4 4 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11455352 KiB

[startup+124.001 s]*
/proc/loadavg: 2.24 2.14 2.10 3/217 17847
/proc/meminfo: memFree=17555616/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
[pid=17676] ppid=17674 vsize=13984976 memory=11453968 CPUtime=163.43 cores=0,2,4,6
/proc/17676/stat : 17676 (java) S 17674 17674 17190 0 -1 1077944320 1846329 0 0 0 15596 747 0 0 20 0 15 0 117657159 14320615424 2863492 33554432000 4194304 4196468 140735517393344 140735517375888 139885462228727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
/proc/17676/statm: 3496244 2863492 3248 1 0 3483478 0
[pid=17676/tid=17677] ppid=17674 vsize=13984976 memory=6791534058613427641 CPUtime=107.74 cores=0,2,4,6
/proc/17676/task/17677/stat : 17677 (java) S 17674 17674 17190 0 -1 1077944384 93745 0 0 0 10718 56 0 0 20 0 15 0 117657159 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885466466944 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17678] ppid=17674 vsize=13984976 memory=-7003737579269690708 CPUtime=12.76 cores=0,2,4,6
/proc/17676/task/17678/stat : 17678 (java) S 17674 17674 17190 0 -1 1077944384 244094 0 0 0 1103 173 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885414849168 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17679] ppid=17674 vsize=13984976 memory=1292 CPUtime=12.72 cores=0,2,4,6
/proc/17676/task/17679/stat : 17679 (java) S 17674 17674 17190 0 -1 1077944384 220777 0 0 0 1125 147 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885413796368 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17680] ppid=17674 vsize=13984976 memory=1728 CPUtime=12.85 cores=0,2,4,6
/proc/17676/task/17680/stat : 17680 (java) S 17674 17674 17190 0 -1 1077944384 1022522 0 0 0 1078 207 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885412743568 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17681] ppid=17674 vsize=13984976 memory=5788 CPUtime=12.75 cores=0,2,4,6
/proc/17676/task/17681/stat : 17681 (java) S 17674 17674 17190 0 -1 1077944384 225620 0 0 0 1123 152 0 0 20 0 15 0 117657160 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139885411690768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17682] ppid=17674 vsize=13984976 memory=1228 CPUtime=3.2 cores=0,2,4,6
/proc/17676/task/17682/stat : 17682 (java) R 17674 17674 17190 0 -1 4202560 29044 0 0 0 317 3 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884373730768 139885440598907 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17683] ppid=17674 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17683/stat : 17683 (java) S 17674 17674 17190 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884372678240 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17684] ppid=17674 vsize=13984976 memory=10020 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17684/stat : 17684 (java) S 17674 17674 17190 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 117657162 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884371625344 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17685] ppid=17674 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17685/stat : 17685 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884370573648 139885462247323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17686] ppid=17674 vsize=13984976 memory=8548 CPUtime=0.49 cores=0,2,4,6
/proc/17676/task/17686/stat : 17686 (java) S 17674 17674 17190 0 -1 1077944384 3021 0 0 0 49 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884369520768 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17687] ppid=17674 vsize=13984976 memory=4616 CPUtime=0.45 cores=0,2,4,6
/proc/17676/task/17687/stat : 17687 (java) S 17674 17674 17190 0 -1 1077944384 2677 0 0 0 45 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884368468256 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17688] ppid=17674 vsize=13984976 memory=1720 CPUtime=0.3 cores=0,2,4,6
/proc/17676/task/17688/stat : 17688 (java) S 17674 17674 17190 0 -1 1077944384 2999 0 0 0 29 1 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884367415456 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17689] ppid=17674 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/17676/task/17689/stat : 17689 (java) S 17674 17674 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884366362848 139885462238933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
[pid=17676/tid=17690] ppid=17674 vsize=13984976 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/17676/task/17690/stat : 17690 (java) S 17674 17674 17190 0 -1 1077944384 483 0 0 0 4 4 0 0 20 0 15 0 117657165 14320615424 2863492 33554432000 4194304 4196468 140735517393344 139884365311152 139885462239874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15687680 140735517398167 140735517398343 140735517398343 140735517401039 0
Current children cumulated CPU time: 163.43 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11455352 KiB

[startup+124.2 s]
/proc/loadavg: 2.24 2.14 2.10 3/217 17847
/proc/meminfo: memFree=17555616/32770624 swapFree=67108860/67108860
[pid=17674] ppid=17671 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17674/stat : 17674 (xcsp3-exec) S 17671 17674 17190 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117657159 9740288 346 33554432000 4194304 5098028 140721831212896 140721831211000 139879765205628 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 32124928 140721831216238 140721831216443 140721831216443 140721831219179 0
/proc/17674/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 124.273
CPU time (s): 163.708
CPU user time (s): 156.001
CPU system time (s): 7.70716
CPU usage (%): 131.733
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11455352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.001
system time used= 7.70716
maximum resident set size= 11454324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1847071
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= 45341
involuntary context switches= 1633


# summary of solver processes directly reported to runsolver:
#   pid: 17674
#   total CPU time (s): 163.708
#   total CPU user time (s): 156.001
#   total CPU system time (s): 7.70716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.879909 second user time and 1.30044 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 02:53:55
IDJOB=4269021
IDBENCH=138054
IDSOLVER=2660
FILE ID=node112/4269021-1502845693
RUNJOBID= node112-1502839811-17221
PBS_JOBID= 20629854
Free space on /tmp= 61728 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269021-1502845693/watcher-4269021-1502845693 -o /tmp/evaluation-result-4269021-1502845693/solver-4269021-1502845693 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1911555435 HOME/instance-4269021-1502845693.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1911555435

node112.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.24
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.24
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.24
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.24
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:        30837832 kB
MemAvailable:   31353100 kB
Buffers:          210180 kB
Cached:           587240 kB
SwapCached:            0 kB
Active:          1196668 kB
Inactive:         283124 kB
Active(anon):     634376 kB
Inactive(anon):    76444 kB
Active(file):     562292 kB
Inactive(file):   206680 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97416 kB
Writeback:             0 kB
AnonPages:        689028 kB
Mapped:            58556 kB
Shmem:             25224 kB
Slab:             150540 kB
SReclaimable:     124260 kB
SUnreclaim:        26280 kB
KernelStack:        3536 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1580292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61640 MiB
End job on node112 at 2017-08-16 02:56:00