Trace number 4282761

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282761-1503214802/watcher-4282761-1503214802 -o /tmp/evaluation-result-4282761-1503214802/solver-4282761-1503214802 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7328 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1681068851 HOME/instance-4282761-1503214802.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
Current StackSize limit: 8192 KiB

solver pid=10218, runsolver pid=10215

[startup+0.100411 s]*
/proc/loadavg: 2.08 2.00 1.95 4/217 10234
/proc/meminfo: memFree=21130908/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13978596 memory=28016 CPUtime=0.12 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 5371 0 0 0 10 2 0 0 20 0 15 0 154561022 14314082304 7004 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3494649 7004 2864 1 0 3482966 0
[pid=10220/tid=10221] ppid=10218 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) R 10218 10218 7296 0 -1 4202560 3374 0 0 0 8 1 0 0 20 0 15 0 154561022 14314082304 7004 33554432000 4194304 4196468 140722062879504 140412766909504 140412742699535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14314082304 7004 33554432000 4194304 4196468 140722062879504 140412692765328 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13978596 memory=140266380224128 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14314082304 7004 33554432000 4194304 4196468 140722062879504 140412691712528 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14314082304 7004 33554432000 4194304 4196468 140722062879504 140412690659728 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14314082304 7004 33554432000 4194304 4196468 140722062879504 140412689606928 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13978596 memory=140266380224128 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561025 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411673762672 140412762688130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154561025 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411672708640 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561025 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411671655792 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13978596 memory=140266380224128 CPUtime=0.01 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) R 10218 10218 7296 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411667445872 140412741282462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13978596 memory=140266380224128 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561028 14314082304 7004 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29400 KiB

[startup+0.210615 s]*
/proc/loadavg: 2.08 2.00 1.95 3/217 10234
/proc/meminfo: memFree=21119628/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13982852 memory=40544 CPUtime=0.33 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 8150 0 0 0 30 3 0 0 20 0 15 0 154561022 14318440448 10136 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3495713 10136 3067 1 0 3482966 0
[pid=10220/tid=10221] ppid=10218 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) D 10218 10218 7296 0 -1 1077944384 5248 0 0 0 18 1 0 0 20 0 15 0 154561022 14318440448 10136 33554432000 4194304 4196468 140722062879504 140412766887776 140412755356205 0 4 0 16800975 18446744072101568036 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13982852 memory=8911 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 10136 33554432000 4194304 4196468 140722062879504 140412692765328 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13982852 memory=140266381270393 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 10136 33554432000 4194304 4196468 140722062879504 140412691712528 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14318473216 10136 33554432000 4194304 4196468 140722062879504 140412690659728 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14318473216 10136 33554432000 4194304 4196468 140722062879504 140412689606928 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13982884 memory=140266380224128 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561025 14318473216 10157 33554432000 4194304 4196468 140722062879504 140411673762672 140412762688130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154561025 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411672708640 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561025 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411671655792 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 718 0 0 0 2 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13982852 memory=140266380224128 CPUtime=0.08 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 736 0 0 0 8 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 10157 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41928 KiB

[startup+0.31039 s]*
/proc/loadavg: 2.08 2.00 1.95 3/217 10234
/proc/meminfo: memFree=21112804/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13982852 memory=47244 CPUtime=0.5 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 8950 0 0 0 46 4 0 0 20 0 15 0 154561022 14318440448 11811 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3495713 11811 3112 1 0 3482966 0
[pid=10220/tid=10221] ppid=10218 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) R 10218 10218 7296 0 -1 4202560 5912 0 0 0 27 2 0 0 20 0 15 0 154561022 14318440448 11811 33554432000 4194304 4196468 140722062879504 140412766909264 140412762698909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 11811 33554432000 4194304 4196468 140722062879504 140412692765328 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 11811 33554432000 4194304 4196468 140722062879504 140412691712528 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 11811 33554432000 4194304 4196468 140722062879504 140412690659728 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561023 14318440448 11811 33554432000 4194304 4196468 140722062879504 140412689606928 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154561025 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411673762672 140412762688130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 154561025 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411672708640 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154561025 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411671655792 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13982852 memory=8982046290584177472 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13982852 memory=4630099104583218061 CPUtime=0.03 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) R 10218 10218 7296 0 -1 1077944384 727 0 0 0 3 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) R 10218 10218 7296 0 -1 4202560 193 0 0 0 3 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411668498672 140412741834048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) R 10218 10218 7296 0 -1 4202560 814 0 0 0 12 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411667445872 140412741608786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561028 14318440448 11811 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48628 KiB

