Trace number 4284040

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 5a (2017-08-18)? 551.46002 443.82501

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284040-1503203719/watcher-4284040-1503203719 -o /tmp/evaluation-result-4284040-1503203719/solver-4284040-1503203719 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1519781926 HOME/instance-4284040-1503203719.xml 

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

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

solver pid=4046, runsolver pid=4043

[startup+0.100152 s]*
/proc/loadavg: 2.17 2.07 1.77 2/200 4047
/proc/meminfo: memFree=26422232/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=33976 memory=452 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (runsolver) D 4043 4046 16431 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 18781658 34791424 113 18446744073709551615 4194304 4346622 140726827051488 140726827048120 140478568092375 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6446216 6449568 16121856 140726827057207 140726827057701 140726827057701 140726827061194 0
/proc/4046/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209753 s]*
/proc/loadavg: 2.17 2.07 1.77 3/209 4056
/proc/meminfo: memFree=26412280/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13574484 memory=19612 CPUtime=0.04 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 4243 0 0 0 3 1 0 0 20 0 9 0 18781675 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3393621 4903 2138 1 0 3383118 0
[pid=4048/tid=4049] ppid=4046 vsize=13574484 memory=7311146985107750967 CPUtime=0.03 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) R 4046 4046 16431 0 -1 4202560 2955 0 0 0 3 0 0 0 20 0 9 0 18781675 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512729034616 140512724821149 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13574484 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18781676 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13574484 memory=140478571246724 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18781676 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 18781676 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18781676 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13574484 memory=140478571042432 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) S 4046 4046 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 18781677 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512202840432 140512724810370 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 18781677 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512201786400 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 18781678 13900271616 4903 18446744073709551615 4194304 4196468 140730879223344 140512200733552 140512724809429 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20992 KiB

[startup+0.313063 s]*
/proc/loadavg: 2.17 2.07 1.77 4/215 4062
/proc/meminfo: memFree=26406476/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13974352 memory=27976 CPUtime=0.11 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 5434 0 0 0 10 1 0 0 20 0 15 0 18781675 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3493588 6994 2846 1 0 3482964 0
[pid=4048/tid=4049] ppid=4046 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) R 4046 4046 16431 0 -1 4202560 3455 0 0 0 8 0 0 0 20 0 15 0 18781675 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512729025760 140512724821149 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13974352 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781676 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13974352 memory=140478571246724 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781676 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13974352 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781676 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18781676 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13974352 memory=8392726354328340705 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) S 4046 4046 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18781677 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512202840432 140512724810370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18781677 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512201786400 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18781678 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512200733552 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 18781680 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512198630256 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781680 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512197577456 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13974352 memory=140478571042432 CPUtime=0.01 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) R 4046 4046 16431 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 15 0 18781680 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512196524656 140512724811158 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13974352 memory=140478571042432 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781685 14309736448 6994 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29356 KiB

[startup+0.705712 s]
/proc/loadavg: 2.17 2.07 1.77 3/215 4062
/proc/meminfo: memFree=26390304/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13978608 memory=187492 CPUtime=0.78 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 10964 0 0 0 67 11 0 0 20 0 15 0 18781675 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3494652 46873 3109 1 0 3482964 0
[pid=4048/tid=4049] ppid=4046 vsize=13978608 memory=23214 CPUtime=0.46 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) S 4046 4046 16431 0 -1 1077944384 7601 0 0 0 39 7 0 0 20 0 15 0 18781675 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512729038064 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13978608 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) R 4046 4046 16431 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 18781676 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512717901940 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13978608 memory=-8253362762721547640 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) R 4046 4046 16431 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 18781676 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512680713432 140512717902216 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13978608 memory=-8412658744800154483 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) R 4046 4046 16431 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 18781676 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512717902262 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13978608 memory=-7313218805096079717 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) R 4046 4046 16431 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 15 0 18781676 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512717901940 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13978608 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) S 4046 4046 16431 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 18781677 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512202838944 140512724809429 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13978608 memory=6944656425123094137 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18781677 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512201786400 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13978608 memory=-3704326594973231466 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18781678 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512200733552 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13978608 memory=-6454338467431146081 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13978608 memory=7679927811743456362 CPUtime=0.06 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 726 0 0 0 6 0 0 0 20 0 15 0 18781680 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512198630256 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13978608 memory=6944656592455097440 CPUtime=0.06 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 388 0 0 0 6 0 0 0 20 0 15 0 18781680 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512197577456 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13978608 memory=6655300316396806240 CPUtime=0.13 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 871 0 0 0 13 0 0 0 20 0 15 0 18781680 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512196524656 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13978608 memory=34832184778668 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13978608 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781685 14314094592 46873 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 188872 KiB

