Trace number 4393079

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-06-14? 1850.24 625.22

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-16.xml
MD5SUM60f46a78fc335bdeaa2bda0ed3237a46
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 benchmark51.8952
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1211
Maximum domain size1309
Distribution of domain sizes[{"size":1211,"count":6},{"size":1212,"count":2},{"size":1213,"count":4},{"size":1214,"count":4},{"size":1215,"count":4},{"size":1216,"count":2},{"size":1217,"count":12},{"size":1218,"count":8},{"size":1219,"count":6},{"size":1220,"count":4},{"size":1221,"count":2},{"size":1222,"count":4},{"size":1223,"count":6},{"size":1225,"count":4},{"size":1226,"count":2},{"size":1227,"count":4},{"size":1228,"count":2},{"size":1229,"count":6},{"size":1230,"count":8},{"size":1231,"count":10},{"size":1232,"count":4},{"size":1233,"count":2},{"size":1234,"count":6},{"size":1235,"count":2},{"size":1236,"count":4},"...",{"size":1283,"count":10}, {"size":1284,"count":4}, {"size":1285,"count":4}, {"size":1286,"count":6}, {"size":1287,"count":10}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":4}, {"size":1291,"count":2}, {"size":1292,"count":2}, {"size":1294,"count":8}, {"size":1295,"count":2}, {"size":1297,"count":4}, {"size":1298,"count":4}, {"size":1299,"count":4}, {"size":1300,"count":6}, {"size":1301,"count":2}, {"size":1302,"count":4}, {"size":1303,"count":4}, {"size":1304,"count":8}, {"size":1305,"count":10}, {"size":1306,"count":6}, {"size":1307,"count":4}, {"size":1308,"count":6}, {"size":1309,"count":2}]
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393079-1568349209.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393079-1568349209.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1818.27/615.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1818.27/615.85		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
1818.27/615.85		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
1818.27/615.85		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1818.27/615.85		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
1818.27/615.85		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1818.27/615.85		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1306854175.valid(Unknown Source)
1818.27/615.85		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1818.27/615.85		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1818.27/615.85		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1818.27/615.85		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1818.27/615.85		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1818.27/615.85		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1818.27/615.85		at org.xcsp.parser.XCallbacks$$Lambda$89/1948863195.accept(Unknown Source)
1818.27/615.85		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1818.27/615.85		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1818.27/615.85		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1818.27/615.85		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1818.27/615.85		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1818.27/615.85		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1818.27/615.85		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1818.27/615.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1850.12/625.11	s UNKNOWN
1850.12/625.11	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 (1666 MiB free)
  memory of node 1: 16384 MiB (10887 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393079-1568349209/watcher-4393079-1568349209 -o /tmp/evaluation-result-4393079-1568349209/solver-4393079-1568349209 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 844132569 HOME/instance-4393079-1568349209.xml 

running on 4 cores: 1,3,5,7

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

solver pid=11329, runsolver pid=11326

[startup+0.100179 s]*
/proc/loadavg: 7.61 7.14 7.13 8/232 11345
/proc/meminfo: memFree=12839184/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15144768 memory=29108 CPUtime=0.13 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 5723 0 0 0 12 1 0 0 20 0 15 0 410861133 15508242432 7277 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3786192 7277 3176 1 0 3748377 0
[pid=11331/tid=11332] ppid=11329 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) R 11329 11329 3331 0 -1 4202560 3608 0 0 0 8 1 0 0 20 0 15 0 410861133 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080921085600 140080509491136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15144768 memory=3472467846136399056 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861135 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080385095664 140080916863618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410861136 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080384041888 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410861136 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080382989296 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861138 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 410861138 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080380885488 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 410861138 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080379832944 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0.02 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 410861139 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080378780400 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861139 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861139 15508242432 7277 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30560 KiB

[startup+0.210969 s]*
/proc/loadavg: 7.61 7.14 7.13 6/232 11345
/proc/meminfo: memFree=12826216/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15144768 memory=40780 CPUtime=0.35 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 9485 0 0 0 32 3 0 0 20 0 15 0 410861133 15508242432 10195 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3786192 10195 3298 1 0 3748377 0
[pid=11331/tid=11332] ppid=11329 vsize=15144768 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) R 11329 11329 3331 0 -1 4202560 6640 0 0 0 18 2 0 0 20 0 15 0 410861133 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080921089504 140080900896101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15144768 memory=3472467846136399056 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) S 11329 11329 3331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410861135 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080385095664 140080916863618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410861136 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080384041888 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410861136 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080382989296 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861138 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 15 0 410861138 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080380885488 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 501 0 0 0 3 0 0 0 20 0 15 0 410861138 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080379832944 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0.08 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 725 0 0 0 8 0 0 0 20 0 15 0 410861139 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080378780400 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861139 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15144768 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861139 15508242432 10195 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42232 KiB

