Trace number 4400555

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 2019-09-16? 854.317 249.828

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400555-1568695828.xml"  -tl '2400s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400555-1568695828.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
835.14/244.46	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
835.14/244.46		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
835.14/244.46		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:59)
835.14/244.46		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:309)
835.14/244.46		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
835.14/244.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
835.14/244.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
835.14/244.46		at org.xcsp.parser.XCallbacks$$Lambda$110/961419791.accept(Unknown Source)
835.14/244.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
835.14/244.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
835.14/244.46		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
835.14/244.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
835.14/244.46		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
835.14/244.46		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
835.14/244.46		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
835.14/244.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
854.18/249.76	s UNKNOWN
854.18/249.76	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 (13554 MiB free)
  memory of node 1: 16384 MiB (14023 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400555-1568695828/watcher-4400555-1568695828 -o /tmp/evaluation-result-4400555-1568695828/solver-4400555-1568695828 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 275020014 HOME/instance-4400555-1568695828.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29385, runsolver pid=29382
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.53 8.52 7.34 7/234 29401
/proc/meminfo: memFree=28222980/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15144776 memory=29136 CPUtime=0.13 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 5709 0 0 0 13 0 0 0 20 0 15 0 445523026 15508250624 7284 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3786194 7284 3155 1 0 3748377 0
[pid=29387/tid=29388] ppid=29385 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) R 29385 29385 22939 0 -1 4202560 3585 0 0 0 9 0 0 0 20 0 15 0 445523027 15508250624 7284 33554432000 4194304 4196468 140734373646544 139755771159824 139755766939030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 7284 33554432000 4194304 4196468 140734373646544 139755694967568 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 7284 33554432000 4194304 4196468 140734373646544 139755693915024 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 7284 33554432000 4194304 4196468 140734373646544 139755692862480 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) S 29385 29385 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 7284 33554432000 4194304 4196468 140734373646544 139755691809936 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754640771056 139755766938242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754639717280 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754638664688 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) R 29385 29385 22939 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) R 29385 29385 22939 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754635508336 139755746787769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0.02 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) R 29385 29385 22939 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754634455792 139755745876987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 7284 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30584 KiB

[startup+0.210946 s]*
/proc/loadavg: 8.53 8.52 7.34 8/234 29401
/proc/meminfo: memFree=28210488/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15144776 memory=40980 CPUtime=0.34 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 9471 0 0 0 32 2 0 0 20 0 15 0 445523026 15508250624 10245 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3786194 10245 3253 1 0 3748377 0
[pid=29387/tid=29388] ppid=29385 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) R 29385 29385 22939 0 -1 4202560 6658 0 0 0 18 2 0 0 20 0 15 0 445523027 15508250624 10245 33554432000 4194304 4196468 140734373646544 139755771164320 139755751007582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 10245 33554432000 4194304 4196468 140734373646544 139755694967568 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15144776 memory=140218489724981 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 10245 33554432000 4194304 4196468 140734373646544 139755693915024 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 10245 33554432000 4194304 4196468 140734373646544 139755692862480 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) S 29385 29385 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445523027 15508250624 10245 33554432000 4194304 4196468 140734373646544 139755691809936 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754640771056 139755766938242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754639717280 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445523029 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754638664688 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 725 0 0 0 3 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15144776 memory=140218486371968 CPUtime=0.08 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 744 0 0 0 8 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523032 15508250624 10245 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42428 KiB

[startup+0.315373 s]*
/proc/loadavg: 8.53 8.52 7.34 7/234 29401
/proc/meminfo: memFree=28201840/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15149032 memory=50628 CPUtime=0.54 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 10973 0 0 0 51 3 0 0 20 0 15 0 445523026 15512608768 12657 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3787258 12657 3365 1 0 3748377 0
[pid=29387/tid=29388] ppid=29385 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) R 29385 29385 22939 0 -1 4202560 7912 0 0 0 28 2 0 0 20 0 15 0 445523027 15512608768 12657 33554432000 4194304 4196468 140734373646544 139755771154864 139755751007582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15512608768 12657 33554432000 4194304 4196468 140734373646544 139755694967568 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15512608768 12657 33554432000 4194304 4196468 140734373646544 139755693915024 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523027 15512608768 12657 33554432000 4194304 4196468 140734373646544 139755692862480 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) S 29385 29385 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445523027 15512608768 12657 33554432000 4194304 4196468 140734373646544 139755691809936 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445523029 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754640771056 139755766938242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445523029 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754639717280 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445523029 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754638664688 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 744 0 0 0 5 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 166 0 0 0 4 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 847 0 0 0 12 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523032 15512608768 12657 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52076 KiB

