Trace number 4249966

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
R1: choco-solver 5a (2017-07-05)? 1299.19 526.349

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os07/
SuperTaillard-os-07-26.xml
MD5SUM94b2333e20121f91e59972a20e586711
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.8511105
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints931
Number of domains38
Minimum domain size332
Maximum domain size428
Distribution of domain sizes[{"size":332,"count":2},{"size":334,"count":6},{"size":335,"count":2},{"size":336,"count":2},{"size":338,"count":2},{"size":340,"count":2},{"size":341,"count":2},{"size":342,"count":4},{"size":349,"count":2},{"size":351,"count":2},{"size":352,"count":2},{"size":353,"count":6},{"size":354,"count":4},{"size":360,"count":2},{"size":363,"count":2},{"size":365,"count":2},{"size":366,"count":2},{"size":368,"count":4},{"size":369,"count":4},{"size":370,"count":4},{"size":372,"count":2},{"size":374,"count":2},{"size":380,"count":2},{"size":383,"count":4},{"size":388,"count":2},{"size":389,"count":2},{"size":390,"count":2},{"size":393,"count":2},{"size":397,"count":2},{"size":402,"count":2},{"size":404,"count":4},{"size":405,"count":2},{"size":409,"count":2},{"size":421,"count":2},{"size":423,"count":2},{"size":424,"count":2},{"size":427,"count":2},{"size":428,"count":2}]
Minimum variable degree13
Maximum variable degree25
Distribution of variable degrees[{"degree":13,"count":49},{"degree":25,"count":49}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":931}]
Number of extensional constraints0
Number of intensional constraints931
Distribution of constraint types[{"type":"intension","count":931}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249966-1500696230.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4249966-1500696230.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
1261.57/521.10	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1261.57/521.10		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
1261.57/521.10		at java.util.Arrays.stream(Arrays.java:5023)
1261.57/521.10		at java.util.Arrays.stream(Arrays.java:5004)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:119)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$6(ReExpression.java:148)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/817406040.valid(Unknown Source)
1261.57/521.10		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1261.57/521.10		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1261.57/521.10		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1261.57/521.10		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1261.57/521.10		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1261.57/521.10		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1261.57/521.10		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1261.57/521.10		at org.xcsp.parser.XCallbacks$$Lambda$46/117244645.accept(Unknown Source)
1261.57/521.10		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1261.57/521.10		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1261.57/521.10		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1261.57/521.10		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1261.57/521.10		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1261.57/521.10		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1261.57/521.10		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1261.57/521.10		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1261.57/521.10		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
1261.57/521.10		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
1261.57/521.10		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1299.02/526.29	s UNKNOWN
1299.02/526.29	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249966-1500696230/watcher-4249966-1500696230 -o /tmp/evaluation-result-4249966-1500696230/solver-4249966-1500696230 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2077757677 HOME/instance-4249966-1500696230.xml 

pid=32518
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 9.59 12.59 13.58 10/274 32521
/proc/meminfo: memFree=28180856/32770624 swapFree=5860/293364
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0

[startup+0.100097 s]
/proc/loadavg: 9.59 12.59 13.58 10/274 32521
/proc/meminfo: memFree=28180856/32770624 swapFree=5860/293364
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200301 s]
/proc/loadavg: 9.59 12.59 13.58 10/274 32521
/proc/meminfo: memFree=28180856/32770624 swapFree=5860/293364
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300397 s]
/proc/loadavg: 9.59 12.59 13.58 10/274 32521
/proc/meminfo: memFree=28180856/32770624 swapFree=5860/293364
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700288 s]
/proc/loadavg: 9.59 12.59 13.58 10/274 32521
/proc/meminfo: memFree=28180856/32770624 swapFree=5860/293364
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50093 s]
/proc/loadavg: 9.62 12.55 13.56 10/295 32542
/proc/meminfo: memFree=27874584/32770624 swapFree=5860/292972
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13269256 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 12976 0 0 0 239 7 0 0 20 0 20 0 4890404 13587718144 38649 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3317314 38649 3192 1 0 3304547 0
[pid=32522/tid=32523] ppid=32521 vsize=13269256 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) R 32521 32521 7411 0 -1 4202560 6756 0 0 0 142 5 0 0 20 0 20 0 4890405 13587718144 38649 33554432000 4194304 4196468 140731499384976 140640046022664 140639664065951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) S 32521 32521 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639980751760 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639639919376 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) S 32521 32521 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639638867088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639637814288 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) S 32521 32521 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639636760976 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) S 32521 32521 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639635708176 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) S 32521 32521 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639634655888 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4890406 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639633603088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) S 32521 32521 7411 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4890408 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639100439152 140640041798274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639099385120 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639098332784 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4890413 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32537] ppid=32521 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32537/stat : 32537 (java) S 32521 32521 7411 0 -1 1077944384 1104 0 0 0 18 0 0 0 20 0 20 0 4890413 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639096227952 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32538] ppid=32521 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32538/stat : 32538 (java) S 32521 32521 7411 0 -1 1077944384 1042 0 0 0 23 0 0 0 20 0 20 0 4890413 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639095175152 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32539] ppid=32521 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32539/stat : 32539 (java) S 32521 32521 7411 0 -1 1077944384 1077 0 0 0 23 0 0 0 20 0 20 0 4890413 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639094122864 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32540] ppid=32521 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32540/stat : 32540 (java) S 32521 32521 7411 0 -1 1077944384 1679 0 0 0 31 1 0 0 20 0 20 0 4890413 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639093070064 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32541] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32541/stat : 32541 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4890414 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639092018016 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32542] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32542/stat : 32542 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4890414 13587718144 38649 33554432000 4194304 4196468 140731499384976 140639090965296 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13278768

