Trace number 4270012

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? 160.39101 111.718

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270012-1502623723/watcher-4270012-1502623723 -o /tmp/evaluation-result-4270012-1502623723/solver-4270012-1502623723 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1748272890 HOME/instance-4270012-1502623723.xml 

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

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


[startup+0.100136 s]*
/proc/loadavg: 2.23 1.91 1.82 3/202 27104
/proc/meminfo: memFree=30907596/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13358712 memory=16144 CPUtime=0 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 3320 0 0 0 0 0 0 0 20 0 6 0 64593108 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3339678 4036 1900 1 0 3329175 0
[pid=27099/tid=27100] ppid=27097 vsize=13358712 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) R 27097 27097 897 0 -1 4202560 2082 0 0 0 0 0 0 0 20 0 6 0 64593108 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 139990327296592 139990323082397 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13358712 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64593109 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13358712 memory=288370507582846592 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64593109 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64593109 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64593109 13679321088 4036 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17524 KiB

[startup+0.209906 s]*
/proc/loadavg: 2.23 1.91 1.82 3/211 27113
/proc/meminfo: memFree=30896284/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13974352 memory=28392 CPUtime=0.1 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 5090 0 0 0 9 1 0 0 20 0 15 0 64593108 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3493588 7098 2813 1 0 3482964 0
[pid=27099/tid=27100] ppid=27097 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) R 27097 27097 897 0 -1 4202560 3104 0 0 0 7 1 0 0 20 0 15 0 64593108 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139990327282720 139990323082397 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13974352 memory=288370507582846592 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13974352 memory=140131431134848 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64593110 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989800703984 139990323071618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64593111 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989799650208 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64593111 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989798597616 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13974352 memory=140131431134848 CPUtime=0.01 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 15 0 64593113 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13974352 memory=140131431134848 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593117 14309736448 7098 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29772 KiB

[startup+0.31015 s]*
/proc/loadavg: 2.23 1.91 1.82 4/211 27113
/proc/meminfo: memFree=30883180/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13974352 memory=40316 CPUtime=0.31 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 8725 0 0 0 28 3 0 0 20 0 15 0 64593108 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3493588 10079 3035 1 0 3482964 0
[pid=27099/tid=27100] ppid=27097 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) R 27097 27097 897 0 -1 4202560 5831 0 0 0 16 2 0 0 20 0 15 0 64593108 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139990327294880 139990303253294 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64593109 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64593110 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989800703984 139990323071618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64593111 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989799650208 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64593111 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989798597616 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 608 0 0 0 2 0 0 0 20 0 15 0 64593113 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 64593113 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13974352 memory=140131431134848 CPUtime=0.06 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) R 27097 27097 897 0 -1 4202560 703 0 0 0 6 0 0 0 20 0 15 0 64593113 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990307171493 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13974352 memory=140131431134848 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593117 14309736448 10079 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41696 KiB

[startup+0.700987 s]
/proc/loadavg: 2.23 1.91 1.82 3/211 27113
/proc/meminfo: memFree=30830348/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13978608 memory=285716 CPUtime=1.04 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 10699 0 0 0 81 23 0 0 20 0 15 0 64593108 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3494652 71429 3113 1 0 3482964 0
[pid=27099/tid=27100] ppid=27097 vsize=13978608 memory=36508 CPUtime=0.5 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) R 27097 27097 897 0 -1 4202560 7111 0 0 0 44 6 0 0 20 0 15 0 64593108 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139990327299312 139990323082397 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13978608 memory=2372 CPUtime=0.05 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 15 0 64593109 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13978608 memory=25332 CPUtime=0.06 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 64 0 0 0 3 3 0 0 20 0 15 0 64593109 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13978608 memory=4116 CPUtime=0.05 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 64593109 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13978608 memory=6657 CPUtime=0.06 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 15 0 64593109 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13978608 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64593110 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989800703984 139990323071618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13978608 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64593111 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989799650208 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13978608 memory=6660 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64593111 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989798597616 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13978608 memory=33 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13978608 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 708 0 0 0 6 0 0 0 20 0 15 0 64593113 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13978608 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 415 0 0 0 4 0 0 0 20 0 15 0 64593113 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13978608 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 827 0 0 0 14 0 0 0 20 0 15 0 64593113 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13978608 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64593117 14314094592 71429 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 287096 KiB

