Trace number 4407147

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-24 parallel? 6079.37 1030.63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407147-1569363757/watcher-4407147-1569363757 -o /tmp/evaluation-result-4407147-1569363757/solver-4407147-1569363757 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569357551-7712 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1277010118 HOME/instance-4407147-1569363757.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
solver pid=8082, runsolver pid=8079
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.10018 s]*
/proc/loadavg: 7.42 8.05 8.24 2/211 8103
/proc/meminfo: memFree=24630032/32770624 swapFree=66999792/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28227396 memory=28916 CPUtime=0.12 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 5714 0 0 0 11 1 0 0 20 0 20 0 512629909 28904853504 7229 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7056849 7229 3120 1 0 7019032 0
[pid=8084/tid=8085] ppid=8082 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) R 8082 8082 7685 0 -1 4202560 3607 0 0 0 8 1 0 0 20 0 20 0 512629909 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404749748896 140404745534870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404698143376 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28227396 memory=16245005721626264 CPUtime=0 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404697090576 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404294801808 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8089] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8089/stat : 8089 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404293749008 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8090] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404292697232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404291644432 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404290591632 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 7229 33554432000 4194304 4196468 140721471227696 140404289538832 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403861870960 140404745534082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403860816928 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403859764080 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) S 8082 8082 7685 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403857660784 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403856607984 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403855555184 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) S 8082 8082 7685 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403854502384 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 7229 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30372 KiB

[startup+0.210552 s]*
/proc/loadavg: 7.42 8.05 8.24 2/211 8103
/proc/meminfo: memFree=24617056/32770624 swapFree=66999792/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28227396 memory=40488 CPUtime=0.33 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 9380 0 0 0 30 3 0 0 20 0 20 0 512629909 28904853504 10122 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7056849 10122 3298 1 0 7019032 0
[pid=8084/tid=8085] ppid=8082 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) R 8082 8082 7685 0 -1 4202560 6628 0 0 0 17 2 0 0 20 0 20 0 512629909 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404749762608 140404745534870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404698143376 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28227396 memory=14838730349700760 CPUtime=0 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404697090576 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404294801808 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8089] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8089/stat : 8089 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404293749008 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8090] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404292697232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404291644432 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404290591632 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28904853504 10122 33554432000 4194304 4196468 140721471227696 140404289538832 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) S 8082 8082 7685 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403861870960 140404745534082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403860816928 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512629912 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403859764080 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) S 8082 8082 7685 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403857660784 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 155 0 0 0 2 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403856607984 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403855555184 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) R 8082 8082 7685 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403854502384 140404737760062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28904853504 10122 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41944 KiB

[startup+0.310511 s]*
/proc/loadavg: 7.42 8.05 8.24 4/211 8103
/proc/meminfo: memFree=24609908/32770624 swapFree=66999792/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28231652 memory=49656 CPUtime=0.52 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 10874 0 0 0 48 4 0 0 20 0 20 0 512629909 28909211648 12414 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7057913 12414 3350 1 0 7019032 0
[pid=8084/tid=8085] ppid=8082 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) R 8082 8082 7685 0 -1 4202560 7795 0 0 0 27 2 0 0 20 0 20 0 512629909 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404749754048 140404729603422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404698143376 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404697090576 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404294801808 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8089] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8089/stat : 8089 (java) S 8082 8082 7685 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404293749008 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8090] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404292697232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404291644432 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404290591632 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629910 28909211648 12414 33554432000 4194304 4196468 140721471227696 140404289538832 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) S 8082 8082 7685 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512629912 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403861870960 140404745534082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28231652 memory=280503374781824 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512629912 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403860816928 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28231652 memory=280503374786432 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512629912 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403859764080 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28231652 memory=280503374791040 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28231652 memory=280503374795648 CPUtime=0.03 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) R 8082 8082 7685 0 -1 4202560 456 0 0 0 3 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403857651168 140404730643042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28231652 memory=280503374800256 CPUtime=0.03 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403856607984 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28231652 memory=280503374804864 CPUtime=0.01 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 192 0 0 0 1 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403855555184 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28231652 memory=280503374809472 CPUtime=0.12 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) S 8082 8082 7685 0 -1 1077944384 939 0 0 0 12 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403854502384 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512629915 28909211648 12414 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51112 KiB

