Trace number 4284233

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-08-18)? 151.06799 101.751

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 benchmark252.086
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-4284233-1503214934.xml"  -tl '264s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4284233-1503214934.xml, -tl, 264s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
150.91/101.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
150.91/101.67		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
150.91/101.67		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
150.91/101.67		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
150.91/101.67		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
150.91/101.67		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
150.91/101.67		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
150.91/101.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
150.91/101.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
150.91/101.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
150.91/101.67		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
150.91/101.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
150.91/101.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
150.91/101.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
150.91/101.67		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
150.91/101.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
150.91/101.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
150.91/101.67		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
150.91/101.67		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
150.91/101.67		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
150.91/101.67		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
150.91/101.67		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
150.91/101.67	s UNKNOWN
150.91/101.67	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 (11559 MiB free)
  memory of node 1: 16384 MiB (11538 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284233-1503214934/watcher-4284233-1503214934 -o /tmp/evaluation-result-4284233-1503214934/solver-4284233-1503214934 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12841 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1295029196 HOME/instance-4284233-1503214934.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=17269, runsolver pid=17266
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.67 1.73 1.83 3/217 17285
/proc/meminfo: memFree=23635032/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13978596 memory=27808 CPUtime=0.11 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 5325 0 0 0 11 0 0 0 20 0 15 0 154574216 14314082304 6952 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3494649 6952 2866 1 0 3482966 0
[pid=17271/tid=17272] ppid=17269 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) R 17269 17269 12810 0 -1 4202560 3315 0 0 0 8 0 0 0 20 0 15 0 154574216 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826870305584 139826866085270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13978596 memory=140063029225088 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574217 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13978596 memory=140063029225088 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574218 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826340370928 139826866084482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154574219 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826339317152 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154574219 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826338264560 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) R 17269 17269 12810 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 154574221 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826336159728 139826866084482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 154574221 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826335107184 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13978596 memory=140063029225088 CPUtime=0.01 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) R 17269 17269 12810 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 15 0 154574221 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826334054640 139826850153822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13978596 memory=140063029225088 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574222 14314082304 6952 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29188 KiB

[startup+0.210517 s]*
/proc/loadavg: 1.67 1.73 1.83 3/217 17285
/proc/meminfo: memFree=23624364/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13982852 memory=40680 CPUtime=0.33 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 8153 0 0 0 31 2 0 0 20 0 15 0 154574216 14318440448 10170 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3495713 10170 3089 1 0 3482966 0
[pid=17271/tid=17272] ppid=17269 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) R 17269 17269 12810 0 -1 4202560 5217 0 0 0 18 1 0 0 20 0 15 0 154574216 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826870295328 139826858751349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13982852 memory=2907 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13982852 memory=288370439180936832 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13982852 memory=140063029225088 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574218 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826340370928 139826866084482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154574219 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826339317152 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154574219 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826338264560 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 154574221 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826336159728 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 154574221 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826335107184 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13982852 memory=140063029225088 CPUtime=0.08 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 770 0 0 0 8 0 0 0 20 0 15 0 154574221 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826334054640 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574222 14318440448 10170 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310505 s]*
/proc/loadavg: 1.67 1.73 1.83 3/217 17285
/proc/meminfo: memFree=23617044/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13982852 memory=47328 CPUtime=0.48 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 8982 0 0 0 46 2 0 0 20 0 15 0 154574216 14318440448 11832 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3495713 11832 3105 1 0 3482966 0
[pid=17271/tid=17272] ppid=17269 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) R 17269 17269 12810 0 -1 4202560 5876 0 0 0 27 2 0 0 20 0 15 0 154574216 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826870311072 139826866095261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574217 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154574218 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826340370928 139826866084482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154574219 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826339317152 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154574219 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826338264560 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 660 0 0 0 3 0 0 0 20 0 15 0 154574221 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826336159728 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 281 0 0 0 3 0 0 0 20 0 15 0 154574221 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826335107184 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) R 17269 17269 12810 0 -1 4202560 862 0 0 0 12 0 0 0 20 0 15 0 154574221 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826334054640 139826845031136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574222 14318440448 11832 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48708 KiB

