Trace number 4282762

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? 165.394 109.6

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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.078
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282762-1503214809/watcher-4282762-1503214809 -o /tmp/evaluation-result-4282762-1503214809/solver-4282762-1503214809 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1290234658 HOME/instance-4282762-1503214809.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=10296, runsolver pid=10293
Current StackSize limit: 8192 KiB


[startup+0.103533 s]*
/proc/loadavg: 2.15 2.01 1.96 3/217 10312
/proc/meminfo: memFree=18357536/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13978596 memory=28112 CPUtime=0.12 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 5329 0 0 0 11 1 0 0 20 0 15 0 154561686 14314082304 7028 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3494649 7028 2896 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) R 10296 10296 7296 0 -1 4202560 3334 0 0 0 8 1 0 0 20 0 15 0 154561687 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526964389680 140526960168342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561688 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13978596 memory=139798258509440 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13978596 memory=139798258509440 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561689 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526141065328 140526960167554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154561690 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526140011296 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561690 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526138958960 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 154561692 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13978596 memory=139798258509440 CPUtime=0.01 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) R 10296 10296 7296 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 154561692 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526134750064 140526944402843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13978596 memory=139798258509440 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561693 14314082304 7028 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29492 KiB

[startup+0.21054 s]*
/proc/loadavg: 2.15 2.01 1.96 3/217 10312
/proc/meminfo: memFree=18345612/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982852 memory=40516 CPUtime=0.33 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 8129 0 0 0 31 2 0 0 20 0 15 0 154561686 14318440448 10129 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495713 10129 3066 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) R 10296 10296 7296 0 -1 4202560 5231 0 0 0 18 1 0 0 20 0 15 0 154561687 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526964376608 140526960178333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982852 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982852 memory=139798259555705 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982852 memory=139798258509440 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561689 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526141065328 140526960167554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154561690 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526140011296 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561690 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526138958960 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 634 0 0 0 2 0 0 0 20 0 15 0 154561692 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 215 0 0 0 2 0 0 0 20 0 15 0 154561692 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982852 memory=139798258509440 CPUtime=0.07 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 746 0 0 0 7 0 0 0 20 0 15 0 154561692 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561693 14318440448 10129 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41896 KiB

[startup+0.310417 s]*
/proc/loadavg: 2.15 2.01 1.96 3/217 10312
/proc/meminfo: memFree=18338540/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982852 memory=47208 CPUtime=0.49 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 8965 0 0 0 47 2 0 0 20 0 15 0 154561686 14318440448 11802 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495713 11802 3093 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) R 10296 10296 7296 0 -1 4202560 5900 0 0 0 27 2 0 0 20 0 15 0 154561687 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526964393920 140526960178333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561688 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561689 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526141065328 140526960167554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154561690 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526140011296 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561690 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526138958960 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982852 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982852 memory=4630099104583218061 CPUtime=0.03 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) R 10296 10296 7296 0 -1 1077944384 642 0 0 0 3 0 0 0 20 0 15 0 154561692 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) R 10296 10296 7296 0 -1 4202560 280 0 0 0 4 0 0 0 20 0 15 0 154561692 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526135802352 140526939313472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 844 0 0 0 12 0 0 0 20 0 15 0 154561692 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561693 14318440448 11802 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48588 KiB

[startup+0.700768 s]
/proc/loadavg: 2.15 2.01 1.96 6/217 10312
/proc/meminfo: memFree=18161172/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982928 memory=436572 CPUtime=1.17 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 9986 0 0 0 92 25 0 0 20 0 15 0 154561686 14318518272 109143 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495732 109143 3141 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982928 memory=33 CPUtime=0.6 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) R 10296 10296 7296 0 -1 4202560 6305 0 0 0 52 8 0 0 20 0 15 0 154561687 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526964391248 140526582309650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982928 memory=-7816663703405220396 CPUtime=0.06 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 67 0 0 0 2 4 0 0 20 0 15 0 154561688 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982928 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 51 0 0 0 2 3 0 0 20 0 15 0 154561688 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982928 memory=43148 CPUtime=0.05 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 154561688 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982928 memory=1296 CPUtime=0.06 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 67 0 0 0 2 4 0 0 20 0 15 0 154561688 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982928 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154561689 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526141065328 140526960167554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982928 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526140011296 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982928 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526138958960 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982928 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982928 memory=5792 CPUtime=0.06 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 656 0 0 0 6 0 0 0 20 0 15 0 154561692 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982928 memory=796 CPUtime=0.07 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 440 0 0 0 7 0 0 0 20 0 15 0 154561692 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982928 memory=1436 CPUtime=0.16 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 959 0 0 0 16 0 0 0 20 0 15 0 154561692 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982928 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982928 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561693 14318518272 109143 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 437952 KiB

