Trace number 4404224

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 6549.44 1221.22

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404224-1569013227.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404224-1569013227.xml, -tl, 20160s, -p, 8]
0.32/0.22	c 8 solvers in parallel
0.32/0.29	c parse instance...
6467.61/1208.54	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$167/1858609436.get$Lambda(Unknown Source)
6467.61/1208.54		at java.lang.invoke.LambdaForm$DMH/918221580.invokeStatic_LL_L(LambdaForm$DMH)
6467.61/1208.54		at java.lang.invoke.LambdaForm$MH/586617651.linkToTargetMethod(LambdaForm$MH)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$166/1337344609.valid(Unknown Source)
6467.61/1208.54		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6467.61/1208.54		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6467.61/1208.54		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6467.61/1208.54		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6467.61/1208.54		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6467.61/1208.54		at org.xcsp.parser.XCallbacks$$Lambda$96/923219673.accept(Unknown Source)
6467.61/1208.54		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6467.61/1208.54		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6467.61/1208.54		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6467.61/1208.54		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6467.61/1208.54		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6467.61/1208.54		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6467.61/1208.54		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6467.61/1208.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6549.12/1220.97	s UNKNOWN
6549.12/1220.97	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 (12263 MiB free)
  memory of node 1: 16384 MiB (12711 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404224-1569013227/watcher-4404224-1569013227 -o /tmp/evaluation-result-4404224-1569013227/solver-4404224-1569013227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 309385995 HOME/instance-4404224-1569013227.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=10831, runsolver pid=10828

[startup+0.100147 s]*
/proc/loadavg: 8.08 8.19 8.23 3/211 10852
/proc/meminfo: memFree=25559520/32770624 swapFree=67002152/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28227396 memory=27784 CPUtime=0.12 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 5909 0 0 0 11 1 0 0 20 0 20 0 477484301 28904853504 6946 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7056849 6946 3151 1 0 7019032 0
[pid=10833/tid=10834] ppid=10831 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) R 10831 10831 8936 0 -1 4202560 3778 0 0 0 8 0 0 0 20 0 20 0 477484301 28904853504 6946 33554432000 4194304 4196468 140726283993328 140025300120912 140025295900054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28227396 memory=288370618315368064 CPUtime=0 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 6946 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 7012 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) S 10831 10831 8936 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 7012 33554432000 4194304 4196468 140726283993328 140024797014768 140025295899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 7012 33554432000 4194304 4196468 140726283993328 140024795960992 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 7012 33554432000 4194304 4196468 140726283993328 140024794907888 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023419758832 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023418706288 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023417653232 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023416600688 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 7012 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29236 KiB

[startup+0.210504 s]*
/proc/loadavg: 8.08 8.19 8.23 2/211 10852
/proc/meminfo: memFree=25545796/32770624 swapFree=67002152/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28227396 memory=39428 CPUtime=0.32 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 9628 0 0 0 29 3 0 0 20 0 20 0 477484301 28904853504 9857 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7056849 9857 3308 1 0 7019032 0
[pid=10833/tid=10834] ppid=10831 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) R 10831 10831 8936 0 -1 4202560 6727 0 0 0 18 2 0 0 20 0 20 0 477484301 28904853504 9857 33554432000 4194304 4196468 140726283993328 140025300120032 140025295900054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28227396 memory=14976 CPUtime=0 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28227396 memory=140242163667404 CPUtime=0 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) S 10831 10831 8936 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024797014768 140025295899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024795960992 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477484304 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024794907888 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 556 0 0 0 1 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023419758832 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023418706288 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023417653232 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 907 0 0 0 7 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023416600688 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28904853504 9857 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40880 KiB

[startup+0.310182 s]*
/proc/loadavg: 8.08 8.19 8.23 2/211 10852
/proc/meminfo: memFree=25540200/32770624 swapFree=67002152/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28231652 memory=48380 CPUtime=0.51 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 11013 0 0 0 47 4 0 0 20 0 20 0 477484301 28909211648 12095 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7057913 12095 3339 1 0 7019032 0
[pid=10833/tid=10834] ppid=10831 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) R 10831 10831 8936 0 -1 4202560 7809 0 0 0 27 2 0 0 20 0 20 0 477484301 28909211648 12095 33554432000 4194304 4196468 140726283993328 140025300119232 140025295910045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) S 10831 10831 8936 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 477484304 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024797014768 140025295899266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28231652 memory=280484047428992 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477484304 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024795960992 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28231652 memory=280484047433600 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477484304 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024794907888 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28231652 memory=280484047438208 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28231652 memory=280484047442816 CPUtime=0.02 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 574 0 0 0 2 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023419758832 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28231652 memory=280484047447424 CPUtime=0.02 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023418706288 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28231652 memory=280484047452032 CPUtime=0.01 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023417653232 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28231652 memory=280484047456640 CPUtime=0.12 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 1161 0 0 0 12 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023416600688 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484307 28909211648 12095 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 49832 KiB

