Trace number 4399947

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallel? 5967.11 1020.64

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark521763705
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399947-1568718019.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399947-1568718019.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5813.25/999.78	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
5813.25/999.78		at java.lang.Integer.valueOf(Integer.java:832)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$null$1(CtrLoaderInteger.java:98)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$88/767393855.applyAsInt(Unknown Source)
5813.25/999.78		at java.util.stream.IntPipeline$3$1.accept(IntPipeline.java:233)
5813.25/999.78		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
5813.25/999.78		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
5813.25/999.78		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5813.25/999.78		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
5813.25/999.78		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
5813.25/999.78		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
5813.25/999.78		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$86/1726515679.apply(Unknown Source)
5813.25/999.78		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
5813.25/999.78		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
5813.25/999.78		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
5813.25/999.78		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5813.25/999.78		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
5813.25/999.78		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
5813.25/999.78		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
5813.25/999.78		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
5813.25/999.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
5813.25/999.78		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
5966.86/1020.42	s UNKNOWN
5966.86/1020.42	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 (15191 MiB free)
  memory of node 1: 16384 MiB (15025 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399947-1568718019/watcher-4399947-1568718019 -o /tmp/evaluation-result-4399947-1568718019/solver-4399947-1568718019 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568711744-29896 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1967713647 HOME/instance-4399947-1568718019.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30846, runsolver pid=30843

[startup+0.100088 s]*
/proc/loadavg: 7.01 7.94 7.95 2/211 30867
/proc/meminfo: memFree=30924152/32770624 swapFree=66938420/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28227396 memory=29800 CPUtime=0.12 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 5927 0 0 0 11 1 0 0 20 0 20 0 448073545 28904853504 7450 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7056849 7450 3116 1 0 7019032 0
[pid=30848/tid=30849] ppid=30846 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) R 30846 30846 29869 0 -1 4202560 3831 0 0 0 8 1 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967971477296 139967967265949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28227396 memory=140497694824064 CPUtime=0 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967515974416 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967514921616 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967513868816 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967512816016 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967511763216 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073548 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967352081264 139967967255170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448073548 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967351027232 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448073549 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967349974384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) S 30846 30846 29869 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967279917424 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967278864624 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967277811824 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) S 30846 30846 29869 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967276759024 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073552 28904853504 7450 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31256 KiB

[startup+0.210504 s]*
/proc/loadavg: 7.01 7.94 7.95 3/211 30867
/proc/meminfo: memFree=30912224/32770624 swapFree=66938420/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28227396 memory=40452 CPUtime=0.34 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 9351 0 0 0 31 3 0 0 20 0 20 0 448073545 28904853504 10113 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7056849 10113 3289 1 0 7019032 0
[pid=30848/tid=30849] ppid=30846 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) R 30846 30846 29869 0 -1 4202560 6618 0 0 0 18 2 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967971478080 139967967255958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28227396 memory=140497694853229 CPUtime=0 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967515974416 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967514921616 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967513868816 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967512816016 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967511763216 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) S 30846 30846 29869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448073548 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967352081264 139967967255170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448073548 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967351027232 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448073549 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967349974384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) S 30846 30846 29869 0 -1 1077944384 417 0 0 0 2 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967279917424 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967278864624 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967277811824 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) R 30846 30846 29869 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967276759152 139967967265370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073551 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073552 28904853504 10113 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41908 KiB

