Trace number 4269024

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269024-1502845819.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269024-1502845819.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
155.20/106.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
155.20/106.64		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
155.20/106.64		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
155.20/106.64		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
155.20/106.64		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
155.20/106.64		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
155.20/106.64		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
155.20/106.64		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
155.20/106.64		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
155.20/106.64		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
155.20/106.64		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
155.20/106.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
155.20/106.64		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
155.20/106.64		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
155.20/106.64		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
155.20/106.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
155.20/106.64		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
155.20/106.64		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
155.20/106.64		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
155.20/106.64		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
155.20/106.64		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
155.20/106.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
155.20/106.64	s UNKNOWN
155.20/106.64	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15108 MiB free)
  memory of node 1: 16384 MiB (13235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269024-1502845819/watcher-4269024-1502845819 -o /tmp/evaluation-result-4269024-1502845819/solver-4269024-1502845819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1000248058 HOME/instance-4269024-1502845819.xml 

running on 4 cores: 0,2,4,6

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

solver pid=17908, runsolver pid=17905

[startup+0.100164 s]*
/proc/loadavg: 2.24 2.14 2.10 3/217 17924
/proc/meminfo: memFree=29008240/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13978596 memory=27828 CPUtime=0.12 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 5385 0 0 0 11 1 0 0 20 0 15 0 117669737 14314082304 6957 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3494649 6957 2866 1 0 3482966 0
[pid=17910/tid=17911] ppid=17908 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) R 17908 17908 17190 0 -1 4202560 3321 0 0 0 9 0 0 0 20 0 15 0 117669738 14314082304 7023 33554432000 4194304 4196468 140721652499696 139993772405824 139993753854248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13978596 memory=3472468306514638032 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14314082304 7023 33554432000 4194304 4196468 140721652499696 139993724725648 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13978596 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14314082304 7023 33554432000 4194304 4196468 140721652499696 139993723672848 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14314082304 7023 33554432000 4194304 4196468 140721652499696 139993722620560 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669738 14314082304 7023 33554432000 4194304 4196468 140721652499696 139993360558608 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669740 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992747690608 139993768184450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117669740 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992746636576 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117669740 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992745584240 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992743479408 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992742426608 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13978596 memory=140177619486336 CPUtime=0.01 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13978596 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669743 14314082304 7023 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29212 KiB

[startup+0.21069 s]*
/proc/loadavg: 2.24 2.14 2.10 4/217 17924
/proc/meminfo: memFree=28996288/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13982852 memory=40204 CPUtime=0.34 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 8145 0 0 0 32 2 0 0 20 0 15 0 117669737 14318440448 10051 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3495713 10051 3046 1 0 3482966 0
[pid=17910/tid=17911] ppid=17908 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) R 17908 17908 17190 0 -1 4202560 5251 0 0 0 19 1 0 0 20 0 15 0 117669738 14318440448 10051 33554432000 4194304 4196468 140721652499696 139993772395328 139993752253790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13982852 memory=3472468306514638032 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 10051 33554432000 4194304 4196468 140721652499696 139993724725648 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13982852 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 10051 33554432000 4194304 4196468 140721652499696 139993723672848 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 10051 33554432000 4194304 4196468 140721652499696 139993722620560 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 10051 33554432000 4194304 4196468 140721652499696 139993360558608 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13982852 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992747690608 139993768184450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992746636576 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992745584240 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992743479408 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992742426608 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13982852 memory=140177619486336 CPUtime=0.08 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 764 0 0 0 8 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13982852 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 10051 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41588 KiB

[startup+0.310494 s]*
/proc/loadavg: 2.24 2.14 2.10 4/217 17924
/proc/meminfo: memFree=28989596/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13982852 memory=47952 CPUtime=0.52 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 9149 0 0 0 49 3 0 0 20 0 15 0 117669737 14318440448 11988 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3495713 11988 3119 1 0 3482966 0
[pid=17910/tid=17911] ppid=17908 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) R 17908 17908 17190 0 -1 4202560 5896 0 0 0 28 2 0 0 20 0 15 0 117669738 14318440448 11988 33554432000 4194304 4196468 140721652499696 139993772407360 139993768195229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13982852 memory=3472468306514638032 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 11988 33554432000 4194304 4196468 140721652499696 139993724725648 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13982852 memory=140177619486336 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 11988 33554432000 4194304 4196468 140721652499696 139993723672848 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 11988 33554432000 4194304 4196468 140721652499696 139993722620560 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13982852 memory=140177465026591 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669738 14318440448 11988 33554432000 4194304 4196468 140721652499696 139993360558608 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13982852 memory=280354930032416 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992747690608 139993768184450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13982852 memory=140177465003535 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992746636576 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13982852 memory=280355084499040 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117669740 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992745584240 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13982852 memory=140177465008143 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) R 17908 17908 17190 0 -1 4202560 530 0 0 0 3 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992743479408 139993747415858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13982852 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) R 17908 17908 17190 0 -1 4202560 527 0 0 0 4 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992742426608 139993748003665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 893 0 0 0 12 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13982852 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669743 14318440448 11988 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49336 KiB