[startup+1.50083 s]
/proc/loadavg: 2.24 2.08 1.77 3/215 4062
/proc/meminfo: memFree=26001676/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13978684 memory=891256 CPUtime=3.05 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 18337 0 0 0 264 41 0 0 20 0 15 0 18781675 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3494671 222814 3207 1 0 3482964 0
[pid=4048/tid=4049] ppid=4046 vsize=13978684 memory=1380 CPUtime=0.98 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) R 4046 4046 16431 0 -1 4202560 8319 0 0 0 86 12 0 0 20 0 15 0 18781675 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512729033480 140512358126176 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13978684 memory=187492 CPUtime=0.25 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 568 0 0 0 19 6 0 0 20 0 15 0 18781676 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13978684 memory=280956896285024 CPUtime=0.26 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 666 0 0 0 20 6 0 0 20 0 15 0 18781676 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13978684 memory=157852933037984 CPUtime=0.26 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 776 0 0 0 19 7 0 0 20 0 15 0 18781676 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13978684 memory=280956896391360 CPUtime=0.23 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 451 0 0 0 18 5 0 0 20 0 15 0 18781676 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13978684 memory=3684146757684578704 CPUtime=0.01 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) S 4046 4046 16431 0 -1 1077944384 813 0 0 0 1 0 0 0 20 0 15 0 18781677 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512202840432 140512724810370 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18781677 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512201786464 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13978684 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 18781678 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512200733568 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13978684 memory=4943152110743886954 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13978684 memory=7524760035405095265 CPUtime=0.3 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) R 4046 4046 16431 0 -1 4202560 1695 0 0 0 30 0 0 0 20 0 15 0 18781680 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512198617936 140512706121548 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13978684 memory=7161937698900584344 CPUtime=0.43 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) R 4046 4046 16431 0 -1 4202560 1845 0 0 0 43 0 0 0 20 0 15 0 18781680 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512197575856 140512706171633 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13978684 memory=7662708092876710502 CPUtime=0.25 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 1905 0 0 0 25 0 0 0 20 0 15 0 18781680 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512196524656 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13978684 memory=6082209584144471658 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13978684 memory=4640204396462100583 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18781685 14314172416 222814 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 892636 KiB

[startup+3.11037 s]
/proc/loadavg: 2.24 2.08 1.77 3/215 4062
/proc/meminfo: memFree=25141596/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13978684 memory=1302120 CPUtime=4.97 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 20400 0 0 0 447 50 0 0 20 0 15 0 18781675 14314172416 325530 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0

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

/proc/4048/task/4051/stat : 4051 (java) R 4046 4046 16431 0 -1 4202560 138756 0 0 0 3164 184 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512680713040 140512717427431 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13980732 memory=1008 CPUtime=33.77 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) R 4046 4046 16431 0 -1 4202560 236319 0 0 0 3204 173 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512709499088 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13980732 memory=13668 CPUtime=33.66 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) R 4046 4046 16431 0 -1 4202560 95180 0 0 0 3156 210 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512678607752 140512717427431 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13980732 memory=1296 CPUtime=23.73 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) S 4046 4046 16431 0 -1 1077944384 42609 0 0 0 2353 20 0 0 20 0 15 0 18781677 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512202838992 140512724809429 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13980732 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 18781677 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512201786464 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 18781678 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512200733568 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13980732 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13980732 memory=15872 CPUtime=0.53 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 3296 0 0 0 53 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512198630256 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13980732 memory=16448 CPUtime=0.64 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 3283 0 0 0 64 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512197577456 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=0.36 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 6633 0 0 0 35 1 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512196524656 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13980732 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13980732 memory=4288 CPUtime=0.27 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 858 0 0 0 12 15 0 0 20 0 15 0 18781685 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 75 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 540.67 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11678104 KiB