[startup+0.310285 s]*
/proc/loadavg: 7.01 7.94 7.95 3/211 30867
/proc/meminfo: memFree=30905176/32770624 swapFree=66938420/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28231652 memory=49952 CPUtime=0.52 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 10834 0 0 0 48 4 0 0 20 0 20 0 448073545 28909211648 12488 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7057913 12488 3353 1 0 7019032 0
[pid=30848/tid=30849] ppid=30846 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) R 30846 30846 29869 0 -1 4202560 7777 0 0 0 27 2 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967971475136 139967951324510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) S 30846 30846 29869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967515974416 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967514921616 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28231652 memory=140497574261679 CPUtime=0 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073546 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967513868816 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28231652 memory=140497574263984 CPUtime=0 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967512816016 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28231652 memory=140497574266288 CPUtime=0 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073547 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967511763216 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) S 30846 30846 29869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448073548 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967352081264 139967967255170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28231652 memory=280995148539536 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448073548 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967351027232 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28231652 memory=280995148546448 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448073549 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967349974384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28231652 memory=280995148487728 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28231652 memory=280995148560272 CPUtime=0.04 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) R 30846 30846 29869 0 -1 4202560 535 0 0 0 4 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967279908880 139967945647470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28231652 memory=280995148567184 CPUtime=0.01 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967278864624 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28231652 memory=280995148564880 CPUtime=0.02 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967277811824 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28231652 memory=280995148581040 CPUtime=0.12 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) S 30846 30846 29869 0 -1 1077944384 901 0 0 0 12 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967276759024 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448073551 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448073552 28909211648 12488 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51408 KiB

[startup+0.701031 s]
/proc/loadavg: 7.01 7.94 7.95 4/211 30867
/proc/meminfo: memFree=30795336/32770624 swapFree=66938420/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28231652 memory=292600 CPUtime=1.66 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 13675 0 0 0 131 35 0 0 20 0 20 0 448073545 28909211648 73150 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7057913 73150 3415 1 0 7019032 0
[pid=30848/tid=30849] ppid=30846 vsize=28231652 memory=280995148938928 CPUtime=0.61 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) R 30846 30846 29869 0 -1 4202560 8028 0 0 0 55 6 0 0 20 0 20 0 448073546 28909211648 73150 33554432000 4194304 4196468 140723477841968 139967971475600 139967967265949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28231652 memory=140497574470512 CPUtime=0.05 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 64 0 0 0 2 3 0 0 20 0 20 0 448073546 28909211648 73150 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28231652 memory=0 CPUtime=0.04 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 48 0 0 0 2 2 0 0 20 0 20 0 448073546 28909211648 73150 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28231652 memory=8296 CPUtime=0.05 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 20 0 448073546 28909211648 73150 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0

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

[pid=30848/tid=30849] ppid=30846 vsize=28300340 memory=14008 CPUtime=278.8 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) S 30846 30846 29869 0 -1 1077944384 97363 0 0 0 27661 219 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967971484704 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=708.21 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) R 30846 30846 29869 0 -1 4202560 1942384 0 0 0 69793 1028 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967887096784 139967952233608 0 4 0 16800975 0 0 0 -1 6 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28300340 memory=976 CPUtime=706.85 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) R 30846 30846 29869 0 -1 4202560 1170110 0 0 0 69789 896 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967886044376 139967960348726 0 4 0 16800975 0 0 0 -1 5 0 0 109 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28300340 memory=772 CPUtime=706.86 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) R 30846 30846 29869 0 -1 4202560 1569921 0 0 0 69720 966 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967884991184 139967951944711 0 4 0 16800975 0 0 0 -1 1 0 0 106 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28300340 memory=4000 CPUtime=705.52 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) R 30846 30846 29869 0 -1 4202560 1628962 0 0 0 69540 1012 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967515974144 139967951944698 0 4 0 16800975 0 0 0 -1 0 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28300340 memory=2832 CPUtime=705.81 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) R 30846 30846 29869 0 -1 4202560 1284605 0 0 0 69692 889 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967514921736 139967952233676 0 4 0 16800975 0 0 0 -1 2 0 0 108 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28300340 memory=1548 CPUtime=705.69 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) R 30846 30846 29869 0 -1 4202560 1217461 0 0 0 69707 862 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967513868936 139967960340484 0 4 0 16800975 0 0 0 -1 7 0 0 107 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28300340 memory=0 CPUtime=710.59 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) R 30846 30846 29869 0 -1 4202560 2019629 0 0 0 70111 948 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967512816136 139967951943813 0 4 0 16800975 0 0 0 -1 4 0 0 96 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28300340 memory=4994 CPUtime=706.97 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) R 30846 30846 29869 0 -1 4202560 1653935 0 0 0 69734 963 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967511763024 139967951944739 0 4 0 16800975 0 0 0 -1 3 0 0 116 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28300340 memory=2196 CPUtime=21.08 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) S 30846 30846 29869 0 -1 1077944384 564944 0 0 0 2076 32 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967352079808 139967967254229 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967351027296 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28300340 memory=126 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 448073549 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967349974400 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28300340 memory=558 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28300340 memory=12024 CPUtime=2.05 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) S 30846 30846 29869 0 -1 1077944384 14777 0 0 0 203 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967279917472 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28300340 memory=2124 CPUtime=1.86 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 16863 0 0 0 184 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967278864384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28300340 memory=12344 CPUtime=2.47 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 19989 0 0 0 244 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967277811872 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28300340 memory=504 CPUtime=0.7 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) S 30846 30846 29869 0 -1 1077944384 10464 0 0 0 67 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967276758592 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28300340 memory=1564 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28300340 memory=924 CPUtime=0.41 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1790 0 0 0 17 24 0 0 20 0 21 0 448073552 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30968] ppid=30846 vsize=28300340 memory=1420 CPUtime=0 cores=0-7
/proc/30848/task/30968/stat : 30968 (java) S 30846 30846 29869 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 448173523 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967265676992 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 5964.03 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563664 KiB