[startup+1.50156 s]
/proc/loadavg: 2.15 2.01 1.96 4/217 10312
/proc/meminfo: memFree=17312476/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0

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

/proc/10298/task/10301/stat : 10301 (java) R 10296 10296 7296 0 -1 4202560 105937 0 0 0 1108 542 0 0 20 0 15 0 154561688 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526911724304 140526944854046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982928 memory=11526684 CPUtime=16.45 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) R 10296 10296 7296 0 -1 4202560 113438 0 0 0 1131 514 0 0 20 0 15 0 154561688 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526910672016 140526944854046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982928 memory=1572 CPUtime=16.54 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) R 10296 10296 7296 0 -1 4202560 106270 0 0 0 1091 563 0 0 20 0 15 0 154561688 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526909619216 140526944854020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982928 memory=6791534058613427641 CPUtime=3.65 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 43735 0 0 0 359 6 0 0 20 0 15 0 154561689 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526141063664 140526960166613 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526140011360 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526138958976 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982928 memory=288230583149265200 CPUtime=0.44 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 3747 0 0 0 44 0 0 0 20 0 15 0 154561692 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982928 memory=1380 CPUtime=0.49 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 2891 0 0 0 49 0 0 0 20 0 15 0 154561692 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982928 memory=11311964 CPUtime=0.3 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 154561692 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982928 memory=8695225623716014561 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982928 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 731 0 0 0 7 6 0 0 20 0 15 0 154561693 14318518272 2902371 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 157.87 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11610864 KiB

[startup+108.801 s]
/proc/loadavg: 2.28 2.05 1.97 6/217 10313
/proc/meminfo: memFree=189528/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982928 memory=11609488 CPUtime=164.07 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 559588 0 0 0 14195 2212 0 0 20 0 15 0 154561686 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495732 2902372 3246 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982928 memory=12136 CPUtime=86.83 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) S 10296 10296 7296 0 -1 1077944384 16990 0 0 0 8660 23 0 0 20 0 15 0 154561687 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526964394624 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982928 memory=5792 CPUtime=18.01 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) R 10296 10296 7296 0 -1 4202560 161694 0 0 0 1251 550 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526912777104 140526953259431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982928 memory=796 CPUtime=18.03 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) R 10296 10296 7296 0 -1 4202560 105937 0 0 0 1261 542 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526911724112 140526952784615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982928 memory=1380 CPUtime=18 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) R 10296 10296 7296 0 -1 4202560 113447 0 0 0 1285 515 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526910672136 140526952784615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982928 memory=11609484 CPUtime=18.08 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) R 10296 10296 7296 0 -1 4202560 106270 0 0 0 1244 564 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526909619024 140526952784615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982928 memory=-2098775911743863648 CPUtime=3.66 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) S 10296 10296 7296 0 -1 1077944384 43747 0 0 0 360 6 0 0 20 0 15 0 154561689 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526141063888 140526960166613 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982928 memory=-4051592751533505334 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526140011360 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982928 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526138958976 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982928 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982928 memory=10555704 CPUtime=0.44 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 3747 0 0 0 44 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982928 memory=24816 CPUtime=0.49 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 2891 0 0 0 49 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982928 memory=4048 CPUtime=0.3 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982928 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982928 memory=10555704 CPUtime=0.13 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 731 0 0 0 7 6 0 0 20 0 15 0 154561693 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 164.07 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11610868 KiB

