Trace number 4249335

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
R1: choco-solver 4.0.5 (2017-07-05)? 1831.39 501.22299

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.07	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249335-1502051270.xml"  -tl '2400s' -p 4 -x 0
0.00/0.25	c [HOME/instance-4249335-1502051270.xml, -tl, 2400s, -p, 4, -x, 0]
0.00/0.31	c 4 solvers in parallel
0.00/0.37	c parse instance...
1773.96/486.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1773.96/486.22		at java.util.stream.ReferencePipeline.map(ReferencePipeline.java:186)
1773.96/486.22		at org.xcsp.common.predicates.XNodeParent.canonization(XNodeParent.java:111)
1773.96/486.22		at org.xcsp.common.predicates.XNodeParent.lambda$canonization$292(XNodeParent.java:111)
1773.96/486.22		at org.xcsp.common.predicates.XNodeParent$$Lambda$73/195228908.apply(Unknown Source)
1773.96/486.22		at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
1773.96/486.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1773.96/486.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1773.96/486.22		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1773.96/486.22		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
1773.96/486.22		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
1773.96/486.22		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
1773.96/486.22		at org.xcsp.common.predicates.XNodeParent.canonization(XNodeParent.java:111)
1773.96/486.22		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:380)
1773.96/486.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1773.96/486.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1773.96/486.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1773.96/486.22		at org.xcsp.parser.XCallbacks$$Lambda$68/1309176095.accept(Unknown Source)
1773.96/486.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1773.96/486.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1773.96/486.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1773.96/486.22		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1773.96/486.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1773.96/486.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1773.96/486.22		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1773.96/486.22		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1773.96/486.22		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
1773.96/486.22		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
1773.96/486.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1831.26/501.17	s UNKNOWN
1831.26/501.17	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249335-1502051270/watcher-4249335-1502051270 -o /tmp/evaluation-result-4249335-1502051270/solver-4249335-1502051270 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1623961040 HOME/instance-4249335-1502051270.xml 

pid=5240
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.32 3.37 3.18 2/203 5243
/proc/meminfo: memFree=25967488/32770624 swapFree=0/322272
[pid=5243] ppid=5240 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (runsolver) D 5240 5243 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 52942309 24240128 106 18446744073709551615 4194304 4338465 140727285786400 140727285784040 140382365577943 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 30420992 140727285792854 140727285793353 140727285793353 140727285796810 0
/proc/5243/statm: 5918 106 53 36 0 2156 0

[startup+0.103969 s]
/proc/loadavg: 2.32 3.37 3.18 2/203 5243
/proc/meminfo: memFree=25967488/32770624 swapFree=0/322272
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200307 s]
/proc/loadavg: 2.32 3.37 3.18 2/203 5243
/proc/meminfo: memFree=25967488/32770624 swapFree=0/322272
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.303174 s]
/proc/loadavg: 2.32 3.37 3.18 2/203 5243
/proc/meminfo: memFree=25967488/32770624 swapFree=0/322272
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700241 s]
/proc/loadavg: 2.32 3.37 3.18 2/203 5243
/proc/meminfo: memFree=25967488/32770624 swapFree=0/322272
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50124 s]
/proc/loadavg: 2.32 3.37 3.18 6/219 5259
/proc/meminfo: memFree=25661072/32770624 swapFree=0/322588
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12917204 CPUtime=3.49 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 13740 0 0 0 303 46 0 0 20 0 15 0 52942317 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3229301 120123 3154 1 0 3217612 0
[pid=5245/tid=5246] ppid=5243 vsize=12917204 CPUtime=0.85 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 7706 0 0 0 80 5 0 0 20 0 15 0 52942317 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711860985328 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12917204 CPUtime=0.5 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) R 5243 5243 25100 0 -1 4202560 298 0 0 0 41 9 0 0 20 0 15 0 52942318 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711800056536 139711841446893 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12917204 CPUtime=0.5 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 181 0 0 0 41 9 0 0 20 0 15 0 52942318 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711799003912 139711841446881 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12917204 CPUtime=0.5 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) R 5243 5243 25100 0 -1 4202560 175 0 0 0 40 10 0 0 20 0 15 0 52942318 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711797950736 139711841446959 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12917204 CPUtime=0.49 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) R 5243 5243 25100 0 -1 4202560 257 0 0 0 40 9 0 0 20 0 15 0 52942318 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711457221008 139711841742728 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 52942319 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711856756437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 52942320 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711406798496 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 52942320 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711405745392 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12917204 CPUtime=0.21 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 1387 0 0 0 21 0 0 0 20 0 15 0 52942322 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711403641072 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12917204 CPUtime=0.19 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 1058 0 0 0 19 0 0 0 20 0 15 0 52942322 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711402588528 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12917204 CPUtime=0.17 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 1286 0 0 0 17 0 0 0 20 0 15 0 52942322 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711401535472 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52942326 13227216896 120123 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 12926716

