Trace number 4271332

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-09)? 4690.7998 919.30798

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
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 variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
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-4271332-1502816668.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271332-1502816668.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
4591.20/904.00	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
4591.20/904.00		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
4591.20/904.00		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
4591.20/904.00		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
4591.20/904.00		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
4591.20/904.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
4591.20/904.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
4591.20/904.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
4591.20/904.00		at org.xcsp.parser.XCallbacks$$Lambda$46/148912029.accept(Unknown Source)
4591.20/904.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
4591.20/904.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4591.20/904.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
4591.20/904.00		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
4591.20/904.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
4591.20/904.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
4591.20/904.00		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
4591.20/904.00		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
4591.20/904.00		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
4591.20/904.00		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
4591.20/904.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
4690.69/919.20	s UNKNOWN
4690.69/919.20	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 (15016 MiB free)
  memory of node 1: 16384 MiB (15655 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271332-1502816668/watcher-4271332-1502816668 -o /tmp/evaluation-result-4271332-1502816668/solver-4271332-1502816668 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2055630997 HOME/instance-4271332-1502816668.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=17546, runsolver pid=17543

[startup+0.100166 s]*
/proc/loadavg: 5.26 7.53 9.27 2/199 17567
/proc/meminfo: memFree=31394820/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=25999808 memory=24576 CPUtime=0.11 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 5577 0 0 0 10 1 0 0 20 0 20 0 114754554 26623803392 6144 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6499952 6144 2861 1 0 6488269 0
[pid=17548/tid=17549] ppid=17546 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) R 17546 17546 16326 0 -1 4202560 3551 0 0 0 8 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140168175149216 140168155010398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=25999808 memory=140554020308608 CPUtime=0 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26623803392 6210 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754557 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166778644848 140168170941058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114754557 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166777590816 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114754557 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166776537968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166774434672 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166773381872 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) R 17546 17546 16326 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166772329072 140168170941058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) S 17546 17546 16326 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166771276272 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26623803392 6210 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 25960 KiB

[startup+0.209978 s]*
/proc/loadavg: 5.26 7.53 9.27 2/199 17567
/proc/meminfo: memFree=31383856/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=26004064 memory=37872 CPUtime=0.33 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 8529 0 0 0 31 2 0 0 20 0 20 0 114754554 26628161536 9468 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6501016 9468 3060 1 0 6488269 0
[pid=17548/tid=17549] ppid=17546 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) R 17546 17546 16326 0 -1 4202560 5463 0 0 0 18 1 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140168175151856 140168170951837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26004064 memory=3617994737525966496 CPUtime=0 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 9468 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166778644848 140168170941058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166777590816 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166776537968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166774434672 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) S 17546 17546 16326 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166773381872 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) S 17546 17546 16326 0 -1 1077944384 200 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166772329072 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) S 17546 17546 16326 0 -1 1077944384 900 0 0 0 7 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166771276272 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 9468 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39256 KiB

[startup+0.309369 s]*
/proc/loadavg: 5.26 7.53 9.27 3/199 17567
/proc/meminfo: memFree=31379452/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=26004064 memory=43316 CPUtime=0.49 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 9473 0 0 0 46 3 0 0 20 0 20 0 114754554 26628161536 10829 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6501016 10829 3112 1 0 6488269 0
[pid=17548/tid=17549] ppid=17546 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) R 17546 17546 16326 0 -1 4202560 6139 0 0 0 27 2 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140168175168704 140168170941846 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=26004064 memory=140553878598575 CPUtime=0 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=26004064 memory=140553878600880 CPUtime=0 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=26004064 memory=140553878603184 CPUtime=0 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628161536 10829 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) S 17546 17546 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166778644848 140168170941058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=26004064 memory=281107757213328 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166777590816 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=26004064 memory=281107757220240 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114754557 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166776537968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=26004064 memory=281107757161520 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=26004064 memory=281107757234064 CPUtime=0.01 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 414 0 0 0 1 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166774434672 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=26004064 memory=281107757240976 CPUtime=0.03 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) R 17546 17546 16326 0 -1 4202560 267 0 0 0 3 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166773381872 140168152115668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=26004064 memory=281107757238672 CPUtime=0.02 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) S 17546 17546 16326 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166772329072 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=26004064 memory=281107757254832 CPUtime=0.12 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) R 17546 17546 16326 0 -1 4202560 1084 0 0 0 12 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166771272640 140168170941846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754560 26628161536 10829 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44700 KiB