[startup+0.700815 s]
/proc/loadavg: 1.67 1.73 1.83 6/217 17285
/proc/meminfo: memFree=23441536/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13982928 memory=350692 CPUtime=1.17 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 9970 0 0 0 97 20 0 0 20 0 15 0 154574216 14318518272 87673 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3495732 87673 3155 1 0 3482966 0
[pid=17271/tid=17272] ppid=17269 vsize=13982928 memory=33 CPUtime=0.6 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) R 17269 17269 12810 0 -1 4202560 6239 0 0 0 54 6 0 0 20 0 15 0 154574216 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826870304944 139826502640414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13982928 memory=-7816663703405220396 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 60 0 0 0 3 3 0 0 20 0 15 0 154574217 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13982928 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 15 0 154574217 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13982928 memory=43012 CPUtime=0.04 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 51 0 0 0 2 2 0 0 20 0 15 0 154574217 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13982928 memory=1292 CPUtime=0.06 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 154574217 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13982928 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154574218 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826340370928 139826866084482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13982928 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154574219 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826339317152 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13982928 memory=792 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 154574219 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826338264560 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13982928 memory=10096 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13982928 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 831 0 0 0 7 0 0 0 20 0 15 0 154574221 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826336159728 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13982928 memory=5784 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 295 0 0 0 5 0 0 0 20 0 15 0 154574221 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826335107184 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13982928 memory=1720 CPUtime=0.16 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 980 0 0 0 16 0 0 0 20 0 15 0 154574221 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826334054640 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13982928 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13982928 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154574222 14318518272 87673 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 352072 KiB

[startup+1.50084 s]
/proc/loadavg: 1.67 1.73 1.83 6/217 17285
/proc/meminfo: memFree=22583480/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0

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

/proc/17271/task/17274/stat : 17274 (java) R 17269 17269 12810 0 -1 4202560 64761 0 0 0 1145 266 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826460813712 139826851058631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13984976 memory=792 CPUtime=14.05 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) R 17269 17269 12810 0 -1 4202560 49763 0 0 0 1093 312 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826459761168 139826850770948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13984976 memory=1380 CPUtime=14.13 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) R 17269 17269 12810 0 -1 4202560 54095 0 0 0 1106 307 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826458708824 139826850770974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13984976 memory=11534208 CPUtime=2.68 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 24448 0 0 0 267 1 0 0 20 0 15 0 154574218 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826340369264 139826866083541 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13984976 memory=14691902876294227 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826339317216 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826338264576 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13984976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13984976 memory=1796 CPUtime=0.5 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 4040 0 0 0 50 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826336159728 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13984976 memory=960 CPUtime=0.45 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 2533 0 0 0 45 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826335107184 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13984976 memory=1232 CPUtime=0.3 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 2976 0 0 0 30 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826334054640 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13984976 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13984976 memory=932 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 461 0 0 0 2 3 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 142.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11676288 KiB

[startup+100.802 s]
/proc/loadavg: 2.40 1.90 1.88 6/217 17365
/proc/meminfo: memFree=3229832/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13984976 memory=11674908 CPUtime=148.97 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 483857 0 0 0 13639 1258 0 0 20 0 15 0 154574216 14320615424 2918727 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3496244 2918727 3247 1 0 3483478 0
[pid=17271/tid=17272] ppid=17269 vsize=13984976 memory=10096 CPUtime=82.24 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) S 17269 17269 12810 0 -1 1077944384 53345 0 0 0 8201 23 0 0 20 0 15 0 154574216 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826870311552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13984976 memory=1380 CPUtime=15.71 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) R 17269 17269 12810 0 -1 4202560 57401 0 0 0 1238 333 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826822625360 139826858701543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13984976 memory=1380 CPUtime=15.66 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) R 17269 17269 12810 0 -1 4202560 64790 0 0 0 1299 267 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826460813520 139826858701543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13984976 memory=11674908 CPUtime=15.59 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) R 17269 17269 12810 0 -1 4202560 49781 0 0 0 1246 313 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826459760976 139826858701543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13984976 memory=30 CPUtime=15.7 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) R 17269 17269 12810 0 -1 4202560 222736 0 0 0 1257 313 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826458708824 139826859176314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13984976 memory=1380 CPUtime=2.68 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) S 17269 17269 12810 0 -1 1077944384 24461 0 0 0 267 1 0 0 20 0 15 0 154574218 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826340369488 139826866083541 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826339317216 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13984976 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826338264576 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13984976 memory=24832 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13984976 memory=18472 CPUtime=0.5 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 4044 0 0 0 50 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826336159488 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13984976 memory=640 CPUtime=0.45 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 2535 0 0 0 45 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826335107232 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13984976 memory=1796 CPUtime=0.3 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 2978 0 0 0 30 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826334054688 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13984976 memory=1232 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 461 0 0 0 2 3 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 148.97 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11676288 KiB

