Trace number 4271962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)? 144.811 97.816803

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

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

running on 4 cores: 1,3,5,7

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


[startup+0.100373 s]*
/proc/loadavg: 1.67 1.59 2.05 3/218 31083
/proc/meminfo: memFree=27405136/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13978596 memory=28004 CPUtime=0.12 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 5429 0 0 0 11 1 0 0 20 0 15 0 117638173 14314082304 7001 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3494649 7001 2841 1 0 3482966 0
[pid=31069/tid=31070] ppid=31067 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) R 31067 31067 30767 0 -1 4202560 3438 0 0 0 8 0 0 0 20 0 15 0 117638174 14314082304 7001 33554432000 4194304 4196468 140724742942672 140212067706672 140212063485334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13978596 memory=3472468225550570704 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211659139600 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13978596 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638175 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638176 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211403373296 140212063484546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117638176 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211402319520 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117638177 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211401266416 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 117638179 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 117638179 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13978596 memory=140096655419008 CPUtime=0.01 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) R 31067 31067 30767 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 15 0 117638179 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211397056496 140212063485334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13978596 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638180 14314082304 7001 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29388 KiB

[startup+0.210907 s]*
/proc/loadavg: 1.67 1.59 2.05 4/218 31083
/proc/meminfo: memFree=27348576/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13982852 memory=40464 CPUtime=0.34 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 8095 0 0 0 32 2 0 0 20 0 15 0 117638173 14318440448 10116 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3495713 10116 3091 1 0 3482966 0
[pid=31069/tid=31070] ppid=31067 vsize=13982852 memory=5853394889045019040 CPUtime=0.19 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) R 31067 31067 30767 0 -1 4202560 5291 0 0 0 18 1 0 0 20 0 15 0 117638174 14318440448 10116 33554432000 4194304 4196468 140724742942672 140212067694392 140212056151413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13982852 memory=3472468225550570704 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211659139600 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638176 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211403373296 140212063484546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117638176 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211402319520 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117638177 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211401266416 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 399 0 0 0 1 0 0 0 20 0 15 0 117638179 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 117638179 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0.08 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) R 31067 31067 30767 0 -1 4202560 703 0 0 0 8 0 0 0 20 0 15 0 117638179 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211397056496 140212063485334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638180 14318440448 10116 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310771 s]*
/proc/loadavg: 1.67 1.59 2.05 3/218 31083
/proc/meminfo: memFree=27346268/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13982852 memory=46872 CPUtime=0.5 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 8912 0 0 0 48 2 0 0 20 0 15 0 117638173 14318440448 11718 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3495713 11718 3107 1 0 3482966 0
[pid=31069/tid=31070] ppid=31067 vsize=13982852 memory=5853961137533323680 CPUtime=0.3 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) R 31067 31067 30767 0 -1 4202560 5955 0 0 0 28 2 0 0 20 0 15 0 117638174 14318440448 11718 33554432000 4194304 4196468 140724742942672 140212067710912 140212063495325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13982852 memory=3472468225550570704 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211659139600 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13982852 memory=140096655449698 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13982852 memory=140096531739711 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13982852 memory=140096531722703 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638175 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13982852 memory=140096655449802 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638176 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211403373296 140212063484546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13982852 memory=140096531713487 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117638176 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211402319520 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13982852 memory=280193063440784 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117638177 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211401266416 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13982852 memory=280193063429232 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) R 31067 31067 30767 0 -1 4202560 401 0 0 0 2 0 0 0 20 0 15 0 117638179 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211399162096 140212042630464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13982852 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) R 31067 31067 30767 0 -1 1077944384 462 0 0 0 4 0 0 0 20 0 15 0 117638179 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0.12 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 789 0 0 0 12 0 0 0 20 0 15 0 117638179 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13982852 memory=140096655419008 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638180 14318440448 11718 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48256 KiB

