Trace number 4404278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 10646.7 1750.39

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404278-1569007791.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404278-1569007791.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
10549.98/1734.46	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
10549.98/1734.46		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:84)
10549.98/1734.46		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
10549.98/1734.46		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
10549.98/1734.46		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
10549.98/1734.46		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
10549.98/1734.46		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
10549.98/1734.46		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
10549.98/1734.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
10549.98/1734.46		at org.xcsp.parser.XCallbacks$$Lambda$88/1991313236.accept(Unknown Source)
10549.98/1734.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
10549.98/1734.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
10549.98/1734.46		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
10549.98/1734.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
10549.98/1734.47		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
10549.98/1734.47		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
10549.98/1734.47		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
10549.98/1734.47		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
10549.98/1734.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
10645.68/1749.43	s UNKNOWN
10645.68/1749.43	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7411 MiB free)
  memory of node 1: 16384 MiB (6443 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404278-1569007791/watcher-4404278-1569007791 -o /var/tmp/evaluation-result-4404278-1569007791/solver-4404278-1569007791 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569005227-30886 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1268689155 HOME/instance-4404278-1569007791.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 8.12 8.27 8.27 2/211 31235
/proc/meminfo: memFree=14170924/32770624 swapFree=66972388/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28227396 memory=29164 CPUtime=0.12 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 5694 0 0 0 11 1 0 0 20 0 20 0 476720976 28904853504 7291 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7056849 7291 3147 1 0 7019032 0
[pid=31216/tid=31217] ppid=31214 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) R 31214 31214 30859 0 -1 4202560 3606 0 0 0 8 1 0 0 20 0 20 0 476720977 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180959659824 140180955438486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28227396 memory=140520883701376 CPUtime=0 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31221] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31221/stat : 31221 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180904889104 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31222] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31222/stat : 31222 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180903836304 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31223] ppid=31214 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31223/stat : 31223 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180902783504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31224] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31224/stat : 31224 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180901730704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31225] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31225/stat : 31225 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 7291 33554432000 4194304 4196468 140726666656432 140180900677904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31226] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31226/stat : 31226 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720979 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179620903792 140180955437698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31227] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31227/stat : 31227 (java) S 31214 31214 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476720979 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179619849760 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31228] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31228/stat : 31228 (java) S 31214 31214 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476720980 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179618796912 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31229] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31229/stat : 31229 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179617745232 140180955445147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31230] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31230/stat : 31230 (java) S 31214 31214 30859 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179616692592 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31231] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31231/stat : 31231 (java) R 31214 31214 30859 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179615631440 140180934575240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31232] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179614586992 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) R 31214 31214 30859 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179613534192 140180955438486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720983 28904853504 7291 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30616 KiB

[startup+0.210795 s]*
/proc/loadavg: 8.12 8.27 8.27 2/211 31235
/proc/meminfo: memFree=14157424/32770624 swapFree=66972388/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28227396 memory=41060 CPUtime=0.34 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 9519 0 0 0 30 4 0 0 20 0 20 0 476720976 28904853504 10265 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7056849 10265 3284 1 0 7019032 0
[pid=31216/tid=31217] ppid=31214 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) R 31214 31214 30859 0 -1 4202560 6638 0 0 0 17 2 0 0 20 0 20 0 476720977 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180959661248 140180939997937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28227396 memory=3688929692777137824 CPUtime=0 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31221] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31221/stat : 31221 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180904889104 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31222] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31222/stat : 31222 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180903836304 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31223] ppid=31214 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31223/stat : 31223 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180902783504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31224] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31224/stat : 31224 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180901730704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31225] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31225/stat : 31225 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28904853504 10265 33554432000 4194304 4196468 140726666656432 140180900677904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31226] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31226/stat : 31226 (java) S 31214 31214 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476720979 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179620903792 140180955437698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31227] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31227/stat : 31227 (java) S 31214 31214 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476720979 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179619849760 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31228] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31228/stat : 31228 (java) S 31214 31214 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476720980 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179618796912 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31229] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31229/stat : 31229 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179617745232 140180955445147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31230] ppid=31214 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31216/task/31230/stat : 31230 (java) S 31214 31214 30859 0 -1 1077944384 456 0 0 0 1 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179616692592 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31231] ppid=31214 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31216/task/31231/stat : 31231 (java) S 31214 31214 30859 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179615639792 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31232] ppid=31214 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179614586992 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) R 31214 31214 30859 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179613534192 140180934368230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720982 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720983 28904853504 10265 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42512 KiB