[startup+3.10084 s]
/proc/loadavg: 9.62 12.55 13.56 10/295 32542
/proc/meminfo: memFree=27822220/32770624 swapFree=5860/293404
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13269256 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 17424 0 0 0 421 32 0 0 20 0 20 0 4890404 13587718144 58846 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3317314 58846 3225 1 0 3304547 0
[pid=32522/tid=32523] ppid=32521 vsize=13269256 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) R 32521 32521 7411 0 -1 4202560 7807 0 0 0 295 6 0 0 20 0 20 0 4890405 13587718144 58846 33554432000 4194304 4196468 140731499384976 140640046022872 140639664264551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) S 32521 32521 7411 0 -1 1077944384 50 0 0 0 1 3 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639980751760 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) S 32521 32521 7411 0 -1 1077944384 176 0 0 0 1 3 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639639919376 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) S 32521 32521 7411 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639638867088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) S 32521 32521 7411 0 -1 1077944384 98 0 0 0 2 3 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639637814288 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) S 32521 32521 7411 0 -1 1077944384 84 0 0 0 2 3 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639636760976 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) S 32521 32521 7411 0 -1 1077944384 244 0 0 0 2 2 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639635708176 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) S 32521 32521 7411 0 -1 1077944384 147 0 0 0 1 3 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639634655888 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) S 32521 32521 7411 0 -1 1077944384 39 0 0 0 2 2 0 0 20 0 20 0 4890406 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639633603088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) S 32521 32521 7411 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 4890408 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639100439152 140640041798274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639099385120 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639098332784 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4890413 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32537] ppid=32521 vsize=13269256 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32537/stat : 32537 (java) S 32521 32521 7411 0 -1 1077944384 1518 0 0 0 23 0 0 0 20 0 20 0 4890413 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639096227952 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32538] ppid=32521 vsize=13269256 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32538/stat : 32538 (java) S 32521 32521 7411 0 -1 1077944384 1608 0 0 0 27 0 0 0 20 0 20 0 4890413 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639095175152 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32539] ppid=32521 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32539/stat : 32539 (java) S 32521 32521 7411 0 -1 1077944384 1320 0 0 0 24 0 0 0 20 0 20 0 4890413 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639094122864 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32540] ppid=32521 vsize=13269256 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32540/stat : 32540 (java) S 32521 32521 7411 0 -1 1077944384 2648 0 0 0 33 1 0 0 20 0 20 0 4890413 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639093070064 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32541] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32541/stat : 32541 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4890414 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639092018016 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32542] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32542/stat : 32542 (java) S 32521 32521 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4890414 13587718144 58846 33554432000 4194304 4196468 140731499384976 140639090965296 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 13278768

