Trace number 4404323

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 8041.02 1479.71

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
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 benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
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-4404323-1569007247.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404323-1569007247.xml, -tl, 20160s, -p, 8]
0.12/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
7951.43/1465.11	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$147/1159114532.get$Lambda(Unknown Source)
7951.54/1465.11		at java.lang.invoke.LambdaForm$DMH/918221580.invokeStatic_LL_L(LambdaForm$DMH)
7951.54/1465.11		at java.lang.invoke.LambdaForm$MH/586617651.linkToTargetMethod(LambdaForm$MH)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/615634843.valid(Unknown Source)
7951.54/1465.11		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7951.54/1465.11		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
7951.54/1465.11		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7951.54/1465.11		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
7951.54/1465.11		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
7951.54/1465.11		at org.xcsp.parser.XCallbacks$$Lambda$88/103887628.accept(Unknown Source)
7951.54/1465.11		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7951.54/1465.11		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
7951.54/1465.11		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
7951.54/1465.11		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7951.54/1465.11		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7951.54/1465.11		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
7951.54/1465.11		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7951.54/1465.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
8040.60/1479.36	s UNKNOWN
8040.60/1479.36	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 (10449 MiB free)
  memory of node 1: 16384 MiB (13692 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404323-1569007247/watcher-4404323-1569007247 -o /tmp/evaluation-result-4404323-1569007247/solver-4404323-1569007247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1569007204-18905 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1076192867 HOME/instance-4404323-1569007247.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=19303, runsolver pid=19300
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 7.52 8.19 8.28 3/212 19324
/proc/meminfo: memFree=24703388/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28227396 memory=30184 CPUtime=0.12 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 5516 0 0 0 11 1 0 0 20 0 20 0 476989507 28904853504 7546 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7056849 7546 3121 1 0 7019032 0
[pid=19305/tid=19306] ppid=19303 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19303 18878 0 -1 4202560 3418 0 0 0 8 1 0 0 20 0 20 0 476989508 28904853504 7546 33554432000 4194304 4196468 140735547612640 140647408393904 140647404174742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 7546 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28227396 memory=140570494998144 CPUtime=0 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19310] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646952209296 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19311] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989510 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646386240240 140647404173954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476989510 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646385186464 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476989511 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646384133360 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646382029040 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) R 19303 19303 18878 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646380968144 140647388979309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646379923440 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) R 19303 19303 18878 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646378870896 140647383101053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 7546 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31640 KiB

[startup+0.212707 s]*
/proc/loadavg: 7.52 8.19 8.28 2/212 19324
/proc/meminfo: memFree=24679924/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28227396 memory=41228 CPUtime=0.34 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 9059 0 0 0 31 3 0 0 20 0 20 0 476989507 28904853504 10307 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7056849 10307 3287 1 0 7019032 0
[pid=19305/tid=19306] ppid=19303 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19303 18878 0 -1 4202560 6231 0 0 0 18 2 0 0 20 0 20 0 476989508 28904853504 10307 33554432000 4194304 4196468 140735547612640 140647408397792 140647404184154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 10307 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28227396 memory=288370946646709888 CPUtime=0 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19310] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646952209296 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19311] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989509 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19303 18878 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476989510 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646386240240 140647404173954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476989510 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646385186464 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476989511 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646384133360 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646382029040 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28227396 memory=0 CPUtime=0.03 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19303 18878 0 -1 1077944384 428 0 0 0 3 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646380976496 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19303 18878 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646379923440 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) R 19303 19303 18878 0 -1 4202560 752 0 0 0 7 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646378870896 140647404174742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989513 28904853504 10307 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42684 KiB

[startup+0.310405 s]*
/proc/loadavg: 7.52 8.19 8.28 3/212 19324
/proc/meminfo: memFree=24675800/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28231652 memory=50276 CPUtime=0.52 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 10427 0 0 0 48 4 0 0 20 0 20 0 476989507 28909211648 12569 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7057913 12569 3344 1 0 7019032 0
[pid=19305/tid=19306] ppid=19303 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19303 18878 0 -1 4202560 7366 0 0 0 27 2 0 0 20 0 20 0 476989508 28909211648 12634 33554432000 4194304 4196468 140735547612640 140647408396112 140647404184733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28909211648 12634 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28909211648 12634 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28909211648 12634 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19310] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646952209296 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19311] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28231652 memory=140570387376815 CPUtime=0 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28231652 memory=140570387379120 CPUtime=0 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989509 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28231652 memory=140570387381424 CPUtime=0 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989509 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) S 19303 19303 18878 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476989510 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646386240240 140647404173954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28231652 memory=281140774776720 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476989510 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646385186464 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28231652 memory=281140774774416 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476989511 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646384133360 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28231652 memory=281140774781328 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28231652 memory=281140774722608 CPUtime=0.01 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646382029040 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28231652 memory=281140774795152 CPUtime=0.04 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19303 18878 0 -1 1077944384 444 0 0 0 4 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646380976496 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28231652 memory=281140774802064 CPUtime=0.02 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) R 19303 19303 18878 0 -1 4202560 158 0 0 0 2 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646379904552 140647382579230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28231652 memory=281140774799760 CPUtime=0.12 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19303 18878 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646378870896 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989513 28909211648 12640 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51732 KiB

