Trace number 4281141

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)? 9439.46 1567.63

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
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 variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
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-4281141-1503171303.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281141-1503171303.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
9363.86/1555.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$77/1848415041.get$Lambda(Unknown Source)
9363.86/1555.23		at java.lang.invoke.LambdaForm$DMH/1523554304.invokeStatic_LL_L(LambdaForm$DMH)
9363.86/1555.23		at java.lang.invoke.LambdaForm$MH/586617651.linkToTargetMethod(LambdaForm$MH)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/1089504328.valid(Unknown Source)
9363.86/1555.23		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
9363.86/1555.23		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
9363.86/1555.23		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
9363.86/1555.23		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
9363.86/1555.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
9363.86/1555.23		at org.xcsp.parser.XCallbacks$$Lambda$46/415186196.accept(Unknown Source)
9363.86/1555.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
9363.86/1555.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
9363.86/1555.23		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
9363.86/1555.23		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
9363.86/1555.23		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
9363.86/1555.23		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
9363.86/1555.23		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
9363.86/1555.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
9439.24/1567.41	s UNKNOWN
9439.24/1567.41	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 (10018 MiB free)
  memory of node 1: 16384 MiB (12204 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281141-1503171303/watcher-4281141-1503171303 -o /tmp/evaluation-result-4281141-1503171303/solver-4281141-1503171303 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503170305-27035 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 264278987 HOME/instance-4281141-1503171303.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=27153, runsolver pid=27150

[startup+0.10011 s]*
/proc/loadavg: 2.24 5.70 7.30 2/199 27174
/proc/meminfo: memFree=22741152/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=25999808 memory=26300 CPUtime=0.11 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 5482 0 0 0 10 1 0 0 20 0 20 0 150211266 26623803392 6575 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6499952 6575 2844 1 0 6488269 0
[pid=27155/tid=27156] ppid=27153 vsize=25999808 memory=7753962091076034204 CPUtime=0.09 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) R 27153 27153 27008 0 -1 4202560 3475 0 0 0 8 1 0 0 20 0 20 0 150211267 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655851533344 139655847316886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=25999808 memory=732369848606018533 CPUtime=0 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211267 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=25999808 memory=139710268565120 CPUtime=0 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211269 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655242594800 139655847316098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150211269 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655241541024 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150211270 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655240488432 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655238383600 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655237331056 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655236278512 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) R 27153 27153 27008 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655235225968 139655831385438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211272 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211273 26623803392 6575 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27684 KiB

[startup+0.210333 s]*
/proc/loadavg: 2.24 5.70 7.30 3/199 27174
/proc/meminfo: memFree=22729612/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=26004064 memory=39052 CPUtime=0.32 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 8311 0 0 0 30 2 0 0 20 0 20 0 150211266 26628161536 9763 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6501016 9763 3044 1 0 6488269 0
[pid=27155/tid=27156] ppid=27153 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) R 27153 27153 27008 0 -1 4202560 5384 0 0 0 18 1 0 0 20 0 20 0 150211267 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655851514768 139655831385438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26004064 memory=279420387321592 CPUtime=0 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211267 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26004064 memory=139710268565120 CPUtime=0 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211269 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655242594800 139655847316098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150211269 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655241541024 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150211270 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655240488432 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655238383600 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655237331056 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655236278512 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) R 27153 27153 27008 0 -1 4202560 769 0 0 0 7 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655235225968 139655825938449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211272 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211273 26628161536 9763 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40436 KiB

[startup+0.310096 s]*
/proc/loadavg: 2.24 5.70 7.30 3/199 27174
/proc/meminfo: memFree=22725208/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=26004064 memory=43684 CPUtime=0.5 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 9180 0 0 0 47 3 0 0 20 0 20 0 150211266 26628161536 10921 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6501016 10921 3060 1 0 6488269 0
[pid=27155/tid=27156] ppid=27153 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) R 27153 27153 27008 0 -1 4202560 6059 0 0 0 27 2 0 0 20 0 20 0 150211267 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655851542960 139655831385438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211267 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=26004064 memory=139710118851503 CPUtime=0 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=26004064 memory=139710118853808 CPUtime=0 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=26004064 memory=139710118856112 CPUtime=0 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211269 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655242594800 139655847316098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=26004064 memory=279420237719184 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150211269 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655241541024 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=26004064 memory=279420237726096 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150211270 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655240488432 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=26004064 memory=279420237667376 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=26004064 memory=279420237739920 CPUtime=0.03 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 521 0 0 0 3 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655238383600 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=26004064 memory=279420237746832 CPUtime=0.02 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 212 0 0 0 2 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655237331056 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=26004064 memory=279420237744528 CPUtime=0.01 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655236278512 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=26004064 memory=279420237760688 CPUtime=0.12 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) R 27153 27153 27008 0 -1 4202560 898 0 0 0 12 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655235223760 139655825825393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150211272 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211273 26628161536 10921 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45068 KiB

