Trace number 4283244

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)? 166.44099 114.047

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-50.xml
MD5SUM53b1156e30bb035a294b23873bcaa6f4
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.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"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-4283244-1503221478.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283244-1503221478.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
166.29/113.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
166.29/113.97		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
166.29/113.97		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
166.29/113.97		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
166.29/113.97		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
166.29/113.97		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
166.29/113.97		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
166.29/113.97		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
166.29/113.97		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
166.29/113.97		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
166.29/113.97		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
166.29/113.97		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
166.29/113.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
166.29/113.97		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
166.29/113.97		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
166.29/113.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
166.29/113.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
166.29/113.97		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
166.29/113.97		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
166.29/113.97		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
166.29/113.97		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
166.29/113.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
166.29/113.97	s UNKNOWN
166.29/113.97	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 (5134 MiB free)
  memory of node 1: 16384 MiB (12823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283244-1503221478/watcher-4283244-1503221478 -o /tmp/evaluation-result-4283244-1503221478/solver-4283244-1503221478 -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 1405551906 HOME/instance-4283244-1503221478.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=27882, runsolver pid=27879

[startup+0.100116 s]*
/proc/loadavg: 2.31 2.23 2.06 3/217 27898
/proc/meminfo: memFree=18371448/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13978596 memory=28628 CPUtime=0.12 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 5549 0 0 0 11 1 0 0 20 0 15 0 155235740 14314082304 7157 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3494649 7157 2863 1 0 3482966 0
[pid=27884/tid=27885] ppid=27882 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) R 27882 27882 21004 0 -1 4202560 3528 0 0 0 8 1 0 0 20 0 15 0 155235741 14314082304 7157 33554432000 4194304 4196468 140732329467520 140056408507184 140056014753839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055999593104 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13978596 memory=140379549636224 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055998540304 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055997487504 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235741 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055996434704 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13978596 memory=140379549636224 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235743 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055945579376 140056404286082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155235743 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055944525344 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155235743 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055943472496 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14314082304 7157 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 155235746 14314082304 7223 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 155235746 14314082304 7223 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13978596 memory=140379549636224 CPUtime=0.01 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) R 27882 27882 21004 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 155235746 14314082304 7223 33554432000 4194304 4196468 140732329467520 140055939262576 140056382643604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14314082304 7223 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13978596 memory=140379549636224 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235746 14314082304 7223 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30012 KiB

[startup+0.210596 s]*
/proc/loadavg: 2.31 2.23 2.06 4/217 27898
/proc/meminfo: memFree=18360524/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13982852 memory=39904 CPUtime=0.34 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 8183 0 0 0 32 2 0 0 20 0 15 0 155235740 14318440448 9976 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3495713 9976 3021 1 0 3482966 0
[pid=27884/tid=27885] ppid=27882 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) R 27882 27882 21004 0 -1 4202560 5393 0 0 0 19 1 0 0 20 0 15 0 155235741 14318440448 9976 33554432000 4194304 4196468 140732329467520 140056408497136 140056404286870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13982852 memory=12478 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055999593104 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13982852 memory=140379549662577 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055998540304 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055997487504 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055996434704 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13982852 memory=140379549636224 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055945579376 140056404286082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055944525344 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055943472496 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) R 27882 27882 21004 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13982852 memory=140379549636224 CPUtime=0.08 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) R 27882 27882 21004 0 -1 4202560 714 0 0 0 8 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055939262576 140056388355422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 9976 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41288 KiB

[startup+0.310982 s]*
/proc/loadavg: 2.31 2.23 2.06 4/217 27898
/proc/meminfo: memFree=18353452/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13982852 memory=47328 CPUtime=0.52 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 9006 0 0 0 50 2 0 0 20 0 15 0 155235740 14318440448 11832 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3495713 11832 3122 1 0 3482966 0
[pid=27884/tid=27885] ppid=27882 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) R 27882 27882 21004 0 -1 4202560 5923 0 0 0 28 1 0 0 20 0 15 0 155235741 14318440448 11832 33554432000 4194304 4196468 140732329467520 140056408508280 140056404296861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13982852 memory=12817 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055999593104 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13982852 memory=3474868185298395620 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055998540304 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055997487504 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235741 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055996434704 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055945579376 140056404286082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055944525344 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155235743 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055943472496 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) R 27882 27882 21004 0 -1 4202560 406 0 0 0 4 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055941368176 140056387769174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) R 27882 27882 21004 0 -1 4202560 518 0 0 0 4 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055940296392 140056383531445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055939262576 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235746 14318440448 11832 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48712 KiB