[startup+0.701031 s]
/proc/loadavg: 7.52 8.19 8.28 6/212 19324
/proc/meminfo: memFree=24667452/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28233776 memory=96624 CPUtime=1.84 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 16913 0 0 0 178 6 0 0 20 0 20 0 476989507 28911386624 24156 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7058444 24156 3447 1 0 7019544 0
[pid=19305/tid=19306] ppid=19303 vsize=28233776 memory=0 CPUtime=0.62 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) R 19303 19303 18878 0 -1 4202560 8781 0 0 0 59 3 0 0 20 0 20 0 476989508 28911386624 24156 33554432000 4194304 4196468 140735547612640 140647408399408 140647404174742 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28233776 memory=140570387587952 CPUtime=0 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28911386624 24156 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476989508 28911386624 24156 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28233776 memory=776 CPUtime=0 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476989508 28911386624 24156 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0

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

[pid=19305/tid=19311] ppid=19303 vsize=28300340 memory=53408 CPUtime=936.05 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 5540785 0 0 0 92644 961 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28300340 memory=25445680 CPUtime=937.93 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 4169437 0 0 0 92981 812 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28300340 memory=1456 CPUtime=937.87 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 4633594 0 0 0 92943 844 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28300340 memory=1456 CPUtime=937.76 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 5509114 0 0 0 92903 873 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28300340 memory=6791534058613427641 CPUtime=179.07 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) R 19303 19303 18878 0 -1 4202560 1496104 0 0 0 17814 93 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646386238784 140647389159231 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28300340 memory=25445668 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646385186528 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28300340 memory=9396 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 476989511 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646384133376 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28300340 memory=656 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28300340 memory=25445696 CPUtime=1.56 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 12126 0 0 0 155 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646382028800 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28300340 memory=3432 CPUtime=1.35 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19303 18878 0 -1 1077944384 11859 0 0 0 134 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646380976544 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28300340 memory=1456 CPUtime=0.98 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19303 18878 0 -1 1077944384 6503 0 0 0 96 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646379923488 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28300340 memory=25445656 CPUtime=0.6 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19303 18878 0 -1 1077944384 9048 0 0 0 58 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646378870944 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28300340 memory=1660 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28300340 memory=1398722017469774279 CPUtime=0.65 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 2603 0 0 0 31 34 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19432] ppid=19303 vsize=28300340 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19305/task/19432/stat : 19432 (java) S 19303 19303 18878 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 477136019 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646367551040 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 8038.09 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447152 KiB

[startup+1478.4 s]
/proc/loadavg: 7.08 6.78 6.29 2/213 19434
/proc/meminfo: memFree=207932/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28300340 memory=25445696 CPUtime=8039.7 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 41083200 0 0 0 796573 7397 0 0 20 0 21 0 476989507 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7075085 6361424 3519 1 0 7036185 0
[pid=19305/tid=19306] ppid=19303 vsize=28300340 memory=988 CPUtime=352.78 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) S 19303 19303 18878 0 -1 1077944384 98193 0 0 0 35097 181 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140647408403488 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28300340 memory=6791534058613427641 CPUtime=938.62 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 4022656 0 0 0 92979 883 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28300340 memory=2020 CPUtime=938.22 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 5635577 0 0 0 92962 860 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28300340 memory=1428 CPUtime=937.36 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 5721542 0 0 0 92794 942 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19310] ppid=19303 vsize=28300340 memory=1456 CPUtime=937.16 cores=0-7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19303 18878 0 -1 1077944384 4200701 0 0 0 92791 925 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646952209296 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19311] ppid=19303 vsize=28300340 memory=1456 CPUtime=936.05 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 5540785 0 0 0 92644 961 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28300340 memory=1456 CPUtime=937.93 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 4169437 0 0 0 92981 812 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28300340 memory=1456 CPUtime=937.87 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 4633594 0 0 0 92943 844 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28300340 memory=25445696 CPUtime=937.76 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 5509114 0 0 0 92903 873 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28300340 memory=3580 CPUtime=180.67 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) R 19303 19303 18878 0 -1 4202560 1508082 0 0 0 17973 94 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646386238672 140647388620427 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646385186528 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28300340 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 476989511 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646384133376 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28300340 memory=14413717844530249 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28300340 memory=1072 CPUtime=1.56 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 12126 0 0 0 155 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646382028800 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28300340 memory=1456 CPUtime=1.35 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19303 18878 0 -1 1077944384 11859 0 0 0 134 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646380976544 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28300340 memory=1456 CPUtime=0.98 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19303 18878 0 -1 1077944384 6503 0 0 0 96 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646379923488 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28300340 memory=25445696 CPUtime=0.6 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19303 18878 0 -1 1077944384 9048 0 0 0 58 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646378870944 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28300340 memory=1560 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28300340 memory=932 CPUtime=0.65 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 2603 0 0 0 31 34 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19432] ppid=19303 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/19305/task/19432/stat : 19432 (java) S 19303 19303 18878 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 477136019 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646367551040 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 8039.7 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447152 KiB