[startup+1020 s]*
/proc/loadavg: 7.64 6.95 6.59 2/212 30968
/proc/meminfo: memFree=5341680/32770624 swapFree=66938432/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28300340 memory=25562208 CPUtime=5966.47 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 13224053 0 0 0 588805 7842 0 0 20 0 21 0 448073545 28979548160 6390552 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7075085 6390552 3527 1 0 7036185 0
[pid=30848/tid=30849] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=278.8 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) S 30846 30846 29869 0 -1 1077944384 97363 0 0 0 27661 219 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967971484704 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28300340 memory=4126316290023845779 CPUtime=708.45 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 1942883 0 0 0 69817 1028 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28300340 memory=8296 CPUtime=707.09 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 1171845 0 0 0 69812 897 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 109 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28300340 memory=5988 CPUtime=707.09 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 1572348 0 0 0 69743 966 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 106 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28300340 memory=1124 CPUtime=705.76 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) S 30846 30846 29869 0 -1 1077944384 1629903 0 0 0 69564 1012 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967515974416 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28300340 memory=25562208 CPUtime=706.04 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) S 30846 30846 29869 0 -1 1077944384 1285114 0 0 0 69715 889 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967514921616 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 108 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28300340 memory=288230574492221466 CPUtime=705.92 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) S 30846 30846 29869 0 -1 1077944384 1218826 0 0 0 69730 862 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967513868816 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 107 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28300340 memory=288230583166042426 CPUtime=710.83 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) S 30846 30846 29869 0 -1 1077944384 2019677 0 0 0 70135 948 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967512816016 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 96 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28300340 memory=15816716106074690 CPUtime=707.2 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) S 30846 30846 29869 0 -1 1077944384 1655699 0 0 0 69757 963 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967511763216 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 116 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28300340 memory=3400 CPUtime=21.65 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) R 30846 30846 29869 0 -1 4202560 565026 0 0 0 2133 32 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967352079696 139967951944656 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967351027296 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28300340 memory=25562208 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 448073549 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967349974400 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=2.05 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) S 30846 30846 29869 0 -1 1077944384 14777 0 0 0 203 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967279917472 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28300340 memory=25562208 CPUtime=1.86 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 16863 0 0 0 184 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967278864384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28300340 memory=812 CPUtime=2.47 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 19989 0 0 0 244 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967277811872 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28300340 memory=1772 CPUtime=0.7 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) S 30846 30846 29869 0 -1 1077944384 10464 0 0 0 67 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967276758592 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28300340 memory=111632 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28300340 memory=804 CPUtime=0.41 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1790 0 0 0 17 24 0 0 20 0 21 0 448073552 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30968] ppid=30846 vsize=28300340 memory=1768 CPUtime=0 cores=0-7
/proc/30848/task/30968/stat : 30968 (java) S 30846 30846 29869 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 448173523 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967265676992 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 5966.47 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563664 KiB