[startup+0.700978 s]
/proc/loadavg: 2.24 5.70 7.30 5/199 27174
/proc/meminfo: memFree=22690404/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=26006188 memory=117528 CPUtime=2.11 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 13809 0 0 0 206 5 0 0 20 0 20 0 150211266 26630336512 29382 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6501547 29382 3203 1 0 6488781 0
[pid=27155/tid=27156] ppid=27153 vsize=26006188 memory=279420238055552 CPUtime=0.67 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) R 27153 27153 27008 0 -1 4202560 6546 0 0 0 64 3 0 0 20 0 20 0 150211267 26630336512 29382 33554432000 4194304 4196468 140725800775824 139655851540064 139655445112095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26006188 memory=5111011083407 CPUtime=0 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211267 26630336512 29382 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150211268 26630336512 29382 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150211268 26630336512 29382 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0

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

[pid=27155/tid=27156] ppid=27153 vsize=26072752 memory=2396 CPUtime=302.16 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) S 27153 27153 27008 0 -1 1077944384 81010 0 0 0 30118 98 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655851545632 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26072752 memory=1728 CPUtime=1121.92 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 2875378 0 0 0 111482 710 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26072752 memory=6791534058613427641 CPUtime=1125.53 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 3259386 0 0 0 111788 765 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26072752 memory=23124932 CPUtime=1126.39 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 3040805 0 0 0 111915 724 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=26072752 memory=1384 CPUtime=1128.43 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 4732760 0 0 0 112026 817 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 67 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=26072752 memory=23124916 CPUtime=1126.58 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 3836548 0 0 0 111919 739 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=26072752 memory=15876 CPUtime=1125.69 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2415288 0 0 0 111875 694 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=26072752 memory=4044 CPUtime=1126.48 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3912268 0 0 0 111906 742 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=26072752 memory=16444 CPUtime=1127 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 2338037 0 0 0 111995 705 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 66 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=26072752 memory=24240 CPUtime=122.45 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) R 27153 27153 27008 0 -1 4202560 1369224 0 0 0 12164 81 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655242593344 139655832301358 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=26072752 memory=1796 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655241541088 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=26072752 memory=636 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 150211270 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655240488448 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=26072752 memory=960 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=26072752 memory=1232 CPUtime=0.99 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 7387 0 0 0 98 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655238383648 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=26072752 memory=2464 CPUtime=0.9 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 6613 0 0 0 89 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655237330816 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=26072752 memory=1580 CPUtime=0.86 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 6118 0 0 0 86 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655236278560 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=26072752 memory=6791534058613427641 CPUtime=0.54 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) S 27153 27153 27008 0 -1 1077944384 13550 0 0 0 52 2 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655235226016 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=26072752 memory=1152 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=26072752 memory=3404 CPUtime=0.57 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 2796 0 0 0 31 26 0 0 20 0 21 0 150211273 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27191] ppid=27153 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/27155/task/27191/stat : 27191 (java) S 27153 27153 27008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 150366789 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655225610048 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 9436.64 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23126484 KiB

[startup+1566.4 s]
/proc/loadavg: 7.69 7.41 6.68 2/200 27191
/proc/meminfo: memFree=181712/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=26072752 memory=23125100 CPUtime=9438.23 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 27899526 0 0 0 937725 6098 0 0 20 0 21 0 150211266 26698498048 5781275 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6518188 5781275 3262 1 0 6505422 0
[pid=27155/tid=27156] ppid=27153 vsize=26072752 memory=10636 CPUtime=302.16 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) S 27153 27153 27008 0 -1 1077944384 81010 0 0 0 30118 98 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655851545632 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26072752 memory=1200 CPUtime=1121.92 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 2875378 0 0 0 111482 710 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26072752 memory=4140 CPUtime=1125.53 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 3259386 0 0 0 111788 765 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26072752 memory=42036 CPUtime=1126.39 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 3040805 0 0 0 111915 724 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=26072752 memory=15876 CPUtime=1128.43 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 4732760 0 0 0 112026 817 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 67 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=26072752 memory=4044 CPUtime=1126.58 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 3836548 0 0 0 111919 739 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=26072752 memory=16444 CPUtime=1125.69 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2415288 0 0 0 111875 694 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=26072752 memory=24240 CPUtime=1126.48 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3912268 0 0 0 111906 742 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=26072752 memory=792 CPUtime=1127 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 2338037 0 0 0 111995 705 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 66 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=26072752 memory=1424 CPUtime=124.04 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) R 27153 27153 27008 0 -1 4202560 1370199 0 0 0 12323 81 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655242593232 139655832301375 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=26072752 memory=1936 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655241541088 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=26072752 memory=1224 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 150211270 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655240488448 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=26072752 memory=1716 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=26072752 memory=10636 CPUtime=0.99 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 7387 0 0 0 98 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655238383648 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=26072752 memory=1728 CPUtime=0.9 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 6613 0 0 0 89 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655237330816 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=26072752 memory=1004 CPUtime=0.86 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 6118 0 0 0 86 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655236278560 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=26072752 memory=11112 CPUtime=0.54 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) S 27153 27153 27008 0 -1 1077944384 13550 0 0 0 52 2 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655235226016 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=26072752 memory=5776 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=26072752 memory=4616 CPUtime=0.57 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 2796 0 0 0 31 26 0 0 20 0 21 0 150211273 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27191] ppid=27153 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/27155/task/27191/stat : 27191 (java) S 27153 27153 27008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 150366789 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655225610048 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 9438.23 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23126484 KiB

