Trace number 4271963

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 5a (2017-07-26)? 167.69099 115.891

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"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-4271963-1502845585.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4271963-1502845585.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
167.49/115.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
167.49/115.76		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
167.49/115.76		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
167.49/115.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
167.49/115.76		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
167.49/115.76		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
167.49/115.76		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
167.49/115.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
167.49/115.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
167.49/115.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
167.49/115.76		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
167.49/115.76		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
167.49/115.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
167.49/115.76		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
167.49/115.76		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
167.49/115.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
167.49/115.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
167.49/115.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
167.49/115.76		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
167.49/115.76		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
167.49/115.76		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
167.49/115.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
167.49/115.76	s UNKNOWN
167.49/115.76	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 (13912 MiB free)
  memory of node 1: 16384 MiB (6390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271963-1502845585/watcher-4271963-1502845585 -o /tmp/evaluation-result-4271963-1502845585/solver-4271963-1502845585 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502842139-30798 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2046552787 HOME/instance-4271963-1502845585.xml 

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

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

solver pid=31145, runsolver pid=31142

[startup+0.100092 s]*
/proc/loadavg: 2.86 1.93 2.12 3/218 31161
/proc/meminfo: memFree=20773180/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13978596 memory=27864 CPUtime=0.12 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 5386 0 0 0 10 2 0 0 20 0 15 0 117646781 14314082304 6966 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3494649 6966 2839 1 0 3482966 0
[pid=31147/tid=31148] ppid=31145 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) R 31145 31145 30767 0 -1 4202560 3407 0 0 0 8 1 0 0 20 0 15 0 117646782 14314082304 6966 33554432000 4194304 4196468 140726553100528 139787283182496 139787278978454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13978596 memory=3472468063392814288 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14314082304 6966 33554432000 4194304 4196468 140726553100528 139787231587088 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13978596 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14314082304 6966 33554432000 4194304 4196468 140726553100528 139787230534544 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14314082304 6966 33554432000 4194304 4196468 140726553100528 139787229482000 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646782 14314082304 6966 33554432000 4194304 4196468 140726553100528 139787228429456 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646784 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786752862192 139787278977666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117646784 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786751808416 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117646784 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786750755824 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) S 31145 31145 30767 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) S 31145 31145 30767 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13978596 memory=139934497662592 CPUtime=0.01 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) R 31145 31145 30767 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786746546928 139787257927518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13978596 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646787 14314082304 6966 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29248 KiB

[startup+0.210793 s]*
/proc/loadavg: 2.86 1.93 2.12 4/218 31161
/proc/meminfo: memFree=20761644/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13982852 memory=40616 CPUtime=0.34 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 8175 0 0 0 31 3 0 0 20 0 15 0 117646781 14318440448 10154 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3495713 10154 3080 1 0 3482966 0
[pid=31147/tid=31148] ppid=31145 vsize=13982852 memory=5853394889045019040 CPUtime=0.2 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) R 31145 31145 30767 0 -1 4202560 5263 0 0 0 18 2 0 0 20 0 15 0 117646782 14318440448 10154 33554432000 4194304 4196468 140726553100528 139787283187512 139787263047006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13982852 memory=3472468063392814288 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 10154 33554432000 4194304 4196468 140726553100528 139787231587088 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 10154 33554432000 4194304 4196468 140726553100528 139787230534544 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 10154 33554432000 4194304 4196468 140726553100528 139787229482000 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 10154 33554432000 4194304 4196468 140726553100528 139787228429456 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786752862192 139787278977666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786751808416 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786750755824 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) R 31145 31145 30767 0 -1 1077944384 556 0 0 0 2 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) R 31145 31145 30767 0 -1 1077944384 331 0 0 0 2 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0.08 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) R 31145 31145 30767 0 -1 4202560 722 0 0 0 8 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786746546928 139787278987866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 10154 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42000 KiB

