Trace number 4249336

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 5a (2017-07-05)? 1644.21 453.87201

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-4249336-1502083214.xml"  -tl '2400s' -p 4 -x 3
0.00/0.25	c [HOME/instance-4249336-1502083214.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.31	c 4 solvers in parallel
0.00/0.37	c parse instance...
1588.54/439.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1588.54/439.38		at org.chocosolver.solver.constraints.IReificationFactory.reifyXneY(IReificationFactory.java:220)
1588.54/439.38		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.boolVar(BiReExpression.java:103)
1588.54/439.38		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression$$Lambda$87/1955920234.apply(Unknown Source)
1588.54/439.38		at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
1588.54/439.38		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1588.54/439.38		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1588.54/439.38		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1588.54/439.38		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
1588.54/439.38		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
1588.54/439.38		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
1588.54/439.38		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.decompose(NaLoExpression.java:98)
1588.54/439.38		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:114)
1588.54/439.38		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1588.54/439.38		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1588.54/439.38		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1588.54/439.38		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1588.54/439.38		at org.xcsp.parser.XCallbacks$$Lambda$68/1309176095.accept(Unknown Source)
1588.54/439.38		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1588.54/439.38		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1588.54/439.38		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1588.54/439.38		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1588.54/439.38		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1588.54/439.38		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1588.54/439.38		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1588.54/439.38		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1588.54/439.38		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
1588.54/439.38		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
1588.54/439.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1644.13/453.82	s UNKNOWN
1644.13/453.82	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-4249336-1502083214/watcher-4249336-1502083214 -o /tmp/evaluation-result-4249336-1502083214/solver-4249336-1502083214 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1990186918 HOME/instance-4249336-1502083214.xml 

pid=16626
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: 3.52 2.66 2.54 6/203 16629
/proc/meminfo: memFree=20813744/32770624 swapFree=0/368560
[pid=16629] ppid=16626 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (runsolver) D 16626 16629 2911 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 107974573 24240128 108 18446744073709551615 4194304 4338465 140735771253904 140735771251544 140573951025879 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 18624512 140735771258966 140735771259465 140735771259465 140735771262922 0
/proc/16629/statm: 5918 108 54 36 0 2156 0

[startup+0.100283 s]
/proc/loadavg: 3.52 2.66 2.54 6/203 16629
/proc/meminfo: memFree=20813744/32770624 swapFree=0/368560
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20026 s]
/proc/loadavg: 3.52 2.66 2.54 6/203 16629
/proc/meminfo: memFree=20813744/32770624 swapFree=0/368560
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.304618 s]
/proc/loadavg: 3.52 2.66 2.54 6/203 16629
/proc/meminfo: memFree=20813744/32770624 swapFree=0/368560
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700239 s]
/proc/loadavg: 3.52 2.66 2.54 6/203 16629
/proc/meminfo: memFree=20813744/32770624 swapFree=0/368560
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50072 s]
/proc/loadavg: 3.63 2.70 2.55 6/219 16645
/proc/meminfo: memFree=20532688/32770624 swapFree=0/368532
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12917204 CPUtime=3.44 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 13698 0 0 0 299 45 0 0 20 0 15 0 107974581 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3229301 120075 3157 1 0 3217612 0
[pid=16631/tid=16632] ppid=16629 vsize=12917204 CPUtime=0.87 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 7714 0 0 0 82 5 0 0 20 0 15 0 107974581 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139951295561280 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12917204 CPUtime=0.48 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) R 16629 16629 2911 0 -1 4202560 156 0 0 0 39 9 0 0 20 0 15 0 107974582 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139951248288016 139951284418864 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12917204 CPUtime=0.48 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) R 16629 16629 2911 0 -1 4202560 245 0 0 0 39 9 0 0 20 0 15 0 107974582 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139951247235672 139951276022778 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12917204 CPUtime=0.48 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) R 16629 16629 2911 0 -1 4202560 286 0 0 0 39 9 0 0 20 0 15 0 107974582 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139951246183048 139951276023128 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12917204 CPUtime=0.48 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) R 16629 16629 2911 0 -1 4202560 238 0 0 0 39 9 0 0 20 0 15 0 107974582 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139951245130384 139951276022794 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) S 16629 16629 2911 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 107974583 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951291332309 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 107974584 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950841415072 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 107974584 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950840362480 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974586 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12917204 CPUtime=0.2 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 1171 0 0 0 20 0 0 0 20 0 15 0 107974586 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950771136496 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12917204 CPUtime=0.2 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 1235 0 0 0 20 0 0 0 20 0 15 0 107974587 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950770083952 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12917204 CPUtime=0.17 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 1261 0 0 0 17 0 0 0 20 0 15 0 107974587 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950769031408 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974587 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12917204 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107974590 13227216896 120075 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 12926716