[startup+0.318217 s]*
/proc/loadavg: 7.40 7.11 7.12 4/232 11345
/proc/meminfo: memFree=12819172/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15149024 memory=50608 CPUtime=0.54 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 11009 0 0 0 50 4 0 0 20 0 15 0 410861133 15512600576 12652 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3787256 12652 3352 1 0 3748377 0
[pid=11331/tid=11332] ppid=11329 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) R 11329 11329 3331 0 -1 4202560 7924 0 0 0 27 3 0 0 20 0 15 0 410861133 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080921087488 140080900932958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15149024 memory=3472467846136399056 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15149024 memory=139717241247360 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15149024 memory=7 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15149024 memory=139717098219551 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15149024 memory=279434196399872 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) S 11329 11329 3331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410861135 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080385095664 140080916863618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15149024 memory=139717098196495 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410861136 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080384041888 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15149024 memory=279434339453024 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410861136 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080382989296 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15149024 memory=139717098201103 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861138 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 460 0 0 0 4 0 0 0 20 0 15 0 410861138 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080380885488 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15149024 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 517 0 0 0 5 0 0 0 20 0 15 0 410861138 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080379832944 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 804 0 0 0 12 0 0 0 20 0 15 0 410861139 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080378780400 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861139 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15149024 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861139 15512600576 12652 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52060 KiB

[startup+0.705219 s]
/proc/loadavg: 7.40 7.11 7.12 5/232 11345
/proc/meminfo: memFree=12798880/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15151148 memory=102288 CPUtime=1.79 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 15166 0 0 0 173 6 0 0 20 0 15 0 410861133 15514775552 25572 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3787787 25572 3444 1 0 3748889 0
[pid=11331/tid=11332] ppid=11329 vsize=15151148 memory=4639059877604708710 CPUtime=0.67 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) R 11329 11329 3331 0 -1 4202560 9082 0 0 0 63 4 0 0 20 0 15 0 410861133 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080921089872 140080513523798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15151148 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15151148 memory=6935649255962144081 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15151148 memory=7825734864442108491 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861134 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15151148 memory=7100839870039429783 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410861134 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15151148 memory=6944613755328037012 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) S 11329 11329 3331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 410861135 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080385095664 140080916863618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15151148 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410861136 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080384041888 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15151148 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410861136 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080382989296 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15151148 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861138 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15151148 memory=1660 CPUtime=0.36 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) R 11329 11329 3331 0 -1 4202560 1382 0 0 0 36 0 0 0 20 0 15 0 410861138 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080380871264 140080901142502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15151148 memory=38768 CPUtime=0.37 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) R 11329 11329 3331 0 -1 4202560 1565 0 0 0 37 0 0 0 20 0 15 0 410861138 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080379817600 140080901757879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15151148 memory=988 CPUtime=0.35 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) R 11329 11329 3331 0 -1 4202560 1828 0 0 0 35 0 0 0 20 0 15 0 410861139 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080378777336 140080902018119 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15151148 memory=5793994532452520804 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410861139 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15151148 memory=8099279071866868845 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410861139 15514775552 25572 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 103740 KiB

