Trace number 4393621

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 parallel? 7912.82 1357.78

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-08.xml
MD5SUM79bafde88fa7f495a04ad4879b5697b3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark257.025
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1123
Maximum domain size1221
Distribution of domain sizes[{"size":1123,"count":10},{"size":1124,"count":4},{"size":1125,"count":4},{"size":1126,"count":10},{"size":1127,"count":8},{"size":1130,"count":6},{"size":1131,"count":4},{"size":1132,"count":6},{"size":1133,"count":8},{"size":1134,"count":6},{"size":1135,"count":2},{"size":1136,"count":2},{"size":1137,"count":6},{"size":1138,"count":6},{"size":1139,"count":10},{"size":1140,"count":6},{"size":1141,"count":10},{"size":1142,"count":10},{"size":1143,"count":6},{"size":1145,"count":4},{"size":1146,"count":10},{"size":1147,"count":6},{"size":1148,"count":2},{"size":1149,"count":2},{"size":1150,"count":2},"...",{"size":1192,"count":4}, {"size":1194,"count":6}, {"size":1195,"count":6}, {"size":1196,"count":2}, {"size":1198,"count":8}, {"size":1199,"count":6}, {"size":1200,"count":4}, {"size":1201,"count":6}, {"size":1202,"count":4}, {"size":1203,"count":2}, {"size":1204,"count":2}, {"size":1206,"count":8}, {"size":1207,"count":6}, {"size":1208,"count":10}, {"size":1211,"count":6}, {"size":1212,"count":2}, {"size":1213,"count":6}, {"size":1214,"count":4}, {"size":1215,"count":2}, {"size":1216,"count":10}, {"size":1217,"count":10}, {"size":1218,"count":12}, {"size":1219,"count":6}, {"size":1220,"count":4}, {"size":1221,"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-4393621-1568442103.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393621-1568442103.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
7839.27/1345.49	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7839.27/1345.49		at java.util.stream.ReduceOps$5.makeSink(ReduceOps.java:274)
7839.27/1345.49		at java.util.stream.ReduceOps$5.makeSink(ReduceOps.java:271)
7839.27/1345.49		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
7839.27/1345.49		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
7839.27/1345.49		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/360067785.valid(Unknown Source)
7839.27/1345.49		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7839.27/1345.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
7839.27/1345.49		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7839.27/1345.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
7839.27/1345.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
7839.27/1345.49		at org.xcsp.parser.XCallbacks$$Lambda$89/1991313236.accept(Unknown Source)
7839.27/1345.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7839.27/1345.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
7839.27/1345.49		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
7839.27/1345.49		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7839.27/1345.49		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7839.27/1345.49		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
7839.27/1345.49		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7839.27/1345.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
7912.64/1357.66	s UNKNOWN
7912.64/1357.66	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 (14836 MiB free)
  memory of node 1: 16384 MiB (15398 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393621-1568442103/watcher-4393621-1568442103 -o /tmp/evaluation-result-4393621-1568442103/solver-4393621-1568442103 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 147002364 HOME/instance-4393621-1568442103.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=24242, runsolver pid=24239
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 8.09 8.32 8.29 2/211 24263
/proc/meminfo: memFree=30945376/32770624 swapFree=66935420/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28227388 memory=28944 CPUtime=0.12 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 5705 0 0 0 11 1 0 0 20 0 20 0 420481796 28904845312 7236 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7056847 7236 3122 1 0 7019032 0
[pid=24244/tid=24245] ppid=24242 vsize=28227388 memory=7825175260183829915 CPUtime=0.09 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) R 24242 24242 19225 0 -1 4202560 3615 0 0 0 8 1 0 0 20 0 20 0 420481796 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856814167376 139856809956509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28227388 memory=732370067078527973 CPUtime=0 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28227388 memory=139928741074560 CPUtime=0 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 7236 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855859038576 139856809945730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855857984544 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855856931696 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855854828400 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855853775600 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855852722800 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) R 24242 24242 19225 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855851670000 139856809955930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 7236 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30396 KiB

[startup+0.209959 s]*
/proc/loadavg: 8.09 8.32 8.29 2/211 24263
/proc/meminfo: memFree=30932604/32770624 swapFree=66935420/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28227388 memory=40756 CPUtime=0.34 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 9531 0 0 0 31 3 0 0 20 0 20 0 420481796 28904845312 10189 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7056847 10189 3266 1 0 7019032 0
[pid=24244/tid=24245] ppid=24242 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) R 24242 24242 19225 0 -1 4202560 6643 0 0 0 17 2 0 0 20 0 20 0 420481796 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856814168032 139856791869843 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28227388 memory=732370067078527973 CPUtime=0 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28227388 memory=139928741074560 CPUtime=0 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481797 28904845312 10189 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) S 24242 24242 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855859038576 139856809945730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855857984544 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420481799 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855856931696 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855854828400 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855853775600 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) S 24242 24242 19225 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855852722800 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) R 24242 24242 19225 0 -1 4202560 724 0 0 0 8 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855851670000 139856788886630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28904845312 10189 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42208 KiB