[startup+1.50088 s]
/proc/loadavg: 2.23 1.91 1.82 3/211 27113
/proc/meminfo: memFree=29903028/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13978684 memory=1097656 CPUtime=2.82 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 14794 0 0 0 246 36 0 0 20 0 15 0 64593108 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3494671 274414 3201 1 0 3482964 0
[pid=27099/tid=27100] ppid=27097 vsize=13978684 memory=1091716 CPUtime=1.11 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) R 27097 27097 897 0 -1 4202560 8306 0 0 0 94 17 0 0 20 0 15 0 64593108 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139990327298352 139989915102759 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13978684 memory=2372 CPUtime=0.22 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 110 0 0 0 19 3 0 0 20 0 15 0 64593109 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13978684 memory=25332 CPUtime=0.22 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 143 0 0 0 18 4 0 0 20 0 15 0 64593109 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13978684 memory=280262587977424 CPUtime=0.21 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 850 0 0 0 17 4 0 0 20 0 15 0 64593109 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 76 0 0 0 18 3 0 0 20 0 15 0 64593109 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 64593110 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139989800703984 139990323071618 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64593111 14314172416 274414 18446744073709551615 4194304 4196468 140721481605104 139989799650272 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/27099/task/27102/stat : 27102 (java) R 27097 27097 897 0 -1 4202560 49318 0 0 0 1081 300 0 0 20 0 15 0 64593109 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139990241421808 139990315688679 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13980732 memory=960 CPUtime=13.87 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) R 27097 27097 897 0 -1 4202560 48126 0 0 0 1089 298 0 0 20 0 15 0 64593109 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990308011561 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13980732 memory=0 CPUtime=13.71 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) R 27097 27097 897 0 -1 4202560 83015 0 0 0 1085 286 0 0 20 0 15 0 64593109 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139990239317024 139990308011076 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13980732 memory=256508331873210 CPUtime=5.58 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 13605 0 0 0 554 4 0 0 20 0 15 0 64593110 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989800702304 139990323070677 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13980732 memory=256508331873211 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989799650272 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13980732 memory=256508331873212 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989798597632 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13980732 memory=256508331873213 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13980732 memory=1712 CPUtime=0.49 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 3828 0 0 0 48 1 0 0 20 0 15 0 64593113 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13980732 memory=4616 CPUtime=0.4 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 2157 0 0 0 40 0 0 0 20 0 15 0 64593113 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13980732 memory=1012 CPUtime=0.3 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 2887 0 0 0 30 0 0 0 20 0 15 0 64593113 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13980732 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13980732 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 634 0 0 0 4 3 0 0 20 0 15 0 64593117 14316269568 2931376 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 151.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11726884 KiB

[startup+110.401 s]
/proc/loadavg: 2.24 1.98 1.86 6/211 27509
/proc/meminfo: memFree=19215056/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13980732 memory=11725532 CPUtime=156.95 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 403999 0 0 0 14482 1213 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3495183 2931383 3221 1 0 3483476 0
[pid=27099/tid=27100] ppid=27097 vsize=13980732 memory=2752 CPUtime=89.15 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) S 27097 27097 897 0 -1 1077944384 18262 0 0 0 8894 21 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990327298688 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13980732 memory=-8774313645642428999 CPUtime=15.2 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) R 27097 27097 897 0 -1 4202560 180424 0 0 0 1226 294 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990242474968 139990308050009 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13980732 memory=11725532 CPUtime=15.18 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) R 27097 27097 897 0 -1 4202560 49408 0 0 0 1218 300 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990241422032 139990315688679 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13980732 memory=1240 CPUtime=15.22 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) R 27097 27097 897 0 -1 4202560 48203 0 0 0 1223 299 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990240369800 139990315688679 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13980732 memory=2248 CPUtime=15.06 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) R 27097 27097 897 0 -1 4202560 83092 0 0 0 1220 286 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990239317256 139990315688679 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13980732 memory=4304 CPUtime=5.78 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) S 27097 27097 897 0 -1 1077944384 13730 0 0 0 574 4 0 0 20 0 15 0 64593110 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989800702544 139990323070677 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989799650272 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989798597632 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13980732 memory=11725504 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13980732 memory=4304 CPUtime=0.49 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 3828 0 0 0 48 1 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13980732 memory=1624 CPUtime=0.4 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 2157 0 0 0 40 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13980732 memory=928 CPUtime=0.3 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 2887 0 0 0 30 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13980732 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13980732 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 656 0 0 0 4 3 0 0 20 0 15 0 64593117 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 156.95 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11726912 KiB