[startup+0.310676 s]*
/proc/loadavg: 2.86 1.93 2.12 4/218 31161
/proc/meminfo: memFree=20754944/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13982852 memory=47296 CPUtime=0.51 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 8940 0 0 0 47 4 0 0 20 0 15 0 117646781 14318440448 11824 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3495713 11824 3096 1 0 3482966 0
[pid=31147/tid=31148] ppid=31145 vsize=13982852 memory=5853961137533323680 CPUtime=0.29 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) R 31145 31145 30767 0 -1 4202560 5925 0 0 0 27 2 0 0 20 0 15 0 117646782 14318440448 11824 33554432000 4194304 4196468 140726553100528 139787283202192 139787278988445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13982852 memory=3472468063392814288 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 11824 33554432000 4194304 4196468 140726553100528 139787231587088 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13982852 memory=139934497693282 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 11824 33554432000 4194304 4196468 140726553100528 139787230534544 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13982852 memory=139934396724287 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 11824 33554432000 4194304 4196468 140726553100528 139787229482000 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13982852 memory=139934396707279 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646782 14318440448 11824 33554432000 4194304 4196468 140726553100528 139787228429456 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13982852 memory=139934497693386 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786752862192 139787278977666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13982852 memory=139934396698063 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786751808416 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13982852 memory=279868793409936 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117646784 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786750755824 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13982852 memory=279868793398384 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) R 31145 31145 30767 0 -1 4202560 563 0 0 0 3 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786748652016 139787271255968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13982852 memory=2240 CPUtime=0.03 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) R 31145 31145 30767 0 -1 1077944384 351 0 0 0 3 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0.12 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) S 31145 31145 30767 0 -1 1077944384 802 0 0 0 12 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786746546928 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13982852 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13982852 memory=139934497662592 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646787 14318440448 11824 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48680 KiB

[startup+0.700851 s]
/proc/loadavg: 2.86 1.93 2.12 6/218 31161
/proc/meminfo: memFree=20581176/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13982928 memory=336020 CPUtime=1.21 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 9891 0 0 0 95 26 0 0 20 0 15 0 117646781 14318518272 84005 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3495732 84005 3153 1 0 3482966 0
[pid=31147/tid=31148] ppid=31145 vsize=13982928 memory=1420 CPUtime=0.61 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) R 31145 31145 30767 0 -1 4202560 6279 0 0 0 54 7 0 0 20 0 15 0 117646782 14318518272 84005 33554432000 4194304 4196468 140726553100528 139787283200048 139786908410654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13982928 memory=13040 CPUtime=0.06 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) S 31145 31145 30767 0 -1 1077944384 63 0 0 0 2 4 0 0 20 0 15 0 117646782 14318518272 84005 33554432000 4194304 4196468 140726553100528 139787231587088 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13982928 memory=1944 CPUtime=0.05 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) S 31145 31145 30767 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 15 0 117646782 14318518272 84005 33554432000 4194304 4196468 140726553100528 139787230534544 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13982928 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) S 31145 31145 30767 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 117646782 14318518272 84005 33554432000 4194304 4196468 140726553100528 139787229482000 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13982928 memory=279868793489216 CPUtime=0.06 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) S 31145 31145 30767 0 -1 1077944384 67 0 0 0 2 4 0 0 20 0 15 0 117646782 14318518272 84005 33554432000 4194304 4196468 140726553100528 139787228429456 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13982928 memory=139934396755428 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117646784 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786752862192 139787278977666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13982928 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117646784 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786751808416 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13982928 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117646784 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786750755824 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13982928 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13982928 memory=3795 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) S 31145 31145 30767 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13982928 memory=4 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) S 31145 31145 30767 0 -1 1077944384 369 0 0 0 7 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13982928 memory=7024 CPUtime=0.17 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) S 31145 31145 30767 0 -1 1077944384 912 0 0 0 17 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786746546928 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13982928 memory=370 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117646787 14318518272 84005 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 337404 KiB

[startup+1.50099 s]
/proc/loadavg: 2.86 1.93 2.12 4/218 31161
/proc/meminfo: memFree=19695856/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0

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