[startup+6.30096 s]
/proc/loadavg: 9.62 12.55 13.56 10/295 32542
/proc/meminfo: memFree=27542080/32770624 swapFree=5860/293404
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13269256 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 18540 0 0 0 759 95 0 0 20 0 20 0 4890404 13587718144 111187 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3317314 111187 3227 1 0 3304547 0
[pid=32522/tid=32523] ppid=32521 vsize=13269256 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) R 32521 32521 7411 0 -1 4202560 7977 0 0 0 601 7 0 0 20 0 20 0 4890405 13587718144 111187 33554432000 4194304 4196468 140731499384976 140640046025288 140639664264534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) S 32521 32521 7411 0 -1 1077944384 117 0 0 0 5 10 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639980751760 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) S 32521 32521 7411 0 -1 1077944384 240 0 0 0 5 11 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639639919376 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13269256 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) S 32521 32521 7411 0 -1 1077944384 90 0 0 0 4 10 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639638867088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) S 32521 32521 7411 0 -1 1077944384 177 0 0 0 6 10 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639637814288 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) S 32521 32521 7411 0 -1 1077944384 146 0 0 0 6 10 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639636760976 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) S 32521 32521 7411 0 -1 1077944384 307 0 0 0 6 9 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639635708176 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13269256 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) S 32521 32521 7411 0 -1 1077944384 221 0 0 0 5 11 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639634655888 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13269256 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) S 32521 32521 7411 0 -1 1077944384 105 0 0 0 5 10 0 0 20 0 20 0 4890406 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639633603088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) S 32521 32521 7411 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 20 0 4890408 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639100439152 140640041798274 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639099385120 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4890409 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639098332784 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4890413 13587718144 111187 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0

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

/proc/meminfo: memFree=20328460/32770624 swapFree=5860/294340
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13335820 CPUtime=1296.57 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 481919 0 0 0 126049 3608 0 0 20 0 21 0 4890404 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3333955 2668450 3250 1 0 3321188 0
[pid=32522/tid=32523] ppid=32521 vsize=13335820 CPUtime=397.84 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) S 32521 32521 7411 0 -1 1077944384 23527 0 0 0 39755 29 0 0 20 0 21 0 4890405 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140640046027808 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13335820 CPUtime=110.05 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) R 32521 32521 7411 0 -1 4202560 28158 0 0 0 10542 463 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639980751880 140640034415335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13335820 CPUtime=110.2 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) R 32521 32521 7411 0 -1 4202560 54408 0 0 0 10553 467 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639639919496 140640034415335 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13335820 CPUtime=110.08 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) R 32521 32521 7411 0 -1 4202560 84907 0 0 0 10630 378 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639638867208 140640034415335 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13335820 CPUtime=109.89 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) R 32521 32521 7411 0 -1 4202560 51632 0 0 0 10522 467 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639637814408 140640034415335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13335820 CPUtime=110.18 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) R 32521 32521 7411 0 -1 4202560 51248 0 0 0 10549 469 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639636761096 140640034415335 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13335820 CPUtime=110.19 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) R 32521 32521 7411 0 -1 4202560 31806 0 0 0 10560 459 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639635708296 140640025170160 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13335820 CPUtime=110.38 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) R 32521 32521 7411 0 -1 4202560 32162 0 0 0 10629 409 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639634656008 140640034415335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13335820 CPUtime=110.05 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) R 32521 32521 7411 0 -1 4202560 55224 0 0 0 10560 445 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639633603208 140640026776741 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13335820 CPUtime=15.7 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) S 32521 32521 7411 0 -1 1077944384 50113 0 0 0 1566 4 0 0 20 0 21 0 4890408 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639100437696 140640041797333 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639099385184 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639098332800 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32537] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32537/stat : 32537 (java) S 32521 32521 7411 0 -1 1077944384 2947 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639096227952 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32538] ppid=32521 vsize=13335820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32538/stat : 32538 (java) S 32521 32521 7411 0 -1 1077944384 3648 0 0 0 46 1 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639095175152 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32539] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32539/stat : 32539 (java) S 32521 32521 7411 0 -1 1077944384 3095 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639094122864 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32540] ppid=32521 vsize=13335820 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32540/stat : 32540 (java) S 32521 32521 7411 0 -1 1077944384 6882 0 0 0 47 2 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639093069824 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32541] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32541/stat : 32541 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4890414 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639092018016 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32542] ppid=32521 vsize=13335820 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32542/stat : 32542 (java) S 32521 32521 7411 0 -1 1077944384 774 0 0 0 15 14 0 0 20 0 21 0 4890414 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639090965296 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 10 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=1862] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/1862/stat : 1862 (java) S 32521 32521 7411 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4942515 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639083454400 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
Current children cumulated CPU time (s) 1296.57
Current children cumulated vsize (KiB) 13345332