[startup+0.701185 s]
/proc/loadavg: 2.08 2.00 1.95 6/217 10234
/proc/meminfo: memFree=20937012/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13982928 memory=347460 CPUtime=1.28 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 10826 0 0 0 102 26 0 0 20 0 15 0 154561022 14318518272 86865 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3495732 86865 3179 1 0 3482966 0
[pid=10220/tid=10221] ppid=10218 vsize=13982928 memory=33 CPUtime=0.58 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) S 10218 10218 7296 0 -1 1077944384 6241 0 0 0 52 6 0 0 20 0 15 0 154561022 14318518272 86865 33554432000 4194304 4196468 140722062879504 140412766914448 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13982928 memory=-7816663703405220396 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) R 10218 10218 7296 0 -1 4202560 82 0 0 0 3 4 0 0 20 0 15 0 154561023 14318518272 86865 33554432000 4194304 4196468 140722062879504 140412692765328 140412755779700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13982928 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) R 10218 10218 7296 0 -1 4202560 121 0 0 0 3 4 0 0 20 0 15 0 154561023 14318518272 86865 33554432000 4194304 4196468 140722062879504 140412691712528 140412755779700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13982928 memory=43148 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) R 10218 10218 7296 0 -1 4202560 117 0 0 0 3 4 0 0 20 0 15 0 154561023 14318518272 86865 33554432000 4194304 4196468 140722062879504 140412690659928 140412755779700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13982928 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) R 10218 10218 7296 0 -1 4202560 125 0 0 0 3 4 0 0 20 0 15 0 154561023 14318518272 87377 33554432000 4194304 4196468 140722062879504 140412689606928 140412755780022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13982928 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154561025 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411673761184 140412762687189 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13982928 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 154561025 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411672708640 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13982928 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 154561025 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411671655792 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13982928 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13982928 memory=5792 CPUtime=0.1 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 1282 0 0 0 10 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13982928 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 352 0 0 0 7 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13982928 memory=1436 CPUtime=0.17 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 1124 0 0 0 17 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13982928 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13982928 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154561028 14318518272 87377 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 348844 KiB

[startup+1.50087 s]
/proc/loadavg: 2.08 2.00 1.95 6/217 10234
/proc/meminfo: memFree=20049464/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0

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

/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411671655808 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13984976 memory=11746412 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13984976 memory=1436 CPUtime=0.48 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 3397 0 0 0 47 1 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13984976 memory=-3622645143214314312 CPUtime=0.42 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 2860 0 0 0 42 0 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13984976 memory=11746412 CPUtime=0.3 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13984976 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 483 0 0 0 3 4 0 0 20 0 15 0 154561028 14320615424 2936637 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 142.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11747932 KiB

[startup+121.601 s]
/proc/loadavg: 2.33 2.07 1.98 6/217 10469
/proc/meminfo: memFree=11764480/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13984976 memory=11747824 CPUtime=156.8 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 1087213 0 0 0 14766 914 0 0 20 0 15 0 154561022 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3496244 2936956 3249 1 0 3483478 0
[pid=10220/tid=10221] ppid=10218 vsize=13984976 memory=1384 CPUtime=107.42 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) S 10218 10218 7296 0 -1 1077944384 118533 0 0 0 10689 53 0 0 20 0 15 0 154561022 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140412766915200 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13984976 memory=11746548 CPUtime=11.38 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) R 10218 10218 7296 0 -1 4202560 233413 0 0 0 922 216 0 0 20 0 15 0 154561023 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140412692765136 140412755305191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13984976 memory=6791534058613427641 CPUtime=11.45 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) R 10218 10218 7296 0 -1 4202560 258688 0 0 0 933 212 0 0 20 0 15 0 154561023 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140412691712528 140412755305191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13984976 memory=3832 CPUtime=11.25 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) R 10218 10218 7296 0 -1 4202560 216366 0 0 0 918 207 0 0 20 0 15 0 154561023 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140412690659848 140412755305191 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13984976 memory=2548 CPUtime=11.35 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) R 10218 10218 7296 0 -1 4202560 216255 0 0 0 925 210 0 0 20 0 15 0 154561023 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140412689607128 140412747673393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13984976 memory=1296 CPUtime=2.59 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 32957 0 0 0 252 7 0 0 20 0 15 0 154561025 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411673761216 140412762687189 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13984976 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411672708704 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411671655808 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13984976 memory=920 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13984976 memory=3832 CPUtime=0.48 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 3397 0 0 0 47 1 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13984976 memory=2568 CPUtime=0.42 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 2860 0 0 0 42 0 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13984976 memory=1224 CPUtime=0.3 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13984976 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13984976 memory=5792 CPUtime=0.08 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 483 0 0 0 4 4 0 0 20 0 15 0 154561028 14320615424 2936956 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 156.8 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11749208 KiB

