Trace number 4269023

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)? 159.30701 109.337

General information on the benchmark

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

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

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

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

solver pid=17831, runsolver pid=17828

[startup+0.100157 s]*
/proc/loadavg: 2.26 2.13 2.10 5/217 17847
/proc/meminfo: memFree=20608300/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13978596 memory=27848 CPUtime=0.12 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 5332 0 0 0 11 1 0 0 20 0 15 0 117667900 14314082304 6962 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3494649 6962 2866 1 0 3482966 0
[pid=17833/tid=17834] ppid=17831 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) R 17831 17831 17190 0 -1 4202560 3323 0 0 0 8 1 0 0 20 0 15 0 117667900 14314082304 6962 33554432000 4194304 4196468 140723458121328 140473201637168 140473197419926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13978596 memory=3472467977988437200 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14314082304 6962 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13978596 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14314082304 6962 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14314082304 6962 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667901 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667902 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472671508720 140473197419138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117667903 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472670454944 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117667903 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472669401840 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 117667905 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 117667905 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13978596 memory=139849093285504 CPUtime=0.01 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) R 17831 17831 17190 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 15 0 117667905 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472665192944 140473178992278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13978596 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667906 14314082304 6962 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29228 KiB

[startup+0.210795 s]*
/proc/loadavg: 2.26 2.13 2.10 3/217 17847
/proc/meminfo: memFree=20596128/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13982852 memory=40608 CPUtime=0.34 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 8170 0 0 0 31 3 0 0 20 0 15 0 117667900 14318440448 10152 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3495721 10152 3080 1 0 3482974 0
[pid=17833/tid=17834] ppid=17831 vsize=13982852 memory=5855082630820233377 CPUtime=0.2 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) R 17831 17831 17190 0 -1 4202560 5275 0 0 0 18 2 0 0 20 0 15 0 117667900 14318440448 10152 33554432000 4194304 4196468 140723458121328 140473201617616 140473190087213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13982852 memory=3472467977988437200 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 10152 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13982852 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 10152 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 10152 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13982884 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667902 14318473216 10152 33554432000 4194304 4196468 140723458121328 140472671508720 140473197419138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117667903 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472670454944 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117667903 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472669401840 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 434 0 0 0 2 0 0 0 20 0 15 0 117667905 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 15 0 117667905 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13982884 memory=139849093285504 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 15 0 117667905 14318473216 10152 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13982852 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667906 14318440448 10152 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41988 KiB

[startup+0.315688 s]*
/proc/loadavg: 2.26 2.13 2.10 5/217 17847
/proc/meminfo: memFree=20589552/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13982852 memory=47968 CPUtime=0.53 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 9131 0 0 0 49 4 0 0 20 0 15 0 117667900 14318440448 11992 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3495713 11992 3129 1 0 3482966 0
[pid=17833/tid=17834] ppid=17831 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) R 17831 17831 17190 0 -1 4202560 5895 0 0 0 27 2 0 0 20 0 15 0 117667900 14318440448 11992 33554432000 4194304 4196468 140723458121328 140473201635024 140473197429917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13982852 memory=3472467977988437200 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 11992 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13982852 memory=139849093285504 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 11992 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 11992 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13982852 memory=139848967137311 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667901 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13982852 memory=279697934253856 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117667902 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472671508720 140473197419138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13982852 memory=139848967114255 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117667903 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472670454944 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13982852 memory=279698060408928 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117667903 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472669401840 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13982852 memory=139848967118863 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) R 17831 17831 17190 0 -1 4202560 534 0 0 0 4 0 0 0 20 0 15 0 117667905 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472667298544 140473178108288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13982852 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) R 17831 17831 17190 0 -1 4202560 527 0 0 0 4 0 0 0 20 0 15 0 117667905 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472666227016 140473181970200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 15 0 117667905 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13982852 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667906 14318440448 11992 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49348 KiB

