Trace number 4283241

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? 139.487 105.455

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283241-1503221371/watcher-4283241-1503221371 -o /tmp/evaluation-result-4283241-1503221371/solver-4283241-1503221371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503215543-27248 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1501001621 HOME/instance-4283241-1503221371.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
Current StackSize limit: 8192 KiB

solver pid=27803, runsolver pid=27800

[startup+0.100089 s]*
/proc/loadavg: 2.63 2.19 2.03 3/217 27819
/proc/meminfo: memFree=25255220/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13978596 memory=28556 CPUtime=0.12 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 5456 0 0 0 11 1 0 0 20 0 15 0 155225063 14314082304 7139 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3494649 7139 2890 1 0 3482966 0
[pid=27805/tid=27806] ppid=27803 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) R 27803 27803 21004 0 -1 4202560 3451 0 0 0 9 0 0 0 20 0 15 0 155225063 14314082304 7139 33554432000 4194304 4196468 140725496325120 139987861667552 139987839336544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13978596 memory=3472468510596461776 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14314082304 7139 33554432000 4194304 4196468 140725496325120 139987452770832 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13978596 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14314082304 7139 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14314082304 7139 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14314082304 7139 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225065 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986836982512 139987857447554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155225066 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986835928736 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155225066 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986834875632 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 155225068 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986832771312 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225068 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986831718768 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13978596 memory=140381701310080 CPUtime=0.01 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) R 27803 27803 21004 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 155225068 14314082304 7139 33554432000 4194304 4196468 140725496325120 139986830665712 139987836389090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14314082304 7205 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13978596 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225069 14314082304 7205 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29940 KiB

[startup+0.21059 s]*
/proc/loadavg: 2.63 2.19 2.03 4/217 27819
/proc/meminfo: memFree=25245048/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13982852 memory=40180 CPUtime=0.34 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 8192 0 0 0 31 3 0 0 20 0 15 0 155225063 14318440448 10045 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3495713 10045 3069 1 0 3482966 0
[pid=27805/tid=27806] ppid=27803 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) R 27803 27803 21004 0 -1 4202560 5403 0 0 0 18 2 0 0 20 0 15 0 155225063 14318440448 10045 33554432000 4194304 4196468 140725496325120 139987861647312 139987841516894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13982852 memory=3472468510596461776 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 10045 33554432000 4194304 4196468 140725496325120 139987452770832 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 10045 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 10045 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 10045 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225065 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986836982512 139987857447554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155225066 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986835928736 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155225066 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986834875632 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 679 0 0 0 3 0 0 0 20 0 15 0 155225068 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986832771312 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 155225068 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986831718768 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0.08 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 700 0 0 0 8 0 0 0 20 0 15 0 155225068 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986830665712 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225069 14318440448 10045 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41564 KiB

[startup+0.310895 s]*
/proc/loadavg: 2.63 2.19 2.03 6/217 27819
/proc/meminfo: memFree=25209552/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13982852 memory=47840 CPUtime=0.52 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 9079 0 0 0 49 3 0 0 20 0 15 0 155225063 14318440448 11960 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3495713 11960 3119 1 0 3482966 0
[pid=27805/tid=27806] ppid=27803 vsize=13982852 memory=-8540663193526752614 CPUtime=0.3 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) R 27803 27803 21004 0 -1 4202560 5936 0 0 0 28 2 0 0 20 0 15 0 155225063 14318440448 11960 33554432000 4194304 4196468 140725496325120 139987861674144 139987857458333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13982852 memory=3472468510596461776 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 11960 33554432000 4194304 4196468 140725496325120 139987452770832 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13982852 memory=140381701331084 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 11960 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13982852 memory=140381543073078 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 11960 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13982852 memory=140381543054287 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225064 14318440448 11960 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13982852 memory=140381701337327 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) S 27803 27803 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155225065 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986836982512 139987857447554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13982852 memory=140381543063503 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155225066 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986835928736 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13982852 memory=280763086124688 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155225066 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986834875632 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13982852 memory=280763086131568 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) R 27803 27803 21004 0 -1 4202560 802 0 0 0 5 0 0 0 20 0 15 0 155225068 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986832771312 139987840821700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13982852 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) R 27803 27803 21004 0 -1 4202560 221 0 0 0 3 0 0 0 20 0 15 0 155225068 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986831718768 139987838136704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0.12 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 155225068 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986830665712 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13982852 memory=140381701310080 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225069 14318440448 11960 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49224 KiB