[startup+0.700826 s]
/proc/loadavg: 1.67 1.59 2.05 6/218 31083
/proc/meminfo: memFree=27177020/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13982928 memory=422084 CPUtime=1.18 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 9857 0 0 0 93 25 0 0 20 0 15 0 117638173 14318518272 105009 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3495732 105521 3167 1 0 3482966 0
[pid=31069/tid=31070] ppid=31067 vsize=13982928 memory=1420 CPUtime=0.6 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) R 31067 31067 30767 0 -1 4202560 6348 0 0 0 54 6 0 0 20 0 15 0 117638174 14318518272 105521 33554432000 4194304 4196468 140724742942672 140212067707456 140211700966150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13982928 memory=13040 CPUtime=0.06 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) S 31067 31067 30767 0 -1 1077944384 65 0 0 0 2 4 0 0 20 0 15 0 117638175 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211659139600 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13982928 memory=1944 CPUtime=0.06 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 117638175 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13982928 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 60 0 0 0 2 4 0 0 20 0 15 0 117638175 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13982928 memory=280193063520064 CPUtime=0.05 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 15 0 117638175 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13982928 memory=140096531770852 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117638176 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211403373296 140212063484546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13982928 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117638176 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211402319520 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117638177 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211401266416 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13982928 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13982928 memory=3791 CPUtime=0.05 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 541 0 0 0 5 0 0 0 20 0 15 0 117638179 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13982928 memory=4 CPUtime=0.07 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 477 0 0 0 7 0 0 0 20 0 15 0 117638179 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13982928 memory=7024 CPUtime=0.17 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 863 0 0 0 17 0 0 0 20 0 15 0 117638179 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13982928 memory=370 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117638180 14318518272 105521 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 423468 KiB

[startup+1.50603 s]
/proc/loadavg: 1.67 1.59 2.05 5/218 31083
/proc/meminfo: memFree=26376300/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0

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

/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 47145 0 0 0 873 289 0 0 20 0 15 0 117638175 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13984976 memory=1296 CPUtime=11.64 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 64486 0 0 0 850 314 0 0 20 0 15 0 117638175 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13984976 memory=288230574492221466 CPUtime=11.64 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 88485 0 0 0 871 293 0 0 20 0 15 0 117638175 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13984976 memory=288230613214036277 CPUtime=2.28 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 16373 0 0 0 225 3 0 0 20 0 15 0 117638176 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211403373296 140212063484546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13984976 memory=16106991470774530 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 117638176 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211402319584 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117638177 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211401266432 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13984976 memory=10501832 CPUtime=0.44 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 3013 0 0 0 44 0 0 0 20 0 15 0 117638179 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13984976 memory=1696 CPUtime=0.46 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 2565 0 0 0 46 0 0 0 20 0 15 0 117638179 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13984976 memory=920 CPUtime=0.31 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 2698 0 0 0 31 0 0 0 20 0 15 0 117638179 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13984976 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13984976 memory=1724 CPUtime=0.06 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 631 0 0 0 2 4 0 0 20 0 15 0 117638180 14320615424 2625458 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 128.89 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10503216 KiB

[startup+96.0008 s]*
/proc/loadavg: 2.73 1.93 2.12 4/218 31161
/proc/meminfo: memFree=17944628/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13984976 memory=11480960 CPUtime=139.32 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 377026 0 0 0 12649 1283 0 0 20 0 15 0 117638173 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3496244 2870240 3250 1 0 3483478 0
[pid=31069/tid=31070] ppid=31067 vsize=13984976 memory=6791534058613427641 CPUtime=79.2 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) S 31067 31067 30767 0 -1 1077944384 47721 0 0 0 7898 22 0 0 20 0 15 0 117638174 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140212067711616 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13984976 memory=840 CPUtime=14.02 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) R 31067 31067 30767 0 -1 4202560 99681 0 0 0 1121 281 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211659139800 140212048173216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13984976 memory=4104 CPUtime=14.06 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) R 31067 31067 30767 0 -1 4202560 48233 0 0 0 1084 322 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211658086864 140212056101607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13984976 memory=736 CPUtime=14.07 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) R 31067 31067 30767 0 -1 4202560 65224 0 0 0 1085 322 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211657033808 140212056101607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13984976 memory=-7003737579269690708 CPUtime=14.04 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) R 31067 31067 30767 0 -1 4202560 89228 0 0 0 1078 326 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211655981576 140212056101607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13984976 memory=32872 CPUtime=2.58 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 16672 0 0 0 255 3 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211403371856 140212063483605 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211402319584 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13984976 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117638177 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211401266432 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13984976 memory=15876 CPUtime=0.44 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 3013 0 0 0 44 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13984976 memory=18476 CPUtime=0.46 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 2565 0 0 0 46 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13984976 memory=18616 CPUtime=0.31 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 2705 0 0 0 31 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13984976 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 633 0 0 0 3 4 0 0 20 0 15 0 117638180 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 139.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11482344 KiB