[startup+0.701333 s]
/proc/loadavg: 8.53 8.52 7.34 9/234 29401
/proc/meminfo: memFree=28061324/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15149108 memory=321628 CPUtime=1.23 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 11971 0 0 0 102 21 0 0 20 0 15 0 445523026 15512686592 80407 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3787277 80407 3428 1 0 3748377 0
[pid=29387/tid=29388] ppid=29385 vsize=15149108 memory=33 CPUtime=0.61 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) R 29385 29385 22939 0 -1 4202560 8317 0 0 0 55 6 0 0 20 0 15 0 445523027 15512686592 80407 33554432000 4194304 4196468 140734373646544 139755771162136 139755368827857 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15149108 memory=-7082918048272507482 CPUtime=0.05 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) S 29385 29385 22939 0 -1 1077944384 69 0 0 0 2 3 0 0 20 0 15 0 445523027 15512686592 80407 33554432000 4194304 4196468 140734373646544 139755694967568 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15149108 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) S 29385 29385 22939 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 445523027 15512686592 80407 33554432000 4194304 4196468 140734373646544 139755693915024 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15149108 memory=1660 CPUtime=0.05 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) S 29385 29385 22939 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 445523027 15512686592 80407 33554432000 4194304 4196468 140734373646544 139755692862480 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15149108 memory=48296 CPUtime=0.05 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) S 29385 29385 22939 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 445523027 15512686592 80407 33554432000 4194304 4196468 140734373646544 139755691809936 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15149108 memory=988 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 445523029 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754640771056 139755766938242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15149108 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 445523029 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754639717280 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15149108 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445523029 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754638664688 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15149108 memory=580 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15149108 memory=1720 CPUtime=0.08 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 798 0 0 0 8 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15149108 memory=10604 CPUtime=0.08 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 240 0 0 0 8 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15149108 memory=4160 CPUtime=0.18 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 989 0 0 0 18 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15149108 memory=776 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15149108 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445523032 15512686592 80407 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 323076 KiB

[startup+1.50085 s]
/proc/loadavg: 8.25 8.46 7.33 8/234 29401
/proc/meminfo: memFree=27166480/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0

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

/proc/29387/task/29391/stat : 29391 (java) R 29385 29385 22939 0 -1 4202560 138591 0 0 0 19566 313 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755692862288 139755759555303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15151156 memory=12588408 CPUtime=198.6 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) R 29385 29385 22939 0 -1 4202560 87216 0 0 0 19559 301 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755691810136 139755751626872 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15151156 memory=1448 CPUtime=33.58 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 61402 0 0 0 3354 4 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754640769600 139755766937301 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15151156 memory=12588408 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754639717344 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754638664704 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15151156 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15151156 memory=1660 CPUtime=0.47 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 2568 0 0 0 46 1 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15151156 memory=48308 CPUtime=0.45 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 1999 0 0 0 45 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15151156 memory=988 CPUtime=0.33 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 2320 0 0 0 33 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15151156 memory=1436 CPUtime=0.1 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 510 0 0 0 2 8 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 842.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12589872 KiB

[startup+248.001 s]*
/proc/loadavg: 7.62 8.11 7.46 9/234 29508
/proc/meminfo: memFree=15653772/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15151156 memory=12588424 CPUtime=849 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 503283 0 0 0 83633 1267 0 0 20 0 15 0 445523026 15514783744 3147106 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3787789 3147106 3497 1 0 3748889 0
[pid=29387/tid=29388] ppid=29385 vsize=15151156 memory=6791534058613427641 CPUtime=12.69 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) S 29385 29385 22939 0 -1 1077944384 27327 0 0 0 1249 20 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755771168688 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15151156 memory=4126316290023845779 CPUtime=200.18 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) R 29385 29385 22939 0 -1 4202560 54366 0 0 0 19693 325 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755694967688 139755750310130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15151156 memory=1448 CPUtime=200.58 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) R 29385 29385 22939 0 -1 4202560 125256 0 0 0 19761 297 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755693915144 139755759555303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15151156 memory=12588424 CPUtime=200.35 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) R 29385 29385 22939 0 -1 4202560 138591 0 0 0 19721 314 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755692862600 139755759555303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15151156 memory=1412 CPUtime=200.18 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) R 29385 29385 22939 0 -1 4202560 87594 0 0 0 19717 301 0 0 20 0 15 0 445523027 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139755691810136 139755751916573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15151156 memory=3288 CPUtime=33.58 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 61402 0 0 0 3354 4 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754640769600 139755766937301 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754639717344 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15151156 memory=153756 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 445523029 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754638664704 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15151156 memory=4126316290023845779 CPUtime=0.47 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 2568 0 0 0 46 1 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15151156 memory=580 CPUtime=0.45 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 1999 0 0 0 45 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15151156 memory=1720 CPUtime=0.33 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 2320 0 0 0 33 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15151156 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15151156 memory=4160 CPUtime=0.11 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 510 0 0 0 3 8 0 0 20 0 15 0 445523032 15514783744 3147106 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 849 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12589872 KiB