[startup+0.701309 s]
/proc/loadavg: 2.63 2.19 2.03 9/217 27819
/proc/meminfo: memFree=24762408/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13982928 memory=349368 CPUtime=1.33 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 10875 0 0 0 106 27 0 0 20 0 15 0 155225063 14318518272 87342 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3495732 87342 3180 1 0 3482966 0
[pid=27805/tid=27806] ppid=27803 vsize=13982928 memory=1224 CPUtime=0.59 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) S 27803 27803 21004 0 -1 1077944384 6264 0 0 0 53 6 0 0 20 0 15 0 155225063 14318518272 87342 33554432000 4194304 4196468 140725496325120 139987861673888 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13982928 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) R 27803 27803 21004 0 -1 4202560 120 0 0 0 4 4 0 0 20 0 15 0 155225064 14318518272 87342 33554432000 4194304 4196468 140725496325120 139987452770952 139987850539470 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13982928 memory=1004 CPUtime=0.08 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) R 27803 27803 21004 0 -1 4202560 86 0 0 0 4 4 0 0 20 0 15 0 155225064 14318518272 87342 33554432000 4194304 4196468 140725496325120 139987451718288 139987850539124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13982928 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) R 27803 27803 21004 0 -1 4202560 117 0 0 0 3 3 0 0 20 0 15 0 155225064 14318518272 87342 33554432000 4194304 4196468 140725496325120 139987450665232 139987850539124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13982928 memory=280763086206272 CPUtime=0.08 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) R 27803 27803 21004 0 -1 4202560 128 0 0 0 3 5 0 0 20 0 15 0 155225064 14318518272 87342 33554432000 4194304 4196468 140725496325120 139987449612688 139987850539124 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13982928 memory=11268 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) S 27803 27803 21004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 155225065 14318518272 87342 33554432000 4194304 4196468 140725496325120 139986836981024 139987857446613 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155225066 14318518272 87342 33554432000 4194304 4196468 140725496325120 139986835928736 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13982928 memory=2319529602469906085 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155225066 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986834875632 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13982928 memory=52 CPUtime=0.08 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 848 0 0 0 8 0 0 0 20 0 15 0 155225068 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986832771312 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13982928 memory=5 CPUtime=0.12 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 875 0 0 0 11 1 0 0 20 0 15 0 155225068 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986831718768 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13982928 memory=9982 CPUtime=0.17 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 1054 0 0 0 17 0 0 0 20 0 15 0 155225068 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986830665712 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13982928 memory=465 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155225069 14318518272 87854 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 350752 KiB

[startup+1.50084 s]
/proc/loadavg: 2.63 2.19 2.03 6/217 27819
/proc/meminfo: memFree=23837532/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0

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

/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 215604 0 0 0 715 163 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13984976 memory=1420 CPUtime=8.66 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 198316 0 0 0 690 176 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13984976 memory=68 CPUtime=8.75 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 203666 0 0 0 715 160 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13984976 memory=288291069190484184 CPUtime=2.37 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) R 27803 27803 21004 0 -1 4202560 11662 0 0 0 236 1 0 0 20 0 15 0 155225065 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986836981056 139987842432811 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13984976 memory=5940585739390566757 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986835928800 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13984976 memory=-8962916336420241567 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986834875648 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13984976 memory=3169 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13984976 memory=2265 CPUtime=0.44 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 3116 0 0 0 44 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986832771312 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13984976 memory=164 CPUtime=0.5 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 2726 0 0 0 49 1 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986831718768 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13984976 memory=167 CPUtime=0.3 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 2999 0 0 0 30 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986830665712 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13984976 memory=280763086123840 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13984976 memory=6944656592455360604 CPUtime=0.06 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 465 0 0 0 2 4 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 129.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11692508 KiB