[startup+0.309713 s]*
/proc/loadavg: 8.09 8.32 8.29 4/211 24263
/proc/meminfo: memFree=30924724/32770624 swapFree=66935420/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28231644 memory=49960 CPUtime=0.53 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 10924 0 0 0 49 4 0 0 20 0 20 0 420481796 28909203456 12490 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7057911 12490 3344 1 0 7019032 0
[pid=24244/tid=24245] ppid=24242 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) R 24242 24242 19225 0 -1 4202560 7811 0 0 0 27 3 0 0 20 0 20 0 420481796 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856814168368 139856794015070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28231644 memory=139928625312687 CPUtime=0 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28231644 memory=139928625314992 CPUtime=0 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28231644 memory=139928625317296 CPUtime=0 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481797 28909203456 12490 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) S 24242 24242 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420481799 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855859038576 139856809945730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28231644 memory=279857250641552 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420481799 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855857984544 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28231644 memory=279857250648464 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420481799 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855856931696 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28231644 memory=279857250589744 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28231644 memory=279857250662288 CPUtime=0.03 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 425 0 0 0 3 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855854828400 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28231644 memory=279857250669200 CPUtime=0.02 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855853775600 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28231644 memory=279857250666896 CPUtime=0.02 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) R 24242 24242 19225 0 -1 4202560 172 0 0 0 2 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855852703816 139856789190272 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28231644 memory=279857250683056 CPUtime=0.12 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) S 24242 24242 19225 0 -1 1077944384 813 0 0 0 12 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855851670000 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481802 28909203456 12490 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51412 KiB

[startup+0.700933 s]
/proc/loadavg: 8.09 8.32 8.29 5/211 24263
/proc/meminfo: memFree=30901380/32770624 swapFree=66935420/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28233768 memory=107572 CPUtime=2.03 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 16493 0 0 0 197 6 0 0 20 0 20 0 420481796 28911378432 26893 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7058442 26893 3447 1 0 7019544 0
[pid=24244/tid=24245] ppid=24242 vsize=28233768 memory=279857250977984 CPUtime=0.67 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) R 24242 24242 19225 0 -1 4202560 9063 0 0 0 64 3 0 0 20 0 20 0 420481796 28911378432 26893 33554432000 4194304 4196468 140734485531184 139856814171280 139856789236290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28233768 memory=1564 CPUtime=0 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28911378432 26893 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28233768 memory=976 CPUtime=0 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420481797 28911378432 26893 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28233768 memory=772 CPUtime=0 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420481797 28911378432 26893 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0

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