[startup+109.201 s]
/proc/loadavg: 2.28 2.05 1.97 3/217 10313
/proc/meminfo: memFree=189528/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982928 memory=11609488 CPUtime=164.98 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 560100 0 0 0 14286 2212 0 0 20 0 15 0 154561686 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495732 2902372 3246 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982928 memory=11609488 CPUtime=86.83 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) S 10296 10296 7296 0 -1 1077944384 16990 0 0 0 8660 23 0 0 20 0 15 0 154561687 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526964394624 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982928 memory=1296 CPUtime=18.19 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 161694 0 0 0 1269 550 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982928 memory=2408 CPUtime=18.2 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 105937 0 0 0 1278 542 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982928 memory=1732 CPUtime=18.17 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 113447 0 0 0 1302 515 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982928 memory=6791534058613427641 CPUtime=18.25 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 106270 0 0 0 1261 564 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982928 memory=1860 CPUtime=3.88 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) R 10296 10296 7296 0 -1 4202560 44259 0 0 0 382 6 0 0 20 0 15 0 154561689 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526141063776 140526944614040 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982928 memory=8728 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526140011360 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982928 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526138958976 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982928 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982928 memory=1156 CPUtime=0.44 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 3747 0 0 0 44 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982928 memory=3036 CPUtime=0.49 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 2891 0 0 0 49 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982928 memory=1380 CPUtime=0.3 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982928 memory=11164084 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982928 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 731 0 0 0 7 6 0 0 20 0 15 0 154561693 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 164.98 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11610868 KiB

[startup+109.401 s]
/proc/loadavg: 2.28 2.05 1.97 3/217 10313
/proc/meminfo: memFree=189528/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/statm: 2378 345 289 221 0 87 0
[pid=10298] ppid=10296 vsize=13982928 memory=11609488 CPUtime=165.18 cores=0,2,4,6
/proc/10298/stat : 10298 (java) S 10296 10296 7296 0 -1 1077944320 560100 0 0 0 14306 2212 0 0 20 0 15 0 154561686 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140726894010960 140526960156407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
/proc/10298/statm: 3495732 2902372 3246 1 0 3482966 0
[pid=10298/tid=10299] ppid=10296 vsize=13982928 memory=7525172572498356864 CPUtime=86.83 cores=0,2,4,6
/proc/10298/task/10299/stat : 10299 (java) S 10296 10296 7296 0 -1 1077944384 16990 0 0 0 8660 23 0 0 20 0 15 0 154561687 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526964394624 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10300] ppid=10296 vsize=13982928 memory=7517503203193393248 CPUtime=18.19 cores=0,2,4,6
/proc/10298/task/10300/stat : 10300 (java) S 10296 10296 7296 0 -1 1077944384 161694 0 0 0 1269 550 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526912777104 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10301] ppid=10296 vsize=13982928 memory=665091897482622746 CPUtime=18.2 cores=0,2,4,6
/proc/10298/task/10301/stat : 10301 (java) S 10296 10296 7296 0 -1 1077944384 105937 0 0 0 1278 542 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526911724304 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10302] ppid=10296 vsize=13982928 memory=1380 CPUtime=18.17 cores=0,2,4,6
/proc/10298/task/10302/stat : 10302 (java) S 10296 10296 7296 0 -1 1077944384 113447 0 0 0 1302 515 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526910672016 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10303] ppid=10296 vsize=13982928 memory=6791534058613427641 CPUtime=18.25 cores=0,2,4,6
/proc/10298/task/10303/stat : 10303 (java) S 10296 10296 7296 0 -1 1077944384 106270 0 0 0 1261 564 0 0 20 0 15 0 154561688 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526909619216 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10304] ppid=10296 vsize=13982928 memory=18388 CPUtime=4.08 cores=0,2,4,6
/proc/10298/task/10304/stat : 10304 (java) R 10296 10296 7296 0 -1 4202560 44259 0 0 0 402 6 0 0 20 0 15 0 154561689 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526141063776 140526945152831 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10305] ppid=10296 vsize=13982928 memory=24816 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10305/stat : 10305 (java) S 10296 10296 7296 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526140011360 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10306] ppid=10296 vsize=13982928 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10306/stat : 10306 (java) S 10296 10296 7296 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 154561690 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526138958976 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10307] ppid=10296 vsize=13982928 memory=1736 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10307/stat : 10307 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526137907280 140526960175003 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10308] ppid=10296 vsize=13982928 memory=628 CPUtime=0.44 cores=0,2,4,6
/proc/10298/task/10308/stat : 10308 (java) S 10296 10296 7296 0 -1 1077944384 3747 0 0 0 44 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526136855152 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10309] ppid=10296 vsize=13982928 memory=1236 CPUtime=0.49 cores=0,2,4,6
/proc/10298/task/10309/stat : 10309 (java) S 10296 10296 7296 0 -1 1077944384 2891 0 0 0 49 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526135802352 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10310] ppid=10296 vsize=13982928 memory=932 CPUtime=0.3 cores=0,2,4,6
/proc/10298/task/10310/stat : 10310 (java) S 10296 10296 7296 0 -1 1077944384 2778 0 0 0 30 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526134750064 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10311] ppid=10296 vsize=13982928 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10298/task/10311/stat : 10311 (java) S 10296 10296 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561692 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526133697504 140526960166613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
[pid=10298/tid=10312] ppid=10296 vsize=13982928 memory=10555704 CPUtime=0.13 cores=0,2,4,6
/proc/10298/task/10312/stat : 10312 (java) S 10296 10296 7296 0 -1 1077944384 731 0 0 0 7 6 0 0 20 0 15 0 154561693 14318518272 2902372 33554432000 4194304 4196468 140726894028416 140526132644272 140526960167554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140726894036125 140726894036300 140726894036300 140726894038991 0
Current children cumulated CPU time: 165.18 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 11610868 KiB