[startup+111.201 s]
/proc/loadavg: 2.24 1.98 1.86 6/211 27509
/proc/meminfo: memFree=19210528/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13980732 memory=11725532 CPUtime=159.86 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 406644 0 0 0 14771 1215 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3495183 2931383 3221 1 0 3483476 0
[pid=27099/tid=27100] ppid=27097 vsize=13980732 memory=-8774313645642428999 CPUtime=89.15 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) S 27097 27097 897 0 -1 1077944384 18262 0 0 0 8894 21 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990327298688 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13980732 memory=-7175204567652784766 CPUtime=15.93 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 181856 0 0 0 1299 294 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13980732 memory=3054156605268465310 CPUtime=15.89 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 49408 0 0 0 1288 301 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13980732 memory=1228 CPUtime=15.91 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 48204 0 0 0 1292 299 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13980732 memory=796 CPUtime=15.77 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 83092 0 0 0 1290 287 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13980732 memory=5788 CPUtime=5.84 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) R 27097 27097 897 0 -1 4202560 14938 0 0 0 580 4 0 0 20 0 15 0 64593110 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989800702544 139990308056875 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989799650272 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13980732 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989798597632 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13980732 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13980732 memory=1440 CPUtime=0.49 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 3828 0 0 0 48 1 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13980732 memory=2000 CPUtime=0.4 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 2157 0 0 0 40 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13980732 memory=10976 CPUtime=0.3 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 2887 0 0 0 30 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13980732 memory=15880 CPUtime=0.07 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 660 0 0 0 4 3 0 0 20 0 15 0 64593117 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 159.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11726912 KiB

[startup+111.601 s]
/proc/loadavg: 2.24 1.98 1.86 6/211 27509
/proc/meminfo: memFree=19210528/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
[pid=27099] ppid=27097 vsize=13980732 memory=11725532 CPUtime=160.26 cores=1,3,5,7
/proc/27099/stat : 27099 (java) S 27097 27097 897 0 -1 1077944320 407142 0 0 0 14811 1215 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 140721481587648 139990323060471 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
/proc/27099/statm: 3495183 2931383 3221 1 0 3483476 0
[pid=27099/tid=27100] ppid=27097 vsize=13980732 memory=16436 CPUtime=89.15 cores=1,3,5,7
/proc/27099/task/27100/stat : 27100 (java) S 27097 27097 897 0 -1 1077944384 18262 0 0 0 8894 21 0 0 20 0 15 0 64593108 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990327298688 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27101] ppid=27097 vsize=13980732 memory=2832 CPUtime=15.93 cores=1,3,5,7
/proc/27099/task/27101/stat : 27101 (java) S 27097 27097 897 0 -1 1077944384 181856 0 0 0 1299 294 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990242474768 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27102] ppid=27097 vsize=13980732 memory=2316 CPUtime=15.89 cores=1,3,5,7
/proc/27099/task/27102/stat : 27102 (java) S 27097 27097 897 0 -1 1077944384 49408 0 0 0 1288 301 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990241422224 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27103] ppid=27097 vsize=13980732 memory=1728 CPUtime=15.91 cores=1,3,5,7
/proc/27099/task/27103/stat : 27103 (java) S 27097 27097 897 0 -1 1077944384 48204 0 0 0 1292 299 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990240369680 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27104] ppid=27097 vsize=13980732 memory=1228 CPUtime=15.77 cores=1,3,5,7
/proc/27099/task/27104/stat : 27104 (java) S 27097 27097 897 0 -1 1077944384 83092 0 0 0 1290 287 0 0 20 0 15 0 64593109 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139990239317136 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27105] ppid=27097 vsize=13980732 memory=796 CPUtime=6.24 cores=1,3,5,7
/proc/27099/task/27105/stat : 27105 (java) R 27097 27097 897 0 -1 4202560 15436 0 0 0 620 4 0 0 20 0 15 0 64593110 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989800702544 139990301430651 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27106] ppid=27097 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27106/stat : 27106 (java) S 27097 27097 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989799650272 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27107] ppid=27097 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27107/stat : 27107 (java) S 27097 27097 897 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 64593111 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989798597632 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27108] ppid=27097 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27108/stat : 27108 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989797546192 139990323079067 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27109] ppid=27097 vsize=13980732 memory=1012 CPUtime=0.49 cores=1,3,5,7
/proc/27099/task/27109/stat : 27109 (java) S 27097 27097 897 0 -1 1077944384 3828 0 0 0 48 1 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989796493808 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27110] ppid=27097 vsize=13980732 memory=10164 CPUtime=0.4 cores=1,3,5,7
/proc/27099/task/27110/stat : 27110 (java) S 27097 27097 897 0 -1 1077944384 2157 0 0 0 40 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989795441264 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27111] ppid=27097 vsize=13980732 memory=1440 CPUtime=0.3 cores=1,3,5,7
/proc/27099/task/27111/stat : 27111 (java) S 27097 27097 897 0 -1 1077944384 2887 0 0 0 30 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989794388720 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27112] ppid=27097 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/27099/task/27112/stat : 27112 (java) S 27097 27097 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64593113 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989793336416 139990323070677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
[pid=27099/tid=27113] ppid=27097 vsize=13980732 memory=36508 CPUtime=0.07 cores=1,3,5,7
/proc/27099/task/27113/stat : 27113 (java) S 27097 27097 897 0 -1 1077944384 660 0 0 0 4 3 0 0 20 0 15 0 64593117 14316269568 2931383 18446744073709551615 4194304 4196468 140721481605104 139989792282928 139990323071618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28254208 140721481609655 140721481609830 140721481609830 140721481613263 0
Current children cumulated CPU time: 160.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11726912 KiB