[startup+0.700892 s]
/proc/loadavg: 2.24 2.14 2.10 6/217 17924
/proc/meminfo: memFree=28801296/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13982928 memory=359132 CPUtime=1.19 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 9979 0 0 0 95 24 0 0 20 0 15 0 117669737 14318518272 89271 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3495732 89783 3165 1 0 3482966 0
[pid=17910/tid=17911] ppid=17908 vsize=13982928 memory=5865469479800824941 CPUtime=0.61 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) R 17908 17908 17190 0 -1 4202560 6256 0 0 0 54 7 0 0 20 0 15 0 117669738 14318518272 89783 33554432000 4194304 4196468 140721652499696 139993772408368 139993404425041 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13982928 memory=7019257425709197167 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) S 17908 17908 17190 0 -1 1077944384 63 0 0 0 2 4 0 0 20 0 15 0 117669738 14318518272 89783 33554432000 4194304 4196468 140721652499696 139993724725648 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13982928 memory=6291616985311630419 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) S 17908 17908 17190 0 -1 1077944384 61 0 0 0 2 4 0 0 20 0 15 0 117669738 14318518272 89783 33554432000 4194304 4196468 140721652499696 139993723672848 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13982928 memory=7747766295893256779 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) S 17908 17908 17190 0 -1 1077944384 64 0 0 0 2 4 0 0 20 0 15 0 117669738 14318518272 89783 33554432000 4194304 4196468 140721652499696 139993722620560 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13982928 memory=8370611207638964880 CPUtime=0.05 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) S 17908 17908 17190 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 117669738 14318518272 89783 33554432000 4194304 4196468 140721652499696 139993360558608 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13982928 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117669740 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992747690608 139993768184450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13982928 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117669740 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992746636576 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13982928 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117669740 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992745584240 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13982928 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13982928 memory=33056 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 550 0 0 0 6 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992743479408 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13982928 memory=2332 CPUtime=0.07 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 551 0 0 0 7 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992742426608 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13982928 memory=1292 CPUtime=0.17 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 997 0 0 0 17 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13982928 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13982928 memory=6083073826404724833 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117669743 14318518272 89783 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 360516 KiB

[startup+1.50086 s]
/proc/loadavg: 2.24 2.14 2.10 6/217 17924
/proc/meminfo: memFree=27919608/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0

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

/proc/17910/task/17913/stat : 17913 (java) R 17908 17908 17190 0 -1 4202560 48239 0 0 0 1111 280 0 0 20 0 15 0 117669738 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139993723672968 139993760801511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13984976 memory=18292 CPUtime=13.96 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) R 17908 17908 17190 0 -1 4202560 134930 0 0 0 1087 309 0 0 20 0 15 0 117669738 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139993722620760 139993761276282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13984976 memory=280354930581632 CPUtime=13.82 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) R 17908 17908 17190 0 -1 4202560 46652 0 0 0 1097 285 0 0 20 0 15 0 117669738 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139993360558728 139993760801511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13984976 memory=6944652177228980320 CPUtime=4.92 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 13865 0 0 0 490 2 0 0 20 0 15 0 117669740 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992747689168 139993768183509 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13984976 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992746636640 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13984976 memory=-3123010188551861097 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992745584256 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13984976 memory=-6586667735541663136 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13984976 memory=140177465280273 CPUtime=0.45 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 3181 0 0 0 45 0 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992743479408 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13984976 memory=5989973184620708549 CPUtime=0.49 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 3238 0 0 0 49 0 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992742426608 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13984976 memory=140177464901648 CPUtime=0.31 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 3387 0 0 0 30 1 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13984976 memory=142353335868209 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13984976 memory=142353335868529 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 420 0 0 0 3 3 0 0 20 0 15 0 117669743 14320615424 2876124 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 146.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11505880 KiB