[startup+248.801 s]
/proc/loadavg: 7.62 8.11 7.46 9/234 29508
/proc/meminfo: memFree=15653772/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15217720 memory=12588424 CPUtime=850.8 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 503329 0 0 0 83813 1267 0 0 20 0 16 0 445523026 15582945280 3147106 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3804430 3147106 3497 1 0 3765530 0
[pid=29387/tid=29388] ppid=29385 vsize=15217720 memory=2828 CPUtime=12.69 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) S 29385 29385 22939 0 -1 1077944384 27336 0 0 0 1249 20 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755771167776 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15217720 memory=1448 CPUtime=200.51 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) R 29385 29385 22939 0 -1 4202560 54366 0 0 0 19726 325 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755694967456 139755751624734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15217720 memory=6791534058613427641 CPUtime=200.91 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) R 29385 29385 22939 0 -1 4202560 125260 0 0 0 19794 297 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755693915224 139755751878088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15217720 memory=500 CPUtime=200.69 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) R 29385 29385 22939 0 -1 4202560 138595 0 0 0 19755 314 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755692862680 139755751878304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15217720 memory=1556 CPUtime=200.52 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) R 29385 29385 22939 0 -1 4202560 87594 0 0 0 19751 301 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755691810136 139755751877700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15217720 memory=928 CPUtime=34.02 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 61402 0 0 0 3398 4 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754640769376 139755766937301 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15217720 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754639717344 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15217720 memory=12588424 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754638664704 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15217720 memory=988 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15217720 memory=2008 CPUtime=0.47 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 2568 0 0 0 46 1 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754636560880 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15217720 memory=1436 CPUtime=0.45 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 1999 0 0 0 45 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754635508336 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15217720 memory=580 CPUtime=0.33 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 2320 0 0 0 33 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754634455792 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15217720 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15217720 memory=10604 CPUtime=0.11 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 510 0 0 0 3 8 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 850.8 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12589872 KiB