[startup+0.701028 s]
/proc/loadavg: 7.42 8.05 8.24 3/211 8103
/proc/meminfo: memFree=24488020/32770624 swapFree=66999792/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28231652 memory=293092 CPUtime=1.59 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 13718 0 0 0 125 34 0 0 20 0 20 0 512629909 28909211648 73273 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7057913 73273 3416 1 0 7019032 0
[pid=8084/tid=8085] ppid=8082 vsize=28231652 memory=4580 CPUtime=0.62 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) R 8082 8082 7685 0 -1 4202560 8026 0 0 0 56 6 0 0 20 0 20 0 512629909 28909211648 73273 33554432000 4194304 4196468 140721471227696 140404749762064 140404745544861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28231652 memory=0 CPUtime=0.04 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) S 8082 8082 7685 0 -1 1077944384 53 0 0 0 1 3 0 0 20 0 20 0 512629910 28909211648 73273 33554432000 4194304 4196468 140721471227696 140404698143376 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) S 8082 8082 7685 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 20 0 512629910 28909211648 73273 33554432000 4194304 4196468 140721471227696 140404697090576 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28231652 memory=3648 CPUtime=0.04 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) S 8082 8082 7685 0 -1 1077944384 64 0 0 0 1 3 0 0 20 0 20 0 512629910 28909211648 73273 33554432000 4194304 4196468 140721471227696 140404294801808 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0

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

[pid=8084/tid=8090] ppid=8082 vsize=28300340 memory=2832 CPUtime=720.19 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) S 8082 8082 7685 0 -1 1077944384 3351783 0 0 0 70792 1227 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404292697040 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 79 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28300340 memory=9588 CPUtime=719.7 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) R 8082 8082 7685 0 -1 4202560 3109663 0 0 0 70835 1135 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404291644240 140404738151143 0 4 0 16800975 0 0 0 -1 3 0 0 80 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28300340 memory=25562416 CPUtime=720.46 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) R 8082 8082 7685 0 -1 4202560 4035570 0 0 0 70737 1309 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404290591440 140404738151143 0 4 0 16800975 0 0 0 -1 0 0 0 69 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28300340 memory=928 CPUtime=719.59 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) S 8082 8082 7685 0 -1 1077944384 3586793 0 0 0 70708 1251 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404289538640 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 73 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28300340 memory=1728 CPUtime=20.76 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) S 8082 8082 7685 0 -1 1077944384 839696 0 0 0 2018 58 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403861869504 140404745533141 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403860816992 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28300340 memory=860 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403859764096 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28300340 memory=1980 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28300340 memory=182 CPUtime=2.14 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) S 8082 8082 7685 0 -1 1077944384 13273 0 0 0 211 3 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403857660544 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28300340 memory=67 CPUtime=2.26 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 16359 0 0 0 223 3 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403856608032 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28300340 memory=0 CPUtime=1.82 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 16168 0 0 0 180 2 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403855555232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28300340 memory=41 CPUtime=0.67 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) S 8082 8082 7685 0 -1 1077944384 9820 0 0 0 65 2 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403854501952 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28300340 memory=2076 CPUtime=0.41 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 2561 0 0 0 22 19 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8176] ppid=8082 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/8084/task/8176/stat : 8176 (java) S 8082 8082 7685 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 512731048 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403843181760 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 6061.96 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563872 KiB