[startup+0.310602 s]*
/proc/loadavg: 8.12 8.27 8.27 3/211 31235
/proc/meminfo: memFree=14149904/32770624 swapFree=66972388/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28231652 memory=49532 CPUtime=0.52 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 10757 0 0 0 47 5 0 0 20 0 20 0 476720976 28909211648 12383 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7057913 12383 3319 1 0 7019032 0
[pid=31216/tid=31217] ppid=31214 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) R 31214 31214 30859 0 -1 4202560 7772 0 0 0 26 3 0 0 20 0 20 0 476720977 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180959660336 140180936266032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31221] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31221/stat : 31221 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180904889104 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31222] ppid=31214 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31216/task/31222/stat : 31222 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180903836304 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31223] ppid=31214 vsize=28231652 memory=140520726819759 CPUtime=0 cores=0-7
/proc/31216/task/31223/stat : 31223 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180902783504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31224] ppid=31214 vsize=28231652 memory=140520726822064 CPUtime=0 cores=0-7
/proc/31216/task/31224/stat : 31224 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180901730704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31225] ppid=31214 vsize=28231652 memory=140520726824368 CPUtime=0 cores=0-7
/proc/31216/task/31225/stat : 31225 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28909211648 12383 33554432000 4194304 4196468 140726666656432 140180900677904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31226] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31226/stat : 31226 (java) S 31214 31214 30859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476720979 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179620903792 140180955437698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31227] ppid=31214 vsize=28231652 memory=281041453655696 CPUtime=0 cores=0-7
/proc/31216/task/31227/stat : 31227 (java) S 31214 31214 30859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476720979 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179619849760 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31228] ppid=31214 vsize=28231652 memory=281041453662608 CPUtime=0 cores=0-7
/proc/31216/task/31228/stat : 31228 (java) S 31214 31214 30859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476720980 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179618796912 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31229] ppid=31214 vsize=28231652 memory=281041453603888 CPUtime=0 cores=0-7
/proc/31216/task/31229/stat : 31229 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179617745232 140180955445147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31230] ppid=31214 vsize=28231652 memory=281041453676432 CPUtime=0.01 cores=0-7
/proc/31216/task/31230/stat : 31230 (java) S 31214 31214 30859 0 -1 1077944384 461 0 0 0 1 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179616692592 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31231] ppid=31214 vsize=28231652 memory=281041453683344 CPUtime=0.02 cores=0-7
/proc/31216/task/31231/stat : 31231 (java) S 31214 31214 30859 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179615639792 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31232] ppid=31214 vsize=28231652 memory=281041453681040 CPUtime=0.03 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 275 0 0 0 3 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179614586992 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28231652 memory=281041453697200 CPUtime=0.12 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) S 31214 31214 30859 0 -1 1077944384 851 0 0 0 12 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179613534192 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720982 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720983 28909211648 12383 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50984 KiB

[startup+0.701505 s]
/proc/loadavg: 8.12 8.27 8.27 5/211 31235
/proc/meminfo: memFree=14128504/32770624 swapFree=66972388/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28233776 memory=108372 CPUtime=2.04 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 17282 0 0 0 197 7 0 0 20 0 20 0 476720976 28911386624 27093 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7058444 27093 3447 1 0 7019544 0
[pid=31216/tid=31217] ppid=31214 vsize=28233776 memory=281041454055088 CPUtime=0.68 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) R 31214 31214 30859 0 -1 4202560 9182 0 0 0 64 4 0 0 20 0 20 0 476720977 28911386624 27093 33554432000 4194304 4196468 140726666656432 140180959659816 140180941107496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28233776 memory=140520727028592 CPUtime=0 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476720978 28911386624 27093 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476720978 28911386624 27093 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28233776 memory=1716 CPUtime=0 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476720978 28911386624 27093 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0

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

[pid=31216/tid=31232] ppid=31214 vsize=28300340 memory=0 CPUtime=1.02 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 6213 0 0 0 101 1 0 0 20 0 21 0 476720982 28979548160 6299476 33554432000 4194304 4196468 140726666656432 140179614587040 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28300340 memory=5928 CPUtime=0.62 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) S 31214 31214 30859 0 -1 1077944384 10424 0 0 0 60 2 0 0 20 0 21 0 476720982 28979548160 6299476 33554432000 4194304 4196468 140726666656432 140179613534240 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28300340 memory=13972 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476720982 28979548160 6299476 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28300340 memory=19592 CPUtime=0.72 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 2177 0 0 0 40 32 0 0 20 0 21 0 476720983 28979548160 6299476 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31369] ppid=31214 vsize=28300340 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/31216/task/31369/stat : 31369 (java) S 31214 31214 30859 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476894423 28979548160 6299476 33554432000 4194304 4196468 140726666656432 140179534986944 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 10600.6 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25199356 KiB