[startup+249.601 s]
/proc/loadavg: 7.62 8.11 7.46 9/235 29509
/proc/meminfo: memFree=15654048/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
[pid=29387] ppid=29385 vsize=15217720 memory=12588424 CPUtime=853.98 cores=1,3,5,7
/proc/29387/stat : 29387 (java) S 29385 29385 22939 0 -1 1077944320 503460 0 0 0 84130 1268 0 0 20 0 16 0 445523026 15582945280 3147106 33554432000 4194304 4196468 140734373646544 140734373629088 139755766927095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
/proc/29387/statm: 3804430 3147106 3497 1 0 3765530 0
[pid=29387/tid=29388] ppid=29385 vsize=15217720 memory=2008 CPUtime=12.69 cores=1,3,5,7
/proc/29387/task/29388/stat : 29388 (java) S 29385 29385 22939 0 -1 1077944384 27336 0 0 0 1249 20 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755771167776 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29389] ppid=29385 vsize=15217720 memory=303430223234596890 CPUtime=201.31 cores=1,3,5,7
/proc/29387/task/29389/stat : 29389 (java) R 29385 29385 22939 0 -1 4202560 54406 0 0 0 19806 325 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755694967376 139755759555303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29390] ppid=29385 vsize=15217720 memory=288230583166042426 CPUtime=201.71 cores=1,3,5,7
/proc/29387/task/29390/stat : 29390 (java) R 29385 29385 22939 0 -1 4202560 125348 0 0 0 19874 297 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755693915224 139755751923476 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29391] ppid=29385 vsize=15217720 memory=15261432686053804 CPUtime=201.48 cores=1,3,5,7
/proc/29387/task/29391/stat : 29391 (java) R 29385 29385 22939 0 -1 4202560 138595 0 0 0 19834 314 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755692862680 139755751626384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29392] ppid=29385 vsize=15217720 memory=0 CPUtime=201.29 cores=1,3,5,7
/proc/29387/task/29392/stat : 29392 (java) R 29385 29385 22939 0 -1 4202560 87594 0 0 0 19828 301 0 0 20 0 16 0 445523027 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139755691809824 139755751923741 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29393] ppid=29385 vsize=15217720 memory=6944656592455360604 CPUtime=34.03 cores=1,3,5,7
/proc/29387/task/29393/stat : 29393 (java) S 29385 29385 22939 0 -1 1077944384 61404 0 0 0 3399 4 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754640769600 139755766937301 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29394] ppid=29385 vsize=15217720 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29394/stat : 29394 (java) S 29385 29385 22939 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754639717344 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29395] ppid=29385 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29395/stat : 29395 (java) S 29385 29385 22939 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 445523029 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754638664704 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29396] ppid=29385 vsize=15217720 memory=25824 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29396/stat : 29396 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754637613264 139755766945691 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29397] ppid=29385 vsize=15217720 memory=14048 CPUtime=0.47 cores=1,3,5,7
/proc/29387/task/29397/stat : 29397 (java) S 29385 29385 22939 0 -1 1077944384 2569 0 0 0 46 1 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754636560640 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29398] ppid=29385 vsize=15217720 memory=2124 CPUtime=0.45 cores=1,3,5,7
/proc/29387/task/29398/stat : 29398 (java) S 29385 29385 22939 0 -1 1077944384 1999 0 0 0 45 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754635508384 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29399] ppid=29385 vsize=15217720 memory=6791534058613427641 CPUtime=0.33 cores=1,3,5,7
/proc/29387/task/29399/stat : 29399 (java) S 29385 29385 22939 0 -1 1077944384 2320 0 0 0 33 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754634455840 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29400] ppid=29385 vsize=15217720 memory=776 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29400/stat : 29400 (java) S 29385 29385 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754633403488 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29401] ppid=29385 vsize=15217720 memory=1564 CPUtime=0.11 cores=1,3,5,7
/proc/29387/task/29401/stat : 29401 (java) S 29385 29385 22939 0 -1 1077944384 510 0 0 0 3 8 0 0 20 0 16 0 445523032 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754632350000 139755766938242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
[pid=29387/tid=29509] ppid=29385 vsize=15217720 memory=6060 CPUtime=0 cores=1,3,5,7
/proc/29387/task/29509/stat : 29509 (java) S 29385 29385 22939 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 445547880 15582945280 3147106 33554432000 4194304 4196468 140734373646544 139754623372480 139755766937301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36765696 140734373655535 140734373655706 140734373655706 140734373658575 0
Current children cumulated CPU time: 853.98 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12589872 KiB

[startup+249.806 s]
/proc/loadavg: 7.62 8.11 7.46 9/235 29509
/proc/meminfo: memFree=15654048/32770624 swapFree=66959728/67108860
[pid=29385] ppid=29382 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/29385/stat : 29385 (xcsp3-exec) S 29382 29385 22939 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445523026 115843072 362 33554432000 4194304 5098028 140720949756144 140720949754248 140452229358204 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 10338304 140720949760891 140720949761133 140720949761133 140720949764042 0
/proc/29385/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 249.828
CPU time (s): 854.317
CPU user time (s): 841.576
CPU system time (s): 12.7415
CPU usage (%): 341.962
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12589872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 841.576
system time used= 12.7415
maximum resident set size= 12588776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14724
involuntary context switches= 20910


# summary of solver processes directly reported to runsolver:
#   pid: 29385
#   total CPU time (s): 854.317
#   total CPU user time (s): 841.576
#   total CPU system time (s): 12.7415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60946 second user time and 2.66898 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:49:49
IDJOB=4400555
IDBENCH=138083
IDSOLVER=2856
FILE ID=node124/4400555-1568695828
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400555-1568695828/watcher-4400555-1568695828 -o /tmp/evaluation-result-4400555-1568695828/solver-4400555-1568695828 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 275020014 HOME/instance-4400555-1568695828.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=275020014

node124.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.47
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.47
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.47
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.47
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:        28240024 kB
MemAvailable:   31681652 kB
Buffers:          232672 kB
Cached:          3496512 kB
SwapCached:        46376 kB
Active:          1377512 kB
Inactive:        2562048 kB
Active(anon):     161932 kB
Inactive(anon):    98000 kB
Active(file):    1215580 kB
Inactive(file):  2464048 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:            108928 kB
Writeback:             0 kB
AnonPages:        273156 kB
Mapped:            61828 kB
Shmem:             40944 kB
Slab:             186428 kB
SReclaimable:     155672 kB
SUnreclaim:        30756 kB
KernelStack:        3792 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1409436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61680 MiB
End job on node124 at 2019-09-17 06:53:59