[startup+0.700873 s]
/proc/loadavg: 2.26 2.13 2.10 6/217 17847
/proc/meminfo: memFree=20415660/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13982928 memory=350716 CPUtime=1.2 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 9978 0 0 0 98 22 0 0 20 0 15 0 117667900 14318518272 87679 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3495732 87679 3167 1 0 3482966 0
[pid=17833/tid=17834] ppid=17831 vsize=13982928 memory=5865469479800824941 CPUtime=0.6 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) R 17831 17831 17190 0 -1 4202560 6259 0 0 0 54 6 0 0 20 0 15 0 117667900 14318518272 87679 33554432000 4194304 4196468 140723458121328 140473201643128 140472828109604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13982928 memory=7019257425709197167 CPUtime=0.06 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 117667901 14318518272 87679 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13982928 memory=6291616985311630419 CPUtime=0.06 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 64 0 0 0 3 3 0 0 20 0 15 0 117667901 14318518272 87679 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13982928 memory=7747766295893256779 CPUtime=0.06 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 60 0 0 0 3 3 0 0 20 0 15 0 117667901 14318518272 87679 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13982928 memory=8370611207638964880 CPUtime=0.05 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 15 0 117667901 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13982928 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117667902 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472671508720 140473197419138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13982928 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117667903 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472670454944 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13982928 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 117667903 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472669401840 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13982928 memory=33056 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 564 0 0 0 7 0 0 0 20 0 15 0 117667905 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13982928 memory=2332 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 545 0 0 0 7 0 0 0 20 0 15 0 117667905 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13982928 memory=1292 CPUtime=0.16 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 983 0 0 0 16 0 0 0 20 0 15 0 117667905 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13982928 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13982928 memory=6083073826404724833 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117667906 14318518272 87679 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 352096 KiB

[startup+1.50133 s]
/proc/loadavg: 2.26 2.13 2.10 4/217 17847
/proc/meminfo: memFree=19548184/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0

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

/proc/17833/task/17836/stat : 17836 (java) R 17831 17831 17190 0 -1 4202560 78662 0 0 0 1152 321 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473148976080 140473190036199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13984976 memory=-9001734043636558696 CPUtime=14.8 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) R 17831 17831 17190 0 -1 4202560 68753 0 0 0 1142 338 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473147923024 140473190036199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13984976 memory=-7457052372387209120 CPUtime=14.79 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) R 17831 17831 17190 0 -1 4202560 60039 0 0 0 1159 320 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472790215768 140473190511049 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13984976 memory=4206468019014099040 CPUtime=2.86 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 22735 0 0 0 283 3 0 0 20 0 15 0 117667902 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472671507280 140473197418197 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472670455008 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13984976 memory=1227 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472669401856 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13984976 memory=11732504 CPUtime=0.47 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 3394 0 0 0 47 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13984976 memory=250 CPUtime=0.49 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 3021 0 0 0 48 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13984976 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 3226 0 0 0 30 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 478 0 0 0 4 3 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 152.78 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11734940 KiB

[startup+108.001 s]*
/proc/loadavg: 2.01 2.10 2.09 9/217 17925
/proc/meminfo: memFree=10114064/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13984976 memory=11733560 CPUtime=155.92 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 530508 0 0 0 14251 1341 0 0 20 0 15 0 117667900 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3496244 2933390 3248 1 0 3483478 0
[pid=17833/tid=17834] ppid=17831 vsize=13984976 memory=6791534058613427641 CPUtime=89.37 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) S 17831 17831 17190 0 -1 1077944384 74800 0 0 0 8912 25 0 0 20 0 15 0 117667900 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473201646208 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13984976 memory=-7003737579269690708 CPUtime=15.59 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) R 17831 17831 17190 0 -1 1077944384 57846 0 0 0 1241 318 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473150028624 140473197419138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13984976 memory=2340 CPUtime=15.51 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) R 17831 17831 17190 0 -1 4202560 78662 0 0 0 1230 321 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473148976392 140473190036199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13984976 memory=2236 CPUtime=15.58 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) R 17831 17831 17190 0 -1 4202560 68753 0 0 0 1220 338 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473147923024 140473190036199 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13984976 memory=4084 CPUtime=15.59 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) R 17831 17831 17190 0 -1 4202560 216243 0 0 0 1233 326 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472790215768 140473190510970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13984976 memory=932 CPUtime=2.86 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) S 17831 17831 17190 0 -1 1077944384 22735 0 0 0 283 3 0 0 20 0 15 0 117667902 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472671507280 140473197418197 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472670455008 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472669401856 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13984976 memory=10020 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13984976 memory=1948 CPUtime=0.47 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 3394 0 0 0 47 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13984976 memory=8548 CPUtime=0.49 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 3021 0 0 0 48 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13984976 memory=4616 CPUtime=0.31 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 3226 0 0 0 30 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13984976 memory=1004 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 478 0 0 0 4 3 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 155.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11734940 KiB