[startup+111.712 s]
/proc/loadavg: 2.24 1.98 1.86 6/211 27509
/proc/meminfo: memFree=19210528/32770624 swapFree=67108860/67108860
[pid=27097] ppid=27094 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27097/stat : 27097 (xcsp3-exec) S 27094 27097 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64593099 9740288 345 18446744073709551615 4194304 5098028 140723991331792 140723991329896 139699721892476 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23363584 140723991335294 140723991335498 140723991335498 140723991338987 0
/proc/27097/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 111.718
CPU time (s): 160.391
CPU user time (s): 148.156
CPU system time (s): 12.2349
CPU usage (%): 143.567
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11726912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.156
system time used= 12.2349
maximum resident set size= 11725776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411923
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= 11029
involuntary context switches= 964


# summary of solver processes directly reported to runsolver:
#   pid: 27097
#   total CPU time (s): 160.391
#   total CPU user time (s): 148.156
#   total CPU system time (s): 12.2349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.795706 second user time and 1.10192 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 13:14:38
IDJOB=4270012
IDBENCH=138074
IDSOLVER=2661
FILE ID=node125/4270012-1502623723
RUNJOBID= node125-1502615132-20542
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270012-1502623723/watcher-4270012-1502623723 -o /tmp/evaluation-result-4270012-1502623723/solver-4270012-1502623723 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1748272890 HOME/instance-4270012-1502623723.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1748272890

node125.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.07
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.07
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.07
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.07
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:        30913436 kB
MemAvailable:   31840452 kB
Buffers:          283188 kB
Cached:           939548 kB
SwapCached:            0 kB
Active:           851108 kB
Inactive:         580548 kB
Active(anon):     209220 kB
Inactive(anon):    33100 kB
Active(file):     641888 kB
Inactive(file):   547448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             82996 kB
Writeback:             0 kB
AnonPages:        208848 kB
Mapped:            58752 kB
Shmem:             33444 kB
Slab:             132980 kB
SReclaimable:     107028 kB
SUnreclaim:        25952 kB
KernelStack:        3424 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1272836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61944 MiB
End job on node125 at 2017-08-13 13:16:30