Trace number 4281157

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)? 5611.4902 819.14899

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-40-40.xml
MD5SUM2ccb4f0641fb73c42fbac15220770a0a
Bench CategoryCOP (optimization 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 variables1600
Number of constraints608401
Number of domains1
Minimum domain size1600
Maximum domain size1600
Distribution of domain sizes[{"size":1600,"count":1600}]
Minimum variable degree1523
Maximum variable degree1523
Distribution of variable degrees[{"degree":1523,"count":1600}]
Minimum constraint arity4
Maximum constraint arity1600
Distribution of constraint arities[{"arity":4,"count":608400},{"arity":1600,"count":1}]
Number of extensional constraints0
Number of intensional constraints608400
Distribution of constraint types[{"type":"intension","count":608400},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281157-1503177289.xml"  -tl '20160s' -p 8 -x 0
0.10/0.15	c [HOME/instance-4281157-1503177289.xml, -tl, 20160s, -p, 8, -x, 0]
0.10/0.21	c 8 solvers in parallel
0.31/0.27	c parse instance...
5358.03/785.60	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
5358.03/785.60		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
5358.03/785.60		at java.util.Arrays.stream(Arrays.java:5023)
5358.03/785.60		at java.util.Arrays.stream(Arrays.java:5004)
5358.03/785.60		at java.util.stream.Stream.of(Stream.java:1000)
5358.03/785.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:456)
5358.03/785.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
5358.03/785.60		at org.xcsp.parser.XCallbacks$$Lambda$68/1309176095.accept(Unknown Source)
5358.03/785.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
5358.03/785.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
5358.03/785.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
5358.03/785.60		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
5358.03/785.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
5358.03/785.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
5358.03/785.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
5358.03/785.60		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
5358.03/785.60		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
5358.03/785.60		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
5358.03/785.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
5611.23/818.90	s UNKNOWN
5611.23/818.90	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 (11834 MiB free)
  memory of node 1: 16384 MiB (11164 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281157-1503177289/watcher-4281157-1503177289 -o /tmp/evaluation-result-4281157-1503177289/solver-4281157-1503177289 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503176429-30780 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1581389388 HOME/instance-4281157-1503177289.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=30797, runsolver pid=30794
Current StackSize limit: 8192 KiB


[startup+0.104611 s]*
/proc/loadavg: 7.36 7.69 7.83 2/200 30818
/proc/meminfo: memFree=23537068/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=25999808 memory=26660 CPUtime=0.1 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 5578 0 0 0 9 1 0 0 20 0 20 0 150809695 26623803392 6665 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6499952 6665 2840 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30753 0 -1 4202560 3577 0 0 0 7 1 0 0 20 0 20 0 150809696 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622715001600 140622346457156 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622667335952 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=25999808 memory=140133611968128 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622666283408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622267283984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30804] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622266231440 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30805] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622265178896 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622264126352 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622263073808 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809697 26623803392 6665 33554432000 4194304 4196468 140720464081328 140622262021264 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809698 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621385803760 140622710794882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150809699 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621384749984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 150809699 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621383697392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809701 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 150809701 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621381593584 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 20 0 150809701 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621380541040 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809701 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621379488496 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30753 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 150809701 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621378435952 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809702 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809702 26623803392 6665 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28044 KiB

[startup+0.21142 s]*
/proc/loadavg: 7.36 7.69 7.83 2/200 30818
/proc/meminfo: memFree=23528076/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004064 memory=38688 CPUtime=0.31 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 8271 0 0 0 29 2 0 0 20 0 20 0 150809695 26628161536 9672 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6501016 9672 3030 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004064 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30753 0 -1 4202560 5388 0 0 0 17 1 0 0 20 0 20 0 150809696 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622714997712 140622694864222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622667335952 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=26004064 memory=140133612978184 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622666283408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622267283984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30804] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622266231440 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30805] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622265178896 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622264126352 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622263073808 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 9672 33554432000 4194304 4196468 140720464081328 140622262021264 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809698 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621385803760 140622710794882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150809699 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621384749984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 150809699 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621383697392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809701 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 20 0 150809701 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621381593584 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 199 0 0 0 1 0 0 0 20 0 20 0 150809701 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621380541040 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 150809701 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621379488496 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30753 0 -1 1077944384 734 0 0 0 7 0 0 0 20 0 20 0 150809701 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621378435952 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809702 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809702 26628161536 9672 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40072 KiB