/proc/31147/task/31150/stat : 31150 (java) R 31145 31145 30767 0 -1 4202560 73166 0 0 0 1136 278 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787230534744 139787263666280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13984976 memory=-7003737579269690708 CPUtime=14.16 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) R 31145 31145 30767 0 -1 4202560 77323 0 0 0 1134 282 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787229481808 139787271594727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13984976 memory=920 CPUtime=14.15 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) R 31145 31145 30767 0 -1 4202560 76712 0 0 0 1123 292 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787228429576 139787271594727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13984976 memory=3796 CPUtime=6.7 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 25400 0 0 0 668 2 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786752860752 139787278976725 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13984976 memory=2784 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786751808480 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13984976 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786750755840 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13984976 memory=32872 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13984976 memory=5792 CPUtime=0.48 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) S 31145 31145 30767 0 -1 1077944384 3355 0 0 0 47 1 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13984976 memory=4616 CPUtime=0.46 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) S 31145 31145 30767 0 -1 1077944384 3017 0 0 0 45 1 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13984976 memory=792 CPUtime=0.3 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) S 31145 31145 30767 0 -1 1077944384 3148 0 0 0 30 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786746546928 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13984976 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13984976 memory=13040 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 474 0 0 0 4 3 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 155.34 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11394944 KiB

[startup+113.601 s]
/proc/loadavg: 2.07 1.94 2.11 6/218 31239
/proc/meminfo: memFree=9296904/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13984976 memory=11393560 CPUtime=161.23 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 601247 0 0 0 14937 1186 0 0 20 0 15 0 117646781 14320615424 2848390 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3496244 2848390 3248 1 0 3483478 0
[pid=31147/tid=31148] ppid=31145 vsize=13984976 memory=1384 CPUtime=90.71 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) S 31145 31145 30767 0 -1 1077944384 17692 0 0 0 9049 22 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787283204736 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13984976 memory=4140 CPUtime=15.5 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) S 31145 31145 30767 0 -1 1077944384 77361 0 0 0 1261 289 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787231587088 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13984976 memory=1012 CPUtime=15.64 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) S 31145 31145 30767 0 -1 1077944384 315435 0 0 0 1276 288 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787230534544 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13984976 memory=1716 CPUtime=15.61 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) S 31145 31145 30767 0 -1 1077944384 77323 0 0 0 1279 282 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787229482000 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13984976 memory=5792 CPUtime=15.58 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) S 31145 31145 30767 0 -1 1077944384 76712 0 0 0 1265 293 0 0 20 0 15 0 117646782 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139787228429456 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13984976 memory=0 CPUtime=6.79 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) R 31145 31145 30767 0 -1 4202560 25400 0 0 0 677 2 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786752860752 139787263962926 0 0 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786751808480 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13984976 memory=11389352 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786750755840 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13984976 memory=32872 CPUtime=0.48 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) S 31145 31145 30767 0 -1 1077944384 3355 0 0 0 47 1 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13984976 memory=1296 CPUtime=0.46 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) S 31145 31145 30767 0 -1 1077944384 3017 0 0 0 45 1 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13984976 memory=2336 CPUtime=0.3 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) S 31145 31145 30767 0 -1 1077944384 3148 0 0 0 30 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786746546928 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13984976 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13984976 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 474 0 0 0 4 3 0 0 20 0 15 0 117646787 14320615424 2848390 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 161.23 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11394944 KiB