[startup+0.700926 s]
/proc/loadavg: 5.26 7.53 9.27 3/199 17567
/proc/meminfo: memFree=31351536/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=26004140 memory=142008 CPUtime=2 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 13754 0 0 0 195 5 0 0 20 0 20 0 114754554 26628239360 35502 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6501035 35502 3200 1 0 6488269 0
[pid=17548/tid=17549] ppid=17546 vsize=26004140 memory=281107757612720 CPUtime=0.67 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) R 17546 17546 16326 0 -1 4202560 6499 0 0 0 64 3 0 0 20 0 20 0 114754555 26628239360 35502 33554432000 4194304 4196468 140724600913808 140168175165904 140167807011553 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26004140 memory=140553878807408 CPUtime=0 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628239360 35502 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114754555 26628239360 35502 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26004140 memory=4612 CPUtime=0 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114754555 26628239360 35502 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0

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

[pid=17548/tid=17549] ppid=17546 vsize=26072752 memory=1728 CPUtime=270.05 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) S 17546 17546 16326 0 -1 1077944384 63197 0 0 0 26914 91 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168175170592 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26072752 memory=796 CPUtime=539.09 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 101666 0 0 0 53476 433 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26072752 memory=6791534058613427641 CPUtime=539.45 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 113469 0 0 0 53457 488 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26072752 memory=1948 CPUtime=537.94 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 80427 0 0 0 53365 429 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=26072752 memory=8572 CPUtime=538.1 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 93588 0 0 0 53358 452 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=26072752 memory=1228 CPUtime=538.02 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 95739 0 0 0 53386 416 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=26072752 memory=12028 CPUtime=539.95 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 107660 0 0 0 53574 421 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=26072752 memory=23428996 CPUtime=539.25 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 100644 0 0 0 53493 432 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=26072752 memory=1384 CPUtime=538.48 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 107892 0 0 0 53400 448 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=26072752 memory=23428996 CPUtime=105.36 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) R 17546 17546 16326 0 -1 4202560 427403 0 0 0 10473 63 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166778643280 140168155926263 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=26072752 memory=916 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166777590880 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=26072752 memory=4440 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166776537984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=26072752 memory=4104 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=26072752 memory=18488 CPUtime=1.02 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 6280 0 0 0 101 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166774434720 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=26072752 memory=1796 CPUtime=1.05 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) S 17546 17546 16326 0 -1 1077944384 4463 0 0 0 105 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166773381920 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=26072752 memory=1236 CPUtime=1.11 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) S 17546 17546 16326 0 -1 1077944384 5465 0 0 0 110 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166772328832 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=26072752 memory=640 CPUtime=0.52 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) S 17546 17546 16326 0 -1 1077944384 12751 0 0 0 50 2 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166771276320 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=26072752 memory=956 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=26072752 memory=2340 CPUtime=0.36 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1449 0 0 0 17 19 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17601] ppid=17546 vsize=26072752 memory=2240 CPUtime=0 cores=0-7
/proc/17548/task/17601/stat : 17601 (java) S 17546 17546 16326 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 114844955 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166761163968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 4689.89 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23430384 KiB

[startup+918.801 s]
/proc/loadavg: 7.91 6.98 7.16 2/201 17601
/proc/meminfo: memFree=7954508/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=26072752 memory=23429000 CPUtime=4690.29 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 1323475 0 0 0 465338 3691 0 0 20 0 21 0 114754554 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6518188 5857250 3256 1 0 6505422 0
[pid=17548/tid=17549] ppid=17546 vsize=26072752 memory=4612 CPUtime=270.05 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) S 17546 17546 16326 0 -1 1077944384 63197 0 0 0 26914 91 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168175170592 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26072752 memory=6791534058613427641 CPUtime=539.09 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 101666 0 0 0 53476 433 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26072752 memory=1008 CPUtime=539.45 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 113469 0 0 0 53457 488 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26072752 memory=4612 CPUtime=537.94 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 80427 0 0 0 53365 429 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=26072752 memory=1428 CPUtime=538.1 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 93588 0 0 0 53358 452 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=26072752 memory=1204 CPUtime=538.02 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 95739 0 0 0 53386 416 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=26072752 memory=15876 CPUtime=539.95 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 107660 0 0 0 53574 421 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=26072752 memory=20348 CPUtime=539.25 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 100644 0 0 0 53493 432 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=26072752 memory=4048 CPUtime=538.48 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 107892 0 0 0 53400 448 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=26072752 memory=18488 CPUtime=105.76 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) R 17546 17546 16326 0 -1 4202560 427403 0 0 0 10513 63 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166778643280 140168155387481 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=26072752 memory=1796 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166777590880 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=26072752 memory=1236 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166776537984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=26072752 memory=640 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=26072752 memory=956 CPUtime=1.02 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 6280 0 0 0 101 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166774434720 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=26072752 memory=2340 CPUtime=1.05 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) S 17546 17546 16326 0 -1 1077944384 4463 0 0 0 105 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166773381920 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=26072752 memory=2240 CPUtime=1.11 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) S 17546 17546 16326 0 -1 1077944384 5465 0 0 0 110 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166772328832 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=26072752 memory=4128 CPUtime=0.52 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) S 17546 17546 16326 0 -1 1077944384 12751 0 0 0 50 2 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166771276320 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=26072752 memory=928 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=26072752 memory=1576 CPUtime=0.36 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1449 0 0 0 17 19 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17601] ppid=17546 vsize=26072752 memory=2196 CPUtime=0 cores=0-7
/proc/17548/task/17601/stat : 17601 (java) S 17546 17546 16326 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 114844955 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166761163968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 4690.29 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23430384 KiB