[startup+441.601 s]
/proc/loadavg: 2.47 2.26 1.97 3/211 4079
/proc/meminfo: memFree=13730596/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13980732 memory=11676724 CPUtime=549.22 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 763838 0 0 0 54072 850 0 0 20 0 15 0 18781675 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3495183 2919181 3226 1 0 3483476 0
[pid=4048/tid=4049] ppid=4046 vsize=13980732 memory=1160 CPUtime=380.62 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) S 4046 4046 16431 0 -1 1077944384 86240 0 0 0 38029 33 0 0 20 0 15 0 18781675 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512729037824 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13980732 memory=4198373884061773715 CPUtime=35.32 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 133160 0 0 0 3321 211 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13980732 memory=4004 CPUtime=35.27 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 138756 0 0 0 3343 184 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13980732 memory=1380 CPUtime=35.62 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 252440 0 0 0 3388 174 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13980732 memory=11676724 CPUtime=35.42 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 95180 0 0 0 3331 211 0 0 20 0 15 0 18781676 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=25.07 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) R 4046 4046 16431 0 -1 4202560 42609 0 0 0 2487 20 0 0 20 0 15 0 18781677 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512202838880 140512709795776 0 0 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13980732 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 18781677 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512201786464 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13980732 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 18781678 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512200733568 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13980732 memory=932 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13980732 memory=11676724 CPUtime=0.53 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 3296 0 0 0 53 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512198630304 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13980732 memory=2240 CPUtime=0.64 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 3284 0 0 0 64 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512197577216 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13980732 memory=4288 CPUtime=0.36 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 6633 0 0 0 35 1 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512196524704 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13980732 memory=932 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13980732 memory=1008 CPUtime=0.27 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 858 0 0 0 12 15 0 0 20 0 15 0 18781685 14316269568 2919181 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 75 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 549.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11678104 KiB

[startup+443.201 s]
/proc/loadavg: 2.43 2.25 1.97 3/211 4079
/proc/meminfo: memFree=13730596/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13980732 memory=11676740 CPUtime=550.82 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 764001 0 0 0 54232 850 0 0 20 0 15 0 18781675 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3495183 2919185 3226 1 0 3483476 0
[pid=4048/tid=4049] ppid=4046 vsize=13980732 memory=13668 CPUtime=380.62 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) S 4046 4046 16431 0 -1 1077944384 86240 0 0 0 38029 33 0 0 20 0 15 0 18781675 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512729037824 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13980732 memory=1296 CPUtime=35.32 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 133160 0 0 0 3321 211 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13980732 memory=2344 CPUtime=35.27 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 138756 0 0 0 3343 184 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13980732 memory=1728 CPUtime=35.62 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 252440 0 0 0 3388 174 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13980732 memory=11676724 CPUtime=35.42 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 95180 0 0 0 3331 211 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13980732 memory=15872 CPUtime=26.67 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) R 4046 4046 16431 0 -1 4202560 42772 0 0 0 2647 20 0 0 20 0 15 0 18781677 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512202838880 140512709795604 0 0 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13980732 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 18781677 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512201786464 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13980732 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 18781678 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512200733568 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13980732 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=0.53 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 3296 0 0 0 53 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512198630304 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13980732 memory=11676724 CPUtime=0.64 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 3284 0 0 0 64 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512197577216 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13980732 memory=2008 CPUtime=0.36 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 6633 0 0 0 35 1 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512196524704 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13980732 memory=5368 CPUtime=0.27 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 858 0 0 0 12 15 0 0 20 0 15 0 18781685 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 75 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 550.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11678120 KiB