[startup+108.801 s]
/proc/loadavg: 2.01 2.10 2.09 9/217 17925
/proc/meminfo: memFree=10114064/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13984976 memory=11733560 CPUtime=158.76 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 530600 0 0 0 14534 1342 0 0 20 0 15 0 117667900 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3496244 2933390 3248 1 0 3483478 0
[pid=17833/tid=17834] ppid=17831 vsize=13984976 memory=11554180 CPUtime=89.37 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) S 17831 17831 17190 0 -1 1077944384 74800 0 0 0 8912 25 0 0 20 0 15 0 117667900 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473201646208 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13984976 memory=1380 CPUtime=16.26 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 57846 0 0 0 1308 318 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13984976 memory=9899380 CPUtime=16.19 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 78662 0 0 0 1297 322 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13984976 memory=1380 CPUtime=16.27 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 68753 0 0 0 1288 339 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13984976 memory=1380 CPUtime=16.3 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 216333 0 0 0 1304 326 0 0 20 0 15 0 117667901 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13984976 memory=11733540 CPUtime=2.94 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) R 17831 17831 17190 0 -1 4202560 22735 0 0 0 291 3 0 0 20 0 15 0 117667902 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472671507280 140473182404544 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472670455008 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472669401856 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13984976 memory=5788 CPUtime=0.47 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 3394 0 0 0 47 0 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13984976 memory=1228 CPUtime=0.49 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 3021 0 0 0 48 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13984976 memory=63 CPUtime=0.31 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 3226 0 0 0 30 1 0 0 20 0 15 0 117667905 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13984976 memory=4 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 478 0 0 0 4 3 0 0 20 0 15 0 117667906 14320615424 2933390 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 158.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11734940 KiB

[startup+109.201 s]
/proc/loadavg: 2.01 2.10 2.09 6/217 17925
/proc/meminfo: memFree=9161080/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
[pid=17833] ppid=17831 vsize=13984976 memory=11733584 CPUtime=159.16 cores=1,3,5,7
/proc/17833/stat : 17833 (java) S 17831 17831 17190 0 -1 1077944320 531242 0 0 0 14574 1342 0 0 20 0 15 0 117667900 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140723458103872 140473197407991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
/proc/17833/statm: 3496244 2933396 3248 1 0 3483478 0
[pid=17833/tid=17834] ppid=17831 vsize=13984976 memory=2236 CPUtime=89.37 cores=1,3,5,7
/proc/17833/task/17834/stat : 17834 (java) S 17831 17831 17190 0 -1 1077944384 74800 0 0 0 8912 25 0 0 20 0 15 0 117667900 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140473201646208 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17835] ppid=17831 vsize=13984976 memory=4084 CPUtime=16.26 cores=1,3,5,7
/proc/17833/task/17835/stat : 17835 (java) S 17831 17831 17190 0 -1 1077944384 57846 0 0 0 1308 318 0 0 20 0 15 0 117667901 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140473150028816 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17836] ppid=17831 vsize=13984976 memory=932 CPUtime=16.19 cores=1,3,5,7
/proc/17833/task/17836/stat : 17836 (java) S 17831 17831 17190 0 -1 1077944384 78662 0 0 0 1297 322 0 0 20 0 15 0 117667901 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140473148976272 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17837] ppid=17831 vsize=13984976 memory=1572 CPUtime=16.27 cores=1,3,5,7
/proc/17833/task/17837/stat : 17837 (java) S 17831 17831 17190 0 -1 1077944384 68753 0 0 0 1288 339 0 0 20 0 15 0 117667901 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140473147923216 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17838] ppid=17831 vsize=13984976 memory=2200 CPUtime=16.3 cores=1,3,5,7
/proc/17833/task/17838/stat : 17838 (java) S 17831 17831 17190 0 -1 1077944384 216333 0 0 0 1304 326 0 0 20 0 15 0 117667901 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472790215568 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17839] ppid=17831 vsize=13984976 memory=6504 CPUtime=3.34 cores=1,3,5,7
/proc/17833/task/17839/stat : 17839 (java) R 17831 17831 17190 0 -1 4202560 23377 0 0 0 331 3 0 0 20 0 15 0 117667902 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472671507168 140473175778166 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17840] ppid=17831 vsize=13984976 memory=836 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17840/stat : 17840 (java) S 17831 17831 17190 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472670455008 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17841] ppid=17831 vsize=13984976 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17841/stat : 17841 (java) S 17831 17831 17190 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 117667903 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472669401856 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17842] ppid=17831 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17842/stat : 17842 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667905 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472668350416 140473197426587 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17843] ppid=17831 vsize=13984976 memory=920 CPUtime=0.47 cores=1,3,5,7
/proc/17833/task/17843/stat : 17843 (java) S 17831 17831 17190 0 -1 1077944384 3394 0 0 0 47 0 0 0 20 0 15 0 117667905 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472667298544 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17844] ppid=17831 vsize=13984976 memory=3832 CPUtime=0.49 cores=1,3,5,7
/proc/17833/task/17844/stat : 17844 (java) S 17831 17831 17190 0 -1 1077944384 3021 0 0 0 48 1 0 0 20 0 15 0 117667905 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472666246000 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17845] ppid=17831 vsize=13984976 memory=2784 CPUtime=0.31 cores=1,3,5,7
/proc/17833/task/17845/stat : 17845 (java) S 17831 17831 17190 0 -1 1077944384 3226 0 0 0 30 1 0 0 20 0 15 0 117667905 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472665192944 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17846] ppid=17831 vsize=13984976 memory=2792 CPUtime=0 cores=1,3,5,7
/proc/17833/task/17846/stat : 17846 (java) S 17831 17831 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117667906 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472664140640 140473197418197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
[pid=17833/tid=17847] ppid=17831 vsize=13984976 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/17833/task/17847/stat : 17847 (java) S 17831 17831 17190 0 -1 1077944384 478 0 0 0 4 3 0 0 20 0 15 0 117667906 14320615424 2933396 33554432000 4194304 4196468 140723458121328 140472663087664 140473197419138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140723458126999 140723458127175 140723458127175 140723458129871 0
Current children cumulated CPU time: 159.16 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 11734964 KiB