[startup+101.201 s]
/proc/loadavg: 2.40 1.90 1.88 6/217 17365
/proc/meminfo: memFree=3229832/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13984976 memory=11674908 CPUtime=150.51 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 483857 0 0 0 13792 1259 0 0 20 0 15 0 154574216 14320615424 2918727 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3496244 2918727 3247 1 0 3483478 0
[pid=17271/tid=17272] ppid=17269 vsize=13984976 memory=14691902876294227 CPUtime=82.24 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) S 17269 17269 12810 0 -1 1077944384 53345 0 0 0 8201 23 0 0 20 0 15 0 154574216 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826870311552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13984976 memory=0 CPUtime=16.08 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 57401 0 0 0 1275 333 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13984976 memory=3000 CPUtime=16.04 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 64790 0 0 0 1337 267 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13984976 memory=1380 CPUtime=15.98 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 49781 0 0 0 1284 314 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13984976 memory=11489104 CPUtime=16.08 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 222736 0 0 0 1295 313 0 0 20 0 15 0 154574217 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13984976 memory=1156 CPUtime=2.69 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) R 17269 17269 12810 0 -1 4202560 24461 0 0 0 268 1 0 0 20 0 15 0 154574218 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826340369488 139826851069759 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13984976 memory=2908 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826339317216 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826338264576 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13984976 memory=8465748 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13984976 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 4044 0 0 0 50 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826336159488 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13984976 memory=1380 CPUtime=0.45 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 2535 0 0 0 45 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826335107232 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13984976 memory=11674904 CPUtime=0.3 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 2978 0 0 0 30 0 0 0 20 0 15 0 154574221 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826334054688 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13984976 memory=11674908 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 461 0 0 0 2 3 0 0 20 0 15 0 154574222 14320615424 2918727 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 150.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11676288 KiB

[startup+101.601 s]
/proc/loadavg: 2.40 1.90 1.88 6/217 17365
/proc/meminfo: memFree=3229832/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
[pid=17271] ppid=17269 vsize=13984976 memory=11674916 CPUtime=150.91 cores=0,2,4,6
/proc/17271/stat : 17271 (java) S 17269 17269 12810 0 -1 1077944320 484377 0 0 0 13832 1259 0 0 20 0 15 0 154574216 14320615424 2918729 33554432000 4194304 4196468 140733790613920 140733790596464 139826866073335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
/proc/17271/statm: 3496244 2918729 3247 1 0 3483478 0
[pid=17271/tid=17272] ppid=17269 vsize=13984976 memory=6791534058613427641 CPUtime=82.24 cores=0,2,4,6
/proc/17271/task/17272/stat : 17272 (java) S 17269 17269 12810 0 -1 1077944384 53345 0 0 0 8201 23 0 0 20 0 15 0 154574216 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826870311552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17273] ppid=17269 vsize=13984976 memory=6944656592387989552 CPUtime=16.08 cores=0,2,4,6
/proc/17271/task/17273/stat : 17273 (java) S 17269 17269 12810 0 -1 1077944384 57401 0 0 0 1275 333 0 0 20 0 15 0 154574217 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826822625552 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17274] ppid=17269 vsize=13984976 memory=6655300316396806192 CPUtime=16.04 cores=0,2,4,6
/proc/17271/task/17274/stat : 17274 (java) S 17269 17269 12810 0 -1 1077944384 64790 0 0 0 1337 267 0 0 20 0 15 0 154574217 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826460813712 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17275] ppid=17269 vsize=13984976 memory=6944656592455360560 CPUtime=15.98 cores=0,2,4,6
/proc/17271/task/17275/stat : 17275 (java) S 17269 17269 12810 0 -1 1077944384 49781 0 0 0 1284 314 0 0 20 0 15 0 154574217 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826459761168 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17276] ppid=17269 vsize=13984976 memory=6656426216303648816 CPUtime=16.08 cores=0,2,4,6
/proc/17271/task/17276/stat : 17276 (java) S 17269 17269 12810 0 -1 1077944384 222736 0 0 0 1295 313 0 0 20 0 15 0 154574217 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826458708624 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17277] ppid=17269 vsize=13984976 memory=6944656592455360560 CPUtime=3.09 cores=0,2,4,6
/proc/17271/task/17277/stat : 17277 (java) R 17269 17269 12810 0 -1 4202560 24981 0 0 0 308 1 0 0 20 0 15 0 154574218 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826340369488 139826851069716 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17278] ppid=17269 vsize=13984976 memory=6944656592455359532 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17278/stat : 17278 (java) S 17269 17269 12810 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826339317216 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17279] ppid=17269 vsize=13984976 memory=6944656592387989552 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17279/stat : 17279 (java) S 17269 17269 12810 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154574219 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826338264576 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17280] ppid=17269 vsize=13984976 memory=-7025452035940392912 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17280/stat : 17280 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574221 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826337213136 139826866091931 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17281] ppid=17269 vsize=13984976 memory=1008 CPUtime=0.5 cores=0,2,4,6
/proc/17271/task/17281/stat : 17281 (java) S 17269 17269 12810 0 -1 1077944384 4044 0 0 0 50 0 0 0 20 0 15 0 154574221 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826336159488 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17282] ppid=17269 vsize=13984976 memory=1944 CPUtime=0.45 cores=0,2,4,6
/proc/17271/task/17282/stat : 17282 (java) S 17269 17269 12810 0 -1 1077944384 2535 0 0 0 45 0 0 0 20 0 15 0 154574221 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826335107232 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17283] ppid=17269 vsize=13984976 memory=1200 CPUtime=0.3 cores=0,2,4,6
/proc/17271/task/17283/stat : 17283 (java) S 17269 17269 12810 0 -1 1077944384 2978 0 0 0 30 0 0 0 20 0 15 0 154574221 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826334054688 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17284] ppid=17269 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/17271/task/17284/stat : 17284 (java) S 17269 17269 12810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154574222 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826333002336 139826866083541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
[pid=17271/tid=17285] ppid=17269 vsize=13984976 memory=8600 CPUtime=0.05 cores=0,2,4,6
/proc/17271/task/17285/stat : 17285 (java) S 17269 17269 12810 0 -1 1077944384 461 0 0 0 2 3 0 0 20 0 15 0 154574222 14320615424 2918729 33554432000 4194304 4196468 140733790613920 139826331949872 139826866084482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22028288 140733790622877 140733790623052 140733790623052 140733790625743 0
Current children cumulated CPU time: 150.91 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11676296 KiB