[startup+1020.4 s]
/proc/loadavg: 7.64 6.95 6.59 2/212 30968
/proc/meminfo: memFree=5341680/32770624 swapFree=66938432/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
[pid=30848] ppid=30846 vsize=28300340 memory=25562208 CPUtime=5966.86 cores=0-7
/proc/30848/stat : 30848 (java) S 30846 30846 29869 0 -1 1077944320 13224289 0 0 0 588844 7842 0 0 20 0 21 0 448073545 28979548160 6390552 33554432000 4194304 4196468 140723477841968 140723477824512 139967967244023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
/proc/30848/statm: 7075085 6390552 3527 1 0 7036185 0
[pid=30848/tid=30849] ppid=30846 vsize=28300340 memory=1456 CPUtime=278.8 cores=0-7
/proc/30848/task/30849/stat : 30849 (java) S 30846 30846 29869 0 -1 1077944384 97363 0 0 0 27661 219 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967971484704 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30850] ppid=30846 vsize=28300340 memory=25562208 CPUtime=708.45 cores=0-7
/proc/30848/task/30850/stat : 30850 (java) S 30846 30846 29869 0 -1 1077944384 1942883 0 0 0 69817 1028 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967887096976 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30851] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=707.09 cores=0-7
/proc/30848/task/30851/stat : 30851 (java) S 30846 30846 29869 0 -1 1077944384 1171845 0 0 0 69812 897 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967886044176 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 109 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30852] ppid=30846 vsize=28300340 memory=920 CPUtime=707.09 cores=0-7
/proc/30848/task/30852/stat : 30852 (java) S 30846 30846 29869 0 -1 1077944384 1572348 0 0 0 69743 966 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967884991376 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 106 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30853] ppid=30846 vsize=28300340 memory=4912 CPUtime=705.76 cores=0-7
/proc/30848/task/30853/stat : 30853 (java) S 30846 30846 29869 0 -1 1077944384 1629903 0 0 0 69564 1012 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967515974416 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 101 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30854] ppid=30846 vsize=28300340 memory=4100 CPUtime=706.04 cores=0-7
/proc/30848/task/30854/stat : 30854 (java) S 30846 30846 29869 0 -1 1077944384 1285114 0 0 0 69715 889 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967514921616 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 108 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30855] ppid=30846 vsize=28300340 memory=1412 CPUtime=705.92 cores=0-7
/proc/30848/task/30855/stat : 30855 (java) S 30846 30846 29869 0 -1 1077944384 1218826 0 0 0 69730 862 0 0 20 0 21 0 448073546 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967513868816 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 107 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30856] ppid=30846 vsize=28300340 memory=3400 CPUtime=710.83 cores=0-7
/proc/30848/task/30856/stat : 30856 (java) S 30846 30846 29869 0 -1 1077944384 2019677 0 0 0 70135 948 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967512816016 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 96 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30857] ppid=30846 vsize=28300340 memory=1456 CPUtime=707.2 cores=0-7
/proc/30848/task/30857/stat : 30857 (java) S 30846 30846 29869 0 -1 1077944384 1655699 0 0 0 69757 963 0 0 20 0 21 0 448073547 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967511763216 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 116 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30858] ppid=30846 vsize=28300340 memory=25562208 CPUtime=22.04 cores=0-7
/proc/30848/task/30858/stat : 30858 (java) R 30846 30846 29869 0 -1 4202560 565262 0 0 0 2172 32 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967352079696 139967959533477 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30859] ppid=30846 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30848/task/30859/stat : 30859 (java) S 30846 30846 29869 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 448073548 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967351027296 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30860] ppid=30846 vsize=28300340 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/30848/task/30860/stat : 30860 (java) S 30846 30846 29869 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 448073549 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967349974400 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30861] ppid=30846 vsize=28300340 memory=2532 CPUtime=0 cores=0-7
/proc/30848/task/30861/stat : 30861 (java) S 30846 30846 29869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967348922704 139967967262619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30862] ppid=30846 vsize=28300340 memory=1440 CPUtime=2.05 cores=0-7
/proc/30848/task/30862/stat : 30862 (java) S 30846 30846 29869 0 -1 1077944384 14777 0 0 0 203 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967279917472 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30863] ppid=30846 vsize=28300340 memory=812 CPUtime=1.86 cores=0-7
/proc/30848/task/30863/stat : 30863 (java) S 30846 30846 29869 0 -1 1077944384 16863 0 0 0 184 2 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967278864384 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30864] ppid=30846 vsize=28300340 memory=1772 CPUtime=2.47 cores=0-7
/proc/30848/task/30864/stat : 30864 (java) S 30846 30846 29869 0 -1 1077944384 19989 0 0 0 244 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967277811872 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30865] ppid=30846 vsize=28300340 memory=111632 CPUtime=0.7 cores=0-7
/proc/30848/task/30865/stat : 30865 (java) S 30846 30846 29869 0 -1 1077944384 10464 0 0 0 67 3 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967276758592 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30866] ppid=30846 vsize=28300340 memory=804 CPUtime=0 cores=0-7
/proc/30848/task/30866/stat : 30866 (java) S 30846 30846 29869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 448073551 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967275707488 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30867] ppid=30846 vsize=28300340 memory=1768 CPUtime=0.41 cores=0-7
/proc/30848/task/30867/stat : 30867 (java) S 30846 30846 29869 0 -1 1077944384 1790 0 0 0 17 24 0 0 20 0 21 0 448073552 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967274654768 139967967255170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
[pid=30848/tid=30968] ppid=30846 vsize=28300340 memory=1808 CPUtime=0 cores=0-7
/proc/30848/task/30968/stat : 30968 (java) S 30846 30846 29869 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 448173523 28979548160 6390552 33554432000 4194304 4196468 140723477841968 139967265676992 139967967254229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30969856 140723477844970 140723477845142 140723477845142 140723477848015 0
Current children cumulated CPU time: 5966.86 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563664 KiB