[startup+96.8008 s]
/proc/loadavg: 2.73 1.93 2.12 4/218 31161
/proc/meminfo: memFree=17944628/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13984976 memory=11480960 CPUtime=142.4 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 384001 0 0 0 12954 1286 0 0 20 0 15 0 117638173 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3496244 2870240 3250 1 0 3483478 0
[pid=31069/tid=31070] ppid=31067 vsize=13984976 memory=11480960 CPUtime=79.2 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) S 31067 31067 30767 0 -1 1077944384 47721 0 0 0 7898 22 0 0 20 0 15 0 117638174 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140212067711616 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13984976 memory=1716 CPUtime=14.81 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) R 31067 31067 30767 0 -1 4202560 106656 0 0 0 1200 281 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211659139800 140212056576385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13984976 memory=5792 CPUtime=14.82 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) R 31067 31067 30767 0 -1 4202560 48233 0 0 0 1159 323 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211658086864 140212056101607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13984976 memory=6791534058613427641 CPUtime=14.84 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) R 31067 31067 30767 0 -1 4202560 65224 0 0 0 1161 323 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211657033808 140212056101607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13984976 memory=18616 CPUtime=14.8 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) R 31067 31067 30767 0 -1 4202560 89228 0 0 0 1153 327 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211655981576 140212056101607 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13984976 memory=4040 CPUtime=2.58 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) S 31067 31067 30767 0 -1 1077944384 16672 0 0 0 255 3 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211403371856 140212063483605 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211402319584 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13984976 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117638177 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211401266432 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13984976 memory=15876 CPUtime=0.44 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 3013 0 0 0 44 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13984976 memory=18476 CPUtime=0.46 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 2565 0 0 0 46 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13984976 memory=18616 CPUtime=0.31 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 2705 0 0 0 31 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13984976 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 633 0 0 0 3 4 0 0 20 0 15 0 117638180 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 142.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11482344 KiB

[startup+97.6008 s]
/proc/loadavg: 2.73 1.93 2.12 6/218 31161
/proc/meminfo: memFree=17944636/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
[pid=31069] ppid=31067 vsize=13984976 memory=11480960 CPUtime=144.58 cores=1,3,5,7
/proc/31069/stat : 31069 (java) S 31067 31067 30767 0 -1 1077944320 384800 0 0 0 13171 1287 0 0 20 0 15 0 117638173 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140724742925216 140212063473399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
/proc/31069/statm: 3496244 2870240 3250 1 0 3483478 0
[pid=31069/tid=31070] ppid=31067 vsize=13984976 memory=16106991470774530 CPUtime=79.2 cores=1,3,5,7
/proc/31069/task/31070/stat : 31070 (java) S 31067 31067 30767 0 -1 1077944384 47721 0 0 0 7898 22 0 0 20 0 15 0 117638174 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140212067711616 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31071] ppid=31067 vsize=13984976 memory=6791534058613427641 CPUtime=15.3 cores=1,3,5,7
/proc/31069/task/31071/stat : 31071 (java) S 31067 31067 30767 0 -1 1077944384 107448 0 0 0 1249 281 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211659139600 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31072] ppid=31067 vsize=13984976 memory=32872 CPUtime=15.3 cores=1,3,5,7
/proc/31069/task/31072/stat : 31072 (java) S 31067 31067 30767 0 -1 1077944384 48233 0 0 0 1206 324 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211658087056 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31073] ppid=31067 vsize=13984976 memory=1296 CPUtime=15.3 cores=1,3,5,7
/proc/31069/task/31073/stat : 31073 (java) S 31067 31067 30767 0 -1 1077944384 65224 0 0 0 1207 323 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211657034000 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31074] ppid=31067 vsize=13984976 memory=2336 CPUtime=15.25 cores=1,3,5,7
/proc/31069/task/31074/stat : 31074 (java) S 31067 31067 30767 0 -1 1077944384 89228 0 0 0 1198 327 0 0 20 0 15 0 117638175 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211655981456 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31075] ppid=31067 vsize=13984976 memory=6791534058613427641 CPUtime=2.89 cores=1,3,5,7
/proc/31069/task/31075/stat : 31075 (java) R 31067 31067 30767 0 -1 4202560 16679 0 0 0 286 3 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211403371856 140212048469908 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31076] ppid=31067 vsize=13984976 memory=11480952 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31076/stat : 31076 (java) S 31067 31067 30767 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 117638176 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211402319584 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31077] ppid=31067 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31077/stat : 31077 (java) S 31067 31067 30767 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117638177 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211401266432 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31078] ppid=31067 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31078/stat : 31078 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211400214992 140212063491995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31079] ppid=31067 vsize=13984976 memory=11480960 CPUtime=0.44 cores=1,3,5,7
/proc/31069/task/31079/stat : 31079 (java) S 31067 31067 30767 0 -1 1077944384 3013 0 0 0 44 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211399162096 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31080] ppid=31067 vsize=13984976 memory=1384 CPUtime=0.46 cores=1,3,5,7
/proc/31069/task/31080/stat : 31080 (java) S 31067 31067 30767 0 -1 1077944384 2565 0 0 0 46 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211398109552 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31081] ppid=31067 vsize=13984976 memory=10543548 CPUtime=0.31 cores=1,3,5,7
/proc/31069/task/31081/stat : 31081 (java) S 31067 31067 30767 0 -1 1077944384 2705 0 0 0 31 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211397056496 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31082] ppid=31067 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/31069/task/31082/stat : 31082 (java) S 31067 31067 30767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117638179 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211396004192 140212063483605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
[pid=31069/tid=31083] ppid=31067 vsize=13984976 memory=2344 CPUtime=0.07 cores=1,3,5,7
/proc/31069/task/31083/stat : 31083 (java) S 31067 31067 30767 0 -1 1077944384 633 0 0 0 3 4 0 0 20 0 15 0 117638180 14320615424 2870240 33554432000 4194304 4196468 140724742942672 140211394952240 140212063484546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18083840 140724742943895 140724742944071 140724742944071 140724742946767 0
Current children cumulated CPU time: 144.58 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11482344 KiB