[startup+101.701 s]
/proc/loadavg: 2.40 1.90 1.88 6/217 17365
/proc/meminfo: memFree=3229832/32770624 swapFree=67108860/67108860
[pid=17269] ppid=17266 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17269/stat : 17269 (xcsp3-exec) S 17266 17269 12810 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154574216 9740288 345 33554432000 4194304 5098028 140726617361504 140726617359608 139932616344188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40615936 140726617363572 140726617363776 140726617363776 140726617366507 0
/proc/17269/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 101.751
CPU time (s): 151.068
CPU user time (s): 138.397
CPU system time (s): 12.6711
CPU usage (%): 148.468
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11676296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.397
system time used= 12.6711
maximum resident set size= 11675240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485101
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= 11254
involuntary context switches= 788


# summary of solver processes directly reported to runsolver:
#   pid: 17269
#   total CPU time (s): 151.068
#   total CPU user time (s): 138.397
#   total CPU system time (s): 12.6711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.759989 second user time and 1.01117 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 09:27:55
IDJOB=4284233
IDBENCH=138075
IDSOLVER=2680
FILE ID=node151/4284233-1503214934
RUNJOBID= node151-1503208976-12841
PBS_JOBID= 20630871
Free space on /tmp= 61592 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-4284233-1503214934/watcher-4284233-1503214934 -o /tmp/evaluation-result-4284233-1503214934/solver-4284233-1503214934 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node151-1503208976-12841 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1295029196 HOME/instance-4284233-1503214934.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=1295029196

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        23651636 kB
MemAvailable:   31562152 kB
Buffers:          328968 kB
Cached:          7869252 kB
SwapCached:            0 kB
Active:          2420988 kB
Inactive:        6238424 kB
Active(anon):     452904 kB
Inactive(anon):    44324 kB
Active(file):    1968084 kB
Inactive(file):  6194100 kB
Unevictable:        7580 kB
Mlocked:            7580 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             91948 kB
Writeback:             0 kB
AnonPages:        466600 kB
Mapped:            64268 kB
Shmem:             33416 kB
Slab:             155592 kB
SReclaimable:     128336 kB
SUnreclaim:        27256 kB
KernelStack:        3536 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1170960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 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= 61500 MiB
End job on node151 at 2017-08-20 09:29:36