[startup+0.704811 s]
/proc/loadavg: 8.08 8.19 8.23 4/211 10852
/proc/meminfo: memFree=25526440/32770624 swapFree=67002152/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28233776 memory=187692 CPUtime=1.45 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 15218 0 0 0 138 7 0 0 20 0 20 0 477484301 28911386624 46923 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7058444 46923 3467 1 0 7019544 0
[pid=10833/tid=10834] ppid=10831 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) R 10831 10831 8936 0 -1 4202560 9399 0 0 0 63 4 0 0 20 0 20 0 477484301 28911386624 46923 33554432000 4194304 4196468 140726283993328 140025300126024 140024935768756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28233776 memory=140242023916416 CPUtime=0 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 477484302 28911386624 46923 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 477484302 28911386624 46923 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28233776 memory=1052 CPUtime=0 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477484302 28911386624 46923 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0

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

[pid=10833/tid=10834] ppid=10831 vsize=28300340 memory=54640 CPUtime=361.51 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) S 10831 10831 8936 0 -1 1077944384 94858 0 0 0 36014 137 0 0 20 0 21 0 477484301 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140025300128800 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28300340 memory=984 CPUtime=761.42 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1992951 0 0 0 75480 662 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28300340 memory=1940 CPUtime=761.57 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1981467 0 0 0 75427 730 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28300340 memory=8522 CPUtime=763.08 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 2417972 0 0 0 75544 764 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28300340 memory=0 CPUtime=765.52 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 2790322 0 0 0 75824 728 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28300340 memory=0 CPUtime=761.97 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 1832150 0 0 0 75479 718 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28300340 memory=0 CPUtime=759.31 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 1757541 0 0 0 75165 766 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28300340 memory=41 CPUtime=761.79 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 2101235 0 0 0 75519 660 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28300340 memory=25474872 CPUtime=762.23 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1722076 0 0 0 75593 630 0 0 20 0 21 0 477484302 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28300340 memory=1452 CPUtime=86.44 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) R 10831 10831 8936 0 -1 4202560 984203 0 0 0 8548 96 0 0 20 0 21 0 477484304 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024797013312 140025280884523 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28300340 memory=25474872 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024795961056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28300340 memory=2120 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024794907904 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28300340 memory=504 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28300340 memory=1560 CPUtime=0.41 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 6455 0 0 0 40 1 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023419758880 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28300340 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 3163 0 0 0 29 1 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023418706048 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28300340 memory=25474872 CPUtime=0.63 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 8532 0 0 0 62 1 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023417653280 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28300340 memory=1452 CPUtime=0.54 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 13999 0 0 0 51 3 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023416600736 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28300340 memory=25474808 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28300340 memory=912 CPUtime=0.54 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 2082 0 0 0 24 30 0 0 20 0 21 0 477484307 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10964] ppid=10831 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/10833/task/10964/stat : 10964 (java) S 10831 10831 8936 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 477605155 28979548160 6368718 33554432000 4194304 4196468 140726283993328 140023405518400 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 6547.41 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25476324 KiB