[startup+443.601 s]
/proc/loadavg: 2.43 2.25 1.97 3/211 4079
/proc/meminfo: memFree=13730596/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/statm: 2378 345 289 221 0 87 0
[pid=4048] ppid=4046 vsize=13980732 memory=11676740 CPUtime=551.22 cores=0,2,4,6
/proc/4048/stat : 4048 (java) S 4046 4046 16431 0 -1 1077944320 764701 0 0 0 54272 850 0 0 20 0 15 0 18781675 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140730879205888 140512724799223 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
/proc/4048/statm: 3495183 2919185 3226 1 0 3483476 0
[pid=4048/tid=4049] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=380.62 cores=0,2,4,6
/proc/4048/task/4049/stat : 4049 (java) S 4046 4046 16431 0 -1 1077944384 86240 0 0 0 38029 33 0 0 20 0 15 0 18781675 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512729037824 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4050] ppid=4046 vsize=13980732 memory=13668 CPUtime=35.32 cores=0,2,4,6
/proc/4048/task/4050/stat : 4050 (java) S 4046 4046 16431 0 -1 1077944384 133160 0 0 0 3321 211 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512681766032 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4051] ppid=4046 vsize=13980732 memory=1296 CPUtime=35.27 cores=0,2,4,6
/proc/4048/task/4051/stat : 4051 (java) S 4046 4046 16431 0 -1 1077944384 138756 0 0 0 3343 184 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512680713232 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4052] ppid=4046 vsize=13980732 memory=2344 CPUtime=35.62 cores=0,2,4,6
/proc/4048/task/4052/stat : 4052 (java) S 4046 4046 16431 0 -1 1077944384 252440 0 0 0 3388 174 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512679660432 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4053] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=35.42 cores=0,2,4,6
/proc/4048/task/4053/stat : 4053 (java) S 4046 4046 16431 0 -1 1077944384 95180 0 0 0 3331 211 0 0 20 0 15 0 18781676 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512678607632 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4054] ppid=4046 vsize=13980732 memory=7680170660397595203 CPUtime=27.08 cores=0,2,4,6
/proc/4048/task/4054/stat : 4054 (java) R 4046 4046 16431 0 -1 4202560 43472 0 0 0 2687 21 0 0 20 0 15 0 18781677 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512202838880 140512709795575 0 0 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4055] ppid=4046 vsize=13980732 memory=13668 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4055/stat : 4055 (java) S 4046 4046 16431 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 18781677 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512201786464 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4056] ppid=4046 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4056/stat : 4056 (java) S 4046 4046 16431 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 18781678 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512200733568 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4057] ppid=4046 vsize=13980732 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4057/stat : 4057 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512199681872 140512724817819 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4058] ppid=4046 vsize=13980732 memory=1728 CPUtime=0.53 cores=0,2,4,6
/proc/4048/task/4058/stat : 4058 (java) S 4046 4046 16431 0 -1 1077944384 3296 0 0 0 53 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512198630304 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4059] ppid=4046 vsize=13980732 memory=11952 CPUtime=0.64 cores=0,2,4,6
/proc/4048/task/4059/stat : 4059 (java) S 4046 4046 16431 0 -1 1077944384 3284 0 0 0 64 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512197577216 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4060] ppid=4046 vsize=13980732 memory=844 CPUtime=0.36 cores=0,2,4,6
/proc/4048/task/4060/stat : 4060 (java) S 4046 4046 16431 0 -1 1077944384 6633 0 0 0 35 1 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512196524704 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4061] ppid=4046 vsize=13980732 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/4048/task/4061/stat : 4061 (java) S 4046 4046 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18781680 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512195472096 140512724809429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
[pid=4048/tid=4062] ppid=4046 vsize=13980732 memory=3192 CPUtime=0.27 cores=0,2,4,6
/proc/4048/task/4062/stat : 4062 (java) S 4046 4046 16431 0 -1 1077944384 858 0 0 0 12 15 0 0 20 0 15 0 18781685 14316269568 2919185 18446744073709551615 4194304 4196468 140730879223344 140512194419376 140512724810370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 75 0 0 6293624 6294260 21536768 140730879226290 140730879226466 140730879226466 140730879229903 0
Current children cumulated CPU time: 551.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11678120 KiB

[startup+443.801 s]
/proc/loadavg: 2.43 2.25 1.97 3/211 4079
/proc/meminfo: memFree=13730596/32770624 swapFree=67108860/67108860
[pid=4046] ppid=4043 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4046/stat : 4046 (xcsp3-exec) S 4043 4046 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 18781658 9740288 345 18446744073709551615 4194304 5098028 140725063458128 140725063456232 140656142692988 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 16 0 0 7196144 7232144 39534592 140725063463289 140725063463494 140725063463494 140725063466987 0
/proc/4046/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): 443.825
CPU time (s): 551.46
CPU user time (s): 542.868
CPU system time (s): 8.5921
CPU usage (%): 124.252
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11678120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 542.868
system time used= 8.5921
maximum resident set size= 11676956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 765426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18155
involuntary context switches= 1551


# summary of solver processes directly reported to runsolver:
#   pid: 4046
#   total CPU time (s): 551.46
#   total CPU user time (s): 542.868
#   total CPU system time (s): 8.5921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.73877 second user time and 4.51097 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 06:21:19
IDJOB=4284040
IDBENCH=126259
IDSOLVER=2679
FILE ID=node128/4284040-1503203719
RUNJOBID= node128-1503171959-30214
PBS_JOBID= 
Free space on /tmp= 61960 MiB

SOLVER NAME= choco-solver 5a
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-4284040-1503203719/watcher-4284040-1503203719 -o /tmp/evaluation-result-4284040-1503203719/solver-4284040-1503203719 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1519781926 HOME/instance-4284040-1503203719.xml

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

MD5SUM BENCH= 2556de90265467259f78cf5ff01f71ea
RANDOM SEED=1519781926

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26422316 kB
MemAvailable:   26751604 kB
Buffers:          196692 kB
Cached:           420656 kB
SwapCached:            0 kB
Active:          5585428 kB
Inactive:         344264 kB
Active(anon):    5312308 kB
Inactive(anon):    16752 kB
Active(file):     273120 kB
Inactive(file):   327512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             65848 kB
Writeback:             4 kB
AnonPages:       5312044 kB
Mapped:            46940 kB
Shmem:             17060 kB
Slab:             113812 kB
SReclaimable:      88980 kB
SUnreclaim:        24832 kB
KernelStack:        3472 kB
PageTables:        15616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6912888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5081088 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= 61952 MiB
End job on node128 at 2017-08-20 06:28:43