[startup+1.50124 s]
/proc/loadavg: 7.40 7.11 7.12 3/232 11345
/proc/meminfo: memFree=12655464/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0

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

/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080384041952 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15217712 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080382989312 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15217712 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15217712 memory=6791534058613427641 CPUtime=1.06 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 5135 0 0 0 106 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080380885488 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15217712 memory=1412 CPUtime=1.04 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 4631 0 0 0 104 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080379832944 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15217712 memory=3240 CPUtime=0.56 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 7164 0 0 0 55 1 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080378779968 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15217712 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15217712 memory=1452 CPUtime=0.32 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 427 0 0 0 15 17 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11480] ppid=11329 vsize=15217712 memory=12640908 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11480/stat : 11480 (java) S 11329 11329 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410922719 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080367705280 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 1838.01 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12642400 KiB

[startup+622.401 s]
/proc/loadavg: 7.10 6.78 6.63 9/234 11480
/proc/meminfo: memFree=379964/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15217712 memory=12640948 CPUtime=1844.36 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 2094491 0 0 0 183531 905 0 0 20 0 16 0 410861133 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3804428 3160237 3502 1 0 3765530 0
[pid=11331/tid=11332] ppid=11329 vsize=15217712 memory=1660 CPUtime=148.23 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) S 11329 11329 3331 0 -1 1077944384 31592 0 0 0 14780 43 0 0 20 0 16 0 410861133 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080921093152 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15217712 memory=38776 CPUtime=407.32 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) R 11329 11329 3331 0 -1 4202560 568610 0 0 0 40504 228 0 0 20 0 16 0 410861134 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080509348744 140080901552288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15217712 memory=6791534058613427641 CPUtime=407.55 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) R 11329 11329 3331 0 -1 4202560 483119 0 0 0 40520 235 0 0 20 0 16 0 410861134 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080508296200 140080901552323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15217712 memory=12640948 CPUtime=407.16 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) R 11329 11329 3331 0 -1 4202560 345915 0 0 0 40549 167 0 0 20 0 16 0 410861134 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080507243656 140080901841949 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15217712 memory=984 CPUtime=407.43 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) R 11329 11329 3331 0 -1 4202560 520231 0 0 0 40541 202 0 0 20 0 16 0 410861134 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080506191112 140080909956113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15217712 memory=14004 CPUtime=63.6 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) S 11329 11329 3331 0 -1 1077944384 126335 0 0 0 6342 18 0 0 20 0 16 0 410861135 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080385094208 140080916862677 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15217712 memory=924 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080384041952 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15217712 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080382989312 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15217712 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15217712 memory=2588 CPUtime=1.06 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 5136 0 0 0 106 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080380885248 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15217712 memory=4112 CPUtime=1.04 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 4631 0 0 0 104 0 0 0 20 0 16 0 410861138 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080379832992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15217712 memory=984 CPUtime=0.56 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 7164 0 0 0 55 1 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080378779968 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15217712 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15217712 memory=20748 CPUtime=0.32 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 427 0 0 0 15 17 0 0 20 0 16 0 410861139 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11480] ppid=11329 vsize=15217712 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11480/stat : 11480 (java) S 11329 11329 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410922719 15582937088 3160237 33554432000 4194304 4196468 140726354853232 140080367705280 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 1844.36 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12642400 KiB