[startup+104.001 s]*
/proc/loadavg: 2.34 2.23 2.06 6/217 27820
/proc/meminfo: memFree=6682804/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13984976 memory=11691124 CPUtime=135.82 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 1416802 0 0 0 12822 760 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3496244 2922781 3246 1 0 3483478 0
[pid=27805/tid=27806] ppid=27803 vsize=13984976 memory=6791534058613427641 CPUtime=91.07 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) S 27803 27803 21004 0 -1 1077944384 96417 0 0 0 9055 52 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987861674624 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13984976 memory=-7003737579269690708 CPUtime=10.18 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) R 27803 27803 21004 0 -1 4202560 202977 0 0 0 839 179 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987452770952 139987850064615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13984976 memory=932 CPUtime=10.31 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) R 27803 27803 21004 0 -1 4202560 692739 0 0 0 850 181 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987451718288 139987842438240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13984976 memory=2200 CPUtime=10.14 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) R 27803 27803 21004 0 -1 4202560 198494 0 0 0 838 176 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987450665040 139987850064615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13984976 memory=6791534058613427641 CPUtime=10.26 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) R 27803 27803 21004 0 -1 4202560 203849 0 0 0 865 161 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987449612496 139987850064615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13984976 memory=43120 CPUtime=2.44 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) S 27803 27803 21004 0 -1 1077944384 11672 0 0 0 243 1 0 0 20 0 15 0 155225065 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986836981072 139987857446613 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986835928800 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986834875648 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13984976 memory=280763086671408 CPUtime=0.44 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 3117 0 0 0 44 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986832771072 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13984976 memory=280763086433168 CPUtime=0.5 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 2726 0 0 0 49 1 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986831718816 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13984976 memory=280763086027792 CPUtime=0.3 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 2999 0 0 0 30 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986830665760 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13984976 memory=280763086433552 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13984976 memory=280763086433488 CPUtime=0.06 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 465 0 0 0 2 4 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 135.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11692508 KiB

[startup+104.801 s]
/proc/loadavg: 2.34 2.23 2.06 6/217 27820
/proc/meminfo: memFree=6682804/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13984976 memory=11691124 CPUtime=138.82 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 1666340 0 0 0 13110 772 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3496244 2922781 3246 1 0 3483478 0
[pid=27805/tid=27806] ppid=27803 vsize=13984976 memory=1292 CPUtime=91.07 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) S 27803 27803 21004 0 -1 1077944384 96417 0 0 0 9055 52 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987861674624 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13984976 memory=2428 CPUtime=10.92 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) S 27803 27803 21004 0 -1 1077944384 202996 0 0 0 912 180 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987452770832 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13984976 memory=1384 CPUtime=11.07 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 942187 0 0 0 915 192 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13984976 memory=11691124 CPUtime=10.89 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 198506 0 0 0 912 177 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13984976 memory=280763086434416 CPUtime=11 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 203856 0 0 0 939 161 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13984976 memory=280763086434608 CPUtime=2.47 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) R 27803 27803 21004 0 -1 4202560 11709 0 0 0 246 1 0 0 20 0 15 0 155225065 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986836980960 139987841894040 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13984976 memory=280763086434800 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986835928800 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986834875648 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13984976 memory=43120 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13984976 memory=1292 CPUtime=0.44 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 3117 0 0 0 44 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986832771072 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13984976 memory=2428 CPUtime=0.5 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 2726 0 0 0 49 1 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986831718816 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13984976 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 2999 0 0 0 30 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986830665760 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13984976 memory=11108 CPUtime=0.06 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 480 0 0 0 2 4 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 138.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11692508 KiB