[startup+109.301 s]
/proc/loadavg: 2.01 2.10 2.09 6/217 17925
/proc/meminfo: memFree=9161080/32770624 swapFree=67108860/67108860
[pid=17831] ppid=17828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/17831/stat : 17831 (xcsp3-exec) S 17828 17831 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117667900 9740288 345 33554432000 4194304 5098028 140726645173152 140726645171256 140572700877436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25698304 140726645179502 140726645179707 140726645179707 140726645182443 0
/proc/17831/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 109.337
CPU time (s): 159.307
CPU user time (s): 145.786
CPU system time (s): 13.521
CPU usage (%): 145.702
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 11734964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.786
system time used= 13.521
maximum resident set size= 11734068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13504
involuntary context switches= 975


# summary of solver processes directly reported to runsolver:
#   pid: 17831
#   total CPU time (s): 159.307
#   total CPU user time (s): 145.786
#   total CPU system time (s): 13.521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.739071 second user time and 1.20236 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 02:55:43
IDJOB=4269023
IDBENCH=138075
IDSOLVER=2660
FILE ID=node112/4269023-1502845801
RUNJOBID= node112-1502839811-17222
PBS_JOBID= 20629854
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.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-4269023-1502845801/watcher-4269023-1502845801 -o /tmp/evaluation-result-4269023-1502845801/solver-4269023-1502845801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1000248058 HOME/instance-4269023-1502845801.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
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:        20625084 kB
MemAvailable:   21226296 kB
Buffers:          210316 kB
Cached:           672472 kB
SwapCached:            0 kB
Active:         11389824 kB
Inactive:         284924 kB
Active(anon):   10743392 kB
Inactive(anon):    76444 kB
Active(file):     646432 kB
Inactive(file):   208480 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             92032 kB
Writeback:             0 kB
AnonPages:      10798236 kB
Mapped:            58504 kB
Shmem:             25224 kB
Slab:             151148 kB
SReclaimable:     124268 kB
SUnreclaim:        26880 kB
KernelStack:        3536 kB
PageTables:        26288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12074292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7268352 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= 61644 MiB
End job on node112 at 2017-08-16 02:57:32