Trace number 4393568

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? 8835.73 1597.54

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-06.xml
MD5SUM6b3d88799df56964f86d557249875b85
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 benchmark56.1836
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size440
Maximum domain size538
Distribution of domain sizes[{"size":440,"count":2},{"size":441,"count":2},{"size":442,"count":2},{"size":444,"count":2},{"size":445,"count":4},{"size":447,"count":2},{"size":448,"count":4},{"size":449,"count":4},{"size":450,"count":2},{"size":452,"count":2},{"size":455,"count":4},{"size":457,"count":4},{"size":459,"count":2},{"size":461,"count":2},{"size":462,"count":2},{"size":464,"count":4},{"size":466,"count":2},{"size":467,"count":2},{"size":470,"count":4},{"size":472,"count":8},{"size":474,"count":2},{"size":475,"count":2},{"size":477,"count":2},{"size":480,"count":6},{"size":483,"count":2},"...",{"size":505,"count":2}, {"size":506,"count":2}, {"size":508,"count":10}, {"size":509,"count":2}, {"size":511,"count":2}, {"size":512,"count":2}, {"size":513,"count":6}, {"size":514,"count":2}, {"size":515,"count":2}, {"size":516,"count":2}, {"size":517,"count":4}, {"size":518,"count":4}, {"size":519,"count":4}, {"size":520,"count":2}, {"size":521,"count":2}, {"size":522,"count":4}, {"size":523,"count":4}, {"size":524,"count":2}, {"size":526,"count":4}, {"size":528,"count":2}, {"size":529,"count":4}, {"size":530,"count":8}, {"size":531,"count":4}, {"size":534,"count":2}, {"size":538,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393568-1568441958.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393568-1568441958.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
8764.54/1585.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
8764.54/1585.43		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/999609945.valid(Unknown Source)
8764.54/1585.43		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
8764.54/1585.43		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
8764.54/1585.43		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
8764.54/1585.43		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
8764.54/1585.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
8764.54/1585.43		at org.xcsp.parser.XCallbacks$$Lambda$89/592688102.accept(Unknown Source)
8764.54/1585.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
8764.54/1585.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
8764.54/1585.43		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
8764.54/1585.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
8764.54/1585.43		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
8764.54/1585.43		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
8764.54/1585.43		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
8764.54/1585.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
8835.57/1597.42	s UNKNOWN
8835.57/1597.42	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393568-1568441958/watcher-4393568-1568441958 -o /tmp/evaluation-result-4393568-1568441958/solver-4393568-1568441958 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568439317-16689 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1248838348 HOME/instance-4393568-1568441958.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=19347, runsolver pid=19344

[startup+0.100159 s]*
/proc/loadavg: 5.73 7.39 7.81 2/211 19368
/proc/meminfo: memFree=30848784/32770624 swapFree=66940972/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28227388 memory=28924 CPUtime=0.12 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 5708 0 0 0 11 1 0 0 20 0 20 0 420434465 28904845312 7231 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7056847 7231 3121 1 0 7019032 0
[pid=19349/tid=19350] ppid=19347 vsize=28227388 memory=7898639129593684635 CPUtime=0.09 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) R 19347 19347 16662 0 -1 4202560 3615 0 0 0 8 1 0 0 20 0 20 0 420434465 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227643468576 140227639256221 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28227388 memory=732370089080519653 CPUtime=0 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28227388 memory=139950743066240 CPUtime=0 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 7231 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434467 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226170366192 140227639245442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420434468 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226169312416 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420434468 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226168259312 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434470 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 420434470 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226166156016 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434470 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226165103472 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 420434470 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226164050416 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) R 19347 19347 16662 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 20 0 420434470 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226162997872 140227639255642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434471 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434471 28904845312 7231 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30380 KiB