[startup+0.310263 s]*
/proc/loadavg: 7.36 7.69 7.83 3/200 30818
/proc/meminfo: memFree=23521236/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004064 memory=43852 CPUtime=0.48 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 9142 0 0 0 45 3 0 0 20 0 20 0 150809695 26628161536 10963 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6501016 10963 3077 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30753 0 -1 4202560 6090 0 0 0 26 2 0 0 20 0 20 0 150809696 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622715022096 140622346472432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622667335952 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622666283408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622267283984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30804] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622266231440 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30805] ppid=30797 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622265178896 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=26004064 memory=140133508674479 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622264126352 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=26004064 memory=140133508676784 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622263073808 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=26004064 memory=140133508679088 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809697 26628161536 10963 33554432000 4194304 4196468 140720464081328 140622262021264 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150809698 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621385803760 140622710794882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=26004064 memory=280267017365136 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150809699 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621384749984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=26004064 memory=280267017372048 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 150809699 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621383697392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=26004064 memory=280267017313328 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809701 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=26004064 memory=280267017385872 CPUtime=0.02 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 20 0 150809701 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621381593584 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=26004064 memory=280267017392784 CPUtime=0.01 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 199 0 0 0 1 0 0 0 20 0 20 0 150809701 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621380541040 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=26004064 memory=280267017390480 CPUtime=0.02 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 144 0 0 0 2 0 0 0 20 0 20 0 150809701 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621379488496 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=26004064 memory=280267017406640 CPUtime=0.12 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) R 30797 30797 30753 0 -1 4202560 807 0 0 0 12 0 0 0 20 0 20 0 150809701 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621378435136 140622694864222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150809702 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150809702 26628161536 10963 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45236 KiB

[startup+0.701629 s]
/proc/loadavg: 7.36 7.69 7.83 2/200 30818
/proc/meminfo: memFree=23455328/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004064 memory=265028 CPUtime=1.79 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 12106 0 0 0 148 31 0 0 20 0 20 0 150809695 26628161536 66257 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6501016 66257 3149 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004064 memory=280267017764528 CPUtime=0.59 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) S 30797 30797 30753 0 -1 1077944384 6155 0 0 0 55 4 0 0 20 0 20 0 150809696 26628161536 66257 33554432000 4194304 4196468 140720464081328 140622715022832 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=26004064 memory=140133508883312 CPUtime=0.07 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) R 30797 30797 30753 0 -1 4202560 46 0 0 0 4 3 0 0 20 0 20 0 150809697 26628161536 66257 33554432000 4194304 4196468 140720464081328 140622667335952 140622695811618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=26004064 memory=0 CPUtime=0.06 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) R 30797 30797 30753 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 20 0 150809697 26628161536 66257 33554432000 4194304 4196468 140720464081328 140622666283608 140622695811609 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=26004064 memory=8740 CPUtime=0.07 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) R 30797 30797 30753 0 -1 4202560 47 0 0 0 4 3 0 0 20 0 20 0 150809697 26628161536 66257 33554432000 4194304 4196468 140720464081328 140622267283984 140622695811618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0

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