[pid=24244/tid=24245] ppid=24242 vsize=28300332 memory=6791534058613427641 CPUtime=288.38 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) S 24242 24242 19225 0 -1 1077944384 92064 0 0 0 28718 120 0 0 20 0 21 0 420481796 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856814175264 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28300332 memory=25283380 CPUtime=936.45 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 187856 0 0 0 93084 561 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28300332 memory=1984 CPUtime=938.3 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 146818 0 0 0 93301 529 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28300332 memory=1452 CPUtime=937.08 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 172764 0 0 0 93228 480 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28300332 memory=25283384 CPUtime=938.89 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 243512 0 0 0 93399 490 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28300332 memory=1452 CPUtime=934.54 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 196164 0 0 0 92942 512 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28300332 memory=25283400 CPUtime=936.12 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 194188 0 0 0 93031 581 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28300332 memory=1452 CPUtime=937.8 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 196864 0 0 0 93275 505 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28300332 memory=279857252124560 CPUtime=939.26 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 162899 0 0 0 93399 527 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28300332 memory=25283384 CPUtime=121.26 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) R 24242 24242 19225 0 -1 4202560 613166 0 0 0 12063 63 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855859037008 139856794930950 0 0 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28300332 memory=1332 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855857984608 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28300332 memory=1564 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855856931712 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28300332 memory=1452 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28300332 memory=25283380 CPUtime=0.75 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 5073 0 0 0 74 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855854828448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28300332 memory=1124 CPUtime=0.84 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 5867 0 0 0 83 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855853775648 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28300332 memory=33 CPUtime=0.87 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) S 24242 24242 19225 0 -1 1077944384 6615 0 0 0 86 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855852722848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28300332 memory=7649399371413468210 CPUtime=0.61 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) S 24242 24242 19225 0 -1 1077944384 11722 0 0 0 60 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855851669760 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28300332 memory=7595993025853548650 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28300332 memory=-3622645143214314312 CPUtime=0.53 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 2333 0 0 0 30 23 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24363] ppid=24242 vsize=28300332 memory=8296 CPUtime=0 cores=0-7
/proc/24244/task/24363/stat : 24363 (java) S 24242 24242 19225 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420616345 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855840357568 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 7911.84 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25284952 KiB

[startup+1357.2 s]
/proc/loadavg: 6.69 7.24 6.92 2/213 24363
/proc/meminfo: memFree=5645888/32770624 swapFree=66935436/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28300332 memory=25283500 CPUtime=7912.24 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 2239243 0 0 0 786837 4387 0 0 20 0 21 0 420481796 28979539968 6320875 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7075083 6320875 3508 1 0 7036185 0
[pid=24244/tid=24245] ppid=24242 vsize=28300332 memory=1564 CPUtime=288.38 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) S 24242 24242 19225 0 -1 1077944384 92064 0 0 0 28718 120 0 0 20 0 21 0 420481796 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856814175264 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28300332 memory=976 CPUtime=936.45 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 187856 0 0 0 93084 561 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28300332 memory=6788 CPUtime=938.3 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 146818 0 0 0 93301 529 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28300332 memory=3620 CPUtime=937.08 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 172764 0 0 0 93228 480 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28300332 memory=24764 CPUtime=938.89 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 243512 0 0 0 93399 490 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28300332 memory=6791534058613427641 CPUtime=934.54 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 196164 0 0 0 92942 512 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28300332 memory=6791534058613427641 CPUtime=936.12 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 194188 0 0 0 93031 581 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28300332 memory=1656 CPUtime=937.8 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 196864 0 0 0 93275 505 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28300332 memory=1808 CPUtime=939.26 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 162899 0 0 0 93399 527 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28300332 memory=1452 CPUtime=121.66 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) R 24242 24242 19225 0 -1 4202560 613167 0 0 0 12103 63 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855859037008 139856794930993 0 0 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28300332 memory=1452 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855857984608 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28300332 memory=25283436 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855856931712 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28300332 memory=4104 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28300332 memory=1412 CPUtime=0.75 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 5073 0 0 0 74 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855854828448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28300332 memory=3252 CPUtime=0.84 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 5867 0 0 0 83 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855853775648 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28300332 memory=1452 CPUtime=0.87 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) S 24242 24242 19225 0 -1 1077944384 6615 0 0 0 86 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855852722848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28300332 memory=25283464 CPUtime=0.61 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) S 24242 24242 19225 0 -1 1077944384 11722 0 0 0 60 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855851669760 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28300332 memory=504 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28300332 memory=1564 CPUtime=0.53 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 2333 0 0 0 30 23 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24363] ppid=24242 vsize=28300332 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/24244/task/24363/stat : 24363 (java) S 24242 24242 19225 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420616345 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855840357568 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 7912.24 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25284952 KiB

