Trace number 4399523

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? 5291.9 1070.8

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
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 benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399523-1568713348.xml"  -tl '20160s' -p 8
0.10/0.19	c Choco e747e1e
0.10/0.19	c [HOME/instance-4399523-1568713348.xml, -tl, 20160s, -p, 8]
0.31/0.23	c 8 solvers in parallel
0.31/0.30	c parse instance...
5208.10/1057.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
5208.10/1057.21		at java.util.Spliterators.spliterator(Spliterators.java:178)
5208.10/1057.21		at java.util.Arrays.spliterator(Arrays.java:4872)
5208.10/1057.21		at java.util.Arrays.stream(Arrays.java:5023)
5208.10/1057.21		at java.util.Arrays.stream(Arrays.java:5004)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
5208.10/1057.21		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
5208.10/1057.21		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
5208.10/1057.21		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
5208.10/1057.21		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
5208.10/1057.21		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
5208.10/1057.21		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
5208.10/1057.21		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
5208.10/1057.21		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
5208.10/1057.21		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
5208.10/1057.21		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
5208.10/1057.21		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
5208.10/1057.21		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
5208.10/1057.21		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
5208.10/1057.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
5291.68/1070.66	s UNKNOWN
5291.68/1070.66	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15122 MiB free)
  memory of node 1: 16384 MiB (15328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399523-1568713348/watcher-4399523-1568713348 -o /tmp/evaluation-result-4399523-1568713348/solver-4399523-1568713348 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568709526-22615 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1840721544 HOME/instance-4399523-1568713348.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
Starting watchdog thread
solver pid=27944, runsolver pid=27941
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 6.26 7.59 8.03 3/211 27965
/proc/meminfo: memFree=31165040/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28227396 memory=27972 CPUtime=0.1 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 5411 0 0 0 9 1 0 0 20 0 20 0 447592981 28904853504 6993 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7056849 6993 3045 1 0 7019032 0
[pid=27946/tid=27947] ppid=27944 vsize=28227396 memory=8317482817917895235 CPUtime=0.07 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) R 27944 27944 22588 0 -1 4202560 3519 0 0 0 7 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140429241199440 140429222693352 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28227396 memory=140227026179712 CPUtime=0 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 6993 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) S 27944 27944 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427566848624 140429236996738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427565794592 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427564742256 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592987 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 447592988 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427562637424 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592988 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427561584624 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592988 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427560532336 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) S 27944 27944 22588 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 20 0 447592988 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427559479536 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592989 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592989 28904853504 6993 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29424 KiB

[startup+0.210415 s]*
/proc/loadavg: 5.84 7.48 7.99 2/211 27965
/proc/meminfo: memFree=31151056/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28227396 memory=40540 CPUtime=0.31 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 9423 0 0 0 29 2 0 0 20 0 20 0 447592981 28904853504 10135 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7056849 10135 3248 1 0 7019032 0
[pid=27946/tid=27947] ppid=27944 vsize=28227396 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) R 27944 27944 22588 0 -1 4202560 6578 0 0 0 17 1 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140429241219424 140429236997526 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28227396 memory=140227029353513 CPUtime=0 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592982 28904853504 10135 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) S 27944 27944 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427566848624 140429236996738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427565794592 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447592984 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427564742256 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592987 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28227396 memory=0 CPUtime=0.03 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 548 0 0 0 3 0 0 0 20 0 20 0 447592988 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427562637424 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 447592988 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427561584624 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 20 0 447592988 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427560532336 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) S 27944 27944 22588 0 -1 1077944384 779 0 0 0 7 0 0 0 20 0 20 0 447592988 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427559479536 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592989 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592989 28904853504 10135 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41992 KiB

[startup+0.310426 s]*
/proc/loadavg: 5.84 7.48 7.99 3/211 27965
/proc/meminfo: memFree=31145832/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28231652 memory=49104 CPUtime=0.49 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 10654 0 0 0 46 3 0 0 20 0 20 0 447592981 28909211648 12276 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7057913 12276 3341 1 0 7019032 0
[pid=27946/tid=27947] ppid=27944 vsize=28231652 memory=8317482817917895235 CPUtime=0.28 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) R 27944 27944 22588 0 -1 4202560 7645 0 0 0 26 2 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140429241220800 140429236997526 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28231652 memory=140226924210863 CPUtime=0 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28231652 memory=140226924213168 CPUtime=0 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28231652 memory=140226924215472 CPUtime=0 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592982 28909211648 12276 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) S 27944 27944 22588 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447592984 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427566848624 140429236996738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28231652 memory=280453848444816 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447592984 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427565794592 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28231652 memory=280453848442512 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447592984 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427564742256 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28231652 memory=280453848449424 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592987 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28231652 memory=280453848390704 CPUtime=0.03 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 20 0 447592988 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427562637424 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28231652 memory=280453848463248 CPUtime=0.01 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 447592988 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427561584624 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28231652 memory=280453848470160 CPUtime=0.02 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 155 0 0 0 2 0 0 0 20 0 20 0 447592988 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427560532336 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28231652 memory=280453848467856 CPUtime=0.12 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) R 27944 27944 22588 0 -1 4202560 890 0 0 0 12 0 0 0 20 0 20 0 447592988 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427559479536 140429236997526 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447592989 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592989 28909211648 12276 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50556 KiB