[startup+3.10124 s]
/proc/loadavg: 2.32 3.37 3.18 5/220 5260
/proc/meminfo: memFree=25396996/32770624 swapFree=0/322588
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12917280 CPUtime=8.49 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 16735 0 0 0 781 68 0 0 20 0 15 0 52942317 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3229320 204367 3221 1 0 3217612 0
[pid=5245/tid=5246] ppid=5243 vsize=12917280 CPUtime=1.63 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 8087 0 0 0 156 7 0 0 20 0 15 0 52942317 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711860983680 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12917280 CPUtime=1.29 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) R 5243 5243 25100 0 -1 4202560 574 0 0 0 114 15 0 0 20 0 15 0 52942318 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711800056456 139711841446947 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12917280 CPUtime=1.31 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 469 0 0 0 116 15 0 0 20 0 15 0 52942318 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711799003792 139711841446927 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12917280 CPUtime=1.28 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) R 5243 5243 25100 0 -1 4202560 484 0 0 0 113 15 0 0 20 0 15 0 52942318 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711797950736 139711841446864 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12917280 CPUtime=1.23 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) R 5243 5243 25100 0 -1 4202560 332 0 0 0 110 13 0 0 20 0 15 0 52942318 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711457221008 139711841446919 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12917280 CPUtime=0.01 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 52942319 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711856756437 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 52942320 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711406798496 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 52942320 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711405745392 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12917280 CPUtime=0.76 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 2183 0 0 0 76 0 0 0 20 0 15 0 52942322 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711403626064 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12917280 CPUtime=0.61 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 1395 0 0 0 61 0 0 0 20 0 15 0 52942322 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711402588528 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12917280 CPUtime=0.29 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 1531 0 0 0 29 0 0 0 20 0 15 0 52942322 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711401535472 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52942326 13227294720 204367 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 12926792

[startup+6.30078 s]
/proc/loadavg: 2.21 3.33 3.17 3/220 5260
/proc/meminfo: memFree=24751828/32770624 swapFree=0/322576
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12917280 CPUtime=12 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 19553 0 0 0 1093 107 0 0 20 0 15 0 52942317 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3229320 349272 3221 1 0 3217612 0
[pid=5245/tid=5246] ppid=5243 vsize=12917280 CPUtime=3.92 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) R 5243 5243 25100 0 -1 4202560 9228 0 0 0 380 12 0 0 20 0 15 0 52942317 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711860983824 139711481549134 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12917280 CPUtime=1.58 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) S 5243 5243 25100 0 -1 1077944384 750 0 0 0 135 23 0 0 20 0 15 0 52942318 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711800056336 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12917280 CPUtime=1.59 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) S 5243 5243 25100 0 -1 1077944384 630 0 0 0 136 23 0 0 20 0 15 0 52942318 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711799003792 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12917280 CPUtime=1.56 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) S 5243 5243 25100 0 -1 1077944384 872 0 0 0 133 23 0 0 20 0 15 0 52942318 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711797950736 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12917280 CPUtime=1.51 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) S 5243 5243 25100 0 -1 1077944384 502 0 0 0 130 21 0 0 20 0 15 0 52942318 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711457221008 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12917280 CPUtime=0.08 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 1146 0 0 0 8 0 0 0 20 0 15 0 52942319 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711407852272 139711856757378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 52942320 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711406798560 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 52942320 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711405745408 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12917280 CPUtime=0.77 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 2198 0 0 0 77 0 0 0 20 0 15 0 52942322 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711403641072 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12917280 CPUtime=0.62 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 1395 0 0 0 62 0 0 0 20 0 15 0 52942322 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711402588528 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12917280 CPUtime=0.29 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 1531 0 0 0 29 0 0 0 20 0 15 0 52942322 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711401535472 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942322 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52942326 13227294720 349272 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 12926792