[startup+1357.6 s]
/proc/loadavg: 6.69 7.24 6.92 2/213 24363
/proc/meminfo: memFree=5645888/32770624 swapFree=66935436/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/statm: 28282 363 304 221 0 87 0
[pid=24244] ppid=24242 vsize=28300332 memory=25283500 CPUtime=7912.64 cores=0-7
/proc/24244/stat : 24244 (java) S 24242 24242 19225 0 -1 1077944320 2239243 0 0 0 786877 4387 0 0 20 0 21 0 420481796 28979539968 6320875 33554432000 4194304 4196468 140734485531184 140734485513728 139856809934583 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
/proc/24244/statm: 7075083 6320875 3508 1 0 7036185 0
[pid=24244/tid=24245] ppid=24242 vsize=28300332 memory=812 CPUtime=288.38 cores=0-7
/proc/24244/task/24245/stat : 24245 (java) S 24242 24242 19225 0 -1 1077944384 92064 0 0 0 28718 120 0 0 20 0 21 0 420481796 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856814175264 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24246] ppid=24242 vsize=28300332 memory=1772 CPUtime=936.45 cores=0-7
/proc/24244/task/24246/stat : 24246 (java) S 24242 24242 19225 0 -1 1077944384 187856 0 0 0 93084 561 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856762555024 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24247] ppid=24242 vsize=28300332 memory=111632 CPUtime=938.3 cores=0-7
/proc/24244/task/24247/stat : 24247 (java) S 24242 24242 19225 0 -1 1077944384 146818 0 0 0 93301 529 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856761502224 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24248] ppid=24242 vsize=28300332 memory=984 CPUtime=937.08 cores=0-7
/proc/24244/task/24248/stat : 24248 (java) S 24242 24242 19225 0 -1 1077944384 172764 0 0 0 93228 480 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856760449424 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24249] ppid=24242 vsize=28300332 memory=2032 CPUtime=938.89 cores=0-7
/proc/24244/task/24249/stat : 24249 (java) S 24242 24242 19225 0 -1 1077944384 243512 0 0 0 93399 490 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856759396624 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24250] ppid=24242 vsize=28300332 memory=1332 CPUtime=934.54 cores=0-7
/proc/24244/task/24250/stat : 24250 (java) S 24242 24242 19225 0 -1 1077944384 196164 0 0 0 92942 512 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856758344848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24251] ppid=24242 vsize=28300332 memory=1564 CPUtime=936.12 cores=0-7
/proc/24244/task/24251/stat : 24251 (java) S 24242 24242 19225 0 -1 1077944384 194188 0 0 0 93031 581 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856757292048 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24252] ppid=24242 vsize=28300332 memory=1548 CPUtime=937.8 cores=0-7
/proc/24244/task/24252/stat : 24252 (java) S 24242 24242 19225 0 -1 1077944384 196864 0 0 0 93275 505 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856756239248 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24253] ppid=24242 vsize=28300332 memory=1056 CPUtime=939.26 cores=0-7
/proc/24244/task/24253/stat : 24253 (java) S 24242 24242 19225 0 -1 1077944384 162899 0 0 0 93399 527 0 0 20 0 21 0 420481797 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139856755186448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24254] ppid=24242 vsize=28300332 memory=744 CPUtime=122.06 cores=0-7
/proc/24244/task/24254/stat : 24254 (java) R 24242 24242 19225 0 -1 4202560 613167 0 0 0 12143 63 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855859037008 139856788304763 0 0 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24255] ppid=24242 vsize=28300332 memory=8296 CPUtime=0 cores=0-7
/proc/24244/task/24255/stat : 24255 (java) S 24242 24242 19225 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855857984608 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24256] ppid=24242 vsize=28300332 memory=5964 CPUtime=0 cores=0-7
/proc/24244/task/24256/stat : 24256 (java) S 24242 24242 19225 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420481799 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855856931712 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24257] ppid=24242 vsize=28300332 memory=1124 CPUtime=0 cores=0-7
/proc/24244/task/24257/stat : 24257 (java) S 24242 24242 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855855880016 139856809953179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24258] ppid=24242 vsize=28300332 memory=14008 CPUtime=0.75 cores=0-7
/proc/24244/task/24258/stat : 24258 (java) S 24242 24242 19225 0 -1 1077944384 5073 0 0 0 74 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855854828448 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24259] ppid=24242 vsize=28300332 memory=12024 CPUtime=0.84 cores=0-7
/proc/24244/task/24259/stat : 24259 (java) S 24242 24242 19225 0 -1 1077944384 5867 0 0 0 83 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855853775648 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24260] ppid=24242 vsize=28300332 memory=2124 CPUtime=0.87 cores=0-7
/proc/24244/task/24260/stat : 24260 (java) S 24242 24242 19225 0 -1 1077944384 6615 0 0 0 86 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855852722848 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24261] ppid=24242 vsize=28300332 memory=8072 CPUtime=0.61 cores=0-7
/proc/24244/task/24261/stat : 24261 (java) S 24242 24242 19225 0 -1 1077944384 11722 0 0 0 60 1 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855851669760 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24262] ppid=24242 vsize=28300332 memory=504 CPUtime=0 cores=0-7
/proc/24244/task/24262/stat : 24262 (java) S 24242 24242 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855850617440 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24263] ppid=24242 vsize=28300332 memory=1564 CPUtime=0.53 cores=0-7
/proc/24244/task/24263/stat : 24263 (java) S 24242 24242 19225 0 -1 1077944384 2333 0 0 0 30 23 0 0 20 0 21 0 420481802 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855849564720 139856809945730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
[pid=24244/tid=24363] ppid=24242 vsize=28300332 memory=924 CPUtime=0 cores=0-7
/proc/24244/task/24363/stat : 24363 (java) S 24242 24242 19225 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420616345 28979539968 6320875 33554432000 4194304 4196468 140734485531184 139855840357568 139856809944789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30040064 140734485533674 140734485533846 140734485533846 140734485536719 0
Current children cumulated CPU time: 7912.64 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25284952 KiB