[startup+1747.2 s]
/proc/loadavg: 6.67 7.37 7.05 2/212 31369
/proc/meminfo: memFree=204636/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28300340 memory=25198032 CPUtime=10643.5 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 144581795 0 0 0 1048518 15830 0 0 20 0 21 0 476720976 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7075085 6299508 3509 1 0 7036185 0
[pid=31216/tid=31217] ppid=31214 vsize=28300340 memory=43532 CPUtime=320.08 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) S 31214 31214 30859 0 -1 1077944384 120681 0 0 0 31911 97 0 0 20 0 21 0 476720977 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180959667232 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28300340 memory=992 CPUtime=1272.66 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 19234260 0 0 0 125282 1984 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28300340 memory=25198032 CPUtime=1271.71 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 14519617 0 0 0 125449 1722 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28300340 memory=1452 CPUtime=1268.56 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 14073930 0 0 0 125089 1767 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31221] ppid=31214 vsize=28300340 memory=25197992 CPUtime=1276.59 cores=0-7
/proc/31216/task/31221/stat : 31221 (java) S 31214 31214 30859 0 -1 1077944384 22533984 0 0 0 125494 2165 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180904889104 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31222] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=1270.55 cores=0-7
/proc/31216/task/31222/stat : 31222 (java) S 31214 31214 30859 0 -1 1077944384 18947912 0 0 0 125039 2016 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180903836304 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31223] ppid=31214 vsize=28300340 memory=1804 CPUtime=1274.55 cores=0-7
/proc/31216/task/31223/stat : 31223 (java) S 31214 31214 30859 0 -1 1077944384 18113130 0 0 0 125392 2063 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180902783504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31224] ppid=31214 vsize=28300340 memory=920 CPUtime=1273.76 cores=0-7
/proc/31216/task/31224/stat : 31224 (java) S 31214 31214 30859 0 -1 1077944384 16620326 0 0 0 125486 1890 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180901730704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31225] ppid=31214 vsize=28300340 memory=4132 CPUtime=1273.33 cores=0-7
/proc/31216/task/31225/stat : 31225 (java) S 31214 31214 30859 0 -1 1077944384 17366913 0 0 0 125420 1913 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180900677904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31226] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=137.29 cores=0-7
/proc/31216/task/31226/stat : 31226 (java) R 31214 31214 30859 0 -1 4202560 3020766 0 0 0 13541 188 0 0 20 0 21 0 476720979 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179620902224 140180940422903 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31227] ppid=31214 vsize=28300340 memory=1764 CPUtime=0 cores=0-7
/proc/31216/task/31227/stat : 31227 (java) S 31214 31214 30859 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 476720979 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179619849824 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31228] ppid=31214 vsize=28300340 memory=111636 CPUtime=0 cores=0-7
/proc/31216/task/31228/stat : 31228 (java) S 31214 31214 30859 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 476720980 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179618796928 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31229] ppid=31214 vsize=28300340 memory=804 CPUtime=0 cores=0-7
/proc/31216/task/31229/stat : 31229 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179617745232 140180955445147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31230] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=0.96 cores=0-7
/proc/31216/task/31230/stat : 31230 (java) S 31214 31214 30859 0 -1 1077944384 5102 0 0 0 94 2 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179616692352 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31231] ppid=31214 vsize=28300340 memory=780 CPUtime=0.95 cores=0-7
/proc/31216/task/31231/stat : 31231 (java) S 31214 31214 30859 0 -1 1077944384 5010 0 0 0 94 1 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179615639840 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31232] ppid=31214 vsize=28300340 memory=1436 CPUtime=1.02 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 6213 0 0 0 101 1 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179614587040 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28300340 memory=1984 CPUtime=0.62 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) S 31214 31214 30859 0 -1 1077944384 10424 0 0 0 60 2 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179613534240 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28300340 memory=3612 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28300340 memory=43532 CPUtime=0.72 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 2199 0 0 0 40 32 0 0 20 0 21 0 476720983 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31369] ppid=31214 vsize=28300340 memory=992 CPUtime=0 cores=0-7
/proc/31216/task/31369/stat : 31369 (java) S 31214 31214 30859 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476894423 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179534986944 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 10643.5 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25199484 KiB