[startup+0.700983 s]
/proc/loadavg: 5.84 7.48 7.99 5/211 27965
/proc/meminfo: memFree=31119600/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28233776 memory=112668 CPUtime=1.98 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 16675 0 0 0 192 6 0 0 20 0 20 0 447592981 28911386624 28167 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7058444 28167 3446 1 0 7019544 0
[pid=27946/tid=27947] ppid=27944 vsize=28233776 memory=0 CPUtime=0.66 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) R 27944 27944 22588 0 -1 4202560 8953 0 0 0 62 4 0 0 20 0 20 0 447592982 28911386624 28167 33554432000 4194304 4196468 140736192855760 140429241221200 140429218635051 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28233776 memory=140226924422000 CPUtime=0 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28911386624 28167 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447592982 28911386624 28167 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28233776 memory=784 CPUtime=0 cores=0-7

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

[pid=27946/tid=27947] ppid=27944 vsize=28300340 memory=1624 CPUtime=325.09 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) S 27944 27944 22588 0 -1 1077944384 92719 0 0 0 32396 113 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429241226272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28300340 memory=1136 CPUtime=603.19 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 570175 0 0 0 59809 510 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28300340 memory=2016 CPUtime=603.85 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 623145 0 0 0 59852 533 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28300340 memory=1412 CPUtime=603.48 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 407561 0 0 0 59854 494 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28300340 memory=1548 CPUtime=603.23 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 616469 0 0 0 59843 480 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28300340 memory=6791534058613427641 CPUtime=602.23 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 624869 0 0 0 59717 506 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28300340 memory=1452 CPUtime=603.97 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 618368 0 0 0 59901 496 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28300340 memory=25424096 CPUtime=601.69 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 527004 0 0 0 59633 536 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28300340 memory=1760 CPUtime=603.46 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 735169 0 0 0 59790 556 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28300340 memory=3624 CPUtime=135.07 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) R 27944 27944 22588 0 -1 4202560 556256 0 0 0 13436 71 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427566847056 140429221982144 0 0 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28300340 memory=35660 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427565794656 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28300340 memory=984 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427564742272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28300340 memory=2016 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447592987 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28300340 memory=6791534058613427641 CPUtime=0.84 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 6636 0 0 0 82 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427562637184 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28300340 memory=1556 CPUtime=1.62 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 12683 0 0 0 160 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427561584672 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28300340 memory=1452 CPUtime=1.01 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 8311 0 0 0 100 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427560532384 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28300340 memory=25423992 CPUtime=0.58 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) S 27944 27944 22588 0 -1 1077944384 8359 0 0 0 57 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427559479584 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28300340 memory=1556 CPUtime=0.42 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 2032 0 0 0 16 26 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=28042] ppid=27944 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/27946/task/28042/stat : 28042 (java) S 27944 27944 22588 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 447698703 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427548159936 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 5289.88 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25425552 KiB

[startup+1069.6 s]
/proc/loadavg: 6.43 6.41 6.17 2/211 28042
/proc/meminfo: memFree=5725076/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28300340 memory=25424100 CPUtime=5290.68 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 5413098 0 0 0 524749 4319 0 0 20 0 21 0 447592981 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7075085 6356025 3518 1 0 7036185 0
[pid=27946/tid=27947] ppid=27944 vsize=28300340 memory=6791534058613427641 CPUtime=325.09 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) S 27944 27944 22588 0 -1 1077944384 92719 0 0 0 32396 113 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429241226272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28300340 memory=25424100 CPUtime=603.19 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 570175 0 0 0 59809 510 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28300340 memory=-7175204567652784766 CPUtime=603.85 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 623145 0 0 0 59852 533 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28300340 memory=3054156605268465310 CPUtime=603.48 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 407561 0 0 0 59854 494 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28300340 memory=1072 CPUtime=603.23 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 616469 0 0 0 59843 480 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28300340 memory=6044 CPUtime=602.23 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 624869 0 0 0 59717 506 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28300340 memory=784 CPUtime=603.97 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 618368 0 0 0 59901 496 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28300340 memory=1060 CPUtime=601.69 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 527004 0 0 0 59633 536 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28300340 memory=14012 CPUtime=603.46 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 735169 0 0 0 59790 556 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28300340 memory=984 CPUtime=135.87 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) R 27944 27944 22588 0 -1 4202560 558227 0 0 0 13516 71 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427566847056 140429221988599 0 0 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28300340 memory=2016 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427565794656 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28300340 memory=1412 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427564742272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28300340 memory=1548 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447592987 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28300340 memory=7396 CPUtime=0.84 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 6636 0 0 0 82 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427562637184 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28300340 memory=4000 CPUtime=1.62 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 12683 0 0 0 160 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427561584672 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28300340 memory=616 CPUtime=1.01 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 8311 0 0 0 100 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427560532384 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28300340 memory=2832 CPUtime=0.58 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) S 27944 27944 22588 0 -1 1077944384 8359 0 0 0 57 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427559479584 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28300340 memory=1624 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28300340 memory=1136 CPUtime=0.42 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 2032 0 0 0 16 26 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=28042] ppid=27944 vsize=28300340 memory=1772 CPUtime=0 cores=0-7
/proc/27946/task/28042/stat : 28042 (java) S 27944 27944 22588 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 447698703 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427548159936 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 5290.68 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25425552 KiB