[startup+526.001 s]
/proc/loadavg: 11.43 9.77 11.47 20/294 1870
/proc/meminfo: memFree=20328336/32770624 swapFree=5860/294340
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13335820 CPUtime=1298.82 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 481920 0 0 0 126274 3608 0 0 20 0 21 0 4890404 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3333955 2668450 3250 1 0 3321188 0
[pid=32522/tid=32523] ppid=32521 vsize=13335820 CPUtime=397.84 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) S 32521 32521 7411 0 -1 1077944384 23527 0 0 0 39755 29 0 0 20 0 21 0 4890405 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140640046027808 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13335820 CPUtime=110.31 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) S 32521 32521 7411 0 -1 1077944384 28158 0 0 0 10568 463 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639980751760 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13335820 CPUtime=110.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) S 32521 32521 7411 0 -1 1077944384 54408 0 0 0 10580 467 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639639919376 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13335820 CPUtime=110.34 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) S 32521 32521 7411 0 -1 1077944384 84907 0 0 0 10656 378 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639638867088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13335820 CPUtime=110.15 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) S 32521 32521 7411 0 -1 1077944384 51633 0 0 0 10548 467 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639637814288 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13335820 CPUtime=110.45 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) S 32521 32521 7411 0 -1 1077944384 51248 0 0 0 10576 469 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639636760976 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13335820 CPUtime=110.44 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) S 32521 32521 7411 0 -1 1077944384 31806 0 0 0 10585 459 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639635708176 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13335820 CPUtime=110.65 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) S 32521 32521 7411 0 -1 1077944384 32162 0 0 0 10656 409 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639634655888 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13335820 CPUtime=110.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) S 32521 32521 7411 0 -1 1077944384 55224 0 0 0 10587 445 0 0 20 0 21 0 4890406 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639633603088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13335820 CPUtime=15.83 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) R 32521 32521 7411 0 -1 4202560 50113 0 0 0 1579 4 0 0 20 0 21 0 4890408 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639100437584 140640026783534 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639099385184 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639098332800 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32537] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32537/stat : 32537 (java) S 32521 32521 7411 0 -1 1077944384 2947 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639096227952 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32538] ppid=32521 vsize=13335820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32538/stat : 32538 (java) S 32521 32521 7411 0 -1 1077944384 3648 0 0 0 46 1 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639095175152 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32539] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32539/stat : 32539 (java) S 32521 32521 7411 0 -1 1077944384 3095 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639094122864 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32540] ppid=32521 vsize=13335820 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32540/stat : 32540 (java) S 32521 32521 7411 0 -1 1077944384 6882 0 0 0 47 2 0 0 20 0 21 0 4890413 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639093069824 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32541] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32541/stat : 32541 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4890414 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639092018016 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32542] ppid=32521 vsize=13335820 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32542/stat : 32542 (java) S 32521 32521 7411 0 -1 1077944384 774 0 0 0 15 14 0 0 20 0 21 0 4890414 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639090965296 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 10 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=1862] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/1862/stat : 1862 (java) S 32521 32521 7411 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4942515 13655879680 2668450 33554432000 4194304 4196468 140731499384976 140639083454400 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
Current children cumulated CPU time (s) 1298.82
Current children cumulated vsize (KiB) 13345332