[startup+919.201 s]
/proc/loadavg: 7.91 6.98 7.16 2/201 17601
/proc/meminfo: memFree=7954508/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/statm: 2378 346 289 221 0 87 0
[pid=17548] ppid=17546 vsize=26072752 memory=23429000 CPUtime=4690.69 cores=0-7
/proc/17548/stat : 17548 (java) S 17546 17546 16326 0 -1 1077944320 1323921 0 0 0 465378 3691 0 0 20 0 21 0 114754554 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140724600896352 140168170929911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
/proc/17548/statm: 6518188 5857250 3256 1 0 6505422 0
[pid=17548/tid=17549] ppid=17546 vsize=26072752 memory=12028 CPUtime=270.05 cores=0-7
/proc/17548/task/17549/stat : 17549 (java) S 17546 17546 16326 0 -1 1077944384 63197 0 0 0 26914 91 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168175170592 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17550] ppid=17546 vsize=26072752 memory=6791534058613427641 CPUtime=539.09 cores=0-7
/proc/17548/task/17550/stat : 17550 (java) S 17546 17546 16326 0 -1 1077944384 101666 0 0 0 53476 433 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140168138488464 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17551] ppid=17546 vsize=26072752 memory=1008 CPUtime=539.45 cores=0-7
/proc/17548/task/17551/stat : 17551 (java) S 17546 17546 16326 0 -1 1077944384 113469 0 0 0 53457 488 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167727942160 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17552] ppid=17546 vsize=26072752 memory=4612 CPUtime=537.94 cores=0-7
/proc/17548/task/17552/stat : 17552 (java) S 17546 17546 16326 0 -1 1077944384 80427 0 0 0 53365 429 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167726889360 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17553] ppid=17546 vsize=26072752 memory=1428 CPUtime=538.1 cores=0-7
/proc/17548/task/17553/stat : 17553 (java) S 17546 17546 16326 0 -1 1077944384 93588 0 0 0 53358 452 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167725836560 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17554] ppid=17546 vsize=26072752 memory=1204 CPUtime=538.02 cores=0-7
/proc/17548/task/17554/stat : 17554 (java) S 17546 17546 16326 0 -1 1077944384 95739 0 0 0 53386 416 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167724784784 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17555] ppid=17546 vsize=26072752 memory=15876 CPUtime=539.95 cores=0-7
/proc/17548/task/17555/stat : 17555 (java) S 17546 17546 16326 0 -1 1077944384 107660 0 0 0 53574 421 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167723731984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17556] ppid=17546 vsize=26072752 memory=20348 CPUtime=539.25 cores=0-7
/proc/17548/task/17556/stat : 17556 (java) S 17546 17546 16326 0 -1 1077944384 100644 0 0 0 53493 432 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167722679184 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17557] ppid=17546 vsize=26072752 memory=4048 CPUtime=538.48 cores=0-7
/proc/17548/task/17557/stat : 17557 (java) S 17546 17546 16326 0 -1 1077944384 107892 0 0 0 53400 448 0 0 20 0 21 0 114754555 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140167721626384 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17558] ppid=17546 vsize=26072752 memory=23429000 CPUtime=106.16 cores=0-7
/proc/17548/task/17558/stat : 17558 (java) R 17546 17546 16326 0 -1 4202560 427849 0 0 0 10553 63 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166778643280 140168150130958 0 0 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17559] ppid=17546 vsize=26072752 memory=1296 CPUtime=0 cores=0-7
/proc/17548/task/17559/stat : 17559 (java) S 17546 17546 16326 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166777590880 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17560] ppid=17546 vsize=26072752 memory=2416 CPUtime=0 cores=0-7
/proc/17548/task/17560/stat : 17560 (java) S 17546 17546 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 114754557 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166776537984 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17561] ppid=17546 vsize=26072752 memory=1728 CPUtime=0 cores=0-7
/proc/17548/task/17561/stat : 17561 (java) S 17546 17546 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166775486288 140168170948507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17562] ppid=17546 vsize=26072752 memory=796 CPUtime=1.02 cores=0-7
/proc/17548/task/17562/stat : 17562 (java) S 17546 17546 16326 0 -1 1077944384 6280 0 0 0 101 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166774434720 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17563] ppid=17546 vsize=26072752 memory=1716 CPUtime=1.05 cores=0-7
/proc/17548/task/17563/stat : 17563 (java) S 17546 17546 16326 0 -1 1077944384 4463 0 0 0 105 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166773381920 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17564] ppid=17546 vsize=26072752 memory=1948 CPUtime=1.11 cores=0-7
/proc/17548/task/17564/stat : 17564 (java) S 17546 17546 16326 0 -1 1077944384 5465 0 0 0 110 1 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166772328832 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17565] ppid=17546 vsize=26072752 memory=8572 CPUtime=0.52 cores=0-7
/proc/17548/task/17565/stat : 17565 (java) S 17546 17546 16326 0 -1 1077944384 12751 0 0 0 50 2 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166771276320 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17566] ppid=17546 vsize=26072752 memory=8572 CPUtime=0 cores=0-7
/proc/17548/task/17566/stat : 17566 (java) S 17546 17546 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166770223712 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17567] ppid=17546 vsize=26072752 memory=1228 CPUtime=0.36 cores=0-7
/proc/17548/task/17567/stat : 17567 (java) S 17546 17546 16326 0 -1 1077944384 1449 0 0 0 17 19 0 0 20 0 21 0 114754560 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166769170992 140168170941058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
[pid=17548/tid=17601] ppid=17546 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/17548/task/17601/stat : 17601 (java) S 17546 17546 16326 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 114844955 26698498048 5857250 33554432000 4194304 4196468 140724600913808 140166761163968 140168170940117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30736384 140724600915090 140724600915267 140724600915267 140724600917967 0
Current children cumulated CPU time: 4690.69 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23430384 KiB