[startup+0.210313 s]*
/proc/loadavg: 5.73 7.39 7.81 3/211 19368
/proc/meminfo: memFree=30837096/32770624 swapFree=66940972/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28227388 memory=40392 CPUtime=0.33 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 9360 0 0 0 31 2 0 0 20 0 20 0 420434465 28904845312 10098 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7056847 10098 3291 1 0 7019032 0
[pid=19349/tid=19350] ppid=19347 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) R 19347 19347 16662 0 -1 4202560 6604 0 0 0 18 2 0 0 20 0 20 0 420434465 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227643468416 140227639246230 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28227388 memory=732370089080519653 CPUtime=0 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28227388 memory=139950743066240 CPUtime=0 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28904845312 10098 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) S 19347 19347 16662 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420434467 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226170366192 140227639245442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420434468 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226169312416 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420434468 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226168259312 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434470 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 20 0 420434470 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226166156016 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) S 19347 19347 16662 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 20 0 420434470 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226165103472 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 420434470 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226164050416 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) R 19347 19347 16662 0 -1 4202560 790 0 0 0 8 0 0 0 20 0 20 0 420434470 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226162997872 140227618191980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434471 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434471 28904845312 10098 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41848 KiB

[startup+0.309659 s]*
/proc/loadavg: 5.73 7.39 7.81 3/211 19368
/proc/meminfo: memFree=30828984/32770624 swapFree=66940972/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28231644 memory=49900 CPUtime=0.52 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 10837 0 0 0 49 3 0 0 20 0 20 0 420434465 28909203456 12475 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7057911 12475 3342 1 0 7019032 0
[pid=19349/tid=19350] ppid=19347 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) R 19347 19347 16662 0 -1 4202560 7753 0 0 0 27 2 0 0 20 0 20 0 420434465 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227643468080 140227622425918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28231644 memory=139950637020079 CPUtime=0 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28231644 memory=139950637022384 CPUtime=0 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28231644 memory=139950637024688 CPUtime=0 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434466 28909203456 12475 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) S 19347 19347 16662 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420434467 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226170366192 140227639245442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28231644 memory=279901274056336 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420434468 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226169312416 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28231644 memory=279901274063248 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420434468 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226168259312 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28231644 memory=279901274004400 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434470 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28231644 memory=279901274077072 CPUtime=0.02 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 420434470 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226166156016 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28231644 memory=279901274083984 CPUtime=0.04 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) R 19347 19347 16662 0 -1 4202560 222 0 0 0 4 0 0 0 20 0 20 0 420434470 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226165093856 140227620778479 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28231644 memory=279901274081680 CPUtime=0.01 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 20 0 420434470 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226164050416 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28231644 memory=279901274097840 CPUtime=0.12 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) S 19347 19347 16662 0 -1 1077944384 946 0 0 0 12 0 0 0 20 0 20 0 420434470 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226162997872 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434471 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420434471 28909203456 12475 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51356 KiB

[startup+0.700927 s]
/proc/loadavg: 5.73 7.39 7.81 4/211 19368
/proc/meminfo: memFree=30805776/32770624 swapFree=66940972/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28233768 memory=116484 CPUtime=1.99 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 18784 0 0 0 193 6 0 0 20 0 20 0 420434465 28911378432 29121 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7058442 29121 3443 1 0 7019544 0
[pid=19349/tid=19350] ppid=19347 vsize=28233768 memory=279901274392768 CPUtime=0.68 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) R 19347 19347 16662 0 -1 4202560 9177 0 0 0 65 3 0 0 20 0 20 0 420434465 28911378432 29121 33554432000 4194304 4196468 140729078284784 140227643469792 140227280637696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28233768 memory=1772 CPUtime=0 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28911378432 29121 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420434466 28911378432 29121 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420434466 28911378432 29121 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0

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