[startup+12.7012 s]
/proc/loadavg: 2.19 3.30 3.16 6/220 5260
/proc/meminfo: memFree=23356924/32770624 swapFree=0/322580
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12919328 CPUtime=27.82 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 39953 0 0 0 2474 308 0 0 20 0 15 0 52942317 13229391872 783646 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3229832 783646 3252 1 0 3218124 0
[pid=5245/tid=5246] ppid=5243 vsize=12919328 CPUtime=8.33 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 12284 0 0 0 820 13 0 0 20 0 15 0 52942317 13229391872 783646 18446744073709551615 4194304 4196468 140731995483264 139711860985248 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12919328 CPUtime=3.53 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) R 5243 5243 25100 0 -1 4202560 2258 0 0 0 282 71 0 0 20 0 15 0 52942318 13229391872 783646 18446744073709551615 4194304 4196468 140731995483264 139711800056536 139711841696909 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12919328 CPUtime=3.56 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 2175 0 0 0 283 73 0 0 20 0 15 0 52942318 13229391872 783646 18446744073709551615 4194304 4196468 140731995483264 139711799003992 139711838343242 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0

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

/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 28047 0 0 0 43470 238 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711799003600 139711849374439 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12985892 CPUtime=438.25 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) R 5243 5243 25100 0 -1 4202560 26165 0 0 0 43587 238 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711797950856 139711849374439 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12985892 CPUtime=437.56 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) R 5243 5243 25100 0 -1 4202560 27096 0 0 0 43523 233 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711457220896 139711838355840 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12985892 CPUtime=12.1 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 92447 0 0 0 1204 6 0 0 20 0 16 0 52942319 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711856756437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711406798560 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711405745408 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12985892 CPUtime=3.15 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 11444 0 0 0 313 2 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711403641120 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12985892 CPUtime=3.01 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 9281 0 0 0 300 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711402588288 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12985892 CPUtime=0.64 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 5085 0 0 0 63 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711401535520 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12985892 CPUtime=0.26 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 353 0 0 0 10 16 0 0 20 0 16 0 52942326 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5585] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5585/stat : 5585 (java) S 5243 5243 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 52990932 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711395708864 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 1812.48
Current children cumulated vsize (KiB) 12995404

[startup+499.201 s]
/proc/loadavg: 8.19 6.85 4.87 8/220 5585
/proc/meminfo: memFree=17839784/32770624 swapFree=0/322852
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12985892 CPUtime=1824.88 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 255334 0 0 0 181507 981 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3246473 2635829 3255 1 0 3234765 0
[pid=5245/tid=5246] ppid=5243 vsize=12985892 CPUtime=42.63 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 24682 0 0 0 4247 16 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711860986912 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12985892 CPUtime=440.8 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) R 5243 5243 25100 0 -1 4202560 29324 0 0 0 43842 238 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711800056144 139711849374439 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12985892 CPUtime=440.12 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 28047 0 0 0 43773 239 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711799003912 139711849374439 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12985892 CPUtime=441.33 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) R 5243 5243 25100 0 -1 4202560 26165 0 0 0 43893 240 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711797950544 139711849374439 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12985892 CPUtime=440.76 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) R 5243 5243 25100 0 -1 4202560 27101 0 0 0 43843 233 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711457220896 139711841203683 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12985892 CPUtime=12.1 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 92447 0 0 0 1204 6 0 0 20 0 16 0 52942319 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711856756437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711406798560 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711405745408 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12985892 CPUtime=3.15 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 11444 0 0 0 313 2 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711403641120 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12985892 CPUtime=3.01 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 9281 0 0 0 300 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711402588288 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12985892 CPUtime=0.64 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 5085 0 0 0 63 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711401535520 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12985892 CPUtime=0.26 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 353 0 0 0 10 16 0 0 20 0 16 0 52942326 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5585] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5585/stat : 5585 (java) S 5243 5243 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 52990932 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711395708864 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 1824.88
Current children cumulated vsize (KiB) 12995404