[startup+115.201 s]
/proc/loadavg: 2.07 1.94 2.11 6/218 31239
/proc/meminfo: memFree=9296656/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13984976 memory=11393888 CPUtime=165.8 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 602530 0 0 0 15394 1186 0 0 20 0 15 0 117646781 14320615424 2848472 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3496244 2848472 3248 1 0 3483478 0
[pid=31147/tid=31148] ppid=31145 vsize=13984976 memory=1384 CPUtime=90.71 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) S 31145 31145 30767 0 -1 1077944384 17773 0 0 0 9049 22 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787283204736 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13984976 memory=11389352 CPUtime=16.51 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) R 31145 31145 30767 0 -1 4202560 77440 0 0 0 1361 290 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787231587288 139787263917589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13984976 memory=2336 CPUtime=16.62 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) R 31145 31145 30767 0 -1 4202560 315435 0 0 0 1374 288 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787230534432 139787263917512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13984976 memory=6791534058613427641 CPUtime=16.6 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) R 31145 31145 30767 0 -1 4202560 77876 0 0 0 1378 282 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787229482200 139787263664271 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13984976 memory=8230840 CPUtime=16.58 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) R 31145 31145 30767 0 -1 4202560 77016 0 0 0 1365 293 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787228429656 139787263917512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13984976 memory=1384 CPUtime=7.38 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 25664 0 0 0 736 2 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786752860528 139787278976725 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13984976 memory=10219548 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786751808480 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786750755840 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13984976 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13984976 memory=1724 CPUtime=0.48 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) R 31145 31145 30767 0 -1 1077944384 3355 0 0 0 47 1 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786748652016 139787278977666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13984976 memory=1012 CPUtime=0.46 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) R 31145 31145 30767 0 -1 1077944384 3017 0 0 0 45 1 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786747599472 139787278977666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13984976 memory=279868793614176 CPUtime=0.3 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) R 31145 31145 30767 0 -1 1077944384 3148 0 0 0 30 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786746546928 139787278977666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13984976 memory=6878394906577322658 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13984976 memory=7160715399108007029 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 474 0 0 0 4 3 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 165.8 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11395272 KiB

[startup+115.601 s]
/proc/loadavg: 2.07 1.94 2.11 6/218 31239
/proc/meminfo: memFree=9296656/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/statm: 2378 346 289 221 0 87 0
[pid=31147] ppid=31145 vsize=13984976 memory=11393888 CPUtime=167.36 cores=0,2,4,6
/proc/31147/stat : 31147 (java) S 31145 31145 30767 0 -1 1077944320 602740 0 0 0 15549 1187 0 0 20 0 15 0 117646781 14320615424 2848472 33554432000 4194304 4196468 140726553100528 140726553083072 139787278966519 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
/proc/31147/statm: 3496244 2848472 3248 1 0 3483478 0
[pid=31147/tid=31148] ppid=31145 vsize=13984976 memory=32872 CPUtime=90.71 cores=0,2,4,6
/proc/31147/task/31148/stat : 31148 (java) S 31145 31145 30767 0 -1 1077944384 17773 0 0 0 9049 22 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787283204736 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31149] ppid=31145 vsize=13984976 memory=1296 CPUtime=16.9 cores=0,2,4,6
/proc/31147/task/31149/stat : 31149 (java) R 31145 31145 30767 0 -1 4202560 77467 0 0 0 1400 290 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787231586896 139787271594727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31150] ppid=31145 vsize=13984976 memory=6791534058613427641 CPUtime=17.02 cores=0,2,4,6
/proc/31147/task/31150/stat : 31150 (java) R 31145 31145 30767 0 -1 4202560 315460 0 0 0 1413 289 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787230534544 139787263962923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31151] ppid=31145 vsize=13984976 memory=18616 CPUtime=16.99 cores=0,2,4,6
/proc/31147/task/31151/stat : 31151 (java) R 31145 31145 30767 0 -1 4202560 77926 0 0 0 1416 283 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787229482120 139787271594727 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31152] ppid=31145 vsize=13984976 memory=4040 CPUtime=16.97 cores=0,2,4,6
/proc/31147/task/31152/stat : 31152 (java) R 31145 31145 30767 0 -1 4202560 77123 0 0 0 1404 293 0 0 20 0 15 0 117646782 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139787228429264 139787271594727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31153] ppid=31145 vsize=13984976 memory=1236 CPUtime=7.39 cores=0,2,4,6
/proc/31147/task/31153/stat : 31153 (java) S 31145 31145 30767 0 -1 1077944384 25664 0 0 0 737 2 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786752860752 139787278976725 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31154] ppid=31145 vsize=13984976 memory=644 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31154/stat : 31154 (java) S 31145 31145 30767 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786751808480 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31155] ppid=31145 vsize=13984976 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31155/stat : 31155 (java) S 31145 31145 30767 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117646784 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786750755840 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31156] ppid=31145 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31156/stat : 31156 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786749704400 139787278985115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31157] ppid=31145 vsize=13984976 memory=2344 CPUtime=0.48 cores=0,2,4,6
/proc/31147/task/31157/stat : 31157 (java) S 31145 31145 30767 0 -1 1077944384 3356 0 0 0 47 1 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786748651776 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31158] ppid=31145 vsize=13984976 memory=928 CPUtime=0.46 cores=0,2,4,6
/proc/31147/task/31158/stat : 31158 (java) S 31145 31145 30767 0 -1 1077944384 3017 0 0 0 45 1 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786747599520 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31159] ppid=31145 vsize=13984976 memory=1568 CPUtime=0.3 cores=0,2,4,6
/proc/31147/task/31159/stat : 31159 (java) S 31145 31145 30767 0 -1 1077944384 3148 0 0 0 30 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786746546976 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31160] ppid=31145 vsize=13984976 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/31147/task/31160/stat : 31160 (java) S 31145 31145 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786745494624 139787278976725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
[pid=31147/tid=31161] ppid=31145 vsize=13984976 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/31147/task/31161/stat : 31161 (java) S 31145 31145 30767 0 -1 1077944384 474 0 0 0 4 3 0 0 20 0 15 0 117646787 14320615424 2848472 33554432000 4194304 4196468 140726553100528 139786744441136 139787278977666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 37068800 140726553105559 140726553105735 140726553105735 140726553108431 0
Current children cumulated CPU time: 167.36 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11395272 KiB

