Trace number 4281137

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 4.0.5 par (2017-08-18)? 5639.46 1066.04

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281137-1503171387.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281137-1503171387.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
5505.65/1046.32	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
5505.65/1046.32		at java.lang.Integer.valueOf(Integer.java:832)
5505.65/1046.32		at java.util.stream.ReduceOps$5ReducingSink.get(ReduceOps.java:263)
5505.65/1046.32		at java.util.stream.ReduceOps$5ReducingSink.get(ReduceOps.java:247)
5505.65/1046.32		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
5505.65/1046.32		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
5505.65/1046.32		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:119)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/206835546.valid(Unknown Source)
5505.65/1046.32		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
5505.65/1046.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
5505.65/1046.32		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
5505.65/1046.32		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
5505.65/1046.32		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
5505.65/1046.32		at org.xcsp.parser.XCallbacks$$Lambda$46/2007331442.accept(Unknown Source)
5505.65/1046.32		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
5505.65/1046.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
5505.65/1046.32		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
5505.65/1046.32		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
5505.65/1046.32		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
5505.65/1046.32		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
5505.65/1046.32		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
5505.65/1046.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
5639.32/1065.91	s UNKNOWN
5639.32/1065.91	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 (12708 MiB free)
  memory of node 1: 16384 MiB (13852 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281137-1503171387/watcher-4281137-1503171387 -o /tmp/evaluation-result-4281137-1503171387/solver-4281137-1503171387 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503162736-10582 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1582700306 HOME/instance-4281137-1503171387.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
Current StackSize limit: 8192 KiB

solver pid=11267, runsolver pid=11264

[startup+0.100171 s]*
/proc/loadavg: 1.68 4.57 6.73 2/200 11288
/proc/meminfo: memFree=27181780/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=25999808 memory=26160 CPUtime=0.11 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 5483 0 0 0 10 1 0 0 20 0 20 0 150226228 26623803392 6540 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6499952 6540 2842 1 0 6488269 0
[pid=11269/tid=11270] ppid=11267 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) R 11267 11267 10555 0 -1 4202560 3483 0 0 0 8 0 0 0 20 0 20 0 150226228 26623803392 6540 33554432000 4194304 4196468 140736768846448 140129061973280 140129057758614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=25999808 memory=140156578002560 CPUtime=0 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226230 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128319326448 140129057757826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 150226231 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128318272672 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150226231 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128317219568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226233 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) S 11267 11267 10555 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 150226233 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128315116272 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 150226233 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128314063728 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226233 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128313010672 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) R 11267 11267 10555 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 20 0 150226233 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128311958128 140129057758614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226234 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226234 26623803392 6540 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27544 KiB

[startup+0.210303 s]*
/proc/loadavg: 1.68 4.57 6.73 2/200 11288
/proc/meminfo: memFree=27169856/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=26004064 memory=39096 CPUtime=0.32 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 8337 0 0 0 30 2 0 0 20 0 20 0 150226228 26628161536 9774 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6501016 9774 3047 1 0 6488269 0
[pid=11269/tid=11270] ppid=11267 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) R 11267 11267 10555 0 -1 4202560 5400 0 0 0 18 1 0 0 20 0 20 0 150226228 26628161536 9774 33554432000 4194304 4196468 140736768846448 140129061969504 140129041827166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26004064 memory=140156578014081 CPUtime=0 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 9774 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226230 26628194304 9774 33554432000 4194304 4196468 140736768846448 140128319326448 140129057757826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 150226231 26628194304 9774 33554432000 4194304 4196468 140736768846448 140128318272672 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150226231 26628194304 9774 33554432000 4194304 4196468 140736768846448 140128317219568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226233 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) S 11267 11267 10555 0 -1 1077944384 472 0 0 0 2 0 0 0 20 0 20 0 150226233 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128315116272 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 20 0 150226233 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128314063728 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 150226233 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128313010672 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) S 11267 11267 10555 0 -1 1077944384 716 0 0 0 7 0 0 0 20 0 20 0 150226233 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128311958128 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226234 26628161536 9795 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226234 26628194304 9795 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40480 KiB