[startup+105.201 s]
/proc/loadavg: 2.31 2.23 2.06 3/217 27820
/proc/meminfo: memFree=6682804/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/statm: 2378 346 289 221 0 87 0
[pid=27805] ppid=27803 vsize=13984976 memory=11691124 CPUtime=139.22 cores=1,3,5,7
/proc/27805/stat : 27805 (java) S 27803 27803 21004 0 -1 1077944320 1669573 0 0 0 13149 773 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 140725496307664 139987857436407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
/proc/27805/statm: 3496244 2922781 3246 1 0 3483478 0
[pid=27805/tid=27806] ppid=27803 vsize=13984976 memory=6791534058613427641 CPUtime=91.07 cores=1,3,5,7
/proc/27805/task/27806/stat : 27806 (java) S 27803 27803 21004 0 -1 1077944384 96417 0 0 0 9055 52 0 0 20 0 15 0 155225063 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987861674624 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27807] ppid=27803 vsize=13984976 memory=1792 CPUtime=10.92 cores=1,3,5,7
/proc/27805/task/27807/stat : 27807 (java) S 27803 27803 21004 0 -1 1077944384 202996 0 0 0 912 180 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987452770832 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27808] ppid=27803 vsize=13984976 memory=1384 CPUtime=11.07 cores=1,3,5,7
/proc/27805/task/27808/stat : 27808 (java) S 27803 27803 21004 0 -1 1077944384 942187 0 0 0 915 192 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987451718288 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27809] ppid=27803 vsize=13984976 memory=11690920 CPUtime=10.89 cores=1,3,5,7
/proc/27805/task/27809/stat : 27809 (java) S 27803 27803 21004 0 -1 1077944384 198506 0 0 0 912 177 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987450665232 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27810] ppid=27803 vsize=13984976 memory=932 CPUtime=11 cores=1,3,5,7
/proc/27805/task/27810/stat : 27810 (java) S 27803 27803 21004 0 -1 1077944384 203856 0 0 0 939 161 0 0 20 0 15 0 155225064 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139987449612688 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27811] ppid=27803 vsize=13984976 memory=2200 CPUtime=2.88 cores=1,3,5,7
/proc/27805/task/27811/stat : 27811 (java) R 27803 27803 21004 0 -1 4202560 14942 0 0 0 286 2 0 0 20 0 15 0 155225065 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986836980960 139987835806582 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27812] ppid=27803 vsize=13984976 memory=7792 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27812/stat : 27812 (java) S 27803 27803 21004 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986835928800 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27813] ppid=27803 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27813/stat : 27813 (java) S 27803 27803 21004 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 155225066 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986834875648 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27814] ppid=27803 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27814/stat : 27814 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986833824208 139987857455003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27815] ppid=27803 vsize=13984976 memory=920 CPUtime=0.44 cores=1,3,5,7
/proc/27805/task/27815/stat : 27815 (java) S 27803 27803 21004 0 -1 1077944384 3117 0 0 0 44 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986832771072 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27816] ppid=27803 vsize=13984976 memory=3832 CPUtime=0.5 cores=1,3,5,7
/proc/27805/task/27816/stat : 27816 (java) S 27803 27803 21004 0 -1 1077944384 2726 0 0 0 49 1 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986831718816 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27817] ppid=27803 vsize=13984976 memory=2540 CPUtime=0.3 cores=1,3,5,7
/proc/27805/task/27817/stat : 27817 (java) S 27803 27803 21004 0 -1 1077944384 2999 0 0 0 30 0 0 0 20 0 15 0 155225068 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986830665760 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27818] ppid=27803 vsize=13984976 memory=2536 CPUtime=0 cores=1,3,5,7
/proc/27805/task/27818/stat : 27818 (java) S 27803 27803 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986829613408 139987857446613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
[pid=27805/tid=27819] ppid=27803 vsize=13984976 memory=4104 CPUtime=0.06 cores=1,3,5,7
/proc/27805/task/27819/stat : 27819 (java) S 27803 27803 21004 0 -1 1077944384 480 0 0 0 2 4 0 0 20 0 15 0 155225069 14320615424 2922781 33554432000 4194304 4196468 140725496325120 139986828561456 139987857447554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35102720 140725496329367 140725496329543 140725496329543 140725496332239 0
Current children cumulated CPU time: 139.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11692508 KiB

[startup+105.402 s]
/proc/loadavg: 2.31 2.23 2.06 3/217 27820
/proc/meminfo: memFree=6682804/32770624 swapFree=67108860/67108860
[pid=27803] ppid=27800 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27803/stat : 27803 (xcsp3-exec) S 27800 27803 21004 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 155225063 9740288 346 33554432000 4194304 5098028 140724108863696 140724108861800 139965248381564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34570240 140724108866670 140724108866875 140724108866875 140724108869611 0
/proc/27803/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): 105.455
CPU time (s): 139.487
CPU user time (s): 131.552
CPU system time (s): 7.9344
CPU usage (%): 132.271
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11692508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.552
system time used= 7.9344
maximum resident set size= 11691492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1674420
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= 42142
involuntary context switches= 444


# summary of solver processes directly reported to runsolver:
#   pid: 27803
#   total CPU time (s): 139.487
#   total CPU user time (s): 131.552
#   total CPU system time (s): 7.9344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.689201 second user time and 1.15054 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 11:15:11
IDJOB=4283241
IDBENCH=138054
IDSOLVER=2679
FILE ID=node107/4283241-1503221371
RUNJOBID= node107-1503215543-27248
PBS_JOBID= 20630867
Free space on /tmp= 61664 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283241-1503221371/watcher-4283241-1503221371 -o /tmp/evaluation-result-4283241-1503221371/solver-4283241-1503221371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503215543-27248 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1501001621 HOME/instance-4283241-1503221371.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1501001621

node107.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.84
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.84
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.84
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.84
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:        25296424 kB
MemAvailable:   30897612 kB
Buffers:          271508 kB
Cached:          5620252 kB
SwapCached:            0 kB
Active:          2111296 kB
Inactive:        4911500 kB
Active(anon):    1134028 kB
Inactive(anon):    33132 kB
Active(file):     977268 kB
Inactive(file):  4878368 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97972 kB
Writeback:             0 kB
AnonPages:       1063848 kB
Mapped:            64120 kB
Shmem:             33420 kB
Slab:             149136 kB
SReclaimable:     122776 kB
SUnreclaim:        26360 kB
KernelStack:        3504 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2209788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    970752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-20 11:16:57