[startup+1567.2 s]
/proc/loadavg: 7.69 7.41 6.68 2/200 27191
/proc/meminfo: memFree=181712/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/statm: 2378 346 289 221 0 87 0
[pid=27155] ppid=27153 vsize=26072752 memory=23125100 CPUtime=9439.04 cores=0-7
/proc/27155/stat : 27155 (java) S 27153 27153 27008 0 -1 1077944320 27899526 0 0 0 937805 6099 0 0 20 0 21 0 150211266 26698498048 5781275 33554432000 4194304 4196468 140725800775824 140725800758368 139655847304951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
/proc/27155/statm: 6518188 5781275 3262 1 0 6505422 0
[pid=27155/tid=27156] ppid=27153 vsize=26072752 memory=1424 CPUtime=302.16 cores=0-7
/proc/27155/task/27156/stat : 27156 (java) S 27153 27153 27008 0 -1 1077944384 81010 0 0 0 30118 98 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655851545632 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27157] ppid=27153 vsize=26072752 memory=1936 CPUtime=1121.92 cores=0-7
/proc/27155/task/27157/stat : 27157 (java) S 27153 27153 27008 0 -1 1077944384 2875378 0 0 0 111482 710 0 0 20 0 21 0 150211267 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655769885456 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27158] ppid=27153 vsize=26072752 memory=1224 CPUtime=1125.53 cores=0-7
/proc/27155/task/27158/stat : 27158 (java) S 27153 27153 27008 0 -1 1077944384 3259386 0 0 0 111788 765 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655768832912 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27159] ppid=27153 vsize=26072752 memory=1716 CPUtime=1126.39 cores=0-7
/proc/27155/task/27159/stat : 27159 (java) S 27153 27153 27008 0 -1 1077944384 3040805 0 0 0 111915 724 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655767780368 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27160] ppid=27153 vsize=26072752 memory=10636 CPUtime=1128.43 cores=0-7
/proc/27155/task/27160/stat : 27160 (java) S 27153 27153 27008 0 -1 1077944384 4732760 0 0 0 112026 817 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655766727824 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 67 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27161] ppid=27153 vsize=26072752 memory=1728 CPUtime=1126.58 cores=0-7
/proc/27155/task/27161/stat : 27161 (java) S 27153 27153 27008 0 -1 1077944384 3836548 0 0 0 111919 739 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655765674256 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 71 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27162] ppid=27153 vsize=26072752 memory=1004 CPUtime=1125.69 cores=0-7
/proc/27155/task/27162/stat : 27162 (java) S 27153 27153 27008 0 -1 1077944384 2415288 0 0 0 111875 694 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655764621712 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27163] ppid=27153 vsize=26072752 memory=11112 CPUtime=1126.48 cores=0-7
/proc/27155/task/27163/stat : 27163 (java) S 27153 27153 27008 0 -1 1077944384 3912268 0 0 0 111906 742 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655763569168 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 65 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27164] ppid=27153 vsize=26072752 memory=5776 CPUtime=1127 cores=0-7
/proc/27155/task/27164/stat : 27164 (java) S 27153 27153 27008 0 -1 1077944384 2338037 0 0 0 111995 705 0 0 20 0 21 0 150211268 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655762516624 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 66 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27165] ppid=27153 vsize=26072752 memory=4616 CPUtime=124.84 cores=0-7
/proc/27155/task/27165/stat : 27165 (java) R 27153 27153 27008 0 -1 4202560 1370199 0 0 0 12403 81 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655242593232 139655831762571 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27166] ppid=27153 vsize=26072752 memory=23125100 CPUtime=0 cores=0-7
/proc/27155/task/27166/stat : 27166 (java) S 27153 27153 27008 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 150211269 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655241541088 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27167] ppid=27153 vsize=26072752 memory=2464 CPUtime=0 cores=0-7
/proc/27155/task/27167/stat : 27167 (java) S 27153 27153 27008 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 150211270 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655240488448 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27168] ppid=27153 vsize=26072752 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27155/task/27168/stat : 27168 (java) S 27153 27153 27008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655239437008 139655847323547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27169] ppid=27153 vsize=26072752 memory=288230596050944315 CPUtime=0.99 cores=0-7
/proc/27155/task/27169/stat : 27169 (java) S 27153 27153 27008 0 -1 1077944384 7387 0 0 0 98 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655238383648 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27170] ppid=27153 vsize=26072752 memory=13849659856660828 CPUtime=0.9 cores=0-7
/proc/27155/task/27170/stat : 27170 (java) S 27153 27153 27008 0 -1 1077944384 6613 0 0 0 89 1 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655237330816 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27171] ppid=27153 vsize=26072752 memory=2196 CPUtime=0.86 cores=0-7
/proc/27155/task/27171/stat : 27171 (java) S 27153 27153 27008 0 -1 1077944384 6118 0 0 0 86 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655236278560 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27172] ppid=27153 vsize=26072752 memory=7540 CPUtime=0.54 cores=0-7
/proc/27155/task/27172/stat : 27172 (java) S 27153 27153 27008 0 -1 1077944384 13550 0 0 0 52 2 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655235226016 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27173] ppid=27153 vsize=26072752 memory=840 CPUtime=0 cores=0-7
/proc/27155/task/27173/stat : 27173 (java) S 27153 27153 27008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150211272 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655234173664 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27174] ppid=27153 vsize=26072752 memory=288230574492221466 CPUtime=0.57 cores=0-7
/proc/27155/task/27174/stat : 27174 (java) S 27153 27153 27008 0 -1 1077944384 2796 0 0 0 31 26 0 0 20 0 21 0 150211273 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655233121200 139655847316098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
[pid=27155/tid=27191] ppid=27153 vsize=26072752 memory=2244 CPUtime=0 cores=0-7
/proc/27155/task/27191/stat : 27191 (java) S 27153 27153 27008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 150366789 26698498048 5781275 33554432000 4194304 4196468 140725800775824 139655225610048 139655847315157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11829248 140725800776850 140725800777027 140725800777027 140725800779727 0
Current children cumulated CPU time: 9439.04 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23126484 KiB