[startup+1028.8 s]
/proc/loadavg: 7.15 7.09 6.86 9/211 8176
/proc/meminfo: memFree=258128/32770624 swapFree=66999696/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28300340 memory=25562416 CPUtime=6074.53 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 27419261 0 0 0 597470 9983 0 0 20 0 21 0 512629909 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7075085 6390604 3526 1 0 7036185 0
[pid=8084/tid=8085] ppid=8082 vsize=28300340 memory=54056 CPUtime=274.49 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) S 8082 8082 7685 0 -1 1077944384 109378 0 0 0 27255 194 0 0 20 0 21 0 512629909 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404749763616 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28300340 memory=8112282956445269571 CPUtime=722.2 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) R 8082 8082 7685 0 -1 4202560 2560479 0 0 0 71005 1215 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404698143496 140404738625949 0 4 0 16800975 0 0 0 -1 2 0 0 64 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28300340 memory=25562416 CPUtime=720.09 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) R 8082 8082 7685 0 -1 4202560 3054789 0 0 0 70864 1145 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404697090696 140404730223623 0 4 0 16800975 0 0 0 -1 7 0 0 77 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28300340 memory=25562416 CPUtime=721.2 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) R 8082 8082 7685 0 -1 4202560 3785675 0 0 0 70837 1283 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404294801928 140404738625993 0 4 0 16800975 0 0 0 -1 4 0 0 71 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8089] ppid=8082 vsize=28300340 memory=1456 CPUtime=722.14 cores=0-7
/proc/8084/task/8089/stat : 8089 (java) R 8082 8082 7685 0 -1 4202560 2770451 0 0 0 71083 1131 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404293749128 140404730518999 0 4 0 16800975 0 0 0 -1 6 0 0 77 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8090] ppid=8082 vsize=28300340 memory=1456 CPUtime=721.76 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) R 8082 8082 7685 0 -1 4202560 3375382 0 0 0 70947 1229 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404292697040 140404738625949 0 4 0 16800975 0 0 0 -1 5 0 0 79 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28300340 memory=25562416 CPUtime=721.26 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) R 8082 8082 7685 0 -1 4202560 3164899 0 0 0 70988 1138 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404291644240 140404738626577 0 4 0 16800975 0 0 0 -1 3 0 0 80 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28300340 memory=1716 CPUtime=722.02 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) R 8082 8082 7685 0 -1 4202560 4068885 0 0 0 70891 1311 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404290591360 140404730222552 0 4 0 16800975 0 0 0 -1 0 0 0 69 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28300340 memory=6168 CPUtime=721.15 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) R 8082 8082 7685 0 -1 4202560 3630054 0 0 0 70861 1254 0 0 20 0 21 0 512629910 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140404289538952 140404730518913 0 4 0 16800975 0 0 0 -1 1 0 0 73 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28300340 memory=14012 CPUtime=20.76 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) S 8082 8082 7685 0 -1 1077944384 839696 0 0 0 2018 58 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403861869504 140404745533141 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403860816992 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28300340 memory=25562416 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403859764096 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28300340 memory=2116 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28300340 memory=24304 CPUtime=2.14 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) S 8082 8082 7685 0 -1 1077944384 13273 0 0 0 211 3 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403857660544 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28300340 memory=12024 CPUtime=2.26 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 16359 0 0 0 223 3 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403856608032 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28300340 memory=1556 CPUtime=1.82 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 16168 0 0 0 180 2 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403855555232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28300340 memory=8112282956445269571 CPUtime=0.67 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) S 8082 8082 7685 0 -1 1077944384 9820 0 0 0 65 2 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403854501952 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28300340 memory=25562416 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28300340 memory=1056 CPUtime=0.41 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 2561 0 0 0 22 19 0 0 20 0 21 0 512629915 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8176] ppid=8082 vsize=28300340 memory=1716 CPUtime=0 cores=0-7
/proc/8084/task/8176/stat : 8176 (java) S 8082 8082 7685 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 512731048 28979548160 6390604 33554432000 4194304 4196468 140721471227696 140403843181760 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 6074.53 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563872 KiB