[startup+624.001 s]*
/proc/loadavg: 7.10 6.78 6.63 3/233 11480
/proc/meminfo: memFree=379848/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15217712 memory=12640960 CPUtime=1849.01 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 2094821 0 0 0 183996 905 0 0 20 0 16 0 410861133 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3804428 3160240 3502 1 0 3765530 0
[pid=11331/tid=11332] ppid=11329 vsize=15217712 memory=1216 CPUtime=148.23 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) S 11329 11329 3331 0 -1 1077944384 31592 0 0 0 14780 43 0 0 20 0 16 0 410861133 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080921093152 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15217712 memory=-7003737579269690708 CPUtime=408.34 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 568792 0 0 0 40606 228 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15217712 memory=2588 CPUtime=408.57 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 483188 0 0 0 40622 235 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15217712 memory=2588 CPUtime=408.16 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 345920 0 0 0 40649 167 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15217712 memory=1452 CPUtime=408.45 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 520303 0 0 0 40643 202 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15217712 memory=1452 CPUtime=64.18 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) R 11329 11329 3331 0 -1 4202560 126337 0 0 0 6400 18 0 0 20 0 16 0 410861135 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080385094208 140080901310041 0 0 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15217712 memory=12640948 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080384041952 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15217712 memory=12640948 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080382989312 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15217712 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15217712 memory=3244 CPUtime=1.06 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 5136 0 0 0 106 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080380885248 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15217712 memory=1448 CPUtime=1.04 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 4631 0 0 0 104 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080379832992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15217712 memory=12628596 CPUtime=0.56 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 7164 0 0 0 55 1 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080378779968 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15217712 memory=-7003737579269690708 CPUtime=0.32 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 427 0 0 0 15 17 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11480] ppid=11329 vsize=15217712 memory=288230591722422566 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11480/stat : 11480 (java) S 11329 11329 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410922719 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080367705280 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 1849.01 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12642412 KiB

[startup+624.801 s]
/proc/loadavg: 7.10 6.78 6.63 3/233 11480
/proc/meminfo: memFree=379848/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/statm: 28282 363 304 221 0 87 0
[pid=11331] ppid=11329 vsize=15217712 memory=12640960 CPUtime=1849.8 cores=1,3,5,7
/proc/11331/stat : 11331 (java) S 11329 11329 3331 0 -1 1077944320 2094821 0 0 0 184075 905 0 0 20 0 16 0 410861133 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140726354835776 140080916852471 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
/proc/11331/statm: 3804428 3160240 3502 1 0 3765530 0
[pid=11331/tid=11332] ppid=11329 vsize=15217712 memory=1452 CPUtime=148.23 cores=1,3,5,7
/proc/11331/task/11332/stat : 11332 (java) S 11329 11329 3331 0 -1 1077944384 31592 0 0 0 14780 43 0 0 20 0 16 0 410861133 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080921093152 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11333] ppid=11329 vsize=15217712 memory=38776 CPUtime=408.34 cores=1,3,5,7
/proc/11331/task/11333/stat : 11333 (java) S 11329 11329 3331 0 -1 1077944384 568792 0 0 0 40606 228 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080509348624 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11334] ppid=11329 vsize=15217712 memory=988 CPUtime=408.57 cores=1,3,5,7
/proc/11331/task/11334/stat : 11334 (java) S 11329 11329 3331 0 -1 1077944384 483188 0 0 0 40622 235 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080508296080 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11335] ppid=11329 vsize=15217712 memory=6791534058613427641 CPUtime=408.16 cores=1,3,5,7
/proc/11331/task/11335/stat : 11335 (java) S 11329 11329 3331 0 -1 1077944384 345920 0 0 0 40649 167 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080507243536 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11336] ppid=11329 vsize=15217712 memory=800 CPUtime=408.45 cores=1,3,5,7
/proc/11331/task/11336/stat : 11336 (java) S 11329 11329 3331 0 -1 1077944384 520303 0 0 0 40643 202 0 0 20 0 16 0 410861134 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080506190992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11337] ppid=11329 vsize=15217712 memory=1808 CPUtime=64.97 cores=1,3,5,7
/proc/11331/task/11337/stat : 11337 (java) R 11329 11329 3331 0 -1 4202560 126337 0 0 0 6479 18 0 0 20 0 16 0 410861135 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080385094096 140080901848875 0 0 0 16800975 0 0 0 -1 3 0 0 20 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11338] ppid=11329 vsize=15217712 memory=924 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11338/stat : 11338 (java) S 11329 11329 3331 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080384041952 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11339] ppid=11329 vsize=15217712 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11339/stat : 11339 (java) S 11329 11329 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410861136 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080382989312 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11340] ppid=11329 vsize=15217712 memory=4112 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11340/stat : 11340 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080381937872 140080916871067 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11341] ppid=11329 vsize=15217712 memory=1412 CPUtime=1.06 cores=1,3,5,7
/proc/11331/task/11341/stat : 11341 (java) S 11329 11329 3331 0 -1 1077944384 5136 0 0 0 106 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080380885248 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11342] ppid=11329 vsize=15217712 memory=3244 CPUtime=1.04 cores=1,3,5,7
/proc/11331/task/11342/stat : 11342 (java) S 11329 11329 3331 0 -1 1077944384 4631 0 0 0 104 0 0 0 20 0 16 0 410861138 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080379832992 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11343] ppid=11329 vsize=15217712 memory=1452 CPUtime=0.56 cores=1,3,5,7
/proc/11331/task/11343/stat : 11343 (java) S 11329 11329 3331 0 -1 1077944384 7164 0 0 0 55 1 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080378779968 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11344] ppid=11329 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11344/stat : 11344 (java) S 11329 11329 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080377728096 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11345] ppid=11329 vsize=15217712 memory=1436 CPUtime=0.32 cores=1,3,5,7
/proc/11331/task/11345/stat : 11345 (java) S 11329 11329 3331 0 -1 1077944384 427 0 0 0 15 17 0 0 20 0 16 0 410861139 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080376674608 140080916863618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
[pid=11331/tid=11480] ppid=11329 vsize=15217712 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/11331/task/11480/stat : 11480 (java) S 11329 11329 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410922719 15582937088 3160240 33554432000 4194304 4196468 140726354853232 140080367705280 140080916862677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21938176 140726354858991 140726354859162 140726354859162 140726354862031 0
Current children cumulated CPU time: 1849.8 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12642412 KiB