[startup+1220 s]*
/proc/loadavg: 6.93 6.78 6.36 2/212 10971
/proc/meminfo: memFree=192384/32770624 swapFree=67002156/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28300340 memory=25474876 CPUtime=6548.23 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 17713842 0 0 0 648906 5917 0 0 20 0 21 0 477484301 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7075085 6368719 3512 1 0 7036185 0
[pid=10833/tid=10834] ppid=10831 vsize=28300340 memory=1398722017469774279 CPUtime=361.51 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) S 10831 10831 8936 0 -1 1077944384 94858 0 0 0 36014 137 0 0 20 0 21 0 477484301 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140025300128800 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28300340 memory=25474872 CPUtime=761.42 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1992951 0 0 0 75480 662 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28300340 memory=1736 CPUtime=761.57 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1981467 0 0 0 75427 730 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28300340 memory=1398722017469774279 CPUtime=763.08 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 2417972 0 0 0 75544 764 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28300340 memory=1736 CPUtime=765.52 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 2790322 0 0 0 75824 728 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28300340 memory=1398722017469774279 CPUtime=761.97 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 1832150 0 0 0 75479 718 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28300340 memory=920 CPUtime=759.31 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 1757541 0 0 0 75165 766 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28300340 memory=4952 CPUtime=761.79 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 2101235 0 0 0 75519 660 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28300340 memory=4104 CPUtime=762.23 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1722076 0 0 0 75593 630 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28300340 memory=1412 CPUtime=87.25 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) R 10831 10831 8936 0 -1 4202560 987610 0 0 0 8628 97 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024797013200 140025280345752 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28300340 memory=3460 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024795961056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28300340 memory=280484048909248 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024794907904 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28300340 memory=6791534058613427641 CPUtime=0.41 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 6455 0 0 0 40 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023419758880 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28300340 memory=288230583166042426 CPUtime=0.3 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 3163 0 0 0 29 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023418706048 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28300340 memory=16099269136353912 CPUtime=0.63 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 8532 0 0 0 62 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023417653280 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28300340 memory=920 CPUtime=0.54 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 13999 0 0 0 51 3 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023416600736 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28300340 memory=4952 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28300340 memory=6132 CPUtime=0.54 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 2082 0 0 0 24 30 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10964] ppid=10831 vsize=28300340 memory=14012 CPUtime=0 cores=0-7
/proc/10833/task/10964/stat : 10964 (java) S 10831 10831 8936 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 477605155 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023405518400 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 6548.23 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25476328 KiB

[startup+1220.8 s]
/proc/loadavg: 6.93 6.78 6.36 2/212 10971
/proc/meminfo: memFree=192384/32770624 swapFree=67002156/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
[pid=10833] ppid=10831 vsize=28300340 memory=25474876 CPUtime=6549.02 cores=0-7
/proc/10833/stat : 10833 (java) S 10831 10831 8936 0 -1 1077944320 17713842 0 0 0 648985 5917 0 0 20 0 21 0 477484301 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140726283975872 140025295888119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
/proc/10833/statm: 7075085 6368719 3512 1 0 7036185 0
[pid=10833/tid=10834] ppid=10831 vsize=28300340 memory=25474872 CPUtime=361.51 cores=0-7
/proc/10833/task/10834/stat : 10834 (java) S 10831 10831 8936 0 -1 1077944384 94858 0 0 0 36014 137 0 0 20 0 21 0 477484301 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140025300128800 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10835] ppid=10831 vsize=28300340 memory=1452 CPUtime=761.42 cores=0-7
/proc/10833/task/10835/stat : 10835 (java) S 10831 10831 8936 0 -1 1077944384 1992951 0 0 0 75480 662 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140025263447056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10836] ppid=10831 vsize=28300340 memory=25474872 CPUtime=761.57 cores=0-7
/proc/10833/task/10836/stat : 10836 (java) S 10831 10831 8936 0 -1 1077944384 1981467 0 0 0 75427 730 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024846347408 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10837] ppid=10831 vsize=28300340 memory=912 CPUtime=763.08 cores=0-7
/proc/10833/task/10837/stat : 10837 (java) S 10831 10831 8936 0 -1 1077944384 2417972 0 0 0 75544 764 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024845294352 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10838] ppid=10831 vsize=28300340 memory=1448 CPUtime=765.52 cores=0-7
/proc/10833/task/10838/stat : 10838 (java) S 10831 10831 8936 0 -1 1077944384 2790322 0 0 0 75824 728 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024844241808 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10839] ppid=10831 vsize=28300340 memory=1964 CPUtime=761.97 cores=0-7
/proc/10833/task/10839/stat : 10839 (java) S 10831 10831 8936 0 -1 1077944384 1832150 0 0 0 75479 718 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024843188752 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10840] ppid=10831 vsize=28300340 memory=2456 CPUtime=759.31 cores=0-7
/proc/10833/task/10840/stat : 10840 (java) S 10831 10831 8936 0 -1 1077944384 1757541 0 0 0 75165 766 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024842136208 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10841] ppid=10831 vsize=28300340 memory=1760 CPUtime=761.79 cores=0-7
/proc/10833/task/10841/stat : 10841 (java) S 10831 10831 8936 0 -1 1077944384 2101235 0 0 0 75519 660 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024841083152 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10842] ppid=10831 vsize=28300340 memory=0 CPUtime=762.23 cores=0-7
/proc/10833/task/10842/stat : 10842 (java) S 10831 10831 8936 0 -1 1077944384 1722076 0 0 0 75593 630 0 0 20 0 21 0 477484302 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024840030608 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10843] ppid=10831 vsize=28300340 memory=0 CPUtime=88.05 cores=0-7
/proc/10833/task/10843/stat : 10843 (java) R 10831 10831 8936 0 -1 4202560 987610 0 0 0 8708 97 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024797013200 140025280884612 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10844] ppid=10831 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10844/stat : 10844 (java) S 10831 10831 8936 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024795961056 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10845] ppid=10831 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10845/stat : 10845 (java) S 10831 10831 8936 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 477484304 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024794907904 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10846] ppid=10831 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/10833/task/10846/stat : 10846 (java) S 10831 10831 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140024793856464 140025295906715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10847] ppid=10831 vsize=28300340 memory=0 CPUtime=0.41 cores=0-7
/proc/10833/task/10847/stat : 10847 (java) S 10831 10831 8936 0 -1 1077944384 6455 0 0 0 40 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023419758880 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10848] ppid=10831 vsize=28300340 memory=0 CPUtime=0.3 cores=0-7
/proc/10833/task/10848/stat : 10848 (java) S 10831 10831 8936 0 -1 1077944384 3163 0 0 0 29 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023418706048 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10849] ppid=10831 vsize=28300340 memory=1940 CPUtime=0.63 cores=0-7
/proc/10833/task/10849/stat : 10849 (java) S 10831 10831 8936 0 -1 1077944384 8532 0 0 0 62 1 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023417653280 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10850] ppid=10831 vsize=28300340 memory=1416 CPUtime=0.54 cores=0-7
/proc/10833/task/10850/stat : 10850 (java) S 10831 10831 8936 0 -1 1077944384 13999 0 0 0 51 3 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023416600736 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10851] ppid=10831 vsize=28300340 memory=1556 CPUtime=0 cores=0-7
/proc/10833/task/10851/stat : 10851 (java) S 10831 10831 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023415548896 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10852] ppid=10831 vsize=28300340 memory=740 CPUtime=0.54 cores=0-7
/proc/10833/task/10852/stat : 10852 (java) S 10831 10831 8936 0 -1 1077944384 2082 0 0 0 24 30 0 0 20 0 21 0 477484307 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023414496432 140025295899266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
[pid=10833/tid=10964] ppid=10831 vsize=28300340 memory=1052 CPUtime=0 cores=0-7
/proc/10833/task/10964/stat : 10964 (java) S 10831 10831 8936 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 477605155 28979548160 6368719 33554432000 4194304 4196468 140726283993328 140023405518400 140025295898325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30253056 140726283998186 140726283998358 140726283998358 140726284001231 0
Current children cumulated CPU time: 6549.02 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25476328 KiB

