Trace number 4393551

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-06-14 parallel? 15226.4 2046.32

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-7-4-cp.xml
MD5SUM6c7c8fee2fac051830782d16440ff60b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.8668
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints11724
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":252}]
Minimum variable degree188
Maximum variable degree189
Distribution of variable degrees[{"degree":188,"count":189},{"degree":189,"count":63}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":11718},{"arity":63,"count":5},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints11718
Distribution of constraint types[{"type":"intension","count":11718},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
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-4393551-1568426951.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393551-1568426951.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
14828.83/1993.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
14828.83/1993.95		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
14828.83/1993.95		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
14828.83/1993.95		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2096)
14828.83/1993.95		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2043)
14828.83/1993.95		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
14828.83/1993.95		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
14828.83/1993.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
14828.83/1993.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
14828.83/1993.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
14828.83/1993.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
14828.83/1993.95		at org.xcsp.parser.XCallbacks$$Lambda$112/213193302.accept(Unknown Source)
14828.83/1993.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
14828.83/1993.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
15099.10/2029.44		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
15099.10/2029.44		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
15099.10/2029.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
15099.10/2029.44		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
15099.10/2029.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
15099.10/2029.44		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
15099.10/2029.44		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
15099.10/2029.44		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
15099.10/2029.44		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
15099.10/2029.44		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
15226.24/2046.21	s UNKNOWN
15226.24/2046.21	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 (15415 MiB free)
  memory of node 1: 16384 MiB (13465 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393551-1568426951/watcher-4393551-1568426951 -o /tmp/evaluation-result-4393551-1568426951/solver-4393551-1568426951 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568426894-1040 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1846591688 HOME/instance-4393551-1568426951.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
solver pid=1182, runsolver pid=1179
Current StackSize limit: 8192 KiB


[startup+0.100119 s]*
/proc/loadavg: 7.32 7.76 7.60 3/211 1205
/proc/meminfo: memFree=29556712/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28227388 memory=30596 CPUtime=0.12 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 5612 0 0 0 11 1 0 0 20 0 20 0 418631584 28904845312 7649 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7056847 7649 3117 1 0 7019032 0
[pid=1184/tid=1185] ppid=1182 vsize=28227388 memory=-7024592270288534718 CPUtime=0.09 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) R 1182 1182 1012 0 -1 4202560 3513 0 0 0 8 1 0 0 20 0 20 0 418631585 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920504485680 139920500264342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28227388 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) S 1182 1182 1012 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920452873360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28227388 memory=140043074356864 CPUtime=0 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920451820560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920450767760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920449714960 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920448662160 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920447609360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920446556560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 7649 33554432000 4194304 4196468 140733264438976 139920445503760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) S 1182 1182 1012 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418631587 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918628764528 139920500263554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418631588 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918627710496 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418631588 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918558881136 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918556776816 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918555724016 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) S 1182 1182 1012 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918554671216 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) S 1182 1182 1012 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918553618416 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631591 28904845312 7649 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 32048 KiB

[startup+0.210461 s]*
/proc/loadavg: 7.32 7.76 7.60 3/211 1205
/proc/meminfo: memFree=29543708/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28227388 memory=42688 CPUtime=0.33 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 9421 0 0 0 29 4 0 0 20 0 20 0 418631584 28904845312 10672 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7056847 10672 3254 1 0 7019032 0
[pid=1184/tid=1185] ppid=1182 vsize=28227388 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) R 1182 1182 1012 0 -1 4202560 6531 0 0 0 17 2 0 0 20 0 20 0 418631585 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920504486288 139920478254951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28227388 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) S 1182 1182 1012 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920452873360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28227388 memory=140043077395429 CPUtime=0 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920451820560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920450767760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920449714960 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920448662160 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920447609360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920446556560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28904845312 10672 33554432000 4194304 4196468 140733264438976 139920445503760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) S 1182 1182 1012 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418631587 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918628764528 139920500263554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418631588 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918627710496 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418631588 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918558881136 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 619 0 0 0 2 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918556776816 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918555724016 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) S 1182 1182 1012 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918554671216 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) R 1182 1182 1012 0 -1 4202560 743 0 0 0 7 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918553618416 139920479386880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631590 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631591 28904845312 10672 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44140 KiB