[startup+115.801 s]
/proc/loadavg: 2.07 1.94 2.11 6/218 31239
/proc/meminfo: memFree=9296656/32770624 swapFree=67108860/67108860
[pid=31145] ppid=31142 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/31145/stat : 31145 (xcsp3-exec) S 31142 31145 30767 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 117646781 9740288 346 33554432000 4194304 5098028 140724552140368 140724552138472 140680995660412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 22528000 140724552148078 140724552148283 140724552148283 140724552151019 0
/proc/31145/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): 115.891
CPU time (s): 167.691
CPU user time (s): 155.695
CPU system time (s): 11.9964
CPU usage (%): 144.697
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11395276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.695
system time used= 11.9964
maximum resident set size= 11394220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16787
involuntary context switches= 1537


# summary of solver processes directly reported to runsolver:
#   pid: 31145
#   total CPU time (s): 167.691
#   total CPU user time (s): 155.695
#   total CPU system time (s): 11.9964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.778791 second user time and 1.2352 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-16 02:52:07
IDJOB=4271963
IDBENCH=138075
IDSOLVER=2664
FILE ID=node103/4271963-1502845585
RUNJOBID= node103-1502842139-30798
PBS_JOBID= 20629857
Free space on /tmp= 61636 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.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-4271963-1502845585/watcher-4271963-1502845585 -o /tmp/evaluation-result-4271963-1502845585/solver-4271963-1502845585 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502842139-30798 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2046552787 HOME/instance-4271963-1502845585.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=2046552787

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.56
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.56
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.56
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.56
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:        20790784 kB
MemAvailable:   21476164 kB
Buffers:          195500 kB
Cached:           775436 kB
SwapCached:            0 kB
Active:         11268512 kB
Inactive:         247952 kB
Active(anon):   10494960 kB
Inactive(anon):    78576 kB
Active(file):     773552 kB
Inactive(file):   169376 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24644 kB
Writeback:             0 kB
AnonPages:      10552096 kB
Mapped:            58748 kB
Shmem:             25260 kB
Slab:             143784 kB
SReclaimable:     116572 kB
SUnreclaim:        27212 kB
KernelStack:        3520 kB
PageTables:        25828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11857004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9988096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61616 MiB
End job on node103 at 2017-08-16 02:54:03