[startup+3.10072 s]
/proc/loadavg: 3.63 2.70 2.55 8/219 16645
/proc/meminfo: memFree=20252620/32770624 swapFree=0/368532
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12917280 CPUtime=8.47 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 16751 0 0 0 777 70 0 0 20 0 15 0 107974581 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3229320 204321 3222 1 0 3217612 0
[pid=16631/tid=16632] ppid=16629 vsize=12917280 CPUtime=1.66 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 8101 0 0 0 159 7 0 0 20 0 15 0 107974581 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139951295560000 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12917280 CPUtime=1.27 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) R 16629 16629 2911 0 -1 4202560 461 0 0 0 112 15 0 0 20 0 15 0 107974582 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139951248288136 139951276022739 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12917280 CPUtime=1.27 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) R 16629 16629 2911 0 -1 4202560 480 0 0 0 113 14 0 0 20 0 15 0 107974582 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139951247235592 139951276311663 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12917280 CPUtime=1.24 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) R 16629 16629 2911 0 -1 4202560 441 0 0 0 110 14 0 0 20 0 15 0 107974582 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139951246183048 139951276022707 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12917280 CPUtime=1.25 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) R 16629 16629 2911 0 -1 4202560 491 0 0 0 110 15 0 0 20 0 15 0 107974582 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139951245130504 139951276022734 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12917280 CPUtime=0.01 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) S 16629 16629 2911 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 15 0 107974583 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951291332309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 107974584 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 107974584 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974586 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12917280 CPUtime=0.68 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 1866 0 0 0 68 0 0 0 20 0 15 0 107974586 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950771127776 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12917280 CPUtime=0.71 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 1718 0 0 0 71 0 0 0 20 0 15 0 107974587 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950770068944 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12917280 CPUtime=0.3 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 1511 0 0 0 29 1 0 0 20 0 15 0 107974587 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950769031408 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974587 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) D 16629 16629 2911 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 107974590 13227294720 204321 18446744073709551615 4194304 4196468 140728524470096 139950766926560 139951276178190 0 4 1 16800974 18446744072100990085 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 12926792

[startup+6.30073 s]
/proc/loadavg: 3.74 2.74 2.57 5/219 16645
/proc/meminfo: memFree=19418000/32770624 swapFree=0/368536
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12917280 CPUtime=12.41 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 21418 0 0 0 1121 120 0 0 20 0 15 0 107974581 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3229320 375540 3222 1 0 3217612 0
[pid=16631/tid=16632] ppid=16629 vsize=12917280 CPUtime=4.09 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) R 16629 16629 2911 0 -1 4202560 9408 0 0 0 397 12 0 0 20 0 15 0 107974581 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139951295559952 139950925814226 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12917280 CPUtime=1.62 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) S 16629 16629 2911 0 -1 1077944384 1069 0 0 0 136 26 0 0 20 0 15 0 107974582 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139951248288016 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12917280 CPUtime=1.63 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) S 16629 16629 2911 0 -1 1077944384 910 0 0 0 137 26 0 0 20 0 15 0 107974582 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139951247235472 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12917280 CPUtime=1.6 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) S 16629 16629 2911 0 -1 1077944384 942 0 0 0 134 26 0 0 20 0 15 0 107974582 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139951246182928 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12917280 CPUtime=1.61 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) S 16629 16629 2911 0 -1 1077944384 959 0 0 0 135 26 0 0 20 0 15 0 107974582 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139951245130384 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12917280 CPUtime=0.08 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) S 16629 16629 2911 0 -1 1077944384 1369 0 0 0 8 0 0 0 20 0 15 0 107974583 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950842468848 139951291333250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 107974584 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 107974584 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974586 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12917280 CPUtime=0.69 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 1869 0 0 0 69 0 0 0 20 0 15 0 107974586 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950771136496 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12917280 CPUtime=0.72 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 1734 0 0 0 72 0 0 0 20 0 15 0 107974587 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950770083952 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12917280 CPUtime=0.3 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 1511 0 0 0 29 1 0 0 20 0 15 0 107974587 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950769031408 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107974587 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12917280 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 349 0 0 0 0 0 0 0 20 0 15 0 107974590 13227294720 375540 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 12926792