[startup+1020.6 s]
/proc/loadavg: 7.64 6.95 6.59 2/212 30968
/proc/meminfo: memFree=5341680/32770624 swapFree=66938432/67108860
[pid=30846] ppid=30843 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/30846/stat : 30846 (xcsp3-exec) S 30843 30846 29869 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448073545 115843072 364 33554432000 4194304 5098028 140732783523744 140732783521848 140687137419900 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13611008 140732783526773 140732783527017 140732783527017 140732783529930 0
/proc/30846/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1020.64
CPU time (s): 5967.11
CPU user time (s): 5888.47
CPU system time (s): 78.6458
CPU usage (%): 584.643
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25563664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5888.47
system time used= 78.6458
maximum resident set size= 25562404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13230584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123776
involuntary context switches= 194878


# summary of solver processes directly reported to runsolver:
#   pid: 30846
#   total CPU time (s): 5967.11
#   total CPU user time (s): 5888.47
#   total CPU system time (s): 78.6458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30049 second user time and 10.5255 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 12:59:42
IDJOB=4399947
IDBENCH=141284
IDSOLVER=2854
FILE ID=node151/4399947-1568718019
RUNJOBID= node151-1568711744-29896
PBS_JOBID= 21703939
Free space on /tmp= 58740 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.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-4399947-1568718019/watcher-4399947-1568718019 -o /tmp/evaluation-result-4399947-1568718019/solver-4399947-1568718019 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568711744-29896 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1967713647 HOME/instance-4399947-1568718019.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1967713647

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30942312 kB
MemAvailable:   31841024 kB
Buffers:           90248 kB
Cached:          1107624 kB
SwapCached:        68528 kB
Active:           911364 kB
Inactive:         357732 kB
Active(anon):       3708 kB
Inactive(anon):   111656 kB
Active(file):     907656 kB
Inactive(file):   246076 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938420 kB
Dirty:            609672 kB
Writeback:             0 kB
AnonPages:        112876 kB
Mapped:            44016 kB
Shmem:             35400 kB
Slab:             150340 kB
SReclaimable:     121632 kB
SUnreclaim:        28708 kB
KernelStack:        3392 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58712 MiB
End job on node151 at 2019-09-17 13:16:43