[startup+0.700852 s]
/proc/loadavg: 2.31 2.23 2.06 6/217 27898
/proc/meminfo: memFree=18163644/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13982928 memory=388976 CPUtime=1.18 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 9838 0 0 0 96 22 0 0 20 0 15 0 155235740 14318518272 96732 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3495732 97244 3160 1 0 3482966 0
[pid=27884/tid=27885] ppid=27882 vsize=13982928 memory=4044 CPUtime=0.61 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) R 27882 27882 21004 0 -1 4202560 6298 0 0 0 54 7 0 0 20 0 15 0 155235741 14318518272 97244 33554432000 4194304 4196468 140732329467520 140056408509936 140056017005137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13982928 memory=1792 CPUtime=0.05 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) S 27882 27882 21004 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 15 0 155235741 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055999593104 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13982928 memory=636 CPUtime=0.05 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) S 27882 27882 21004 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 155235741 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055998540304 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13982928 memory=956 CPUtime=0.05 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) S 27882 27882 21004 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 155235741 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055997487504 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13982928 memory=2424 CPUtime=0.04 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) S 27882 27882 21004 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 155235741 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055996434704 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13982928 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 155235743 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055945579376 140056404286082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13982928 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155235743 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055944525344 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13982928 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155235743 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055943472496 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13982928 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13982928 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 427 0 0 0 7 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13982928 memory=2200 CPUtime=0.06 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 524 0 0 0 6 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13982928 memory=7792 CPUtime=0.17 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 964 0 0 0 17 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055939262576 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13982928 memory=840 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13982928 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155235746 14318518272 97244 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 390360 KiB

[startup+1.50088 s]
/proc/loadavg: 2.31 2.23 2.06 6/217 27898
/proc/meminfo: memFree=17241156/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0

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

/proc/27884/task/27887/stat : 27887 (java) R 27882 27882 21004 0 -1 4202560 73307 0 0 0 991 296 0 0 20 0 15 0 155235741 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055998540504 140056388972574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13984976 memory=1384 CPUtime=12.81 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) R 27882 27882 21004 0 -1 4202560 35818 0 0 0 1026 255 0 0 20 0 15 0 155235741 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055997487504 140056388972687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13984976 memory=4140 CPUtime=12.77 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) R 27882 27882 21004 0 -1 4202560 77274 0 0 0 997 280 0 0 20 0 15 0 155235741 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055996434904 140056388972604 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13984976 memory=11047684 CPUtime=4.37 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 12877 0 0 0 432 5 0 0 20 0 15 0 155235743 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055945577696 140056404285141 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13984976 memory=11047684 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055944525408 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055943472512 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13984976 memory=43120 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13984976 memory=1292 CPUtime=0.43 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 2404 0 0 0 43 0 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13984976 memory=2428 CPUtime=0.51 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 3600 0 0 0 51 0 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 3085 0 0 0 30 0 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055939262576 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13984976 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 597 0 0 0 3 4 0 0 20 0 15 0 155235746 14320615424 2766073 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 148.59 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11065676 KiB

[startup+112.001 s]*
/proc/loadavg: 2.45 2.33 2.12 3/217 27899
/proc/meminfo: memFree=6987732/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13984976 memory=11064308 CPUtime=160.37 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 416627 0 0 0 14897 1140 0 0 20 0 15 0 155235740 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3496244 2766077 3248 1 0 3483478 0
[pid=27884/tid=27885] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=91.43 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) S 27882 27882 21004 0 -1 1077944384 19009 0 0 0 9121 22 0 0 20 0 15 0 155235741 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140056408513152 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13984976 memory=1384 CPUtime=15.82 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) S 27882 27882 21004 0 -1 1077944384 176145 0 0 0 1314 268 0 0 20 0 15 0 155235741 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055999593104 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13984976 memory=11064292 CPUtime=15.76 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) S 27882 27882 21004 0 -1 1077944384 74249 0 0 0 1279 297 0 0 20 0 15 0 155235741 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055998540304 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13984976 memory=1236 CPUtime=15.66 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) S 27882 27882 21004 0 -1 1077944384 35839 0 0 0 1310 256 0 0 20 0 15 0 155235741 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055997487504 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=15.64 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) S 27882 27882 21004 0 -1 1077944384 78149 0 0 0 1282 282 0 0 20 0 15 0 155235741 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055996434704 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13984976 memory=2200 CPUtime=4.65 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) R 27882 27882 21004 0 -1 4202560 22192 0 0 0 459 6 0 0 20 0 15 0 155235743 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055945577936 140056389271287 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13984976 memory=7792 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055944525408 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055943472512 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13984976 memory=920 CPUtime=0.43 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 2406 0 0 0 43 0 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055941367936 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13984976 memory=3832 CPUtime=0.51 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 3600 0 0 0 51 0 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055940315424 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13984976 memory=2540 CPUtime=0.3 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 3085 0 0 0 30 0 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055939262624 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13984976 memory=2644 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13984976 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 597 0 0 0 3 4 0 0 20 0 15 0 155235746 14320615424 2766077 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 160.37 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11065692 KiB