[startup+919.301 s]
/proc/loadavg: 7.91 6.98 7.16 2/201 17601
/proc/meminfo: memFree=7954508/32770624 swapFree=67108860/67108860
[pid=17546] ppid=17543 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17546/stat : 17546 (xcsp3-exec) S 17543 17546 16326 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114754554 9740288 346 33554432000 4194304 5098028 140736899824032 140736899822136 140388129702524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19079168 140736899830884 140736899831095 140736899831095 140736899833835 0
/proc/17546/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): 919.308
CPU time (s): 4690.8
CPU user time (s): 4653.79
CPU system time (s): 37.0111
CPU usage (%): 510.253
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 23430384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4653.79
system time used= 37.0111
maximum resident set size= 23429264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1324502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56482
involuntary context switches= 63133


# summary of solver processes directly reported to runsolver:
#   pid: 17546
#   total CPU time (s): 4690.8
#   total CPU user time (s): 4653.79
#   total CPU system time (s): 37.0111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21939 second user time and 9.52477 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 18:50:09
IDJOB=4271332
IDBENCH=138698
IDSOLVER=2662
FILE ID=node106/4271332-1502816668
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61776 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.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-4271332-1502816668/watcher-4271332-1502816668 -o /tmp/evaluation-result-4271332-1502816668/solver-4271332-1502816668 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2055630997 HOME/instance-4271332-1502816668.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=2055630997

node106.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.86
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.86
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.86
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.86
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:        31409212 kB
MemAvailable:   31980612 kB
Buffers:          185816 kB
Cached:           671420 kB
SwapCached:            0 kB
Active:           461152 kB
Inactive:         453432 kB
Active(anon):      13148 kB
Inactive(anon):    72108 kB
Active(file):     448004 kB
Inactive(file):   381324 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8636 kB
Writeback:             0 kB
AnonPages:        290128 kB
Mapped:            46424 kB
Shmem:             25228 kB
Slab:             141976 kB
SReclaimable:     115816 kB
SUnreclaim:        26160 kB
KernelStack:        3536 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 61768 MiB
End job on node106 at 2017-08-15 19:05:29