[startup+12.7007 s]
/proc/loadavg: 3.76 2.76 2.58 9/219 16645
/proc/meminfo: memFree=18003988/32770624 swapFree=0/368544
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12919328 CPUtime=30.45 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 38401 0 0 0 2791 254 0 0 20 0 15 0 107974581 13229391872 704097 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3229832 704097 3253 1 0 3218124 0
[pid=16631/tid=16632] ppid=16629 vsize=12919328 CPUtime=7.65 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 12153 0 0 0 752 13 0 0 20 0 15 0 107974581 13229391872 704097 18446744073709551615 4194304 4196468 140728524470096 139951295561120 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12919328 CPUtime=4.4 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) R 16629 16629 2911 0 -1 4202560 2391 0 0 0 381 59 0 0 20 0 15 0 107974582 13229391872 704097 18446744073709551615 4194304 4196468 140728524470096 139951248288216 139951276022842 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12919328 CPUtime=4.39 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) R 16629 16629 2911 0 -1 4202560 2465 0 0 0 381 58 0 0 20 0 15 0 107974582 13229391872 704097 18446744073709551615 4194304 4196468 140728524470096 139951247235360 139951276022803 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0

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

[startup+451.601 s]
/proc/loadavg: 5.17 5.41 4.04 6/221 16678
/proc/meminfo: memFree=10198736/32770624 swapFree=0/368648
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12985892 CPUtime=1636.59 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 516931 0 0 0 162588 1071 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3246473 2650093 3258 1 0 3234765 0
[pid=16631/tid=16632] ppid=16629 vsize=12985892 CPUtime=41.64 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 20680 0 0 0 4148 16 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951295562784 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12985892 CPUtime=393.89 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) R 16629 16629 2911 0 -1 4202560 74481 0 0 0 39137 252 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951248288216 139951276311778 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12985892 CPUtime=393.7 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) R 16629 16629 2911 0 -1 4202560 107916 0 0 0 39105 265 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951247235280 139951283950311 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12985892 CPUtime=393.7 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) R 16629 16629 2911 0 -1 4202560 98065 0 0 0 39105 265 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951246183048 139951283950311 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12985892 CPUtime=393.38 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) R 16629 16629 2911 0 -1 4202560 104758 0 0 0 39079 259 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951245130192 139951283950311 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12985892 CPUtime=13.29 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) S 16629 16629 2911 0 -1 1077944384 85038 0 0 0 1324 5 0 0 20 0 16 0 107974583 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951291332309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12985892 CPUtime=2.94 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 10788 0 0 0 293 1 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950771136256 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12985892 CPUtime=3.03 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 9148 0 0 0 301 2 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950770084000 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12985892 CPUtime=0.62 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 3973 0 0 0 61 1 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950769031456 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12985892 CPUtime=0.31 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 640 0 0 0 16 15 0 0 20 0 16 0 107974590 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 56 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16677] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16677/stat : 16677 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 108018512 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950758915776 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 1636.59
Current children cumulated vsize (KiB) 12995404

[startup+453.201 s]
/proc/loadavg: 5.17 5.41 4.04 6/221 16678
/proc/meminfo: memFree=10198736/32770624 swapFree=0/368652
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12985892 CPUtime=1642.8 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 517045 0 0 0 163207 1073 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3246473 2650093 3258 1 0 3234765 0
[pid=16631/tid=16632] ppid=16629 vsize=12985892 CPUtime=41.64 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 20680 0 0 0 4148 16 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951295562784 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12985892 CPUtime=395.48 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) R 16629 16629 2911 0 -1 4202560 74595 0 0 0 39296 252 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951248288216 139951275779571 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12985892 CPUtime=395.24 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) R 16629 16629 2911 0 -1 4202560 107916 0 0 0 39258 266 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951247235280 139951283950311 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12985892 CPUtime=395.25 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) R 16629 16629 2911 0 -1 4202560 98065 0 0 0 39259 266 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951246182736 139951283950311 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12985892 CPUtime=394.93 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) R 16629 16629 2911 0 -1 4202560 104758 0 0 0 39233 260 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951245130504 139951283950311 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12985892 CPUtime=13.29 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) S 16629 16629 2911 0 -1 1077944384 85038 0 0 0 1324 5 0 0 20 0 16 0 107974583 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951291332309 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12985892 CPUtime=2.94 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 10788 0 0 0 293 1 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950771136256 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12985892 CPUtime=3.03 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 9148 0 0 0 301 2 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950770084000 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12985892 CPUtime=0.62 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 3973 0 0 0 61 1 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950769031456 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12985892 CPUtime=0.31 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 640 0 0 0 16 15 0 0 20 0 16 0 107974590 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16677] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16677/stat : 16677 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 108018512 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950758915776 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 1642.8
Current children cumulated vsize (KiB) 12995404