[startup+1221.2 s]
/proc/loadavg: 6.93 6.78 6.36 2/193 10971
/proc/meminfo: memFree=5508492/32770624 swapFree=67002156/67108860
[pid=10831] ppid=10828 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10831/stat : 10831 (xcsp3-exec) S 10828 10831 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477484301 115843072 363 33554432000 4194304 5098028 140722887221296 140722887219400 139824743350908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36335616 140722887230326 140722887230569 140722887230569 140722887233482 0
/proc/10831/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1221.22
CPU time (s): 6549.44
CPU user time (s): 6490.02
CPU system time (s): 59.4136
CPU usage (%): 536.303
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25476328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6490.02
system time used= 59.4136
maximum resident set size= 25475136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17714483
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99603
involuntary context switches= 103928


# summary of solver processes directly reported to runsolver:
#   pid: 10831
#   total CPU time (s): 6549.44
#   total CPU user time (s): 6490.02
#   total CPU system time (s): 59.4136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.45816 second user time and 12.879 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 22:59:50
IDJOB=4404224
IDBENCH=141744
IDSOLVER=2865
FILE ID=node148/4404224-1569013227
RUNJOBID= node148-1569005539-8963
PBS_JOBID= 21704760
Free space on /tmp= 22084 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.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-4404224-1569013227/watcher-4404224-1569013227 -o /tmp/evaluation-result-4404224-1569013227/solver-4404224-1569013227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 309385995 HOME/instance-4404224-1569013227.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=309385995

node148.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.13
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.13
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.13
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.13
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:        25574480 kB
MemAvailable:   31874696 kB
Buffers:           49824 kB
Cached:          6523316 kB
SwapCached:         2860 kB
Active:          3263328 kB
Inactive:        3315176 kB
Active(anon):       3988 kB
Inactive(anon):    48476 kB
Active(file):    3259340 kB
Inactive(file):  3266700 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       67002152 kB
Dirty:             26060 kB
Writeback:            20 kB
AnonPages:        114436 kB
Mapped:            51592 kB
Shmem:             38476 kB
Slab:             208572 kB
SReclaimable:     180020 kB
SUnreclaim:        28552 kB
KernelStack:        3424 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22060 MiB
End job on node148 at 2019-09-20 23:20:12