[startup+500.001 s]
/proc/loadavg: 8.19 6.85 4.87 9/220 5585
/proc/meminfo: memFree=17839908/32770624 swapFree=0/322852
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12985892 CPUtime=1827.97 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 255347 0 0 0 181815 982 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3246473 2635829 3255 1 0 3234765 0
[pid=5245/tid=5246] ppid=5243 vsize=12985892 CPUtime=42.63 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 24682 0 0 0 4247 16 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711860986912 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12985892 CPUtime=441.58 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) R 5243 5243 25100 0 -1 4202560 29324 0 0 0 43919 239 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711800056144 139711849374439 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12985892 CPUtime=440.88 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4202560 28047 0 0 0 43849 239 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711799003912 139711849374439 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12985892 CPUtime=442.09 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) R 5243 5243 25100 0 -1 4202560 26165 0 0 0 43969 240 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711797950544 139711849374439 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12985892 CPUtime=441.56 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) R 5243 5243 25100 0 -1 4202560 27114 0 0 0 43923 233 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711457220896 139711838355840 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12985892 CPUtime=12.1 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) S 5243 5243 25100 0 -1 1077944384 92447 0 0 0 1204 6 0 0 20 0 16 0 52942319 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711856756437 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711406798560 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711405745408 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12985892 CPUtime=3.15 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 11444 0 0 0 313 2 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711403641120 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12985892 CPUtime=3.01 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 9281 0 0 0 300 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711402588288 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12985892 CPUtime=0.64 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 5085 0 0 0 63 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711401535520 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12985892 CPUtime=0.26 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 353 0 0 0 10 16 0 0 20 0 16 0 52942326 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5585] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5585/stat : 5585 (java) S 5243 5243 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 52990932 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711395708864 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 1827.97
Current children cumulated vsize (KiB) 12995404

[startup+500.801 s]
/proc/loadavg: 8.19 6.85 4.87 9/220 5585
/proc/meminfo: memFree=17839908/32770624 swapFree=0/322852
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=12985892 CPUtime=1830.96 cores=1,3,5,7
/proc/5245/stat : 5245 (java) S 5243 5243 25100 0 -1 1077944320 255684 0 0 0 182114 982 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 140731995465808 139711856746231 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
/proc/5245/statm: 3246473 2635829 3255 1 0 3234765 0
[pid=5245/tid=5246] ppid=5243 vsize=12985892 CPUtime=42.63 cores=1,3,5,7
/proc/5245/task/5246/stat : 5246 (java) S 5243 5243 25100 0 -1 1077944384 24682 0 0 0 4247 16 0 0 20 0 16 0 52942317 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711860986912 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5247] ppid=5243 vsize=12985892 CPUtime=442.31 cores=1,3,5,7
/proc/5245/task/5247/stat : 5247 (java) S 5243 5243 25100 0 -1 1077944384 29368 0 0 0 43992 239 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711800056336 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5248] ppid=5243 vsize=12985892 CPUtime=441.61 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) S 5243 5243 25100 0 -1 1077944384 28100 0 0 0 43921 240 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711799003792 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5249] ppid=5243 vsize=12985892 CPUtime=442.82 cores=1,3,5,7
/proc/5245/task/5249/stat : 5249 (java) S 5243 5243 25100 0 -1 1077944384 26215 0 0 0 44042 240 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711797950736 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5250] ppid=5243 vsize=12985892 CPUtime=442.31 cores=1,3,5,7
/proc/5245/task/5250/stat : 5250 (java) S 5243 5243 25100 0 -1 1077944384 27304 0 0 0 43998 233 0 0 20 0 16 0 52942318 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711457221008 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5251] ppid=5243 vsize=12985892 CPUtime=12.15 cores=1,3,5,7
/proc/5245/task/5251/stat : 5251 (java) R 5243 5243 25100 0 -1 4202560 92447 0 0 0 1209 6 0 0 20 0 16 0 52942319 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711407850816 139711841203801 0 0 1 16800974 0 0 0 -1 3 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5252] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5252/stat : 5252 (java) S 5243 5243 25100 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711406798560 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5253] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5253/stat : 5253 (java) S 5243 5243 25100 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 52942320 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711405745408 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5254] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5254/stat : 5254 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711404693968 139711856764827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5255] ppid=5243 vsize=12985892 CPUtime=3.15 cores=1,3,5,7
/proc/5245/task/5255/stat : 5255 (java) S 5243 5243 25100 0 -1 1077944384 11444 0 0 0 313 2 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711403641120 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5256] ppid=5243 vsize=12985892 CPUtime=3.01 cores=1,3,5,7
/proc/5245/task/5256/stat : 5256 (java) S 5243 5243 25100 0 -1 1077944384 9281 0 0 0 300 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711402588288 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5257] ppid=5243 vsize=12985892 CPUtime=0.64 cores=1,3,5,7
/proc/5245/task/5257/stat : 5257 (java) S 5243 5243 25100 0 -1 1077944384 5085 0 0 0 63 1 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711401535520 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5258] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5258/stat : 5258 (java) S 5243 5243 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 52942322 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711400483168 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5259] ppid=5243 vsize=12985892 CPUtime=0.26 cores=1,3,5,7
/proc/5245/task/5259/stat : 5259 (java) S 5243 5243 25100 0 -1 1077944384 353 0 0 0 10 16 0 0 20 0 16 0 52942326 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711399431216 139711856757378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
[pid=5245/tid=5585] ppid=5243 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/5245/task/5585/stat : 5585 (java) S 5243 5243 25100 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 52990932 13297553408 2635829 18446744073709551615 4194304 4196468 140731995483264 139711395708864 139711856756437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25018368 140731995484630 140731995484806 140731995484806 140731995488207 0
Current children cumulated CPU time (s) 1830.96
Current children cumulated vsize (KiB) 12995404