[startup+1357.7 s]
/proc/loadavg: 6.69 7.24 6.92 2/213 24363
/proc/meminfo: memFree=5645888/32770624 swapFree=66935436/67108860
[pid=24242] ppid=24239 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24242/stat : 24242 (xcsp3-exec) S 24239 24242 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420481796 115843072 363 33554432000 4194304 5098028 140725014597536 140725014595640 140165663388284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39493632 140725014606710 140725014606953 140725014606953 140725014609866 0
/proc/24242/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): 1357.78
CPU time (s): 7912.82
CPU user time (s): 7868.84
CPU system time (s): 43.9774
CPU usage (%): 582.774
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25284952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7868.84
system time used= 43.9774
maximum resident set size= 25283820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2244632
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102620
involuntary context switches= 122599


# summary of solver processes directly reported to runsolver:
#   pid: 24242
#   total CPU time (s): 7912.82
#   total CPU user time (s): 7868.84
#   total CPU system time (s): 43.9774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.77533 second user time and 14.2975 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 08:21:04
IDJOB=4393621
IDBENCH=138477
IDSOLVER=2841
FILE ID=node151/4393621-1568442103
RUNJOBID= node151-1568430672-19252
PBS_JOBID= 21702312
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-08.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 /tmp/evaluation-result-4393621-1568442103/watcher-4393621-1568442103 -o /tmp/evaluation-result-4393621-1568442103/solver-4393621-1568442103 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 147002364 HOME/instance-4393621-1568442103.xml

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

MD5SUM BENCH= 79bafde88fa7f495a04ad4879b5697b3
RANDOM SEED=147002364

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30961580 kB
MemAvailable:   31851632 kB
Buffers:          195320 kB
Cached:           984312 kB
SwapCached:        70908 kB
Active:           650076 kB
Inactive:         603192 kB
Active(anon):       9184 kB
Inactive(anon):    97948 kB
Active(file):     640892 kB
Inactive(file):   505244 kB
Unevictable:      109856 kB
Mlocked:          109856 kB
SwapTotal:      67108860 kB
SwapFree:       66935420 kB
Dirty:             26376 kB
Writeback:             4 kB
AnonPages:        113100 kB
Mapped:            37580 kB
Shmem:             24652 kB
Slab:             147956 kB
SReclaimable:     119504 kB
SUnreclaim:        28452 kB
KernelStack:        3376 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-14 08:43:42