Trace number 4269820

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? 564.50403 448.15701

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-14.xml
MD5SUM2556de90265467259f78cf5ff01f71ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints465
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":90}]
Minimum variable degree30
Maximum variable degree30
Distribution of variable degrees[{"degree":30,"count":90}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":30},{"arity":6,"count":435}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"ordered","count":30}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269820-1502786381.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269820-1502786381.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.34/0.27	c parse instance...
549.22/441.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
549.22/441.57		at java.util.Arrays.copyOf(Arrays.java:3181)
549.22/441.57		at java.util.ArrayList.grow(ArrayList.java:261)
549.22/441.57		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
549.22/441.57		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
549.22/441.57		at java.util.ArrayList.add(ArrayList.java:458)
549.22/441.57		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
549.22/441.57		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:58)
549.22/441.57		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:305)
549.22/441.57		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
549.22/441.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
549.22/441.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
549.22/441.57		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
549.22/441.57		at org.xcsp.parser.XCallbacks$$Lambda$59/1333592072.accept(Unknown Source)
549.22/441.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
549.22/441.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
549.22/441.57		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
549.22/441.57		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
549.22/441.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
549.22/441.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
549.22/441.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
549.22/441.57		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
549.22/441.57		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
549.22/441.57		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
549.22/441.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
549.22/441.58	s UNKNOWN
564.34/448.07	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 (12194 MiB free)
  memory of node 1: 16384 MiB (13481 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269820-1502786381/watcher-4269820-1502786381 -o /tmp/evaluation-result-4269820-1502786381/solver-4269820-1502786381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15706 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 523668418 HOME/instance-4269820-1502786381.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
solver pid=15750, runsolver pid=15747
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 8.15 8.68 8.72 2/200 15766
/proc/meminfo: memFree=26339148/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=13978596 memory=28112 CPUtime=0.12 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 5392 0 0 0 11 1 0 0 20 0 15 0 111709767 14314082304 7028 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3494649 7028 2876 1 0 3482966 0
[pid=15752/tid=15753] ppid=15750 vsize=13978596 memory=-6517102902069810590 CPUtime=0.09 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) R 15750 15750 15674 0 -1 4202560 3318 0 0 0 8 1 0 0 20 0 15 0 111709768 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453642949168 140453622805780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=13978596 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=13978596 memory=140419619501696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709769 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=13978596 memory=140419619501696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709770 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453112932720 140453638736514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111709770 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453111878688 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111709771 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453110825840 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453108722544 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453107669744 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=13978596 memory=140419619501696 CPUtime=0.01 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) R 15750 15750 15674 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453106616944 140453617501437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=13978596 memory=140419619501696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709773 14314082304 7028 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29496 KiB

[startup+0.210624 s]*
/proc/loadavg: 8.15 8.68 8.72 2/197 15774
/proc/meminfo: memFree=26328808/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=13982852 memory=40252 CPUtime=0.34 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 8081 0 0 0 31 3 0 0 20 0 15 0 111709767 14318440448 10063 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3495713 10063 3063 1 0 3482966 0
[pid=15752/tid=15753] ppid=15750 vsize=13982884 memory=7311146985107750967 CPUtime=0.2 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) R 15750 15750 15674 0 -1 4202560 5262 0 0 0 18 2 0 0 20 0 15 0 111709768 14318473216 10063 33554432000 4194304 4196468 140722556801440 140453642927056 140453631405085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=13982884 memory=12537 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318473216 10063 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=13982852 memory=140419619517549 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=13982852 memory=140419619501696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709770 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453112932720 140453638736514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111709770 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453111878688 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111709771 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453110825840 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453108722544 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 364 0 0 0 3 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453107669744 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=13982852 memory=140419619501696 CPUtime=0.07 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 744 0 0 0 7 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453106616944 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=13982852 memory=140419619501696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 10063 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41636 KiB

[startup+0.310332 s]*
/proc/loadavg: 8.15 8.68 8.72 3/197 15774
/proc/meminfo: memFree=26277920/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=13982852 memory=46848 CPUtime=0.5 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 8885 0 0 0 47 3 0 0 20 0 15 0 111709767 14318440448 11712 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3495713 11712 3078 1 0 3482966 0
[pid=15752/tid=15753] ppid=15750 vsize=13982852 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) R 15750 15750 15674 0 -1 4202560 5884 0 0 0 27 2 0 0 20 0 15 0 111709768 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453642962384 140453638747293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=13982852 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709769 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=13982852 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) S 15750 15750 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111709770 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453112932720 140453638736514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111709770 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453111878688 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111709771 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453110825840 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) R 15750 15750 15674 0 -1 4202560 496 0 0 0 3 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453108722544 140453623621183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453107669744 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) R 15750 15750 15674 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453106616944 140453638736514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709773 14318440448 11777 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48232 KiB