[startup+1479.2 s]
/proc/loadavg: 7.08 6.78 6.29 2/213 19434
/proc/meminfo: memFree=208008/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
[pid=19305] ppid=19303 vsize=28300340 memory=25445696 CPUtime=8040.5 cores=0-7
/proc/19305/stat : 19305 (java) S 19303 19303 18878 0 -1 1077944320 41083200 0 0 0 796653 7397 0 0 20 0 21 0 476989507 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140735547595184 140647404162807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
/proc/19305/statm: 7075085 6361424 3519 1 0 7036185 0
[pid=19305/tid=19306] ppid=19303 vsize=28300340 memory=1544 CPUtime=352.78 cores=0-7
/proc/19305/task/19306/stat : 19306 (java) S 19303 19303 18878 0 -1 1077944384 98193 0 0 0 35097 181 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140647408403488 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19307] ppid=19303 vsize=28300340 memory=776 CPUtime=938.62 cores=0-7
/proc/19305/task/19307/stat : 19307 (java) S 19303 19303 18878 0 -1 1077944384 4022656 0 0 0 92979 883 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140647362923536 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19308] ppid=19303 vsize=28300340 memory=1056 CPUtime=938.22 cores=0-7
/proc/19305/task/19308/stat : 19308 (java) S 19303 19303 18878 0 -1 1077944384 5635577 0 0 0 92962 860 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646954314896 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19309] ppid=19303 vsize=28300340 memory=6791534058613427641 CPUtime=937.36 cores=0-7
/proc/19305/task/19309/stat : 19309 (java) S 19303 19303 18878 0 -1 1077944384 5721542 0 0 0 92794 942 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646953261840 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19310] ppid=19303 vsize=28300340 memory=0 CPUtime=937.16 cores=0-7
/proc/19305/task/19310/stat : 19310 (java) S 19303 19303 18878 0 -1 1077944384 4200701 0 0 0 92791 925 0 0 20 0 21 0 476989508 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646952209296 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19311] ppid=19303 vsize=28300340 memory=64 CPUtime=936.05 cores=0-7
/proc/19305/task/19311/stat : 19311 (java) S 19303 19303 18878 0 -1 1077944384 5540785 0 0 0 92644 961 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646951156240 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19312] ppid=19303 vsize=28300340 memory=0 CPUtime=937.93 cores=0-7
/proc/19305/task/19312/stat : 19312 (java) S 19303 19303 18878 0 -1 1077944384 4169437 0 0 0 92981 812 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646950103696 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19313] ppid=19303 vsize=28300340 memory=93605 CPUtime=937.87 cores=0-7
/proc/19305/task/19313/stat : 19313 (java) S 19303 19303 18878 0 -1 1077944384 4633594 0 0 0 92943 844 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646949050640 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19314] ppid=19303 vsize=28300340 memory=-3622645143214314312 CPUtime=937.76 cores=0-7
/proc/19305/task/19314/stat : 19314 (java) S 19303 19303 18878 0 -1 1077944384 5509114 0 0 0 92903 873 0 0 20 0 21 0 476989509 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646947998096 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19315] ppid=19303 vsize=28300340 memory=25445656 CPUtime=181.47 cores=0-7
/proc/19305/task/19315/stat : 19315 (java) R 19303 19303 18878 0 -1 4202560 1508082 0 0 0 18053 94 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646386238672 140647389159188 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19316] ppid=19303 vsize=28300340 memory=2832 CPUtime=0 cores=0-7
/proc/19305/task/19316/stat : 19316 (java) S 19303 19303 18878 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 476989510 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646385186528 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19317] ppid=19303 vsize=28300340 memory=1552 CPUtime=0 cores=0-7
/proc/19305/task/19317/stat : 19317 (java) S 19303 19303 18878 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 476989511 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646384133376 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19318] ppid=19303 vsize=28300340 memory=1204 CPUtime=0 cores=0-7
/proc/19305/task/19318/stat : 19318 (java) S 19303 19303 18878 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646383081936 140647404181403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19319] ppid=19303 vsize=28300340 memory=1440 CPUtime=1.56 cores=0-7
/proc/19305/task/19319/stat : 19319 (java) S 19303 19303 18878 0 -1 1077944384 12126 0 0 0 155 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646382028800 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19320] ppid=19303 vsize=28300340 memory=1760 CPUtime=1.35 cores=0-7
/proc/19305/task/19320/stat : 19320 (java) S 19303 19303 18878 0 -1 1077944384 11859 0 0 0 134 1 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646380976544 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19321] ppid=19303 vsize=28300340 memory=111632 CPUtime=0.98 cores=0-7
/proc/19305/task/19321/stat : 19321 (java) S 19303 19303 18878 0 -1 1077944384 6503 0 0 0 96 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646379923488 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19322] ppid=19303 vsize=28300340 memory=800 CPUtime=0.6 cores=0-7
/proc/19305/task/19322/stat : 19322 (java) S 19303 19303 18878 0 -1 1077944384 9048 0 0 0 58 2 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646378870944 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19323] ppid=19303 vsize=28300340 memory=4104 CPUtime=0 cores=0-7
/proc/19305/task/19323/stat : 19323 (java) S 19303 19303 18878 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646377819104 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19324] ppid=19303 vsize=28300340 memory=1804 CPUtime=0.65 cores=0-7
/proc/19305/task/19324/stat : 19324 (java) S 19303 19303 18878 0 -1 1077944384 2603 0 0 0 31 34 0 0 20 0 21 0 476989513 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646376766640 140647404173954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
[pid=19305/tid=19432] ppid=19303 vsize=28300340 memory=920 CPUtime=0 cores=0-7
/proc/19305/task/19432/stat : 19432 (java) S 19303 19303 18878 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 477136019 28979548160 6361424 33554432000 4194304 4196468 140735547612640 140646367551040 140647404173013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17911808 140735547618282 140735547618454 140735547618454 140735547621327 0
Current children cumulated CPU time: 8040.5 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447152 KiB