[pid=30799/tid=30805] ppid=30797 vsize=26072752 memory=23089320 CPUtime=683.77 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) R 30797 30797 30753 0 -1 4202560 1196888 0 0 0 67619 758 0 0 20 0 21 0 150809697 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140622265178704 140622703411943 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=26072752 memory=1384 CPUtime=683.65 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) R 30797 30797 30753 0 -1 4202560 1597271 0 0 0 67562 803 0 0 20 0 21 0 150809697 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140622264126160 140622703411943 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=26072752 memory=23089320 CPUtime=682.98 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) R 30797 30797 30753 0 -1 4202560 1285637 0 0 0 67525 773 0 0 20 0 21 0 150809697 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140622263073616 140622703411943 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=26072752 memory=6791534058613427641 CPUtime=687.69 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) R 30797 30797 30753 0 -1 4202560 2440237 0 0 0 67977 792 0 0 20 0 21 0 150809697 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140622262021464 140622703887382 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=26072752 memory=4126316290023845779 CPUtime=28.32 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30753 0 -1 1077944384 745263 0 0 0 2769 63 0 0 20 0 21 0 150809698 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621385802304 140622710793941 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=26072752 memory=23089320 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621384750048 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621383697408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=26072752 memory=23089320 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150809701 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=26072752 memory=18476 CPUtime=2.46 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 13443 0 0 0 244 2 0 0 20 0 21 0 150809701 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621381593344 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=26072752 memory=24252 CPUtime=2.35 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 14551 0 0 0 234 1 0 0 20 0 21 0 150809701 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621380541088 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=26072752 memory=4048 CPUtime=2.52 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 12533 0 0 0 250 2 0 0 20 0 21 0 150809701 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621379488544 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=26072752 memory=1792 CPUtime=0.61 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30753 0 -1 1077944384 6232 0 0 0 59 2 0 0 20 0 21 0 150809701 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621378435520 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=26072752 memory=648 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150809702 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=26072752 memory=1384 CPUtime=0.31 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 2294 0 0 0 17 14 0 0 20 0 21 0 150809702 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30849] ppid=30797 vsize=26072752 memory=796 CPUtime=0 cores=0-7
/proc/30799/task/30849/stat : 30849 (java) S 30797 30797 30753 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 150888256 26698498048 5772330 33554432000 4194304 4196468 140720464081328 140621368323392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 5605.25 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23090704 KiB

[startup+818.401 s]
/proc/loadavg: 7.61 7.60 7.54 8/201 30849
/proc/meminfo: memFree=480460/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26072752 memory=23089324 CPUtime=5610.73 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 14846535 0 0 0 554519 6554 0 0 20 0 21 0 150809695 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6518188 5772331 3287 1 0 6505422 0
[pid=30799/tid=30800] ppid=30797 vsize=26072752 memory=6791534058613427641 CPUtime=96.66 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) S 30797 30797 30753 0 -1 1077944384 84402 0 0 0 9606 60 0 0 20 0 21 0 150809696 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622715024416 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=26072752 memory=1716 CPUtime=684.51 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30753 0 -1 1077944384 2038619 0 0 0 67582 869 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622667335952 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=26072752 memory=1952 CPUtime=683.36 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30753 0 -1 1077944384 1596171 0 0 0 67553 783 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622666283408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=26072752 memory=8740 CPUtime=684.01 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30753 0 -1 1077944384 2255296 0 0 0 67573 828 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622267283984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30804] ppid=30797 vsize=26072752 memory=4620 CPUtime=684.6 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30753 0 -1 1077944384 1477783 0 0 0 67656 804 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622266231440 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30805] ppid=30797 vsize=26072752 memory=6791534058613427641 CPUtime=684.44 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30753 0 -1 1077944384 1196890 0 0 0 67686 758 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622265178896 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=26072752 memory=844 CPUtime=684.32 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30753 0 -1 1077944384 1597272 0 0 0 67629 803 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622264126352 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=26072752 memory=4100 CPUtime=683.65 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30753 0 -1 1077944384 1285637 0 0 0 67592 773 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622263073808 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=26072752 memory=1696 CPUtime=688.39 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30753 0 -1 1077944384 2515970 0 0 0 68043 796 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622262021264 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=26072752 memory=920 CPUtime=28.42 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) R 30797 30797 30753 0 -1 4202560 747808 0 0 0 2779 63 0 0 20 0 21 0 150809698 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621385802304 140622695241355 0 0 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=26072752 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621384750048 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621383697408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=26072752 memory=23089320 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=26072752 memory=1716 CPUtime=2.46 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 13443 0 0 0 244 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621381593344 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=26072752 memory=1952 CPUtime=2.35 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 14551 0 0 0 234 1 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621380541088 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=26072752 memory=8740 CPUtime=2.52 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 12533 0 0 0 250 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621379488544 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=26072752 memory=4620 CPUtime=0.61 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30753 0 -1 1077944384 6232 0 0 0 59 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621378435520 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=26072752 memory=1196 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150809702 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=26072752 memory=4144 CPUtime=0.31 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 2296 0 0 0 17 14 0 0 20 0 21 0 150809702 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30849] ppid=30797 vsize=26072752 memory=42160 CPUtime=0 cores=0-7
/proc/30799/task/30849/stat : 30849 (java) S 30797 30797 30753 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 150888256 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621368323392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 5610.73 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23090708 KiB