[startup+0.700762 s]
/proc/loadavg: 8.15 8.68 8.72 8/215 15795
/proc/meminfo: memFree=26063928/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=13982928 memory=324616 CPUtime=1.48 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 12694 0 0 0 124 24 0 0 20 0 15 0 111709767 14318518272 81154 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3495732 81154 3197 1 0 3482966 0
[pid=15752/tid=15753] ppid=15750 vsize=13982928 memory=31540 CPUtime=0.6 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) S 15750 15750 15674 0 -1 1077944384 6277 0 0 0 55 5 0 0 20 0 15 0 111709768 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453642962848 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=13982928 memory=1296 CPUtime=0.06 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) R 15750 15750 15674 0 -1 4202560 71 0 0 0 2 4 0 0 20 0 15 0 111709769 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453553794192 140453631828273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=13982928 memory=2400 CPUtime=0.05 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) R 15750 15750 15674 0 -1 4202560 56 0 0 0 2 3 0 0 20 0 15 0 111709769 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453552741392 140453631828278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=13982928 memory=1728 CPUtime=0.05 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) R 15750 15750 15674 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 111709769 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=13982928 memory=12032 CPUtime=0.07 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) R 15750 15750 15674 0 -1 4202560 76 0 0 0 3 4 0 0 20 0 15 0 111709769 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453230926728 140453631353575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=13982928 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) S 15750 15750 15674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 111709770 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453112931232 140453638735573 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=13982928 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111709770 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453111878688 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=13982928 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 111709771 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453110825840 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=13982928 memory=5865188000529146989 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=13982928 memory=-7028383565733675155 CPUtime=0.19 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) D 15750 15750 15674 0 -1 4202560 1894 0 0 0 19 0 0 0 20 0 15 0 111709773 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453108708568 140453631442519 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=13982928 memory=-8033973737701895300 CPUtime=0.14 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 1010 0 0 0 14 0 0 0 20 0 15 0 111709773 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453107669744 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=13982928 memory=6944656592455360569 CPUtime=0.24 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 1868 0 0 0 23 1 0 0 20 0 15 0 111709773 14318518272 81154 33554432000 4194304 4196468 140722556801440 140453106616944 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111709773 14318518272 82178 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111709773 14318518272 82178 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 326000 KiB

[startup+1.50085 s]
/proc/loadavg: 7.89 8.62 8.70 5/198 15795
/proc/meminfo: memFree=25466120/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0

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

/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453111878752 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=14051540 memory=10652 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111709771 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453110825856 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=14051540 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=14051540 memory=17656 CPUtime=0.62 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 3506 0 0 0 61 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453108722544 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=14051540 memory=16432 CPUtime=0.53 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 3020 0 0 0 53 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453107669744 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=14051540 memory=4040 CPUtime=0.37 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 6605 0 0 0 36 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453106616944 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=14051540 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=14051540 memory=640 CPUtime=0.28 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 844 0 0 0 15 13 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15858] ppid=15750 vsize=14051540 memory=960 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15858/stat : 15858 (java) S 15750 15750 15674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 111753925 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453096505136 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 562.74 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11613376 KiB

[startup+447.201 s]
/proc/loadavg: 2.48 3.64 6.20 3/218 15858
/proc/meminfo: memFree=13160096/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=14051540 memory=11611992 CPUtime=563.54 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 904842 0 0 0 55610 744 0 0 20 0 16 0 111709767 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3512885 2902998 3253 1 0 3500119 0
[pid=15752/tid=15753] ppid=15750 vsize=14051540 memory=2240 CPUtime=380.66 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) S 15750 15750 15674 0 -1 1077944384 67784 0 0 0 38035 31 0 0 20 0 16 0 111709768 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453642966048 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=14051540 memory=6791534058613427641 CPUtime=38.28 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 248518 0 0 0 3652 176 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=14051540 memory=2200 CPUtime=38.45 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 117186 0 0 0 3670 175 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=14051540 memory=4012 CPUtime=38.04 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 245707 0 0 0 3651 153 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=14051540 memory=31552 CPUtime=38.32 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 143927 0 0 0 3658 174 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=14051540 memory=1296 CPUtime=27.9 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) R 15750 15750 15674 0 -1 4202560 66377 0 0 0 2772 18 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453112931152 140453623721768 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=14051540 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453111878752 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=14051540 memory=11611992 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111709771 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453110825856 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=14051540 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=14051540 memory=796 CPUtime=0.62 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 3507 0 0 0 61 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453108722304 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=14051540 memory=1228 CPUtime=0.53 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 3020 0 0 0 53 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453107669792 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=14051540 memory=1228 CPUtime=0.37 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 6605 0 0 0 36 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453106616992 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=14051540 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=14051540 memory=4616 CPUtime=0.28 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 844 0 0 0 15 13 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15858] ppid=15750 vsize=14051540 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15858/stat : 15858 (java) S 15750 15750 15674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 111753925 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453096505136 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 563.54 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11613376 KiB