[startup+501.201 s]
/proc/loadavg: 8.19 6.85 4.87 9/220 5585
/proc/meminfo: memFree=17839908/32770624 swapFree=0/322852
[pid=5243] ppid=5240 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5243/stat : 5243 (xcsp3-exec) S 5240 5243 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 52942309 9740288 345 18446744073709551615 4194304 5098028 140736762671504 140736762669608 139788421616252 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 40210432 140736762675608 140736762675818 140736762675818 140736762679275 0
/proc/5243/statm: 2378 345 289 221 0 87 0
[pid=5245] ppid=5243 vsize=0 CPUtime=1831.36 cores=1,3,5,7
/proc/5245/stat : 5245 (java) Z 5243 5243 25100 0 -1 4227084 256299 0 0 0 182152 984 0 0 20 0 2 0 52942317 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/5245/statm: 0 0 0 0 0 0 0
[pid=5245/tid=5248] ppid=5243 vsize=0 CPUtime=441.63 cores=1,3,5,7
/proc/5245/task/5248/stat : 5248 (java) R 5243 5243 25100 0 -1 4203588 28100 0 0 0 43921 242 0 0 20 0 2 0 52942318 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1831.36
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 501.223
CPU time (s): 1831.39
CPU user time (s): 1821.52
CPU system time (s): 9.87112
CPU usage (%): 365.385
Max. virtual memory (cumulated for all children) (KiB): 12995404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1821.52
system time used= 9.87112
maximum resident set size= 10543584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20684
involuntary context switches= 35354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4838 second user time and 3.50024 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 22:13:43
IDJOB=4249335
IDBENCH=139739
IDSOLVER=2625
FILE ID=node133/4249335-1502051270
RUNJOBID= node133-1502042263-31899
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-40-40.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249335-1502051270/watcher-4249335-1502051270 -o /tmp/evaluation-result-4249335-1502051270/solver-4249335-1502051270 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1623961040 HOME/instance-4249335-1502051270.xml

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

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
RANDOM SEED=1623961040

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25968408 kB
MemAvailable:   26493776 kB
Buffers:          201544 kB
Cached:           615388 kB
SwapCached:            0 kB
Active:          6022576 kB
Inactive:         347452 kB
Active(anon):    5553500 kB
Inactive(anon):    24920 kB
Active(file):     469076 kB
Inactive(file):   322532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42780 kB
Writeback:             4 kB
AnonPages:       5552872 kB
Mapped:            52124 kB
Shmem:             25276 kB
Slab:             125688 kB
SReclaimable:      99188 kB
SUnreclaim:        26500 kB
KernelStack:        3584 kB
PageTables:        15844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7119784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5412864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61980 MiB
End job on node133 at 2017-08-06 22:22:05