[startup+0.310149 s]*
/proc/loadavg: 1.68 4.57 6.73 3/200 11288
/proc/meminfo: memFree=27165452/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=26004064 memory=43728 CPUtime=0.5 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 9162 0 0 0 47 3 0 0 20 0 20 0 150226228 26628161536 10932 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6501016 10932 3063 1 0 6488269 0
[pid=11269/tid=11270] ppid=11267 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) R 11267 11267 10555 0 -1 4202560 6068 0 0 0 27 2 0 0 20 0 20 0 150226228 26628161536 10932 33554432000 4194304 4196468 140736768846448 140129061984688 140129041827166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=26004064 memory=140156459905967 CPUtime=0 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=26004064 memory=140156459908272 CPUtime=0 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=26004064 memory=3472464054641079776 CPUtime=0 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226229 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) S 11267 11267 10555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150226230 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128319326448 140129057757826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=26004064 memory=280312919828112 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 150226231 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128318272672 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=26004064 memory=280312919835024 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150226231 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128317219568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=26004064 memory=280312919776176 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226233 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=26004064 memory=280312919848848 CPUtime=0.03 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) R 11267 11267 10555 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 20 0 150226233 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128315116272 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=26004064 memory=280312919855760 CPUtime=0.01 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 20 0 150226233 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128314063728 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=26004064 memory=280312919853456 CPUtime=0.01 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 20 0 150226233 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128313010672 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=26004064 memory=280312919869616 CPUtime=0.12 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) R 11267 11267 10555 0 -1 4202560 817 0 0 0 12 0 0 0 20 0 20 0 150226233 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128311958128 140129035879767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226234 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226234 26628161536 10932 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45112 KiB

[startup+0.700978 s]
/proc/loadavg: 1.68 4.57 6.73 5/200 11288
/proc/meminfo: memFree=27135156/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=26006188 memory=114720 CPUtime=2.1 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 14076 0 0 0 205 5 0 0 20 0 20 0 150226228 26630336512 28680 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6501547 28680 3201 1 0 6488781 0
[pid=11269/tid=11270] ppid=11267 vsize=26006188 memory=280312920227504 CPUtime=0.67 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) R 11267 11267 10555 0 -1 4202560 6562 0 0 0 64 3 0 0 20 0 20 0 150226228 26630336512 28680 33554432000 4194304 4196468 140736768846448 140129061981696 140128694653263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26006188 memory=140156460114800 CPUtime=0 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26630336512 28680 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150226229 26630336512 28680 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26006188 memory=11108 CPUtime=0 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150226229 26630336512 28680 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0

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

[pid=11269/tid=11270] ppid=11267 vsize=26072752 memory=6791534058613427641 CPUtime=284.08 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) S 11267 11267 10555 0 -1 1077944384 91969 0 0 0 28258 150 0 0 20 0 21 0 150226228 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129061987360 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26072752 memory=65044 CPUtime=653.7 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 660721 0 0 0 64829 541 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26072752 memory=64798 CPUtime=652.48 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 781373 0 0 0 64719 529 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26072752 memory=1778 CPUtime=654.2 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 485261 0 0 0 64925 495 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=26072752 memory=4872558044660077418 CPUtime=654.23 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 574632 0 0 0 64931 492 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=26072752 memory=1384 CPUtime=653.55 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 754036 0 0 0 64796 559 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=26072752 memory=1384 CPUtime=653.66 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 446997 0 0 0 64869 497 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=26072752 memory=1576 CPUtime=654.59 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 518038 0 0 0 64946 513 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=26072752 memory=2240 CPUtime=652.17 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 572873 0 0 0 64681 536 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=26072752 memory=4128 CPUtime=120.93 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) R 11267 11267 10555 0 -1 4202560 617358 0 0 0 11993 100 0 0 20 0 21 0 150226230 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128319324880 140129042204310 0 0 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=26072752 memory=2200 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128318272736 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=26072752 memory=7284 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128317219584 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=26072752 memory=836 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=26072752 memory=1692 CPUtime=0.88 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) S 11267 11267 10555 0 -1 1077944384 5491 0 0 0 87 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128315116032 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=26072752 memory=912 CPUtime=0.89 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 5811 0 0 0 88 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128314063776 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=26072752 memory=4432 CPUtime=0.98 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 5428 0 0 0 97 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128313010720 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=26072752 memory=1384 CPUtime=0.5 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) S 11267 11267 10555 0 -1 1077944384 10603 0 0 0 48 2 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128311958176 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=26072752 memory=22963620 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=26072752 memory=6791534058613427641 CPUtime=0.44 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1977 0 0 0 20 24 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11298] ppid=11267 vsize=26072752 memory=1424 CPUtime=0 cores=0-7
/proc/11269/task/11298/stat : 11298 (java) S 11267 11267 10555 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 150330860 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128301845568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 5637.43 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22965116 KiB