[startup+0.3103 s]*
/proc/loadavg: 7.32 7.76 7.60 3/211 1205
/proc/meminfo: memFree=29535676/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28231644 memory=51816 CPUtime=0.52 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 10747 0 0 0 47 5 0 0 20 0 20 0 418631584 28909203456 12954 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7057911 12954 3346 1 0 7019032 0
[pid=1184/tid=1185] ppid=1182 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) R 1182 1182 1012 0 -1 4202560 7669 0 0 0 26 3 0 0 20 0 20 0 418631585 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920504483520 139920484332894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28231644 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) S 1182 1182 1012 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920452873360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28231644 memory=2832 CPUtime=0 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920451820560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28231644 memory=8000 CPUtime=0 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920450767760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28231644 memory=10428 CPUtime=0 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920449714960 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28231644 memory=14012 CPUtime=0 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920448662160 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28231644 memory=4108 CPUtime=0 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920447609360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28231644 memory=14080 CPUtime=0 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920446556560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28231644 memory=21880 CPUtime=0 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28909203456 12986 33554432000 4194304 4196468 140733264438976 139920445503760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) S 1182 1182 1012 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418631587 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918628764528 139920500263554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418631588 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918627710496 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418631588 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918558881136 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28231644 memory=140042911712719 CPUtime=0.03 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 622 0 0 0 3 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918556776816 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28231644 memory=67 CPUtime=0.02 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918555724016 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28231644 memory=51172 CPUtime=0.02 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) R 1182 1182 1012 0 -1 4202560 149 0 0 0 2 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918554652232 139920481775936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28231644 memory=53476 CPUtime=0.12 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) S 1182 1182 1012 0 -1 1077944384 820 0 0 0 12 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918553618416 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28231644 memory=110297088 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418631590 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28231644 memory=115843071 CPUtime=0 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631591 28909203456 12986 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53268 KiB

[startup+0.700996 s]
/proc/loadavg: 7.32 7.76 7.60 5/211 1205
/proc/meminfo: memFree=29509800/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28233768 memory=164500 CPUtime=2 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 15924 0 0 0 192 8 0 0 20 0 20 0 418631584 28911378432 41125 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7058442 41125 3449 1 0 7019544 0
[pid=1184/tid=1185] ppid=1182 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) R 1182 1182 1012 0 -1 4202560 8258 0 0 0 62 5 0 0 20 0 20 0 418631585 28911378432 41125 33554432000 4194304 4196468 140733264438976 139920504488464 139920123075252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) S 1182 1182 1012 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418631586 28911378432 41125 33554432000 4194304 4196468 140733264438976 139920452873360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28911378432 41125 33554432000 4194304 4196468 140733264438976 139920451820560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28233768 memory=2020 CPUtime=0 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418631586 28911378432 41125 33554432000 4194304 4196468 140733264438976 139920450767760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0

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

[pid=1184/tid=1185] ppid=1182 vsize=28300332 memory=3436 CPUtime=80.02 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) S 1182 1182 1012 0 -1 1077944384 27097 0 0 0 7979 23 0 0 20 0 21 0 418631585 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920504493088 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28300332 memory=1452 CPUtime=1887.12 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) R 1182 1182 1012 0 -1 4202560 570092 0 0 0 187606 1106 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920452873168 139920492880615 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28300332 memory=4486604260213485459 CPUtime=1886.38 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) R 1182 1182 1012 0 -1 4202560 532392 0 0 0 187564 1074 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920451820368 139920492880615 0 4 0 16800975 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28300332 memory=24158888 CPUtime=1886.05 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) R 1182 1182 1012 0 -1 4202560 464774 0 0 0 187488 1117 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920450767568 139920492880615 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28300332 memory=1452 CPUtime=1885.73 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) R 1182 1182 1012 0 -1 4202560 569546 0 0 0 187504 1069 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920449715080 139920492880615 0 4 0 16800975 0 0 0 -1 7 0 0 50 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28300332 memory=24158888 CPUtime=1884.64 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) R 1182 1182 1012 0 -1 4202560 710377 0 0 0 187335 1129 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920448661968 139920492880615 0 4 0 16800975 0 0 0 -1 5 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28300332 memory=8112282956445269571 CPUtime=1890.22 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) R 1182 1182 1012 0 -1 4202560 810856 0 0 0 187954 1068 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920447609480 139920485242082 0 4 0 16800975 0 0 0 -1 6 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28300332 memory=1552 CPUtime=1884.85 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) R 1182 1182 1012 0 -1 4202560 523224 0 0 0 187371 1114 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920446556368 139920492880615 0 4 0 16800975 0 0 0 -1 4 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28300332 memory=1556 CPUtime=1884.72 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) R 1182 1182 1012 0 -1 4202560 546450 0 0 0 187378 1094 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920445503568 139920492880615 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28300332 memory=1196 CPUtime=40.41 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) S 1182 1182 1012 0 -1 1077944384 1498064 0 0 0 3921 120 0 0 20 0 21 0 418631587 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918628763072 139920500262613 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28300332 memory=2020 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918627710560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28300332 memory=1432 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918558881152 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28300332 memory=776 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28300332 memory=1056 CPUtime=2.44 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 16603 0 0 0 241 3 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918556776864 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28300332 memory=2020 CPUtime=2.09 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 12421 0 0 0 207 2 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918555724064 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28300332 memory=1432 CPUtime=2.35 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) S 1182 1182 1012 0 -1 1077944384 14152 0 0 0 232 3 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918554670976 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28300332 memory=776 CPUtime=0.67 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) S 1182 1182 1012 0 -1 1077944384 5715 0 0 0 65 2 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918553617984 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28300332 memory=1056 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28300332 memory=8112282956445269571 CPUtime=0.73 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 3426 0 0 0 45 28 0 0 20 0 21 0 418631591 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1375] ppid=1182 vsize=28300332 memory=1976 CPUtime=0 cores=0-7
/proc/1184/task/1375/stat : 1375 (java) S 1182 1182 1012 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 418834529 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918542544576 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 15218.5 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 24160340 KiB