[startup+105.601 s]
/proc/loadavg: 2.39 2.18 2.12 3/217 18002
/proc/meminfo: memFree=19861660/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13984976 memory=11505016 CPUtime=151.61 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 312311 0 0 0 13926 1235 0 0 20 0 15 0 117669737 14320615424 2876254 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3496244 2876254 3246 1 0 3483478 0
[pid=17910/tid=17911] ppid=17908 vsize=13984976 memory=1948 CPUtime=84.8 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) S 17908 17908 17190 0 -1 1077944384 16915 0 0 0 8456 24 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993772411520 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13984976 memory=2332 CPUtime=15.01 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) R 17908 17908 17190 0 -1 4202560 33445 0 0 0 1175 326 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993724725232 139993760801511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13984976 memory=1292 CPUtime=15.01 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) R 17908 17908 17190 0 -1 4202560 48640 0 0 0 1221 280 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993723673048 139993753126805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13984976 memory=1728 CPUtime=15.08 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) R 17908 17908 17190 0 -1 4202560 135207 0 0 0 1199 309 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993722620144 139993760801511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13984976 memory=6791534058613427641 CPUtime=14.92 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) R 17908 17908 17190 0 -1 4202560 47054 0 0 0 1206 286 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993360558504 139993760801511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13984976 memory=7275692 CPUtime=5.38 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 19435 0 0 0 536 2 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992747688928 139993768183509 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992746636640 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13984976 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992745584256 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13984976 memory=280354930022704 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13984976 memory=7522531260609620581 CPUtime=0.45 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 3181 0 0 0 45 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992743479408 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13984976 memory=7235385076339992434 CPUtime=0.49 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 3238 0 0 0 49 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992742426608 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13984976 memory=7157743049876594793 CPUtime=0.31 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 3387 0 0 0 30 1 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992741374320 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13984976 memory=11505016 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13984976 memory=1384 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 451 0 0 0 3 3 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 151.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11506400 KiB

[startup+106.405 s]
/proc/loadavg: 2.39 2.18 2.12 6/217 18002
/proc/meminfo: memFree=19857316/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13984976 memory=11505016 CPUtime=154.52 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 317134 0 0 0 14216 1236 0 0 20 0 15 0 117669737 14320615424 2876254 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3496244 2876254 3246 1 0 3483478 0
[pid=17910/tid=17911] ppid=17908 vsize=13984976 memory=5788 CPUtime=84.8 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) S 17908 17908 17190 0 -1 1077944384 16915 0 0 0 8456 24 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993772411520 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13984976 memory=1228 CPUtime=15.72 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) R 17908 17908 17190 0 -1 4202560 33779 0 0 0 1246 326 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993724725648 139993752630936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13984976 memory=796 CPUtime=15.72 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) R 17908 17908 17190 0 -1 4202560 48659 0 0 0 1292 280 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993723672848 139993752872083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13984976 memory=6791534058613427641 CPUtime=15.79 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) R 17908 17908 17190 0 -1 4202560 135699 0 0 0 1270 309 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993722620560 139993753169856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13984976 memory=1720 CPUtime=15.61 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) R 17908 17908 17190 0 -1 4202560 47217 0 0 0 1275 286 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993360558808 139993753169670 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13984976 memory=1004 CPUtime=5.46 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) S 17908 17908 17190 0 -1 1077944384 23243 0 0 0 544 2 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992747689168 139993768183509 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13984976 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992746636640 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13984976 memory=10482648 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992745584256 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13984976 memory=11505016 CPUtime=0.45 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 3183 0 0 0 45 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992743479456 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13984976 memory=1200 CPUtime=0.49 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 3240 0 0 0 49 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992742426656 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13984976 memory=15872 CPUtime=0.31 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 3390 0 0 0 30 1 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992741374080 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13984976 memory=288230574492221466 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 451 0 0 0 3 3 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 54 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 154.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11506400 KiB