[startup+1070.4 s]
/proc/loadavg: 6.43 6.41 6.17 2/211 28042
/proc/meminfo: memFree=5725076/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
[pid=27946] ppid=27944 vsize=28300340 memory=25424100 CPUtime=5291.48 cores=0-7
/proc/27946/stat : 27946 (java) S 27944 27944 22588 0 -1 1077944320 5413198 0 0 0 524829 4319 0 0 20 0 21 0 447592981 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140736192838304 140429236985591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
/proc/27946/statm: 7075085 6356025 3518 1 0 7036185 0
[pid=27946/tid=27947] ppid=27944 vsize=28300340 memory=25424100 CPUtime=325.09 cores=0-7
/proc/27946/task/27947/stat : 27947 (java) S 27944 27944 22588 0 -1 1077944384 92719 0 0 0 32396 113 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429241226272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27948] ppid=27944 vsize=28300340 memory=7396 CPUtime=603.19 cores=0-7
/proc/27946/task/27948/stat : 27948 (java) S 27944 27944 22588 0 -1 1077944384 570175 0 0 0 59809 510 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429193538448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27949] ppid=27944 vsize=28300340 memory=4000 CPUtime=603.85 cores=0-7
/proc/27946/task/27949/stat : 27949 (java) S 27944 27944 22588 0 -1 1077944384 623145 0 0 0 59852 533 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429192485648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27950] ppid=27944 vsize=28300340 memory=4872558044660077418 CPUtime=603.48 cores=0-7
/proc/27946/task/27950/stat : 27950 (java) S 27944 27944 22588 0 -1 1077944384 407561 0 0 0 59854 494 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140429191433360 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27951] ppid=27944 vsize=28300340 memory=928 CPUtime=603.23 cores=0-7
/proc/27946/task/27951/stat : 27951 (java) S 27944 27944 22588 0 -1 1077944384 616469 0 0 0 59843 480 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428785605648 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 33 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27952] ppid=27944 vsize=28300340 memory=1772 CPUtime=602.23 cores=0-7
/proc/27946/task/27952/stat : 27952 (java) S 27944 27944 22588 0 -1 1077944384 624869 0 0 0 59717 506 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428784552336 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27953] ppid=27944 vsize=28300340 memory=908 CPUtime=603.97 cores=0-7
/proc/27946/task/27953/stat : 27953 (java) S 27944 27944 22588 0 -1 1077944384 618368 0 0 0 59901 496 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428783499536 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27954] ppid=27944 vsize=28300340 memory=1444 CPUtime=601.69 cores=0-7
/proc/27946/task/27954/stat : 27954 (java) S 27944 27944 22588 0 -1 1077944384 527004 0 0 0 59633 536 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428782447248 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27955] ppid=27944 vsize=28300340 memory=1452 CPUtime=603.46 cores=0-7
/proc/27946/task/27955/stat : 27955 (java) S 27944 27944 22588 0 -1 1077944384 735169 0 0 0 59790 556 0 0 20 0 21 0 447592982 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140428781394448 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27956] ppid=27944 vsize=28300340 memory=25424100 CPUtime=136.67 cores=0-7
/proc/27946/task/27956/stat : 27956 (java) R 27944 27944 22588 0 -1 4202560 558319 0 0 0 13596 71 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427566847056 140429221981936 0 0 0 16800975 0 0 0 -1 2 0 0 32 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27957] ppid=27944 vsize=28300340 memory=1976 CPUtime=0 cores=0-7
/proc/27946/task/27957/stat : 27957 (java) S 27944 27944 22588 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427565794656 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27958] ppid=27944 vsize=28300340 memory=2436 CPUtime=0 cores=0-7
/proc/27946/task/27958/stat : 27958 (java) S 27944 27944 22588 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447592984 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427564742272 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27959] ppid=27944 vsize=28300340 memory=1760 CPUtime=0 cores=0-7
/proc/27946/task/27959/stat : 27959 (java) S 27944 27944 22588 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447592987 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427563690576 140429237004187 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27960] ppid=27944 vsize=28300340 memory=4000 CPUtime=0.84 cores=0-7
/proc/27946/task/27960/stat : 27960 (java) S 27944 27944 22588 0 -1 1077944384 6636 0 0 0 82 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427562637184 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27961] ppid=27944 vsize=28300340 memory=616 CPUtime=1.62 cores=0-7
/proc/27946/task/27961/stat : 27961 (java) S 27944 27944 22588 0 -1 1077944384 12683 0 0 0 160 2 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427561584672 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27962] ppid=27944 vsize=28300340 memory=2832 CPUtime=1.01 cores=0-7
/proc/27946/task/27962/stat : 27962 (java) S 27944 27944 22588 0 -1 1077944384 8311 0 0 0 100 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427560532384 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27963] ppid=27944 vsize=28300340 memory=1624 CPUtime=0.58 cores=0-7
/proc/27946/task/27963/stat : 27963 (java) S 27944 27944 22588 0 -1 1077944384 8359 0 0 0 57 1 0 0 20 0 21 0 447592988 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427559479584 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27964] ppid=27944 vsize=28300340 memory=1136 CPUtime=0 cores=0-7
/proc/27946/task/27964/stat : 27964 (java) S 27944 27944 22588 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427558427488 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=27965] ppid=27944 vsize=28300340 memory=1072 CPUtime=0.42 cores=0-7
/proc/27946/task/27965/stat : 27965 (java) S 27944 27944 22588 0 -1 1077944384 2032 0 0 0 16 26 0 0 20 0 21 0 447592989 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427557374768 140429236996738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 34 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
[pid=27946/tid=28042] ppid=27944 vsize=28300340 memory=6044 CPUtime=0 cores=0-7
/proc/27946/task/28042/stat : 28042 (java) S 27944 27944 22588 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 447698703 28979548160 6356025 33554432000 4194304 4196468 140736192855760 140427548159936 140429236995797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26234880 140736192861162 140736192861334 140736192861334 140736192864207 0
Current children cumulated CPU time: 5291.48 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25425552 KiB