[startup+526.201 s]
/proc/loadavg: 11.43 9.77 11.47 20/294 1870
/proc/meminfo: memFree=20328336/32770624 swapFree=5860/294340
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=13335820 CPUtime=1299.02 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) S 32521 32521 7411 0 -1 1077944320 482279 0 0 0 126294 3608 0 0 20 0 21 0 4890404 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140731499367520 140640041787127 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
/proc/32522/statm: 3333955 2668451 3251 1 0 3321188 0
[pid=32522/tid=32523] ppid=32521 vsize=13335820 CPUtime=397.84 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32523/stat : 32523 (java) S 32521 32521 7411 0 -1 1077944384 23527 0 0 0 39755 29 0 0 20 0 21 0 4890405 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140640046027808 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32525] ppid=32521 vsize=13335820 CPUtime=110.31 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32525/stat : 32525 (java) S 32521 32521 7411 0 -1 1077944384 28158 0 0 0 10568 463 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639980751760 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32526] ppid=32521 vsize=13335820 CPUtime=110.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32526/stat : 32526 (java) S 32521 32521 7411 0 -1 1077944384 54408 0 0 0 10580 467 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639639919376 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32527] ppid=32521 vsize=13335820 CPUtime=110.34 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32527/stat : 32527 (java) S 32521 32521 7411 0 -1 1077944384 84907 0 0 0 10656 378 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639638867088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32528] ppid=32521 vsize=13335820 CPUtime=110.15 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32528/stat : 32528 (java) S 32521 32521 7411 0 -1 1077944384 51633 0 0 0 10548 467 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639637814288 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32529] ppid=32521 vsize=13335820 CPUtime=110.45 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32529/stat : 32529 (java) S 32521 32521 7411 0 -1 1077944384 51248 0 0 0 10576 469 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639636760976 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32530] ppid=32521 vsize=13335820 CPUtime=110.44 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) S 32521 32521 7411 0 -1 1077944384 31806 0 0 0 10585 459 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639635708176 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32531] ppid=32521 vsize=13335820 CPUtime=110.65 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32531/stat : 32531 (java) S 32521 32521 7411 0 -1 1077944384 32162 0 0 0 10656 409 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639634655888 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32532] ppid=32521 vsize=13335820 CPUtime=110.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32532/stat : 32532 (java) S 32521 32521 7411 0 -1 1077944384 55224 0 0 0 10587 445 0 0 20 0 21 0 4890406 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639633603088 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32533] ppid=32521 vsize=13335820 CPUtime=16.03 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32533/stat : 32533 (java) R 32521 32521 7411 0 -1 4202560 50472 0 0 0 1599 4 0 0 20 0 21 0 4890408 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639100437584 140640026783479 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32534] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32534/stat : 32534 (java) S 32521 32521 7411 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639099385184 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32535] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32535/stat : 32535 (java) S 32521 32521 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 4890409 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639098332800 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32536] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32536/stat : 32536 (java) S 32521 32521 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 4890413 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639097281104 140640041805723 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32537] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32537/stat : 32537 (java) S 32521 32521 7411 0 -1 1077944384 2947 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639096228000 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32538] ppid=32521 vsize=13335820 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32538/stat : 32538 (java) S 32521 32521 7411 0 -1 1077944384 3648 0 0 0 46 1 0 0 20 0 21 0 4890413 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639095175200 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32539] ppid=32521 vsize=13335820 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32539/stat : 32539 (java) S 32521 32521 7411 0 -1 1077944384 3095 0 0 0 32 0 0 0 20 0 21 0 4890413 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639094122912 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32540] ppid=32521 vsize=13335820 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32540/stat : 32540 (java) S 32521 32521 7411 0 -1 1077944384 6882 0 0 0 47 2 0 0 20 0 21 0 4890413 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639093069824 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32541] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32541/stat : 32541 (java) S 32521 32521 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 4890414 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639092018016 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=32542] ppid=32521 vsize=13335820 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32542/stat : 32542 (java) S 32521 32521 7411 0 -1 1077944384 774 0 0 0 15 14 0 0 20 0 21 0 4890414 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639090965296 140640041798274 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 10 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
[pid=32522/tid=1862] ppid=32521 vsize=13335820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32522/task/1862/stat : 1862 (java) S 32521 32521 7411 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 4942515 13655879680 2668451 33554432000 4194304 4196468 140731499384976 140639083454400 140640041797333 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8269824 140731499386044 140731499386220 140731499386220 140731499388879 0
Current children cumulated CPU time (s) 1299.02
Current children cumulated vsize (KiB) 13345332