[startup+97.8008 s]
/proc/loadavg: 2.73 1.93 2.12 6/218 31161
/proc/meminfo: memFree=17944636/32770624 swapFree=67108860/67108860
[pid=31067] ppid=31064 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31067/stat : 31067 (xcsp3-exec) S 31064 31067 30767 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117638173 9740288 346 33554432000 4194304 5098028 140720403306784 140720403304888 139644045718140 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 39882752 140720403309679 140720403309883 140720403309883 140720403312619 0
/proc/31067/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 97.8168
CPU time (s): 144.811
CPU user time (s): 131.866
CPU system time (s): 12.945
CPU usage (%): 148.043
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11482344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.866
system time used= 12.945
maximum resident set size= 11481484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391105
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= 9662
involuntary context switches= 943


# summary of solver processes directly reported to runsolver:
#   pid: 31067
#   total CPU time (s): 144.811
#   total CPU user time (s): 131.866
#   total CPU system time (s): 12.945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.6541 second user time and 1.11915 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-16 02:50:41
IDJOB=4271962
IDBENCH=138074
IDSOLVER=2664
FILE ID=node103/4271962-1502845499
RUNJOBID= node103-1502842139-30799
PBS_JOBID= 20629857
Free space on /tmp= 61628 MiB

SOLVER NAME= choco-solver 5a
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-4271962-1502845499/watcher-4271962-1502845499 -o /tmp/evaluation-result-4271962-1502845499/solver-4271962-1502845499 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502842139-30799 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 640718176 HOME/instance-4271962-1502845499.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=640718176

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27421688 kB
MemAvailable:   28112076 kB
Buffers:          195376 kB
Cached:           780484 kB
SwapCached:            0 kB
Active:          4652728 kB
Inactive:         247308 kB
Active(anon):    3873428 kB
Inactive(anon):    78576 kB
Active(file):     779300 kB
Inactive(file):   168732 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83080 kB
Writeback:             0 kB
AnonPages:       4053452 kB
Mapped:            58992 kB
Shmem:             25260 kB
Slab:             142836 kB
SReclaimable:     116380 kB
SUnreclaim:        26456 kB
KernelStack:        3856 kB
PageTables:        13164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6316896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3756032 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= 61628 MiB
End job on node103 at 2017-08-16 02:52:19