[startup+124.801 s]
/proc/loadavg: 2.47 2.10 1.99 6/217 10469
/proc/meminfo: memFree=11755832/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13984976 memory=11748128 CPUtime=166.96 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 1586029 0 0 0 15756 940 0 0 20 0 15 0 154561022 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3496244 2937032 3249 1 0 3483478 0
[pid=10220/tid=10221] ppid=10218 vsize=13984976 memory=0 CPUtime=107.42 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) S 10218 10218 7296 0 -1 1077944384 118610 0 0 0 10689 53 0 0 20 0 15 0 154561022 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140412766915200 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13984976 memory=33 CPUtime=13.69 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) R 10218 10218 7296 0 -1 4202560 234122 0 0 0 1151 218 0 0 20 0 15 0 154561023 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140412692765528 140412747374622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13984976 memory=8562125494162282060 CPUtime=13.78 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) R 10218 10218 7296 0 -1 4202560 259278 0 0 0 1165 213 0 0 20 0 15 0 154561023 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140412691712528 140412747374735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13984976 memory=6791534058613427641 CPUtime=13.64 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) R 10218 10218 7296 0 -1 4202560 713204 0 0 0 1136 228 0 0 20 0 15 0 154561023 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140412690659728 140412747374622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13984976 memory=11746548 CPUtime=13.67 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) R 10218 10218 7296 0 -1 4202560 216255 0 0 0 1156 211 0 0 20 0 15 0 154561023 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140412689606816 140412747628082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13984976 memory=1012 CPUtime=3.38 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 33554 0 0 0 330 8 0 0 20 0 15 0 154561025 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411673760992 140412762687189 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411672708704 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13984976 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411671655808 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13984976 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13984976 memory=13565994345957952 CPUtime=0.48 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 3397 0 0 0 47 1 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13984976 memory=1732 CPUtime=0.42 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 2861 0 0 0 42 0 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13984976 memory=1224 CPUtime=0.3 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13984976 memory=8728 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13984976 memory=4620 CPUtime=0.08 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 485 0 0 0 4 4 0 0 20 0 15 0 154561028 14320615424 2937032 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 166.96 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11749512 KiB