[startup+112.801 s]
/proc/loadavg: 2.45 2.33 2.12 3/217 27899
/proc/meminfo: memFree=6987732/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13984976 memory=11064404 CPUtime=162.37 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 417528 0 0 0 15097 1140 0 0 20 0 15 0 155235740 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3496244 2766101 3248 1 0 3483478 0
[pid=27884/tid=27885] ppid=27882 vsize=13984976 memory=1384 CPUtime=91.43 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) S 27882 27882 21004 0 -1 1077944384 19093 0 0 0 9121 22 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140056408513152 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=16.22 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) R 27882 27882 21004 0 -1 4202560 176292 0 0 0 1354 268 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055999593304 140056389226122 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13984976 memory=11064292 CPUtime=16.16 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) R 27882 27882 21004 0 -1 4202560 74483 0 0 0 1319 297 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055998540304 140056389225979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13984976 memory=1196 CPUtime=16.06 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) R 27882 27882 21004 0 -1 4202560 36178 0 0 0 1350 256 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055997487704 140056389225928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13984976 memory=4612 CPUtime=16.04 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) R 27882 27882 21004 0 -1 4202560 78149 0 0 0 1322 282 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055996434288 140056396903143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13984976 memory=15876 CPUtime=5.03 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 22287 0 0 0 497 6 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055945577696 140056404285141 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13984976 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055944525408 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13984976 memory=24116 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055943472512 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13984976 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13984976 memory=11064292 CPUtime=0.43 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 2406 0 0 0 43 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13984976 memory=1236 CPUtime=0.51 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 3600 0 0 0 51 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13984976 memory=2240 CPUtime=0.3 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 3085 0 0 0 30 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055939262576 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13984976 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 597 0 0 0 3 4 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 162.37 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11065788 KiB