[startup+1064.8 s]
/proc/loadavg: 6.83 6.67 6.10 2/200 11298
/proc/meminfo: memFree=4203708/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=26072752 memory=22963732 CPUtime=5638.22 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 5534116 0 0 0 559388 4434 0 0 20 0 21 0 150226228 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6518188 5740933 3254 1 0 6505422 0
[pid=11269/tid=11270] ppid=11267 vsize=26072752 memory=1576 CPUtime=284.08 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) S 11267 11267 10555 0 -1 1077944384 91969 0 0 0 28258 150 0 0 20 0 21 0 150226228 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129061987360 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26072752 memory=2240 CPUtime=653.7 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 660721 0 0 0 64829 541 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26072752 memory=4128 CPUtime=652.48 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 781373 0 0 0 64719 529 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26072752 memory=6791534058613427641 CPUtime=654.2 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 485261 0 0 0 64925 495 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=26072752 memory=0 CPUtime=654.23 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 574632 0 0 0 64931 492 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=26072752 memory=92 CPUtime=653.55 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 754036 0 0 0 64796 559 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=26072752 memory=178 CPUtime=653.66 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 446997 0 0 0 64869 497 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=26072752 memory=796 CPUtime=654.59 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 518038 0 0 0 64946 513 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=26072752 memory=1424 CPUtime=652.17 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 572873 0 0 0 64681 536 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=26072752 memory=15876 CPUtime=121.72 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) R 11267 11267 10555 0 -1 4202560 617528 0 0 0 12072 100 0 0 20 0 21 0 150226230 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128319324880 140129042743083 0 0 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=26072752 memory=4052 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128318272736 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=26072752 memory=24036 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128317219584 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=26072752 memory=18444 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=26072752 memory=1788 CPUtime=0.88 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) S 11267 11267 10555 0 -1 1077944384 5491 0 0 0 87 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128315116032 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=26072752 memory=640 CPUtime=0.89 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 5811 0 0 0 88 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128314063776 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=26072752 memory=952 CPUtime=0.98 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 5428 0 0 0 97 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128313010720 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=26072752 memory=1236 CPUtime=0.5 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) S 11267 11267 10555 0 -1 1077944384 10603 0 0 0 48 2 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128311958176 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=26072752 memory=4468 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=26072752 memory=912 CPUtime=0.44 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1977 0 0 0 20 24 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11298] ppid=11267 vsize=26072752 memory=4432 CPUtime=0 cores=0-7
/proc/11269/task/11298/stat : 11298 (java) S 11267 11267 10555 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 150330860 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128301845568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 5638.22 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22965116 KiB