[startup+2045.7 s]
/proc/loadavg: 7.84 7.93 7.78 9/213 1375
/proc/meminfo: memFree=5383296/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28300332 memory=24158888 CPUtime=15224.5 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 6307274 0 0 0 1513517 8938 0 0 20 0 21 0 418631584 28979539968 6039722 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7075083 6039722 3524 1 0 7036185 0
[pid=1184/tid=1185] ppid=1182 vsize=28300332 memory=40272 CPUtime=80.02 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) S 1182 1182 1012 0 -1 1077944384 27097 0 0 0 7979 23 0 0 20 0 21 0 418631585 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920504493088 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28300332 memory=988 CPUtime=1887.88 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) R 1182 1182 1012 0 -1 4202560 570092 0 0 0 187682 1106 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920452873168 139920492880615 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28300332 memory=14080 CPUtime=1887.16 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) R 1182 1182 1012 0 -1 4202560 532392 0 0 0 187641 1075 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920451820368 139920492880615 0 4 0 16800975 0 0 0 -1 3 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28300332 memory=21912 CPUtime=1886.79 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) R 1182 1182 1012 0 -1 4202560 464774 0 0 0 187562 1117 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920450767568 139920492880615 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28300332 memory=2120 CPUtime=1886.41 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) R 1182 1182 1012 0 -1 4202560 569546 0 0 0 187572 1069 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920449715080 139920492880615 0 4 0 16800975 0 0 0 -1 7 0 0 50 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28300332 memory=508 CPUtime=1885.41 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) R 1182 1182 1012 0 -1 4202560 710377 0 0 0 187412 1129 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920448661968 139920492880615 0 4 0 16800975 0 0 0 -1 5 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28300332 memory=1560 CPUtime=1891.02 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) R 1182 1182 1012 0 -1 4202560 811417 0 0 0 188034 1068 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920447609480 139920485242050 0 4 0 16800975 0 0 0 -1 6 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28300332 memory=1452 CPUtime=1885.57 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) R 1182 1182 1012 0 -1 4202560 523224 0 0 0 187443 1114 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920446556368 139920492880615 0 4 0 16800975 0 0 0 -1 4 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28300332 memory=24158888 CPUtime=1885.48 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) R 1182 1182 1012 0 -1 4202560 546450 0 0 0 187454 1094 0 0 20 0 21 0 418631586 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139920445503568 139920492880615 0 4 0 16800975 0 0 0 -1 0 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28300332 memory=3612 CPUtime=40.41 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) S 1182 1182 1012 0 -1 1077944384 1498064 0 0 0 3921 120 0 0 20 0 21 0 418631587 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918628763072 139920500262613 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28300332 memory=916 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918627710560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28300332 memory=4148 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918558881152 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28300332 memory=4486604260213485459 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28300332 memory=1556 CPUtime=2.44 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 16603 0 0 0 241 3 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918556776864 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28300332 memory=1196 CPUtime=2.09 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 12421 0 0 0 207 2 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918555724064 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28300332 memory=1044 CPUtime=2.35 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) S 1182 1182 1012 0 -1 1077944384 14152 0 0 0 232 3 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918554670976 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28300332 memory=712 CPUtime=0.67 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) S 1182 1182 1012 0 -1 1077944384 5715 0 0 0 65 2 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918553617984 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28300332 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28300332 memory=8000 CPUtime=0.73 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 3426 0 0 0 45 28 0 0 20 0 21 0 418631591 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1375] ppid=1182 vsize=28300332 memory=10428 CPUtime=0 cores=0-7
/proc/1184/task/1375/stat : 1375 (java) S 1182 1182 1012 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 418834529 28979539968 6039722 33554432000 4194304 4196468 140733264438976 139918542544576 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 15224.5 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 24160340 KiB