[startup+453.601 s]
/proc/loadavg: 5.17 5.41 4.04 3/221 16678
/proc/meminfo: memFree=10198736/32770624 swapFree=0/368652
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12985892 CPUtime=1643.93 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 517203 0 0 0 163320 1073 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3246473 2650093 3258 1 0 3234765 0
[pid=16631/tid=16632] ppid=16629 vsize=12985892 CPUtime=41.64 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 20680 0 0 0 4148 16 0 0 20 0 16 0 107974581 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951295562784 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12985892 CPUtime=395.72 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) S 16629 16629 2911 0 -1 1077944384 74665 0 0 0 39320 252 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951248288016 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12985892 CPUtime=395.49 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) S 16629 16629 2911 0 -1 1077944384 107938 0 0 0 39283 266 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951247235472 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12985892 CPUtime=395.49 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) S 16629 16629 2911 0 -1 1077944384 98101 0 0 0 39283 266 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951246182928 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12985892 CPUtime=395.17 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) S 16629 16629 2911 0 -1 1077944384 104788 0 0 0 39257 260 0 0 20 0 16 0 107974582 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139951245130384 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12985892 CPUtime=13.45 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) R 16629 16629 2911 0 -1 4202560 85038 0 0 0 1340 5 0 0 20 0 16 0 107974583 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951276318448 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12985892 CPUtime=2.94 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 10788 0 0 0 293 1 0 0 20 0 16 0 107974586 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950771136256 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12985892 CPUtime=3.03 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 9148 0 0 0 301 2 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950770084000 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12985892 CPUtime=0.62 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 3973 0 0 0 61 1 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950769031456 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974587 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12985892 CPUtime=0.31 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 640 0 0 0 16 15 0 0 20 0 16 0 107974590 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16677] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16677/stat : 16677 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 108018512 13297553408 2650093 18446744073709551615 4194304 4196468 140728524470096 139950758915776 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 1643.93
Current children cumulated vsize (KiB) 12995404