[pid=19349/tid=19350] ppid=19347 vsize=28300332 memory=6791534058613427641 CPUtime=367.65 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) S 19347 19347 16662 0 -1 1077944384 92497 0 0 0 36567 198 0 0 20 0 21 0 420434465 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227643474976 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28300332 memory=3620 CPUtime=1037.17 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 196670 0 0 0 103079 638 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28300332 memory=1456 CPUtime=1033.84 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 183967 0 0 0 102748 636 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28300332 memory=3620 CPUtime=1032.58 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 191295 0 0 0 102660 598 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28300332 memory=40840 CPUtime=1034.88 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 195430 0 0 0 102936 552 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 74 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28300332 memory=1988 CPUtime=1033.6 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 165122 0 0 0 102786 574 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28300332 memory=3620 CPUtime=1035.4 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 184393 0 0 0 102923 617 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 71 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28300332 memory=40840 CPUtime=1036.4 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 209297 0 0 0 103077 563 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 81 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28300332 memory=1988 CPUtime=1033.28 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 180067 0 0 0 102683 645 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28300332 memory=988 CPUtime=185.13 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) R 19347 19347 16662 0 -1 4202560 886924 0 0 0 18400 113 0 0 20 0 21 0 420434467 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226170364624 140227623691886 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28300332 memory=1428 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226169312480 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28300332 memory=1772 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226168259328 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28300332 memory=25536420 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28300332 memory=2432 CPUtime=1.06 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 7315 0 0 0 104 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226166156064 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28300332 memory=1436 CPUtime=1.39 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) S 19347 19347 16662 0 -1 1077944384 11220 0 0 0 137 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226165103232 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28300332 memory=804 CPUtime=1.22 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 12418 0 0 0 120 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226164050464 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28300332 memory=1764 CPUtime=0.6 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) S 19347 19347 16662 0 -1 1077944384 8662 0 0 0 59 1 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226162997920 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28300332 memory=111628 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28300332 memory=800 CPUtime=0.64 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 2702 0 0 0 35 29 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19488] ppid=19347 vsize=28300332 memory=1804 CPUtime=0 cores=0-7
/proc/19349/task/19488/stat : 19488 (java) S 19347 19347 16662 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 21 0 420593008 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226151685184 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 8834.98 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25537876 KiB

[startup+1597.2 s]
/proc/loadavg: 7.40 7.30 6.57 2/212 19489
/proc/meminfo: memFree=5297620/32770624 swapFree=66940980/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28300332 memory=25536420 CPUtime=8835.37 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 2529333 0 0 0 878378 5159 0 0 20 0 21 0 420434465 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7075083 6384105 3515 1 0 7036185 0
[pid=19349/tid=19350] ppid=19347 vsize=28300332 memory=532 CPUtime=367.65 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) S 19347 19347 16662 0 -1 1077944384 92497 0 0 0 36567 198 0 0 20 0 21 0 420434465 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227643474976 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28300332 memory=928 CPUtime=1037.17 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 196670 0 0 0 103079 638 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28300332 memory=1720 CPUtime=1033.84 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 183967 0 0 0 102748 636 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28300332 memory=1976 CPUtime=1032.58 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 191295 0 0 0 102660 598 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28300332 memory=2432 CPUtime=1034.88 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 195430 0 0 0 102936 552 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 74 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28300332 memory=1436 CPUtime=1033.6 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 165122 0 0 0 102786 574 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28300332 memory=804 CPUtime=1035.4 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 184393 0 0 0 102923 617 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 71 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28300332 memory=1764 CPUtime=1036.4 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 209297 0 0 0 103077 563 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 81 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28300332 memory=6791534058613427641 CPUtime=1033.28 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 180067 0 0 0 102683 645 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28300332 memory=3372 CPUtime=185.53 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) R 19347 19347 16662 0 -1 4202560 886924 0 0 0 18440 113 0 0 20 0 21 0 420434467 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226170364624 140227624230705 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226169312480 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28300332 memory=3620 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226168259328 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28300332 memory=40840 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28300332 memory=1988 CPUtime=1.06 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 7315 0 0 0 104 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226166156064 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28300332 memory=988 CPUtime=1.39 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) S 19347 19347 16662 0 -1 1077944384 11220 0 0 0 137 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226165103232 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28300332 memory=1428 CPUtime=1.22 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 12418 0 0 0 120 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226164050464 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28300332 memory=1772 CPUtime=0.6 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) S 19347 19347 16662 0 -1 1077944384 8662 0 0 0 59 1 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226162997920 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28300332 memory=1056 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28300332 memory=25536420 CPUtime=0.65 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 2702 0 0 0 35 30 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19488] ppid=19347 vsize=28300332 memory=800 CPUtime=0 cores=0-7
/proc/19349/task/19488/stat : 19488 (java) S 19347 19347 16662 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 21 0 420593008 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226151685184 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 8835.37 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25537876 KiB