[startup+447.601 s]
/proc/loadavg: 2.48 3.64 6.20 3/218 15858
/proc/meminfo: memFree=13160096/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=14051540 memory=11611992 CPUtime=563.94 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 904842 0 0 0 55650 744 0 0 20 0 16 0 111709767 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3512885 2902998 3253 1 0 3500119 0
[pid=15752/tid=15753] ppid=15750 vsize=14051540 memory=6791534058613427641 CPUtime=380.66 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) S 15750 15750 15674 0 -1 1077944384 67784 0 0 0 38035 31 0 0 20 0 16 0 111709768 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453642966048 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=14051540 memory=31552 CPUtime=38.28 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 248518 0 0 0 3652 176 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=14051540 memory=1296 CPUtime=38.45 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 117186 0 0 0 3670 175 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=14051540 memory=2400 CPUtime=38.04 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 245707 0 0 0 3651 153 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=14051540 memory=1728 CPUtime=38.32 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 143927 0 0 0 3658 174 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=14051540 memory=12032 CPUtime=28.3 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) R 15750 15750 15674 0 -1 4202560 66377 0 0 0 2812 18 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453112931152 140453623721920 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=14051540 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453111878752 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=14051540 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111709771 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453110825856 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=14051540 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=14051540 memory=6508 CPUtime=0.62 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 3507 0 0 0 61 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453108722304 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=14051540 memory=840 CPUtime=0.53 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 3020 0 0 0 53 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453107669792 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=14051540 memory=4096 CPUtime=0.37 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 6605 0 0 0 36 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453106616992 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=14051540 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=14051540 memory=916 CPUtime=0.28 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 844 0 0 0 15 13 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15858] ppid=15750 vsize=14051540 memory=3824 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15858/stat : 15858 (java) S 15750 15750 15674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 111753925 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453096505136 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 563.94 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11613376 KiB