[startup+526.301 s]
/proc/loadavg: 11.43 9.77 11.47 20/294 1870
/proc/meminfo: memFree=20328336/32770624 swapFree=5860/294340
[pid=32521] ppid=32518 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32521/stat : 32521 (xcsp3-exec) S 32518 32521 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4890404 9740288 346 33554432000 4194304 5098028 140729901149616 140729901147720 140228856382076 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 20926464 140729901155470 140729901155680 140729901155680 140729901158379 0
/proc/32521/statm: 2378 346 289 221 0 87 0
[pid=32522] ppid=32521 vsize=0 CPUtime=1299.13 cores=0,2,4,6,8,10,12,14
/proc/32522/stat : 32522 (java) Z 32521 32521 7411 0 -1 4227084 482352 0 0 0 126304 3609 0 0 20 0 2 0 4890404 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/32522/statm: 0 0 0 0 0 0 0
[pid=32522/tid=32530] ppid=32521 vsize=0 CPUtime=110.45 cores=0,2,4,6,8,10,12,14
/proc/32522/task/32530/stat : 32530 (java) R 32521 32521 7411 0 -1 4203588 31806 0 0 0 10585 460 0 0 20 0 2 0 4890406 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 12 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.13
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 526.349
CPU time (s): 1299.19
CPU user time (s): 1263.04
CPU system time (s): 36.1442
CPU usage (%): 246.83
Max. virtual memory (cumulated for all children) (KiB): 13345332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1263.04
system time used= 36.1442
maximum resident set size= 10674184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28060
involuntary context switches= 99052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.95551 second user time and 5.15019 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:03:50
IDJOB=4249966
IDBENCH=138603
IDSOLVER=2626
FILE ID=node131/4249966-1500696230
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os07/SuperTaillard-os-07-26.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249966-1500696230/watcher-4249966-1500696230 -o /tmp/evaluation-result-4249966-1500696230/solver-4249966-1500696230 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2077757677 HOME/instance-4249966-1500696230.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 94b2333e20121f91e59972a20e586711
RANDOM SEED=2077757677

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28180532 kB
MemAvailable:   28352580 kB
Buffers:          117552 kB
Cached:           337008 kB
SwapCached:            0 kB
Active:          3851544 kB
Inactive:         302044 kB
Active(anon):    3701964 kB
Inactive(anon):     8680 kB
Active(file):     149580 kB
Inactive(file):   293364 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7676 kB
Writeback:             0 kB
AnonPages:       3737336 kB
Mapped:            42812 kB
Shmem:              8844 kB
Slab:             124232 kB
SReclaimable:      89880 kB
SUnreclaim:        34352 kB
KernelStack:        5056 kB
PageTables:        13044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4513604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3567616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:12:36