[startup+1065.6 s]
/proc/loadavg: 6.83 6.67 6.10 2/200 11298
/proc/meminfo: memFree=4203708/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
[pid=11269] ppid=11267 vsize=26072752 memory=22963732 CPUtime=5639.02 cores=0-7
/proc/11269/stat : 11269 (java) S 11267 11267 10555 0 -1 1077944320 5534119 0 0 0 559468 4434 0 0 20 0 21 0 150226228 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140736768828992 140129057746679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
/proc/11269/statm: 6518188 5740933 3254 1 0 6505422 0
[pid=11269/tid=11270] ppid=11267 vsize=26072752 memory=22963668 CPUtime=284.08 cores=0-7
/proc/11269/task/11270/stat : 11270 (java) S 11267 11267 10555 0 -1 1077944384 91969 0 0 0 28258 150 0 0 20 0 21 0 150226228 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129061987360 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11271] ppid=11267 vsize=26072752 memory=1384 CPUtime=653.7 cores=0-7
/proc/11269/task/11271/stat : 11271 (java) S 11267 11267 10555 0 -1 1077944384 660721 0 0 0 64829 541 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140129014299152 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11272] ppid=11267 vsize=26072752 memory=1384 CPUtime=652.48 cores=0-7
/proc/11269/task/11272/stat : 11272 (java) S 11267 11267 10555 0 -1 1077944384 781373 0 0 0 64719 529 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128614480528 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11273] ppid=11267 vsize=26072752 memory=1384 CPUtime=654.2 cores=0-7
/proc/11269/task/11273/stat : 11273 (java) S 11267 11267 10555 0 -1 1077944384 485261 0 0 0 64925 495 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128613427472 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11274] ppid=11267 vsize=26072752 memory=1720 CPUtime=654.23 cores=0-7
/proc/11269/task/11274/stat : 11274 (java) S 11267 11267 10555 0 -1 1077944384 574632 0 0 0 64931 492 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128612374928 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11275] ppid=11267 vsize=26072752 memory=1008 CPUtime=653.55 cores=0-7
/proc/11269/task/11275/stat : 11275 (java) S 11267 11267 10555 0 -1 1077944384 754036 0 0 0 64796 559 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128611322896 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11276] ppid=11267 vsize=26072752 memory=1928 CPUtime=653.66 cores=0-7
/proc/11269/task/11276/stat : 11276 (java) S 11267 11267 10555 0 -1 1077944384 446997 0 0 0 64869 497 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128610270352 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11277] ppid=11267 vsize=26072752 memory=1384 CPUtime=654.59 cores=0-7
/proc/11269/task/11277/stat : 11277 (java) S 11267 11267 10555 0 -1 1077944384 518038 0 0 0 64946 513 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128609217296 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11278] ppid=11267 vsize=26072752 memory=22963732 CPUtime=652.17 cores=0-7
/proc/11269/task/11278/stat : 11278 (java) S 11267 11267 10555 0 -1 1077944384 572873 0 0 0 64681 536 0 0 20 0 21 0 150226229 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128608164752 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11279] ppid=11267 vsize=26072752 memory=22963668 CPUtime=122.52 cores=0-7
/proc/11269/task/11279/stat : 11279 (java) R 11267 11267 10555 0 -1 4202560 617531 0 0 0 12152 100 0 0 20 0 21 0 150226230 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128319324880 140129042743046 0 0 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11280] ppid=11267 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/11269/task/11280/stat : 11280 (java) S 11267 11267 10555 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128318272736 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11281] ppid=11267 vsize=26072752 memory=22963668 CPUtime=0 cores=0-7
/proc/11269/task/11281/stat : 11281 (java) S 11267 11267 10555 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 150226231 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128317219584 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11282] ppid=11267 vsize=26072752 memory=15876 CPUtime=0 cores=0-7
/proc/11269/task/11282/stat : 11282 (java) S 11267 11267 10555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128316168144 140129057765275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11283] ppid=11267 vsize=26072752 memory=4052 CPUtime=0.88 cores=0-7
/proc/11269/task/11283/stat : 11283 (java) S 11267 11267 10555 0 -1 1077944384 5491 0 0 0 87 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128315116032 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11284] ppid=11267 vsize=26072752 memory=24036 CPUtime=0.89 cores=0-7
/proc/11269/task/11284/stat : 11284 (java) S 11267 11267 10555 0 -1 1077944384 5811 0 0 0 88 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128314063776 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11285] ppid=11267 vsize=26072752 memory=18444 CPUtime=0.98 cores=0-7
/proc/11269/task/11285/stat : 11285 (java) S 11267 11267 10555 0 -1 1077944384 5428 0 0 0 97 1 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128313010720 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11286] ppid=11267 vsize=26072752 memory=-3622645143214314312 CPUtime=0.5 cores=0-7
/proc/11269/task/11286/stat : 11286 (java) S 11267 11267 10555 0 -1 1077944384 10603 0 0 0 48 2 0 0 20 0 21 0 150226233 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128311958176 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11287] ppid=11267 vsize=26072752 memory=4132 CPUtime=0 cores=0-7
/proc/11269/task/11287/stat : 11287 (java) S 11267 11267 10555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128310905312 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11288] ppid=11267 vsize=26072752 memory=41672 CPUtime=0.44 cores=0-7
/proc/11269/task/11288/stat : 11288 (java) S 11267 11267 10555 0 -1 1077944384 1977 0 0 0 20 24 0 0 20 0 21 0 150226234 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128309852848 140129057757826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
[pid=11269/tid=11298] ppid=11267 vsize=26072752 memory=1296 CPUtime=0 cores=0-7
/proc/11269/task/11298/stat : 11298 (java) S 11267 11267 10555 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 150330860 26698498048 5740933 33554432000 4194304 4196468 140736768846448 140128301845568 140129057756885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15646720 140736768849042 140736768849219 140736768849219 140736768851919 0
Current children cumulated CPU time: 5639.02 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22965116 KiB