[startup+453.801 s]
/proc/loadavg: 5.17 5.41 4.04 3/221 16678
/proc/meminfo: memFree=10198736/32770624 swapFree=0/368652
[pid=16629] ppid=16626 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/16629/stat : 16629 (xcsp3-exec) S 16626 16629 2911 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 107974573 9740288 345 18446744073709551615 4194304 5098028 140721094197296 140721094195400 139843518521980 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 36192256 140721094205848 140721094206058 140721094206058 140721094209515 0
/proc/16629/statm: 2378 345 289 221 0 87 0
[pid=16631] ppid=16629 vsize=12985892 CPUtime=1644.13 cores=1,3,5,7
/proc/16631/stat : 16631 (java) S 16629 16629 2911 0 -1 1077944320 517793 0 0 0 163340 1073 0 0 20 0 16 0 107974581 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 140728524452640 139951291322103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
/proc/16631/statm: 3246473 2650094 3258 1 0 3234765 0
[pid=16631/tid=16632] ppid=16629 vsize=12985892 CPUtime=41.64 cores=1,3,5,7
/proc/16631/task/16632/stat : 16632 (java) S 16629 16629 2911 0 -1 1077944384 20680 0 0 0 4148 16 0 0 20 0 16 0 107974581 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139951295562784 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16633] ppid=16629 vsize=12985892 CPUtime=395.72 cores=1,3,5,7
/proc/16631/task/16633/stat : 16633 (java) S 16629 16629 2911 0 -1 1077944384 74665 0 0 0 39320 252 0 0 20 0 16 0 107974582 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139951248288016 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16634] ppid=16629 vsize=12985892 CPUtime=395.49 cores=1,3,5,7
/proc/16631/task/16634/stat : 16634 (java) S 16629 16629 2911 0 -1 1077944384 107938 0 0 0 39283 266 0 0 20 0 16 0 107974582 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139951247235472 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16635] ppid=16629 vsize=12985892 CPUtime=395.49 cores=1,3,5,7
/proc/16631/task/16635/stat : 16635 (java) S 16629 16629 2911 0 -1 1077944384 98101 0 0 0 39283 266 0 0 20 0 16 0 107974582 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139951246182928 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16636] ppid=16629 vsize=12985892 CPUtime=395.17 cores=1,3,5,7
/proc/16631/task/16636/stat : 16636 (java) S 16629 16629 2911 0 -1 1077944384 104788 0 0 0 39257 260 0 0 20 0 16 0 107974582 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139951245130384 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16637] ppid=16629 vsize=12985892 CPUtime=13.64 cores=1,3,5,7
/proc/16631/task/16637/stat : 16637 (java) R 16629 16629 2911 0 -1 4202560 85628 0 0 0 1359 5 0 0 20 0 16 0 107974583 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950842467392 139951269692283 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16638] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16638/stat : 16638 (java) S 16629 16629 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950841415136 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16639] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16639/stat : 16639 (java) S 16629 16629 2911 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 16 0 107974584 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950840362496 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16640] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16640/stat : 16640 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974586 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950839311056 139951291340699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16641] ppid=16629 vsize=12985892 CPUtime=2.94 cores=1,3,5,7
/proc/16631/task/16641/stat : 16641 (java) S 16629 16629 2911 0 -1 1077944384 10788 0 0 0 293 1 0 0 20 0 16 0 107974586 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950771136256 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16642] ppid=16629 vsize=12985892 CPUtime=3.03 cores=1,3,5,7
/proc/16631/task/16642/stat : 16642 (java) S 16629 16629 2911 0 -1 1077944384 9148 0 0 0 301 2 0 0 20 0 16 0 107974587 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950770084000 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16643] ppid=16629 vsize=12985892 CPUtime=0.62 cores=1,3,5,7
/proc/16631/task/16643/stat : 16643 (java) S 16629 16629 2911 0 -1 1077944384 3973 0 0 0 61 1 0 0 20 0 16 0 107974587 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950769031456 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16644] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16644/stat : 16644 (java) S 16629 16629 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 107974587 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950767979104 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16645] ppid=16629 vsize=12985892 CPUtime=0.31 cores=1,3,5,7
/proc/16631/task/16645/stat : 16645 (java) S 16629 16629 2911 0 -1 1077944384 640 0 0 0 16 15 0 0 20 0 16 0 107974590 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950766926640 139951291333250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 56 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
[pid=16631/tid=16677] ppid=16629 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/16631/task/16677/stat : 16677 (java) S 16629 16629 2911 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 108018512 13297553408 2650094 18446744073709551615 4194304 4196468 140728524470096 139950758915776 139951291332309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28393472 140728524476886 140728524477062 140728524477062 140728524480463 0
Current children cumulated CPU time (s) 1644.13
Current children cumulated vsize (KiB) 12995404

Child status: 1
Real time (s): 453.872
CPU time (s): 1644.21
CPU user time (s): 1633.43
CPU system time (s): 10.7842
CPU usage (%): 362.263
Max. virtual memory (cumulated for all children) (KiB): 12995404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1633.43
system time used= 10.7842
maximum resident set size= 10600560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18890
involuntary context switches= 24724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26259 second user time and 3.0476 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 07:05:53
IDJOB=4249336
IDBENCH=139739
IDSOLVER=2626
FILE ID=node132/4249336-1502083214
RUNJOBID= node132-1502078046-15622
PBS_JOBID= 
Free space on /tmp= 61968 MiB

SOLVER NAME= choco-solver 5a
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-4249336-1502083214/watcher-4249336-1502083214 -o /tmp/evaluation-result-4249336-1502083214/solver-4249336-1502083214 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1990186918 HOME/instance-4249336-1502083214.xml

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

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
RANDOM SEED=1990186918

node132.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.74
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.74
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.74
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.74
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:        20814304 kB
MemAvailable:   21424432 kB
Buffers:          227352 kB
Cached:           680976 kB
SwapCached:            0 kB
Active:         11110240 kB
Inactive:         401188 kB
Active(anon):   10603952 kB
Inactive(anon):    32628 kB
Active(file):     506288 kB
Inactive(file):   368560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43012 kB
Writeback:             0 kB
AnonPages:      10603064 kB
Mapped:            61588 kB
Shmem:             33468 kB
Slab:             128668 kB
SReclaimable:     102228 kB
SUnreclaim:        26440 kB
KernelStack:        3552 kB
PageTables:        25684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10946212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10422272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61960 MiB
End job on node132 at 2017-08-07 07:13:27