[startup+113.601 s]
/proc/loadavg: 2.45 2.33 2.12 6/217 27899
/proc/meminfo: memFree=6987360/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/statm: 2378 346 289 221 0 87 0
[pid=27884] ppid=27882 vsize=13984976 memory=11064404 CPUtime=165.22 cores=1,3,5,7
/proc/27884/stat : 27884 (java) S 27882 27882 21004 0 -1 1077944320 418077 0 0 0 15382 1140 0 0 20 0 15 0 155235740 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140732329450064 140056404274935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
/proc/27884/statm: 3496244 2766101 3248 1 0 3483478 0
[pid=27884/tid=27885] ppid=27882 vsize=13984976 memory=43120 CPUtime=91.43 cores=1,3,5,7
/proc/27884/task/27885/stat : 27885 (java) S 27882 27882 21004 0 -1 1077944384 19093 0 0 0 9121 22 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140056408513152 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27886] ppid=27882 vsize=13984976 memory=1292 CPUtime=16.9 cores=1,3,5,7
/proc/27884/task/27886/stat : 27886 (java) R 27882 27882 21004 0 -1 4202560 176420 0 0 0 1422 268 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055999593304 140056389225946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27887] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=16.86 cores=1,3,5,7
/proc/27884/task/27887/stat : 27887 (java) R 27882 27882 21004 0 -1 4202560 74489 0 0 0 1389 297 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055998540304 140056389225928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27888] ppid=27882 vsize=13984976 memory=792 CPUtime=16.74 cores=1,3,5,7
/proc/27884/task/27888/stat : 27888 (java) R 27882 27882 21004 0 -1 4202560 36427 0 0 0 1418 256 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055997487088 140056396903143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27889] ppid=27882 vsize=13984976 memory=1004 CPUtime=16.73 cores=1,3,5,7
/proc/27884/task/27889/stat : 27889 (java) R 27882 27882 21004 0 -1 4202560 78313 0 0 0 1391 282 0 0 20 0 15 0 155235741 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055996434904 140056388972648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27890] ppid=27882 vsize=13984976 memory=5788 CPUtime=5.14 cores=1,3,5,7
/proc/27884/task/27890/stat : 27890 (java) S 27882 27882 21004 0 -1 1077944384 22289 0 0 0 508 6 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055945577712 140056404285141 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27891] ppid=27882 vsize=13984976 memory=11064404 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27891/stat : 27891 (java) S 27882 27882 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055944525408 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27892] ppid=27882 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27892/stat : 27892 (java) S 27882 27882 21004 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155235743 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055943472512 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27893] ppid=27882 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27893/stat : 27893 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055942420816 140056404293531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27894] ppid=27882 vsize=13984976 memory=11108 CPUtime=0.43 cores=1,3,5,7
/proc/27884/task/27894/stat : 27894 (java) S 27882 27882 21004 0 -1 1077944384 2406 0 0 0 43 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055941368176 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27895] ppid=27882 vsize=13984976 memory=1712 CPUtime=0.51 cores=1,3,5,7
/proc/27884/task/27895/stat : 27895 (java) S 27882 27882 21004 0 -1 1077944384 3600 0 0 0 51 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055940315376 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27896] ppid=27882 vsize=13984976 memory=1952 CPUtime=0.3 cores=1,3,5,7
/proc/27884/task/27896/stat : 27896 (java) S 27882 27882 21004 0 -1 1077944384 3085 0 0 0 30 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055939262576 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27897] ppid=27882 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/27884/task/27897/stat : 27897 (java) S 27882 27882 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055938210016 140056404285141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
[pid=27884/tid=27898] ppid=27882 vsize=13984976 memory=11064404 CPUtime=0.07 cores=1,3,5,7
/proc/27884/task/27898/stat : 27898 (java) S 27882 27882 21004 0 -1 1077944384 597 0 0 0 3 4 0 0 20 0 15 0 155235746 14320615424 2766101 33554432000 4194304 4196468 140732329467520 140055937158320 140056404286082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28368896 140732329473175 140732329473351 140732329473351 140732329476047 0
Current children cumulated CPU time: 165.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11065788 KiB

[startup+114.009 s]*
/proc/loadavg: 2.66 2.38 2.13 3/204 27900
/proc/meminfo: memFree=11425364/32770624 swapFree=67108860/67108860
[pid=27882] ppid=27879 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/27882/stat : 27882 (xcsp3-exec) S 27879 27882 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155235740 9740288 346 33554432000 4194304 5098028 140735011119296 140735011117400 140622968382076 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21524480 140735011128430 140735011128635 140735011128635 140735011131371 0
/proc/27882/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): 114.047
CPU time (s): 166.441
CPU user time (s): 154.959
CPU system time (s): 11.4823
CPU usage (%): 145.941
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11065788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.959
system time used= 11.4823
maximum resident set size= 11064848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419305
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= 9923
involuntary context switches= 682


# summary of solver processes directly reported to runsolver:
#   pid: 27882
#   total CPU time (s): 166.441
#   total CPU user time (s): 154.959
#   total CPU system time (s): 11.4823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.76448 second user time and 1.22411 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 11:16:58
IDJOB=4283244
IDBENCH=138092
IDSOLVER=2679
FILE ID=node107/4283244-1503221478
RUNJOBID= node107-1503215543-27248
PBS_JOBID= 20630867
Free space on /tmp= 61668 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-50.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-4283244-1503221478/watcher-4283244-1503221478 -o /tmp/evaluation-result-4283244-1503221478/solver-4283244-1503221478 -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 1405551906 HOME/instance-4283244-1503221478.xml

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=1405551906

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:        18388940 kB
MemAvailable:   23986172 kB
Buffers:          271596 kB
Cached:          5616028 kB
SwapCached:            0 kB
Active:          9005868 kB
Inactive:        4911384 kB
Active(anon):    8032496 kB
Inactive(anon):    33132 kB
Active(file):     973372 kB
Inactive(file):  4878252 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             93544 kB
Writeback:             0 kB
AnonPages:       8037344 kB
Mapped:            64256 kB
Shmem:             33420 kB
Slab:             149244 kB
SReclaimable:     122884 kB
SUnreclaim:        26360 kB
KernelStack:        3568 kB
PageTables:        21020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10106076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7784448 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= 61660 MiB
End job on node107 at 2017-08-20 11:18:52