[startup+1029.6 s]
/proc/loadavg: 7.15 7.09 6.86 9/211 8176
/proc/meminfo: memFree=258128/32770624 swapFree=66999696/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/statm: 28282 364 305 221 0 87 0
[pid=8084] ppid=8082 vsize=28300340 memory=25562420 CPUtime=6078.33 cores=0-7
/proc/8084/stat : 8084 (java) S 8082 8082 7685 0 -1 1077944320 27604434 0 0 0 597837 9996 0 0 20 0 21 0 512629909 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140721471210240 140404745522935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
/proc/8084/statm: 7075085 6390605 3526 1 0 7036185 0
[pid=8084/tid=8085] ppid=8082 vsize=28300340 memory=1548 CPUtime=274.49 cores=0-7
/proc/8084/task/8085/stat : 8085 (java) S 8082 8082 7685 0 -1 1077944384 109378 0 0 0 27255 194 0 0 20 0 21 0 512629909 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404749763616 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8086] ppid=8082 vsize=28300340 memory=628 CPUtime=722.64 cores=0-7
/proc/8084/task/8086/stat : 8086 (java) S 8082 8082 7685 0 -1 1077944384 2579474 0 0 0 71047 1217 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404698143376 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 64 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8087] ppid=8082 vsize=28300340 memory=1056 CPUtime=720.51 cores=0-7
/proc/8084/task/8087/stat : 8087 (java) S 8082 8082 7685 0 -1 1077944384 3079356 0 0 0 70904 1147 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404697090576 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 77 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8088] ppid=8082 vsize=28300340 memory=1716 CPUtime=721.63 cores=0-7
/proc/8084/task/8088/stat : 8088 (java) S 8082 8082 7685 0 -1 1077944384 3815808 0 0 0 70878 1285 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404294801808 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 71 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8089] ppid=8082 vsize=28300340 memory=6168 CPUtime=722.57 cores=0-7
/proc/8084/task/8089/stat : 8089 (java) S 8082 8082 7685 0 -1 1077944384 2787582 0 0 0 71124 1133 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404293749008 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 77 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8090] ppid=8082 vsize=28300340 memory=14012 CPUtime=722.2 cores=0-7
/proc/8084/task/8090/stat : 8090 (java) S 8082 8082 7685 0 -1 1077944384 3393754 0 0 0 70989 1231 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404292697232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 79 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8091] ppid=8082 vsize=28300340 memory=2116 CPUtime=721.69 cores=0-7
/proc/8084/task/8091/stat : 8091 (java) S 8082 8082 7685 0 -1 1077944384 3194217 0 0 0 71029 1140 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404291644432 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 80 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8092] ppid=8082 vsize=28300340 memory=24304 CPUtime=722.45 cores=0-7
/proc/8084/task/8092/stat : 8092 (java) S 8082 8082 7685 0 -1 1077944384 4085256 0 0 0 70933 1312 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404290591632 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 69 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8093] ppid=8082 vsize=28300340 memory=12024 CPUtime=721.59 cores=0-7
/proc/8084/task/8093/stat : 8093 (java) S 8082 8082 7685 0 -1 1077944384 3651235 0 0 0 70903 1256 0 0 20 0 21 0 512629910 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140404289538832 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 73 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8094] ppid=8082 vsize=28300340 memory=1556 CPUtime=21.13 cores=0-7
/proc/8084/task/8094/stat : 8094 (java) R 8082 8082 7685 0 -1 4202560 848695 0 0 0 2055 58 0 0 20 0 21 0 512629912 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403861869504 140404730223631 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8095] ppid=8082 vsize=28300340 memory=500 CPUtime=0 cores=0-7
/proc/8084/task/8095/stat : 8095 (java) S 8082 8082 7685 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403860816992 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8096] ppid=8082 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/8084/task/8096/stat : 8096 (java) S 8082 8082 7685 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 21 0 512629912 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403859764096 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8097] ppid=8082 vsize=28300340 memory=1728 CPUtime=0 cores=0-7
/proc/8084/task/8097/stat : 8097 (java) S 8082 8082 7685 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403858712400 140404745541531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8098] ppid=8082 vsize=28300340 memory=1448 CPUtime=2.14 cores=0-7
/proc/8084/task/8098/stat : 8098 (java) S 8082 8082 7685 0 -1 1077944384 13273 0 0 0 211 3 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403857660544 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8099] ppid=8082 vsize=28300340 memory=860 CPUtime=2.26 cores=0-7
/proc/8084/task/8099/stat : 8099 (java) S 8082 8082 7685 0 -1 1077944384 16359 0 0 0 223 3 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403856608032 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8100] ppid=8082 vsize=28300340 memory=1980 CPUtime=1.82 cores=0-7
/proc/8084/task/8100/stat : 8100 (java) S 8082 8082 7685 0 -1 1077944384 16168 0 0 0 180 2 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403855555232 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8101] ppid=8082 vsize=28300340 memory=2552 CPUtime=0.67 cores=0-7
/proc/8084/task/8101/stat : 8101 (java) S 8082 8082 7685 0 -1 1077944384 9820 0 0 0 65 2 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403854501952 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8102] ppid=8082 vsize=28300340 memory=1760 CPUtime=0 cores=0-7
/proc/8084/task/8102/stat : 8102 (java) S 8082 8082 7685 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403853449824 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8103] ppid=8082 vsize=28300340 memory=111632 CPUtime=0.41 cores=0-7
/proc/8084/task/8103/stat : 8103 (java) S 8082 8082 7685 0 -1 1077944384 2561 0 0 0 22 19 0 0 20 0 21 0 512629915 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403852397104 140404745534082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
[pid=8084/tid=8176] ppid=8082 vsize=28300340 memory=2024 CPUtime=0 cores=0-7
/proc/8084/task/8176/stat : 8176 (java) S 8082 8082 7685 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 512731048 28979548160 6390605 33554432000 4194304 4196468 140721471227696 140403843181760 140404745533141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22069248 140721471230954 140721471231126 140721471231126 140721471233999 0
Current children cumulated CPU time: 6078.33 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25563876 KiB