[startup+1567.6 s]
/proc/loadavg: 7.69 7.41 6.68 2/200 27191
/proc/meminfo: memFree=181712/32770624 swapFree=67108860/67108860
[pid=27153] ppid=27150 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/27153/stat : 27153 (xcsp3-exec) S 27150 27153 27008 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150211266 9740288 346 33554432000 4194304 5098028 140725612033696 140725612031800 140107298198140 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27680768 140725612037221 140725612037431 140725612037431 140725612040171 0
/proc/27153/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): 1567.63
CPU time (s): 9439.46
CPU user time (s): 9378.26
CPU system time (s): 61.2027
CPU usage (%): 602.15
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 23126484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9378.26
system time used= 61.2027
maximum resident set size= 23125424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27900120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136556
involuntary context switches= 149438


# summary of solver processes directly reported to runsolver:
#   pid: 27153
#   total CPU time (s): 9439.46
#   total CPU user time (s): 9378.26
#   total CPU system time (s): 61.2027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7364 second user time and 16.4534 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 21:20:43
IDJOB=4281141
IDBENCH=138550
IDSOLVER=2675
FILE ID=node150/4281141-1503171303
RUNJOBID= node150-1503170305-27035
PBS_JOBID= 20630838
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.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-4281141-1503171303/watcher-4281141-1503171303 -o /tmp/evaluation-result-4281141-1503171303/solver-4281141-1503171303 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503170305-27035 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 264278987 HOME/instance-4281141-1503171303.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=264278987

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22757060 kB
MemAvailable:   31962076 kB
Buffers:          334720 kB
Cached:          9149788 kB
SwapCached:            0 kB
Active:          2748040 kB
Inactive:        6790272 kB
Active(anon):      55796 kB
Inactive(anon):    34240 kB
Active(file):    2692244 kB
Inactive(file):  6756032 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8288 kB
Writeback:             0 kB
AnonPages:         65020 kB
Mapped:            51052 kB
Shmem:             33416 kB
Slab:             171156 kB
SReclaimable:     145152 kB
SUnreclaim:        26004 kB
KernelStack:        3424 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 21:46:50