[startup+106.601 s]
/proc/loadavg: 2.39 2.18 2.12 6/217 18002
/proc/meminfo: memFree=19857316/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/statm: 2378 346 289 221 0 87 0
[pid=17910] ppid=17908 vsize=13984976 memory=11505016 CPUtime=155.2 cores=0,2,4,6
/proc/17910/stat : 17910 (java) S 17908 17908 17190 0 -1 1077944320 317181 0 0 0 14284 1236 0 0 20 0 15 0 117669737 14320615424 2876254 33554432000 4194304 4196468 140721652499696 140721652482240 139993768173303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
/proc/17910/statm: 3496244 2876254 3246 1 0 3483478 0
[pid=17910/tid=17911] ppid=17908 vsize=13984976 memory=1200 CPUtime=84.8 cores=0,2,4,6
/proc/17910/task/17911/stat : 17911 (java) S 17908 17908 17190 0 -1 1077944384 16915 0 0 0 8456 24 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993772411520 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17912] ppid=17908 vsize=13984976 memory=15872 CPUtime=15.9 cores=0,2,4,6
/proc/17910/task/17912/stat : 17912 (java) S 17908 17908 17190 0 -1 1077944384 33779 0 0 0 1263 327 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993724725648 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17913] ppid=17908 vsize=13984976 memory=4040 CPUtime=15.89 cores=0,2,4,6
/proc/17910/task/17913/stat : 17913 (java) S 17908 17908 17190 0 -1 1077944384 48659 0 0 0 1309 280 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993723672848 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17914] ppid=17908 vsize=13984976 memory=288230574492221466 CPUtime=15.95 cores=0,2,4,6
/proc/17910/task/17914/stat : 17914 (java) S 17908 17908 17190 0 -1 1077944384 135699 0 0 0 1286 309 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993722620560 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17915] ppid=17908 vsize=13984976 memory=288230621803970871 CPUtime=15.78 cores=0,2,4,6
/proc/17910/task/17915/stat : 17915 (java) S 17908 17908 17190 0 -1 1077944384 47264 0 0 0 1292 286 0 0 20 0 15 0 117669738 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139993360558608 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17916] ppid=17908 vsize=13984976 memory=14134433267583532 CPUtime=5.5 cores=0,2,4,6
/proc/17910/task/17916/stat : 17916 (java) R 17908 17908 17190 0 -1 4202560 23243 0 0 0 548 2 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992747689168 139993746543483 0 0 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17917] ppid=17908 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17917/stat : 17917 (java) S 17908 17908 17190 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992746636640 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17918] ppid=17908 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17918/stat : 17918 (java) S 17908 17908 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117669740 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992745584256 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17919] ppid=17908 vsize=13984976 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17919/stat : 17919 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992744532560 139993768191899 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17920] ppid=17908 vsize=13984976 memory=1228 CPUtime=0.45 cores=0,2,4,6
/proc/17910/task/17920/stat : 17920 (java) S 17908 17908 17190 0 -1 1077944384 3183 0 0 0 45 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992743479456 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17921] ppid=17908 vsize=13984976 memory=796 CPUtime=0.49 cores=0,2,4,6
/proc/17910/task/17921/stat : 17921 (java) S 17908 17908 17190 0 -1 1077944384 3240 0 0 0 49 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992742426656 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17922] ppid=17908 vsize=13984976 memory=10020 CPUtime=0.31 cores=0,2,4,6
/proc/17910/task/17922/stat : 17922 (java) S 17908 17908 17190 0 -1 1077944384 3390 0 0 0 30 1 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992741374080 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17923] ppid=17908 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/17910/task/17923/stat : 17923 (java) S 17908 17908 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992740321760 139993768183509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
[pid=17910/tid=17924] ppid=17908 vsize=13984976 memory=8548 CPUtime=0.06 cores=0,2,4,6
/proc/17910/task/17924/stat : 17924 (java) S 17908 17908 17190 0 -1 1077944384 451 0 0 0 3 3 0 0 20 0 15 0 117669743 14320615424 2876254 33554432000 4194304 4196468 140721652499696 139992739269552 139993768184450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 54 0 0 6293624 6294260 32161792 140721652503703 140721652503879 140721652503879 140721652506575 0
Current children cumulated CPU time: 155.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11506400 KiB

[startup+106.715 s]
/proc/loadavg: 2.39 2.18 2.12 6/217 18002
/proc/meminfo: memFree=19857316/32770624 swapFree=67108860/67108860
[pid=17908] ppid=17905 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/17908/stat : 17908 (xcsp3-exec) S 17905 17908 17190 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117669737 9740288 346 33554432000 4194304 5098028 140732010619792 140732010617896 140700891222652 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35184640 140732010628206 140732010628411 140732010628411 140732010631147 0
/proc/17908/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): 106.72
CPU time (s): 155.335
CPU user time (s): 142.896
CPU system time (s): 12.4393
CPU usage (%): 145.554
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11506400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.896
system time used= 12.4393
maximum resident set size= 11505296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9717
involuntary context switches= 1015


# summary of solver processes directly reported to runsolver:
#   pid: 17908
#   total CPU time (s): 155.335
#   total CPU user time (s): 142.896
#   total CPU system time (s): 12.4393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.854552 second user time and 1.00715 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 02:56:01
IDJOB=4269024
IDBENCH=138092
IDSOLVER=2660
FILE ID=node112/4269024-1502845819
RUNJOBID= node112-1502839811-17221
PBS_JOBID= 20629854
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-50.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269024-1502845819/watcher-4269024-1502845819 -o /tmp/evaluation-result-4269024-1502845819/solver-4269024-1502845819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17221 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1000248058 HOME/instance-4269024-1502845819.xml

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=1000248058

node112.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.24
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.24
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.24
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.24
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:        29024896 kB
MemAvailable:   29622076 kB
Buffers:          210336 kB
Cached:           668604 kB
SwapCached:            0 kB
Active:          3006628 kB
Inactive:         284900 kB
Active(anon):    2364380 kB
Inactive(anon):    76444 kB
Active(file):     642248 kB
Inactive(file):   208456 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48176 kB
Writeback:             0 kB
AnonPages:       2418956 kB
Mapped:            58496 kB
Shmem:             25224 kB
Slab:             151920 kB
SReclaimable:     124620 kB
SUnreclaim:        27300 kB
KernelStack:        3536 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3501616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2318336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61724 MiB
End job on node112 at 2017-08-16 02:57:48