[startup+1597.4 s]
/proc/loadavg: 7.40 7.30 6.57 2/212 19489
/proc/meminfo: memFree=5297620/32770624 swapFree=66940980/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
[pid=19349] ppid=19347 vsize=28300332 memory=25536420 CPUtime=8835.57 cores=0-7
/proc/19349/stat : 19349 (java) S 19347 19347 16662 0 -1 1077944320 2529333 0 0 0 878398 5159 0 0 20 0 21 0 420434465 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140729078267328 140227639234295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
/proc/19349/statm: 7075083 6384105 3515 1 0 7036185 0
[pid=19349/tid=19350] ppid=19347 vsize=28300332 memory=4464 CPUtime=367.65 cores=0-7
/proc/19349/task/19350/stat : 19350 (java) S 19347 19347 16662 0 -1 1077944384 92497 0 0 0 36567 198 0 0 20 0 21 0 420434465 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227643474976 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19351] ppid=19347 vsize=28300332 memory=4100 CPUtime=1037.17 cores=0-7
/proc/19349/task/19351/stat : 19351 (java) S 19347 19347 16662 0 -1 1077944384 196670 0 0 0 103079 638 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227190577680 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19352] ppid=19347 vsize=28300332 memory=1408 CPUtime=1033.84 cores=0-7
/proc/19349/task/19352/stat : 19352 (java) S 19347 19347 16662 0 -1 1077944384 183967 0 0 0 102748 636 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227189525136 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19353] ppid=19347 vsize=28300332 memory=3356 CPUtime=1032.58 cores=0-7
/proc/19349/task/19353/stat : 19353 (java) S 19347 19347 16662 0 -1 1077944384 191295 0 0 0 102660 598 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227188472080 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19354] ppid=19347 vsize=28300332 memory=1456 CPUtime=1034.88 cores=0-7
/proc/19349/task/19354/stat : 19354 (java) S 19347 19347 16662 0 -1 1077944384 195430 0 0 0 102936 552 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227187419536 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 74 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19355] ppid=19347 vsize=28300332 memory=25536420 CPUtime=1033.6 cores=0-7
/proc/19349/task/19355/stat : 19355 (java) S 19347 19347 16662 0 -1 1077944384 165122 0 0 0 102786 574 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227186367504 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 77 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19356] ppid=19347 vsize=28300332 memory=288230574492221466 CPUtime=1035.4 cores=0-7
/proc/19349/task/19356/stat : 19356 (java) S 19347 19347 16662 0 -1 1077944384 184393 0 0 0 102923 617 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227185314960 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 71 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19357] ppid=19347 vsize=28300332 memory=288230617509003574 CPUtime=1036.4 cores=0-7
/proc/19349/task/19357/stat : 19357 (java) S 19347 19347 16662 0 -1 1077944384 209297 0 0 0 103077 563 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227184261904 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 81 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19358] ppid=19347 vsize=28300332 memory=14698482732632482 CPUtime=1033.28 cores=0-7
/proc/19349/task/19358/stat : 19358 (java) S 19347 19347 16662 0 -1 1077944384 180067 0 0 0 102683 645 0 0 20 0 21 0 420434466 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140227183209360 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 73 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19359] ppid=19347 vsize=28300332 memory=1428 CPUtime=185.73 cores=0-7
/proc/19349/task/19359/stat : 19359 (java) R 19347 19347 16662 0 -1 4202560 886924 0 0 0 18460 113 0 0 20 0 21 0 420434467 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226170364624 140227617604475 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19360] ppid=19347 vsize=28300332 memory=1772 CPUtime=0 cores=0-7
/proc/19349/task/19360/stat : 19360 (java) S 19347 19347 16662 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226169312480 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19361] ppid=19347 vsize=28300332 memory=1056 CPUtime=0 cores=0-7
/proc/19349/task/19361/stat : 19361 (java) S 19347 19347 16662 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420434468 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226168259328 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19362] ppid=19347 vsize=28300332 memory=1556 CPUtime=0 cores=0-7
/proc/19349/task/19362/stat : 19362 (java) S 19347 19347 16662 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226167207888 140227639252891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19363] ppid=19347 vsize=28300332 memory=11568 CPUtime=1.06 cores=0-7
/proc/19349/task/19363/stat : 19363 (java) S 19347 19347 16662 0 -1 1077944384 7315 0 0 0 104 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226166156064 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19364] ppid=19347 vsize=28300332 memory=1732 CPUtime=1.39 cores=0-7
/proc/19349/task/19364/stat : 19364 (java) S 19347 19347 16662 0 -1 1077944384 11220 0 0 0 137 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226165103232 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19365] ppid=19347 vsize=28300332 memory=6791534058613427641 CPUtime=1.22 cores=0-7
/proc/19349/task/19365/stat : 19365 (java) S 19347 19347 16662 0 -1 1077944384 12418 0 0 0 120 2 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226164050464 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19366] ppid=19347 vsize=28300332 memory=288230617509003574 CPUtime=0.6 cores=0-7
/proc/19349/task/19366/stat : 19366 (java) S 19347 19347 16662 0 -1 1077944384 8662 0 0 0 59 1 0 0 20 0 21 0 420434470 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226162997920 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19367] ppid=19347 vsize=28300332 memory=14698482732632482 CPUtime=0 cores=0-7
/proc/19349/task/19367/stat : 19367 (java) S 19347 19347 16662 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226161945056 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19368] ppid=19347 vsize=28300332 memory=532 CPUtime=0.65 cores=0-7
/proc/19349/task/19368/stat : 19368 (java) S 19347 19347 16662 0 -1 1077944384 2702 0 0 0 35 30 0 0 20 0 21 0 420434471 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226160892592 140227639245442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
[pid=19349/tid=19488] ppid=19347 vsize=28300332 memory=928 CPUtime=0 cores=0-7
/proc/19349/task/19488/stat : 19488 (java) S 19347 19347 16662 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 21 0 420593008 28979539968 6384105 33554432000 4194304 4196468 140729078284784 140226151685184 140227639244501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12173312 140729078289386 140729078289558 140729078289558 140729078292431 0
Current children cumulated CPU time: 8835.57 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25537876 KiB