[startup+448.001 s]*
/proc/loadavg: 2.48 3.64 6.20 3/218 15858
/proc/meminfo: memFree=13160096/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/statm: 2378 346 289 221 0 87 0
[pid=15752] ppid=15750 vsize=14051540 memory=11611992 CPUtime=564.34 cores=1,3,5,7
/proc/15752/stat : 15752 (java) S 15750 15750 15674 0 -1 1077944320 904842 0 0 0 55690 744 0 0 20 0 16 0 111709767 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140722556783984 140453638725367 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
/proc/15752/statm: 3512885 2902998 3253 1 0 3500119 0
[pid=15752/tid=15753] ppid=15750 vsize=14051540 memory=6791534058613427641 CPUtime=380.66 cores=1,3,5,7
/proc/15752/task/15753/stat : 15753 (java) S 15750 15750 15674 0 -1 1077944384 67784 0 0 0 38035 31 0 0 20 0 16 0 111709768 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453642966048 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15754] ppid=15750 vsize=14051540 memory=1728 CPUtime=38.28 cores=1,3,5,7
/proc/15752/task/15754/stat : 15754 (java) S 15750 15750 15674 0 -1 1077944384 248518 0 0 0 3652 176 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453553794192 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15755] ppid=15750 vsize=14051540 memory=12032 CPUtime=38.45 cores=1,3,5,7
/proc/15752/task/15755/stat : 15755 (java) S 15750 15750 15674 0 -1 1077944384 117186 0 0 0 3670 175 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453552741392 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15756] ppid=15750 vsize=14051540 memory=11611756 CPUtime=38.04 cores=1,3,5,7
/proc/15752/task/15756/stat : 15756 (java) S 15750 15750 15674 0 -1 1077944384 245707 0 0 0 3651 153 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453231979408 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15757] ppid=15750 vsize=14051540 memory=4872558044660077418 CPUtime=38.32 cores=1,3,5,7
/proc/15752/task/15757/stat : 15757 (java) S 15750 15750 15674 0 -1 1077944384 143927 0 0 0 3658 174 0 0 20 0 16 0 111709769 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453230926608 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15758] ppid=15750 vsize=14051540 memory=6944656592455360604 CPUtime=28.71 cores=1,3,5,7
/proc/15752/task/15758/stat : 15758 (java) R 15750 15750 15674 0 -1 4202560 66377 0 0 0 2853 18 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453112931152 140453623721712 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15759] ppid=15750 vsize=14051540 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15759/stat : 15759 (java) S 15750 15750 15674 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 111709770 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453111878752 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15760] ppid=15750 vsize=14051540 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15760/stat : 15760 (java) S 15750 15750 15674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111709771 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453110825856 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15761] ppid=15750 vsize=14051540 memory=7809628178198388923 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15761/stat : 15761 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453109774160 140453638743963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15762] ppid=15750 vsize=14051540 memory=4212118448125210486 CPUtime=0.62 cores=1,3,5,7
/proc/15752/task/15762/stat : 15762 (java) S 15750 15750 15674 0 -1 1077944384 3507 0 0 0 61 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453108722304 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15763] ppid=15750 vsize=14051540 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/15752/task/15763/stat : 15763 (java) S 15750 15750 15674 0 -1 1077944384 3020 0 0 0 53 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453107669792 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15764] ppid=15750 vsize=14051540 memory=2400 CPUtime=0.37 cores=1,3,5,7
/proc/15752/task/15764/stat : 15764 (java) S 15750 15750 15674 0 -1 1077944384 6605 0 0 0 36 1 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453106616992 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15765] ppid=15750 vsize=14051540 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15765/stat : 15765 (java) S 15750 15750 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453105564384 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15766] ppid=15750 vsize=14051540 memory=12032 CPUtime=0.28 cores=1,3,5,7
/proc/15752/task/15766/stat : 15766 (java) S 15750 15750 15674 0 -1 1077944384 844 0 0 0 15 13 0 0 20 0 16 0 111709773 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453104511664 140453638736514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
[pid=15752/tid=15858] ppid=15750 vsize=14051540 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/15752/task/15858/stat : 15858 (java) S 15750 15750 15674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 111753925 14388776960 2902998 33554432000 4194304 4196468 140722556801440 140453096505136 140453638735573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11542528 140722556810391 140722556810567 140722556810567 140722556813263 0
Current children cumulated CPU time: 564.34 s
Current children cumulated vsize: 14061052 KiB
Current children cumulated memory: 11613376 KiB

[startup+448.11 s]
/proc/loadavg: 2.48 3.64 6.20 3/218 15858
/proc/meminfo: memFree=13160096/32770624 swapFree=67108860/67108860
[pid=15750] ppid=15747 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15750/stat : 15750 (xcsp3-exec) S 15747 15750 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 111709767 9740288 346 33554432000 4194304 5098028 140724824204112 140724824202216 139884589687420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34676736 140724824208495 140724824208699 140724824208699 140724824211435 0
/proc/15750/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): 448.157
CPU time (s): 564.504
CPU user time (s): 556.977
CPU system time (s): 7.52694
CPU usage (%): 125.961
Max. virtual memory (cumulated for all children) (KiB): 14061052
Max. memory (cumulated for all children) (KiB): 11613376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 556.977
system time used= 7.52694
maximum resident set size= 11612336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 905429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18826
involuntary context switches= 1915


# summary of solver processes directly reported to runsolver:
#   pid: 15750
#   total CPU time (s): 564.504
#   total CPU user time (s): 556.977
#   total CPU system time (s): 7.52694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.89453 second user time and 4.59638 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-15 10:25:23
IDJOB=4269820
IDBENCH=126259
IDSOLVER=2660
FILE ID=node105/4269820-1502786381
RUNJOBID= node105-1502785522-15706
PBS_JOBID= 20629123
Free space on /tmp= 60592 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-14.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-4269820-1502786381/watcher-4269820-1502786381 -o /tmp/evaluation-result-4269820-1502786381/solver-4269820-1502786381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15706 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 523668418 HOME/instance-4269820-1502786381.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=523668418

node105.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.17
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.17
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.17
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.17
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:        26292404 kB
MemAvailable:   31907184 kB
Buffers:          229768 kB
Cached:          5657364 kB
SwapCached:            0 kB
Active:           887352 kB
Inactive:        5117664 kB
Active(anon):     120416 kB
Inactive(anon):    25060 kB
Active(file):     766936 kB
Inactive(file):  5092604 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             79688 kB
Writeback:             0 kB
AnonPages:         89048 kB
Mapped:            57060 kB
Shmem:             25228 kB
Slab:             167880 kB
SReclaimable:     142152 kB
SUnreclaim:        25728 kB
KernelStack:        3136 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1288540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60580 MiB
End job on node105 at 2017-08-15 10:32:51