[startup+126.409 s]
/proc/loadavg: 2.47 2.10 1.99 6/217 10469
/proc/meminfo: memFree=11747188/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/statm: 2378 346 289 221 0 87 0
[pid=10220] ppid=10218 vsize=13984976 memory=11748140 CPUtime=172.64 cores=1,3,5,7
/proc/10220/stat : 10220 (java) S 10218 10218 7296 0 -1 1077944320 1600272 0 0 0 16319 945 0 0 20 0 15 0 154561022 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140722062862048 140412762676983 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
/proc/10220/statm: 3496244 2937035 3249 1 0 3483478 0
[pid=10220/tid=10221] ppid=10218 vsize=13984976 memory=11748128 CPUtime=107.42 cores=1,3,5,7
/proc/10220/task/10221/stat : 10221 (java) S 10218 10218 7296 0 -1 1077944384 118610 0 0 0 10689 53 0 0 20 0 15 0 154561022 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140412766915200 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10222] ppid=10218 vsize=13984976 memory=1860 CPUtime=15.05 cores=1,3,5,7
/proc/10220/task/10222/stat : 10222 (java) R 10218 10218 7296 0 -1 4202560 242755 0 0 0 1285 220 0 0 20 0 15 0 154561023 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140412692765328 140412747376239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10223] ppid=10218 vsize=13984976 memory=6791534058613427641 CPUtime=15.14 cores=1,3,5,7
/proc/10220/task/10223/stat : 10223 (java) R 10218 10218 7296 0 -1 4202560 263383 0 0 0 1299 215 0 0 20 0 15 0 154561023 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140412691712728 140412747673665 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10224] ppid=10218 vsize=13984976 memory=4104 CPUtime=15 cores=1,3,5,7
/proc/10220/task/10224/stat : 10224 (java) R 10218 10218 7296 0 -1 4202560 713999 0 0 0 1272 228 0 0 20 0 15 0 154561023 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140412690659728 140412747376275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10225] ppid=10218 vsize=13984976 memory=1156 CPUtime=15.04 cores=1,3,5,7
/proc/10220/task/10225/stat : 10225 (java) R 10218 10218 7296 0 -1 4202560 216293 0 0 0 1292 212 0 0 20 0 15 0 154561023 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140412689606928 140412747375951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10226] ppid=10218 vsize=13984976 memory=2936 CPUtime=3.61 cores=1,3,5,7
/proc/10220/task/10226/stat : 10226 (java) S 10218 10218 7296 0 -1 1077944384 34226 0 0 0 353 8 0 0 20 0 15 0 154561025 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411673761232 140412762687189 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10227] ppid=10218 vsize=13984976 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10227/stat : 10227 (java) S 10218 10218 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411672708704 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10228] ppid=10218 vsize=13984976 memory=43148 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10228/stat : 10228 (java) S 10218 10218 7296 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 154561025 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411671655808 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10229] ppid=10218 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10229/stat : 10229 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411670604112 140412762695579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10230] ppid=10218 vsize=13984976 memory=2408 CPUtime=0.48 cores=1,3,5,7
/proc/10220/task/10230/stat : 10230 (java) S 10218 10218 7296 0 -1 1077944384 3397 0 0 0 47 1 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411669551472 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10231] ppid=10218 vsize=13984976 memory=1732 CPUtime=0.42 cores=1,3,5,7
/proc/10220/task/10231/stat : 10231 (java) S 10218 10218 7296 0 -1 1077944384 2861 0 0 0 42 0 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411668498672 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10232] ppid=10218 vsize=13984976 memory=1224 CPUtime=0.3 cores=1,3,5,7
/proc/10220/task/10232/stat : 10232 (java) S 10218 10218 7296 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411667445872 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10233] ppid=10218 vsize=13984976 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/10220/task/10233/stat : 10233 (java) S 10218 10218 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411666393312 140412762687189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
[pid=10220/tid=10234] ppid=10218 vsize=13984976 memory=5792 CPUtime=0.08 cores=1,3,5,7
/proc/10220/task/10234/stat : 10234 (java) S 10218 10218 7296 0 -1 1077944384 485 0 0 0 4 4 0 0 20 0 15 0 154561028 14320615424 2937035 33554432000 4194304 4196468 140722062879504 140411665341616 140412762688130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21176320 140722062881949 140722062882124 140722062882124 140722062884815 0
Current children cumulated CPU time: 172.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11749524 KiB

[startup+126.801 s]
/proc/loadavg: 2.47 2.10 1.99 6/217 10469
/proc/meminfo: memFree=11747188/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/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

[startup+127 s]*
/proc/loadavg: 2.47 2.10 1.99 3/204 10470
/proc/meminfo: memFree=22169620/32770624 swapFree=67108860/67108860
[pid=10218] ppid=10215 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/10218/stat : 10218 (xcsp3-exec) S 10215 10218 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154561022 9740288 346 33554432000 4194304 5098028 140721210275392 140721210273496 140652285289084 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27197440 140721210279028 140721210279232 140721210279232 140721210281963 0
/proc/10218/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): 127.016
CPU time (s): 173.745
CPU user time (s): 164.059
CPU system time (s): 9.68536
CPU usage (%): 136.79
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11749524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.059
system time used= 9.68536
maximum resident set size= 11748484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1601184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32998
involuntary context switches= 879


# summary of solver processes directly reported to runsolver:
#   pid: 10218
#   total CPU time (s): 173.745
#   total CPU user time (s): 164.059
#   total CPU system time (s): 9.68536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.826195 second user time and 1.39908 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-20 09:25:43
IDJOB=4282761
IDBENCH=138054
IDSOLVER=2678
FILE ID=node149/4282761-1503214802
RUNJOBID= node149-1503210552-7328
PBS_JOBID= 20630877
Free space on /tmp= 61616 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282761-1503214802/watcher-4282761-1503214802 -o /tmp/evaluation-result-4282761-1503214802/solver-4282761-1503214802 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7328 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1681068851 HOME/instance-4282761-1503214802.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1681068851

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21148188 kB
MemAvailable:   31796976 kB
Buffers:          288060 kB
Cached:         10629272 kB
SwapCached:            0 kB
Active:          2414188 kB
Inactive:        8713728 kB
Active(anon):     159788 kB
Inactive(anon):    86576 kB
Active(file):    2254400 kB
Inactive(file):  8627152 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97868 kB
Writeback:             0 kB
AnonPages:        217628 kB
Mapped:            64116 kB
Shmem:             33416 kB
Slab:             193356 kB
SReclaimable:     166140 kB
SUnreclaim:        27216 kB
KernelStack:        3600 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1301480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

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