[startup+2046.1 s]*
/proc/loadavg: 7.84 7.93 7.78 2/213 1375
/proc/meminfo: memFree=5383636/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/statm: 28282 363 304 221 0 87 0
[pid=1184] ppid=1182 vsize=28300332 memory=24158892 CPUtime=15226.1 cores=0-7
/proc/1184/stat : 1184 (java) S 1182 1182 1012 0 -1 1077944320 6308737 0 0 0 1513675 8939 0 0 20 0 21 0 418631584 28979539968 6039723 33554432000 4194304 4196468 140733264438976 140733264421520 139920500252407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
/proc/1184/statm: 7075083 6039723 3524 1 0 7036185 0
[pid=1184/tid=1185] ppid=1182 vsize=28300332 memory=1398722017469774279 CPUtime=80.02 cores=0-7
/proc/1184/task/1185/stat : 1185 (java) S 1182 1182 1012 0 -1 1077944384 27097 0 0 0 7979 23 0 0 20 0 21 0 418631585 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920504493088 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1186] ppid=1182 vsize=28300332 memory=4126316290023845779 CPUtime=1888.05 cores=0-7
/proc/1184/task/1186/stat : 1186 (java) S 1182 1182 1012 0 -1 1077944384 570092 0 0 0 187699 1106 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920452873360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 37 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1187] ppid=1182 vsize=28300332 memory=1432 CPUtime=1887.33 cores=0-7
/proc/1184/task/1187/stat : 1187 (java) S 1182 1182 1012 0 -1 1077944384 532392 0 0 0 187658 1075 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920451820560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1188] ppid=1182 vsize=28300332 memory=776 CPUtime=1886.96 cores=0-7
/proc/1184/task/1188/stat : 1188 (java) S 1182 1182 1012 0 -1 1077944384 464774 0 0 0 187579 1117 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920450767760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1189] ppid=1182 vsize=28300332 memory=1056 CPUtime=1886.57 cores=0-7
/proc/1184/task/1189/stat : 1189 (java) S 1182 1182 1012 0 -1 1077944384 569546 0 0 0 187588 1069 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920449714960 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1190] ppid=1182 vsize=28300332 memory=4000 CPUtime=1885.58 cores=0-7
/proc/1184/task/1190/stat : 1190 (java) S 1182 1182 1012 0 -1 1077944384 710377 0 0 0 187429 1129 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920448662160 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1191] ppid=1182 vsize=28300332 memory=1552 CPUtime=1891.2 cores=0-7
/proc/1184/task/1191/stat : 1191 (java) S 1182 1182 1012 0 -1 1077944384 811541 0 0 0 188052 1068 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920447609360 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1192] ppid=1182 vsize=28300332 memory=1556 CPUtime=1885.73 cores=0-7
/proc/1184/task/1192/stat : 1192 (java) S 1182 1182 1012 0 -1 1077944384 523224 0 0 0 187459 1114 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920446556560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1195] ppid=1182 vsize=28300332 memory=1196 CPUtime=1885.65 cores=0-7
/proc/1184/task/1195/stat : 1195 (java) S 1182 1182 1012 0 -1 1077944384 546450 0 0 0 187471 1094 0 0 20 0 21 0 418631586 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139920445503760 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 45 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1196] ppid=1182 vsize=28300332 memory=1044 CPUtime=40.64 cores=0-7
/proc/1184/task/1196/stat : 1196 (java) R 1182 1182 1012 0 -1 4202560 1499403 0 0 0 3944 120 0 0 20 0 21 0 418631587 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918628763072 139920478622587 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1197] ppid=1182 vsize=28300332 memory=712 CPUtime=0 cores=0-7
/proc/1184/task/1197/stat : 1197 (java) S 1182 1182 1012 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918627710560 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1198] ppid=1182 vsize=28300332 memory=0 CPUtime=0 cores=0-7
/proc/1184/task/1198/stat : 1198 (java) S 1182 1182 1012 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 21 0 418631588 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918558881152 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1199] ppid=1182 vsize=28300332 memory=2120 CPUtime=0 cores=0-7
/proc/1184/task/1199/stat : 1199 (java) S 1182 1182 1012 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918557829456 139920500271003 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1200] ppid=1182 vsize=28300332 memory=1452 CPUtime=2.44 cores=0-7
/proc/1184/task/1200/stat : 1200 (java) S 1182 1182 1012 0 -1 1077944384 16603 0 0 0 241 3 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918556776864 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1201] ppid=1182 vsize=28300332 memory=24158888 CPUtime=2.09 cores=0-7
/proc/1184/task/1201/stat : 1201 (java) S 1182 1182 1012 0 -1 1077944384 12421 0 0 0 207 2 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918555724064 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1202] ppid=1182 vsize=28300332 memory=14012 CPUtime=2.35 cores=0-7
/proc/1184/task/1202/stat : 1202 (java) S 1182 1182 1012 0 -1 1077944384 14152 0 0 0 232 3 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918554670976 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1203] ppid=1182 vsize=28300332 memory=4108 CPUtime=0.67 cores=0-7
/proc/1184/task/1203/stat : 1203 (java) S 1182 1182 1012 0 -1 1077944384 5715 0 0 0 65 2 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918553617984 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1204] ppid=1182 vsize=28300332 memory=14080 CPUtime=0 cores=0-7
/proc/1184/task/1204/stat : 1204 (java) S 1182 1182 1012 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418631590 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918552566880 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1205] ppid=1182 vsize=28300332 memory=21912 CPUtime=0.73 cores=0-7
/proc/1184/task/1205/stat : 1205 (java) S 1182 1182 1012 0 -1 1077944384 3426 0 0 0 45 28 0 0 20 0 21 0 418631591 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918551514160 139920500263554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
[pid=1184/tid=1375] ppid=1182 vsize=28300332 memory=2120 CPUtime=0 cores=0-7
/proc/1184/task/1375/stat : 1375 (java) S 1182 1182 1012 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 418834529 28979539968 6039723 33554432000 4194304 4196468 140733264438976 139918542544576 139920500262613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23855104 140733264442346 140733264442518 140733264442518 140733264445391 0
Current children cumulated CPU time: 15226.1 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 24160344 KiB