[startup+1748.8 s]
/proc/loadavg: 6.67 7.37 7.05 2/212 31369
/proc/meminfo: memFree=204636/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
[pid=31216] ppid=31214 vsize=28300340 memory=25198032 CPUtime=10645.1 cores=0-7
/proc/31216/stat : 31216 (java) S 31214 31214 30859 0 -1 1077944320 144581795 0 0 0 1048678 15830 0 0 20 0 21 0 476720976 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140726666638976 140180955426551 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
/proc/31216/statm: 7075085 6299508 3509 1 0 7036185 0
[pid=31216/tid=31217] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=320.08 cores=0-7
/proc/31216/task/31217/stat : 31217 (java) S 31214 31214 30859 0 -1 1077944384 120681 0 0 0 31911 97 0 0 20 0 21 0 476720977 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180959667232 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31218] ppid=31214 vsize=28300340 memory=3492 CPUtime=1272.66 cores=0-7
/proc/31216/task/31218/stat : 31218 (java) S 31214 31214 30859 0 -1 1077944384 19234260 0 0 0 125282 1984 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180908047504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31219] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=1271.71 cores=0-7
/proc/31216/task/31219/stat : 31219 (java) S 31214 31214 30859 0 -1 1077944384 14519617 0 0 0 125449 1722 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180906994704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31220] ppid=31214 vsize=28300340 memory=25197912 CPUtime=1268.56 cores=0-7
/proc/31216/task/31220/stat : 31220 (java) S 31214 31214 30859 0 -1 1077944384 14073930 0 0 0 125089 1767 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180905941904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31221] ppid=31214 vsize=28300340 memory=1452 CPUtime=1276.59 cores=0-7
/proc/31216/task/31221/stat : 31221 (java) S 31214 31214 30859 0 -1 1077944384 22533984 0 0 0 125494 2165 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180904889104 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31222] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=1270.55 cores=0-7
/proc/31216/task/31222/stat : 31222 (java) S 31214 31214 30859 0 -1 1077944384 18947912 0 0 0 125039 2016 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180903836304 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31223] ppid=31214 vsize=28300340 memory=25197928 CPUtime=1274.55 cores=0-7
/proc/31216/task/31223/stat : 31223 (java) S 31214 31214 30859 0 -1 1077944384 18113130 0 0 0 125392 2063 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180902783504 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31224] ppid=31214 vsize=28300340 memory=804 CPUtime=1273.76 cores=0-7
/proc/31216/task/31224/stat : 31224 (java) S 31214 31214 30859 0 -1 1077944384 16620326 0 0 0 125486 1890 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180901730704 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31225] ppid=31214 vsize=28300340 memory=1732 CPUtime=1273.33 cores=0-7
/proc/31216/task/31225/stat : 31225 (java) S 31214 31214 30859 0 -1 1077944384 17366913 0 0 0 125420 1913 0 0 20 0 21 0 476720978 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140180900677904 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31226] ppid=31214 vsize=28300340 memory=1804 CPUtime=138.89 cores=0-7
/proc/31216/task/31226/stat : 31226 (java) R 31214 31214 30859 0 -1 4202560 3020766 0 0 0 13701 188 0 0 20 0 21 0 476720979 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179620902224 140180940422932 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31227] ppid=31214 vsize=28300340 memory=920 CPUtime=0 cores=0-7
/proc/31216/task/31227/stat : 31227 (java) S 31214 31214 30859 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 476720979 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179619849824 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31228] ppid=31214 vsize=28300340 memory=281041454421280 CPUtime=0 cores=0-7
/proc/31216/task/31228/stat : 31228 (java) S 31214 31214 30859 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 476720980 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179618796928 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31229] ppid=31214 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31216/task/31229/stat : 31229 (java) S 31214 31214 30859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179617745232 140180955445147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31230] ppid=31214 vsize=28300340 memory=7679927811743456362 CPUtime=0.96 cores=0-7
/proc/31216/task/31230/stat : 31230 (java) S 31214 31214 30859 0 -1 1077944384 5102 0 0 0 94 2 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179616692352 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31231] ppid=31214 vsize=28300340 memory=1452 CPUtime=0.95 cores=0-7
/proc/31216/task/31231/stat : 31231 (java) S 31214 31214 30859 0 -1 1077944384 5010 0 0 0 94 1 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179615639840 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31232] ppid=31214 vsize=28300340 memory=25198032 CPUtime=1.02 cores=0-7
/proc/31216/task/31232/stat : 31232 (java) S 31214 31214 30859 0 -1 1077944384 6213 0 0 0 101 1 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179614587040 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31233] ppid=31214 vsize=28300340 memory=-8316900901535099443 CPUtime=0.62 cores=0-7
/proc/31216/task/31233/stat : 31233 (java) S 31214 31214 30859 0 -1 1077944384 10424 0 0 0 60 2 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179613534240 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31234] ppid=31214 vsize=28300340 memory=4132 CPUtime=0 cores=0-7
/proc/31216/task/31234/stat : 31234 (java) S 31214 31214 30859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476720982 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179545255008 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31235] ppid=31214 vsize=28300340 memory=1412 CPUtime=0.72 cores=0-7
/proc/31216/task/31235/stat : 31235 (java) S 31214 31214 30859 0 -1 1077944384 2199 0 0 0 40 32 0 0 20 0 21 0 476720983 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179544202288 140180955437698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
[pid=31216/tid=31369] ppid=31214 vsize=28300340 memory=3492 CPUtime=0 cores=0-7
/proc/31216/task/31369/stat : 31369 (java) S 31214 31214 30859 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 476894423 28979548160 6299508 33554432000 4194304 4196468 140726666656432 140179534986944 140180955436757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29655040 140726666662870 140726666663046 140726666663046 140726666665935 0
Current children cumulated CPU time: 10645.1 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25199484 KiB