[startup+818.801 s]
/proc/loadavg: 7.61 7.60 7.54 8/201 30849
/proc/meminfo: memFree=480460/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26072752 memory=23089324 CPUtime=5611.13 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30753 0 -1 1077944320 14869834 0 0 0 554558 6555 0 0 20 0 21 0 150809695 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140720464063872 140622710783735 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
/proc/30799/statm: 6518188 5772331 3287 1 0 6505422 0
[pid=30799/tid=30800] ppid=30797 vsize=26072752 memory=-6580448828801440402 CPUtime=96.66 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) S 30797 30797 30753 0 -1 1077944384 84402 0 0 0 9606 60 0 0 20 0 21 0 150809696 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622715024416 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30801] ppid=30797 vsize=26072752 memory=-6007060221075440582 CPUtime=684.51 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30753 0 -1 1077944384 2038619 0 0 0 67582 869 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622667335952 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30802] ppid=30797 vsize=26072752 memory=5926858779979716724 CPUtime=683.36 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30753 0 -1 1077944384 1596171 0 0 0 67553 783 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622666283408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30803] ppid=30797 vsize=26072752 memory=6655300316396806240 CPUtime=684.01 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30753 0 -1 1077944384 2255296 0 0 0 67573 828 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622267283984 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30804] ppid=30797 vsize=26072752 memory=6656426216303648864 CPUtime=684.6 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30753 0 -1 1077944384 1477783 0 0 0 67656 804 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622266231440 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30805] ppid=30797 vsize=26072752 memory=280267017828608 CPUtime=684.44 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30753 0 -1 1077944384 1196890 0 0 0 67686 758 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622265178896 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30806] ppid=30797 vsize=26072752 memory=288230621803970871 CPUtime=684.32 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30753 0 -1 1077944384 1597272 0 0 0 67629 803 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622264126352 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30807] ppid=30797 vsize=26072752 memory=15262532197681705 CPUtime=683.65 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30753 0 -1 1077944384 1285637 0 0 0 67592 773 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622263073808 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30808] ppid=30797 vsize=26072752 memory=24252 CPUtime=688.39 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30753 0 -1 1077944384 2515970 0 0 0 68043 796 0 0 20 0 21 0 150809697 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140622262021264 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30809] ppid=30797 vsize=26072752 memory=4048 CPUtime=28.82 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) R 30797 30797 30753 0 -1 4202560 771161 0 0 0 2818 64 0 0 20 0 21 0 150809698 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621385802304 140622695786951 0 0 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30810] ppid=30797 vsize=26072752 memory=1792 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30753 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621384750048 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30811] ppid=30797 vsize=26072752 memory=648 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30753 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 21 0 150809699 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621383697408 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30812] ppid=30797 vsize=26072752 memory=1236 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621382645968 140622710802331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30813] ppid=30797 vsize=26072752 memory=960 CPUtime=2.46 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30753 0 -1 1077944384 13443 0 0 0 244 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621381593344 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30814] ppid=30797 vsize=26072752 memory=2424 CPUtime=2.35 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30753 0 -1 1077944384 14551 0 0 0 234 1 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621380541088 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30815] ppid=30797 vsize=26072752 memory=932 CPUtime=2.52 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30753 0 -1 1077944384 12533 0 0 0 250 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621379488544 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30816] ppid=30797 vsize=26072752 memory=1572 CPUtime=0.61 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30753 0 -1 1077944384 6232 0 0 0 59 2 0 0 20 0 21 0 150809701 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621378435520 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30817] ppid=30797 vsize=26072752 memory=2244 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150809702 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621377382624 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30818] ppid=30797 vsize=26072752 memory=4124 CPUtime=0.31 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30753 0 -1 1077944384 2296 0 0 0 17 14 0 0 20 0 21 0 150809702 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621376330160 140622710794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
[pid=30799/tid=30849] ppid=30797 vsize=26072752 memory=662363608034390319 CPUtime=0 cores=0-7
/proc/30799/task/30849/stat : 30849 (java) S 30797 30797 30753 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 150888256 26698498048 5772331 33554432000 4194304 4196468 140720464081328 140621368323392 140622710793941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140720464090258 140720464090435 140720464090435 140720464093135 0
Current children cumulated CPU time: 5611.13 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23090708 KiB