[startup+1479.6 s]
/proc/loadavg: 7.08 6.78 6.29 2/213 19434
/proc/meminfo: memFree=208008/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+1479.7 s]
/proc/loadavg: 7.08 6.78 6.29 2/213 19434
/proc/meminfo: memFree=208008/32770624 swapFree=66999104/67108860
[pid=19303] ppid=19300 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19303/stat : 19303 (xcsp3-exec) S 19300 19303 18878 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476989507 115843072 364 33554432000 4194304 5098028 140724978433040 140724978431144 140682261172860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9510912 140724978434933 140724978435177 140724978435177 140724978438090 0
/proc/19303/statm: 28282 364 306 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): 1479.71
CPU time (s): 8041.02
CPU user time (s): 7966.69
CPU system time (s): 74.3286
CPU usage (%): 543.419
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25447152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7966.69
system time used= 74.3286
maximum resident set size= 25445972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41093163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82697
involuntary context switches= 101680


# summary of solver processes directly reported to runsolver:
#   pid: 19303
#   total CPU time (s): 8041.02
#   total CPU user time (s): 7966.69
#   total CPU system time (s): 74.3286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.63445 second user time and 16.5202 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 21:20:07
IDJOB=4404323
IDBENCH=138439
IDSOLVER=2865
FILE ID=node123/4404323-1569007247
RUNJOBID= node123-1569007204-18905
PBS_JOBID= 21704765
Free space on /tmp= 25920 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.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-4404323-1569007247/watcher-4404323-1569007247 -o /tmp/evaluation-result-4404323-1569007247/solver-4404323-1569007247 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1569007204-18905 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1076192867 HOME/instance-4404323-1569007247.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1076192867

node123.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.49
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.49
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.49
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.49
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:        24722144 kB
MemAvailable:   31846408 kB
Buffers:           52896 kB
Cached:          7203544 kB
SwapCached:         7080 kB
Active:          3563536 kB
Inactive:        3703328 kB
Active(anon):       3152 kB
Inactive(anon):    55420 kB
Active(file):    3560384 kB
Inactive(file):  3647908 kB
Unevictable:      107964 kB
Mlocked:          107964 kB
SwapTotal:      67108860 kB
SwapFree:       66999104 kB
Dirty:             26632 kB
Writeback:             0 kB
AnonPages:        144900 kB
Mapped:            51328 kB
Shmem:             39080 kB
Slab:             374120 kB
SReclaimable:     344432 kB
SUnreclaim:        29688 kB
KernelStack:        3840 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25892 MiB
End job on node123 at 2019-09-20 21:44:47