[startup+625.201 s]
/proc/loadavg: 7.10 6.78 6.63 6/233 11480
/proc/meminfo: memFree=379864/32770624 swapFree=66959216/67108860
[pid=11329] ppid=11326 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11329/stat : 11329 (xcsp3-exec) S 11326 11329 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410861133 115843072 363 33554432000 4194304 5098028 140734304028752 140734304026856 139930074432124 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 30138368 140734304031611 140734304031853 140734304031853 140734304034762 0
/proc/11329/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): 625.22
CPU time (s): 1850.24
CPU user time (s): 1841.07
CPU system time (s): 9.16777
CPU usage (%): 295.933
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12642412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1841.07
system time used= 9.16777
maximum resident set size= 12641260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2115616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24722
involuntary context switches= 25225


# summary of solver processes directly reported to runsolver:
#   pid: 11329
#   total CPU time (s): 1850.24
#   total CPU user time (s): 1841.07
#   total CPU system time (s): 9.16777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05651 second user time and 6.53871 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 06:32:50
IDJOB=4393079
IDBENCH=138476
IDSOLVER=2840
FILE ID=node124/4393079-1568349209
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-16.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393079-1568349209/watcher-4393079-1568349209 -o /tmp/evaluation-result-4393079-1568349209/solver-4393079-1568349209 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 844132569 HOME/instance-4393079-1568349209.xml

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

MD5SUM BENCH= 60f46a78fc335bdeaa2bda0ed3237a46
RANDOM SEED=844132569

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12856348 kB
MemAvailable:   19056244 kB
Buffers:          150612 kB
Cached:          6292204 kB
SwapCached:        45864 kB
Active:         12178104 kB
Inactive:        7053648 kB
Active(anon):   11143584 kB
Inactive(anon):  1686452 kB
Active(file):    1034520 kB
Inactive(file):  5367196 kB
Unevictable:      107908 kB
Mlocked:          107908 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26124 kB
Writeback:             0 kB
AnonPages:      12851892 kB
Mapped:            56224 kB
Shmem:             32744 kB
Slab:             255452 kB
SReclaimable:     226640 kB
SUnreclaim:        28812 kB
KernelStack:        3808 kB
PageTables:        30416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13317296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8757248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 06:43:15