[startup+1597.5 s]
/proc/loadavg: 7.40 7.30 6.57 2/212 19489
/proc/meminfo: memFree=5297620/32770624 swapFree=66940980/67108860
[pid=19347] ppid=19344 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19347/stat : 19347 (xcsp3-exec) S 19344 19347 16662 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420434464 115843072 364 33554432000 4194304 5098028 140731285412368 140731285410472 139810287096444 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32718848 140731285418869 140731285419113 140731285419113 140731285422026 0
/proc/19347/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1597.54
CPU time (s): 8835.73
CPU user time (s): 8784.01
CPU system time (s): 51.7113
CPU usage (%): 553.085
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25537876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8784.01
system time used= 51.7113
maximum resident set size= 25536800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2529960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98386
involuntary context switches= 129423


# summary of solver processes directly reported to runsolver:
#   pid: 19347
#   total CPU time (s): 8835.73
#   total CPU user time (s): 8784.01
#   total CPU system time (s): 51.7113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9819 second user time and 17.7373 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 08:18:40
IDJOB=4393568
IDBENCH=138444
IDSOLVER=2841
FILE ID=node149/4393568-1568441958
RUNJOBID= node149-1568439317-16689
PBS_JOBID= 21702332
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.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-4393568-1568441958/watcher-4393568-1568441958 -o /tmp/evaluation-result-4393568-1568441958/solver-4393568-1568441958 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568439317-16689 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1248838348 HOME/instance-4393568-1568441958.xml

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

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=1248838348

node149.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.81
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.81
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.81
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.81
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:        30864704 kB
MemAvailable:   31851396 kB
Buffers:          195028 kB
Cached:          1086820 kB
SwapCached:        61340 kB
Active:           624648 kB
Inactive:         720316 kB
Active(anon):      30428 kB
Inactive(anon):    72540 kB
Active(file):     594220 kB
Inactive(file):   647776 kB
Unevictable:      111236 kB
Mlocked:          111236 kB
SwapTotal:      67108860 kB
SwapFree:       66940972 kB
Dirty:             26016 kB
Writeback:             0 kB
AnonPages:        361712 kB
Mapped:            43968 kB
Shmem:             31396 kB
Slab:             149988 kB
SReclaimable:     121064 kB
SUnreclaim:        28924 kB
KernelStack:        3840 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 08:45:18