[startup+819.001 s]*
/proc/loadavg: 7.61 7.60 7.54 2/182 30849
/proc/meminfo: memFree=13948244/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/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

[startup+819.109 s]
/proc/loadavg: 7.61 7.60 7.54 2/182 30849
/proc/meminfo: memFree=13948244/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30753 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150809695 9740288 346 33554432000 4194304 5098028 140732768041664 140732768039768 139907499745916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16687104 140732768048228 140732768048439 140732768048439 140732768051179 0
/proc/30797/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): 819.149
CPU time (s): 5611.49
CPU user time (s): 5545.69
CPU system time (s): 65.8024
CPU usage (%): 685.039
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 23090708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5545.69
system time used= 65.8024
maximum resident set size= 23089448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14889900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73680
involuntary context switches= 179692


# summary of solver processes directly reported to runsolver:
#   pid: 30797
#   total CPU time (s): 5611.49
#   total CPU user time (s): 5545.69
#   total CPU system time (s): 65.8024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44647 second user time and 8.79172 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-19 23:00:30
IDJOB=4281157
IDBENCH=139739
IDSOLVER=2675
FILE ID=node149/4281157-1503177289
RUNJOBID= node149-1503176429-30780
PBS_JOBID= 20630847
Free space on /tmp= 61736 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-40-40.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281157-1503177289/watcher-4281157-1503177289 -o /tmp/evaluation-result-4281157-1503177289/solver-4281157-1503177289 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1503176429-30780 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1581389388 HOME/instance-4281157-1503177289.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
RANDOM SEED=1581389388

node149.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.43
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.43
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.43
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.43
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:        23553504 kB
MemAvailable:   31949804 kB
Buffers:          281988 kB
Cached:          8386572 kB
SwapCached:            0 kB
Active:          2170780 kB
Inactive:        6550932 kB
Active(anon):       3888 kB
Inactive(anon):    86152 kB
Active(file):    2166892 kB
Inactive(file):  6464780 kB
Unevictable:        7916 kB
Mlocked:            7916 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42476 kB
Writeback:             0 kB
AnonPages:         61524 kB
Mapped:            51024 kB
Shmem:             33416 kB
Slab:             187396 kB
SReclaimable:     160924 kB
SUnreclaim:        26472 kB
KernelStack:        3216 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61728 MiB
End job on node149 at 2017-08-19 23:14:09