[startup+1749.6 s]
/proc/loadavg: 6.22 7.26 7.02 2/212 31369
/proc/meminfo: memFree=203984/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+1750 s]*
/proc/loadavg: 6.22 7.26 7.02 2/193 31369
/proc/meminfo: memFree=12348508/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+1750.2 s]
/proc/loadavg: 6.22 7.26 7.02 2/193 31369
/proc/meminfo: memFree=12348508/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+1750.3 s]
/proc/loadavg: 6.22 7.26 7.02 2/193 31369
/proc/meminfo: memFree=12348508/32770624 swapFree=66972400/67108860
[pid=31214] ppid=31211 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31214/stat : 31214 (xcsp3-exec) S 31211 31214 30859 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 476720976 115843072 363 33554432000 4194304 5098028 140731674704432 140731674702536 140328148947580 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31346688 140731674706769 140731674707029 140731674707029 140731674709958 0
/proc/31214/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1750.39
CPU time (s): 10646.7
CPU user time (s): 10487.4
CPU system time (s): 159.269
CPU usage (%): 608.246
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25199484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10487.4
system time used= 159.269
maximum resident set size= 25198316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144602630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144888
involuntary context switches= 315596


# summary of solver processes directly reported to runsolver:
#   pid: 31214
#   total CPU time (s): 10646.7
#   total CPU user time (s): 10487.4
#   total CPU system time (s): 159.269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5136 second user time and 18.8848 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 21:29:08
IDJOB=4404278
IDBENCH=138482
IDSOLVER=2865
FILE ID=node117/4404278-1569007791
RUNJOBID= node117-1569005227-30886
PBS_JOBID= 21704753
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404278-1569007791/watcher-4404278-1569007791 -o /var/tmp/evaluation-result-4404278-1569007791/solver-4404278-1569007791 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569005227-30886 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1268689155 HOME/instance-4404278-1569007791.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1268689155

node117.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.75
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.75
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.75
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.75
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:        14187748 kB
MemAvailable:   31834536 kB
Buffers:          149076 kB
Cached:         17403860 kB
SwapCached:        27740 kB
Active:          8695980 kB
Inactive:        8887032 kB
Active(anon):       2624 kB
Inactive(anon):    68868 kB
Active(file):    8693356 kB
Inactive(file):  8818164 kB
Unevictable:      108556 kB
Mlocked:          108556 kB
SwapTotal:      67108860 kB
SwapFree:       66972388 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:        112240 kB
Mapped:            48276 kB
Shmem:             32544 kB
Slab:             591920 kB
SReclaimable:     563728 kB
SUnreclaim:        28192 kB
KernelStack:        3392 kB
PageTables:         5064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-20 21:58:19