[startup+1070.8 s]
/proc/loadavg: 6.43 6.41 6.17 2/211 28042
/proc/meminfo: memFree=5725076/32770624 swapFree=66939876/67108860
[pid=27944] ppid=27941 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/27944/stat : 27944 (xcsp3-exec) S 27941 27944 22588 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 447592981 115843072 363 33554432000 4194304 5098028 140732063342144 140732063340248 140455701725820 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37408768 140732063343477 140732063343721 140732063343721 140732063346634 0
/proc/27944/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1070.8
CPU time (s): 5291.9
CPU user time (s): 5248.56
CPU system time (s): 43.3332
CPU usage (%): 494.198
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25425552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5248.56
system time used= 43.3332
maximum resident set size= 25424352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5413801
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62912
involuntary context switches= 77373


# summary of solver processes directly reported to runsolver:
#   pid: 27944
#   total CPU time (s): 5291.9
#   total CPU user time (s): 5248.56
#   total CPU system time (s): 43.3332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59856 second user time and 11.514 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 10:40:51
IDJOB=4399523
IDBENCH=138439
IDSOLVER=2854
FILE ID=node105/4399523-1568713348
RUNJOBID= node105-1568709526-22615
PBS_JOBID= 21703944
Free space on /tmp= 61004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399523-1568713348/watcher-4399523-1568713348 -o /tmp/evaluation-result-4399523-1568713348/solver-4399523-1568713348 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568709526-22615 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1840721544 HOME/instance-4399523-1568713348.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1840721544

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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:        31181588 kB
MemAvailable:   31845464 kB
Buffers:          185704 kB
Cached:           778460 kB
SwapCached:        65548 kB
Active:           542988 kB
Inactive:         488356 kB
Active(anon):       8012 kB
Inactive(anon):   103456 kB
Active(file):     534976 kB
Inactive(file):   384900 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939876 kB
Dirty:             26456 kB
Writeback:             0 kB
AnonPages:        112132 kB
Mapped:            43968 kB
Shmem:             35668 kB
Slab:             148348 kB
SReclaimable:     119668 kB
SUnreclaim:        28680 kB
KernelStack:        3360 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 60980 MiB
End job on node105 at 2019-09-17 10:58:42