[startup+2046.3 s]
/proc/loadavg: 7.84 7.93 7.78 2/213 1375
/proc/meminfo: memFree=5383636/32770624 swapFree=66958236/67108860
[pid=1182] ppid=1179 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1182/stat : 1182 (xcsp3-exec) S 1179 1182 1012 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418631584 115843072 363 33554432000 4194304 5098028 140735298329840 140735298327944 139902202262140 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34480128 140735298335605 140735298335849 140735298335849 140735298338762 0
/proc/1182/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): 2046.32
CPU time (s): 15226.4
CPU user time (s): 15136.9
CPU system time (s): 89.5003
CPU usage (%): 744.085
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 24160344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15136.9
system time used= 89.5003
maximum resident set size= 24159024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6314887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262919
involuntary context switches= 958109


# summary of solver processes directly reported to runsolver:
#   pid: 1182
#   total CPU time (s): 15226.4
#   total CPU user time (s): 15136.9
#   total CPU system time (s): 89.5003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0921 second user time and 20.5297 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-14 04:08:29
IDJOB=4393551
IDBENCH=126480
IDSOLVER=2841
FILE ID=node145/4393551-1568426951
RUNJOBID= node145-1568426894-1040
PBS_JOBID= 21702291
Free space on /tmp= 59504 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-7-4-cp.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-4393551-1568426951/watcher-4393551-1568426951 -o /tmp/evaluation-result-4393551-1568426951/solver-4393551-1568426951 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568426894-1040 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1846591688 HOME/instance-4393551-1568426951.xml

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

MD5SUM BENCH= 6c7c8fee2fac051830782d16440ff60b
RANDOM SEED=1846591688

node145.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.59
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.59
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.59
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.59
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:        29574332 kB
MemAvailable:   31860372 kB
Buffers:          129152 kB
Cached:          2441692 kB
SwapCached:        41016 kB
Active:          1238736 kB
Inactive:        1375472 kB
Active(anon):       6040 kB
Inactive(anon):    78420 kB
Active(file):    1232696 kB
Inactive(file):  1297052 kB
Unevictable:      109408 kB
Mlocked:          109408 kB
SwapTotal:      67108860 kB
SwapFree:       66958236 kB
Dirty:             26688 kB
Writeback:             0 kB
AnonPages:        112864 kB
Mapped:            44024 kB
Shmem:             32364 kB
Slab:             172172 kB
SReclaimable:     144252 kB
SUnreclaim:        27920 kB
KernelStack:        3376 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59480 MiB
End job on node145 at 2019-09-14 04:42:36