[startup+109.501 s]
/proc/loadavg: 2.28 2.05 1.97 3/217 10313
/proc/meminfo: memFree=189528/32770624 swapFree=67108860/67108860
[pid=10296] ppid=10293 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10296/stat : 10296 (xcsp3-exec) S 10293 10296 7296 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154561686 9740288 345 33554432000 4194304 5098028 140730209254544 140730209252648 140546638709372 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20090880 140730209256564 140730209256768 140730209256768 140730209259499 0
/proc/10296/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): 109.6
CPU time (s): 165.394
CPU user time (s): 143.129
CPU system time (s): 22.2653
CPU usage (%): 150.906
Max. virtual memory (cumulated for all children) (KiB): 13992440
Max. memory (cumulated for all children) (KiB): 11610868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.129
system time used= 22.2653
maximum resident set size= 11609776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560842
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= 7922
involuntary context switches= 1077


# summary of solver processes directly reported to runsolver:
#   pid: 10296
#   total CPU time (s): 165.394
#   total CPU user time (s): 143.129
#   total CPU system time (s): 22.2653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.822568 second user time and 1.14689 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-20 09:25:49
IDJOB=4282762
IDBENCH=138074
IDSOLVER=2678
FILE ID=node149/4282762-1503214809
RUNJOBID= node149-1503210552-7327
PBS_JOBID= 20630877
Free space on /tmp= 61544 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.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-4282762-1503214809/watcher-4282762-1503214809 -o /tmp/evaluation-result-4282762-1503214809/solver-4282762-1503214809 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1290234658 HOME/instance-4282762-1503214809.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1290234658

node149.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.43
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.43
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.43
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.43
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:        18374168 kB
MemAvailable:   29098824 kB
Buffers:          288128 kB
Cached:         10704772 kB
SwapCached:            0 kB
Active:          5181188 kB
Inactive:        8713512 kB
Active(anon):    2851748 kB
Inactive(anon):    86576 kB
Active(file):    2329440 kB
Inactive(file):  8626936 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83424 kB
Writeback:             0 kB
AnonPages:       2902148 kB
Mapped:            64012 kB
Shmem:             33416 kB
Slab:             195068 kB
SReclaimable:     168228 kB
SUnreclaim:        26840 kB
KernelStack:        3520 kB
PageTables:        10860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4084460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2805760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61536 MiB
End job on node149 at 2017-08-20 09:27:39