[startup+1030.4 s]
/proc/loadavg: 7.15 7.09 6.86 2/211 8176
/proc/meminfo: memFree=258128/32770624 swapFree=66999696/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/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

[startup+1030.6 s]
/proc/loadavg: 7.15 7.09 6.86 2/211 8176
/proc/meminfo: memFree=258128/32770624 swapFree=66999696/67108860
[pid=8082] ppid=8079 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8082/stat : 8082 (xcsp3-exec) S 8079 8082 7685 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 512629909 115843072 364 33554432000 4194304 5098028 140725428304384 140725428302488 140326869066364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35049472 140725428306805 140725428307049 140725428307049 140725428309962 0
/proc/8082/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): 1030.63
CPU time (s): 6079.37
CPU user time (s): 5978.98
CPU system time (s): 100.382
CPU usage (%): 589.87
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25563876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5978.98
system time used= 100.382
maximum resident set size= 25562676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27635325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117961
involuntary context switches= 110079


# summary of solver processes directly reported to runsolver:
#   pid: 8082
#   total CPU time (s): 6079.37
#   total CPU user time (s): 5978.98
#   total CPU system time (s): 100.382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41432 second user time and 10.5311 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-24 23:21:15
IDJOB=4407147
IDBENCH=141284
IDSOLVER=2871
FILE ID=node106/4407147-1569363757
RUNJOBID= node106-1569357551-7712
PBS_JOBID= 21705126
Free space on /tmp= 22920 MiB

SOLVER NAME= choco-solver 2019-09-24 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-4407147-1569363757/watcher-4407147-1569363757 -o /tmp/evaluation-result-4407147-1569363757/solver-4407147-1569363757 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569357551-7712 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1277010118 HOME/instance-4407147-1569363757.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1277010118

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        24646372 kB
MemAvailable:   31847068 kB
Buffers:          102572 kB
Cached:          7269300 kB
SwapCached:         4548 kB
Active:          3979540 kB
Inactive:        3400992 kB
Active(anon):       3020 kB
Inactive(anon):    58012 kB
Active(file):    3976520 kB
Inactive(file):  3342980 kB
Unevictable:      107480 kB
Mlocked:          107480 kB
SwapTotal:      67108860 kB
SwapFree:       66999792 kB
Dirty:            609664 kB
Writeback:             0 kB
AnonPages:        112372 kB
Mapped:            54704 kB
Shmem:             43748 kB
Slab:             338228 kB
SReclaimable:     309656 kB
SUnreclaim:        28572 kB
KernelStack:        3408 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505752 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 22892 MiB
End job on node106 at 2019-09-24 23:38:26