[startup+1066.02 s]*
/proc/loadavg: 6.83 6.67 6.10 2/181 11298
/proc/meminfo: memFree=26269176/32770624 swapFree=67108860/67108860
[pid=11267] ppid=11264 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11267/stat : 11267 (xcsp3-exec) S 11264 11267 10555 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150226227 9740288 346 33554432000 4194304 5098028 140720340348384 140720340346488 140633704379004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22261760 140720340354148 140720340354359 140720340354359 140720340357099 0
/proc/11267/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 1066.04
CPU time (s): 5639.46
CPU user time (s): 5594.99
CPU system time (s): 44.4683
CPU usage (%): 529.013
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 22965116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5594.99
system time used= 44.4683
maximum resident set size= 22964092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5540031
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72368
involuntary context switches= 69933


# summary of solver processes directly reported to runsolver:
#   pid: 11267
#   total CPU time (s): 5639.46
#   total CPU user time (s): 5594.99
#   total CPU system time (s): 44.4683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51275 second user time and 10.9588 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-19 21:22:07
IDJOB=4281137
IDBENCH=138612
IDSOLVER=2675
FILE ID=node115/4281137-1503171387
RUNJOBID= node115-1503162736-10582
PBS_JOBID= 20630826
Free space on /tmp= 61868 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281137-1503171387/watcher-4281137-1503171387 -o /tmp/evaluation-result-4281137-1503171387/solver-4281137-1503171387 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1503162736-10582 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1582700306 HOME/instance-4281137-1503171387.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1582700306

node115.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.69
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.69
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.69
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.69
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:        27198356 kB
MemAvailable:   31972332 kB
Buffers:          244500 kB
Cached:          4822276 kB
SwapCached:            0 kB
Active:           900548 kB
Inactive:        4222980 kB
Active(anon):       7400 kB
Inactive(anon):    85200 kB
Active(file):     893148 kB
Inactive(file):  4137780 kB
Unevictable:        7032 kB
Mlocked:            7032 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8288 kB
Writeback:             0 kB
AnonPages:         83244 kB
Mapped:            51488 kB
Shmem:             33416 kB
Slab:             144804 kB
SReclaimable:     117768 kB
SUnreclaim:        27036 kB
KernelStack:        3536 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61860 MiB
End job on node115 at 2017-08-19 21:39:53