Trace number 4404312

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? 6928.95 1351.09

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"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-4404312-1569007418.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404312-1569007418.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6802.69/1331.87	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6802.69/1331.87		at java.util.Spliterators.spliterator(Spliterators.java:178)
6802.69/1331.87		at java.util.Arrays.spliterator(Arrays.java:4872)
6802.69/1331.87		at java.util.Arrays.stream(Arrays.java:5023)
6802.69/1331.87		at java.util.Arrays.stream(Arrays.java:5004)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/673068808.valid(Unknown Source)
6802.69/1331.87		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6802.69/1331.87		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6802.69/1331.87		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6802.69/1331.87		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6802.69/1331.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6802.69/1331.87		at org.xcsp.parser.XCallbacks$$Lambda$88/205962452.accept(Unknown Source)
6802.69/1331.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6802.69/1331.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6802.69/1331.87		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6802.69/1331.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6802.69/1331.87		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6802.69/1331.87		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6802.69/1331.87		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6802.69/1331.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6928.59/1350.71	s UNKNOWN
6928.59/1350.71	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 (13548 MiB free)
  memory of node 1: 16384 MiB (10503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404312-1569007418/watcher-4404312-1569007418 -o /var/tmp/evaluation-result-4404312-1569007418/solver-4404312-1569007418 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node140-1569004851-11525 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 363118554 HOME/instance-4404312-1569007418.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=12059, runsolver pid=12056
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 8.15 8.19 8.23 2/212 12080
/proc/meminfo: memFree=24613468/32770624 swapFree=66997224/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28227396 memory=29816 CPUtime=0.12 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 5930 0 0 0 10 2 0 0 20 0 20 0 476680214 28904853504 7454 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7056849 7454 3119 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 11498 0 -1 4202560 3843 0 0 0 7 1 0 0 20 0 20 0 476680214 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365659408176 140365655196829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28227396 memory=140229688022656 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12066] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365203102096 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12067] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365202050064 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365200997520 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365199944464 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 7454 33554432000 4194304 4196468 140727185830288 140365198891920 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680216 28904853504 7454 33554432000 4194304 4196468 140727185830288 140364703934704 140365655186050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476680217 28904853504 7454 33554432000 4194304 4196468 140727185830288 140364702880928 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476680217 28904853504 7454 33554432000 4194304 4196468 140727185830288 140364701827824 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140364699724528 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140363845069680 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140363844016624 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 11498 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140363842964080 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 7454 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31264 KiB

[startup+0.210566 s]*
/proc/loadavg: 8.15 8.19 8.23 3/212 12080
/proc/meminfo: memFree=24601100/32770624 swapFree=66997224/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28227396 memory=41196 CPUtime=0.33 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 9517 0 0 0 30 3 0 0 20 0 20 0 476680214 28904853504 10299 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7056849 10299 3301 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 11498 0 -1 4202560 6676 0 0 0 17 2 0 0 20 0 20 0 476680214 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365659402992 140365253755889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28227396 memory=3690051985756772000 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12066] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365203102096 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12067] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365202050064 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365200997520 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365199944464 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28904853504 10299 33554432000 4194304 4196468 140727185830288 140365198891920 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 11498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476680216 28904853504 10299 33554432000 4194304 4196468 140727185830288 140364703934704 140365655186050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476680217 28904853504 10299 33554432000 4194304 4196468 140727185830288 140364702880928 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476680217 28904853504 10299 33554432000 4194304 4196468 140727185830288 140364701827824 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 542 0 0 0 2 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140364699724528 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140363845069680 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140363844016624 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) R 12059 12059 11498 0 -1 4202560 744 0 0 0 7 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140363842964080 140365647412030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28904853504 10299 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42644 KiB

[startup+0.310588 s]*
/proc/loadavg: 8.15 8.19 8.23 3/212 12080
/proc/meminfo: memFree=24593568/32770624 swapFree=66997224/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28231652 memory=49576 CPUtime=0.51 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 10800 0 0 0 46 5 0 0 20 0 20 0 476680214 28909211648 12394 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7057913 12394 3336 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 11498 0 -1 4202560 7859 0 0 0 26 3 0 0 20 0 20 0 476680214 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365659406016 140365639255390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12066] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365203102096 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12067] ppid=12059 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365202050064 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28231652 memory=140229541458863 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365200997520 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28231652 memory=140229541461168 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365199944464 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28231652 memory=140229541463472 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28909211648 12394 33554432000 4194304 4196468 140727185830288 140365198891920 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 11498 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476680216 28909211648 12394 33554432000 4194304 4196468 140727185830288 140364703934704 140365655186050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28231652 memory=280459082933904 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476680217 28909211648 12394 33554432000 4194304 4196468 140727185830288 140364702880928 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28231652 memory=280459082940816 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476680217 28909211648 12394 33554432000 4194304 4196468 140727185830288 140364701827824 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28231652 memory=280459082881968 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28909211648 12394 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28231652 memory=280459082954640 CPUtime=0.03 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140364699724528 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28231652 memory=280459082961552 CPUtime=0.01 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140363845069680 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28231652 memory=280459082959248 CPUtime=0.02 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140363844016624 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28231652 memory=280459082975408 CPUtime=0.12 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 11498 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140363842964080 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680220 28909211648 12459 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51024 KiB

[startup+0.700978 s]
/proc/loadavg: 8.15 8.19 8.23 4/212 12080
/proc/meminfo: memFree=24564920/32770624 swapFree=66997224/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28233776 memory=123224 CPUtime=2.03 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 17926 0 0 0 196 7 0 0 20 0 20 0 476680214 28911386624 30806 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7058444 30806 3446 1 0 7019544 0
[pid=12061/tid=12062] ppid=12059 vsize=28233776 memory=280459083333296 CPUtime=0.67 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 11498 0 -1 4202560 9262 0 0 0 63 4 0 0 20 0 20 0 476680214 28911386624 30806 33554432000 4194304 4196468 140727185830288 140365659412512 140365637696088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28233776 memory=140229541667696 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28911386624 30806 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476680215 28911386624 30806 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28233776 memory=5800 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476680215 28911386624 30806 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0

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

[pid=12061/tid=12067] ppid=12059 vsize=28300340 memory=4132 CPUtime=796.47 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) R 12059 12059 11498 0 -1 4202560 4540814 0 0 0 78776 871 0 0 20 0 21 0 476680215 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140365202050184 140365647803111 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28300340 memory=1408 CPUtime=796.22 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) R 12059 12059 11498 0 -1 4202560 4670577 0 0 0 78721 901 0 0 20 0 21 0 476680215 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140365200997640 140365639874831 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28300340 memory=3480 CPUtime=797.79 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) R 12059 12059 11498 0 -1 4202560 3915052 0 0 0 78997 782 0 0 20 0 21 0 476680215 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140365199944272 140365647803111 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28300340 memory=1448 CPUtime=798.24 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) R 12059 12059 11498 0 -1 4202560 6178328 0 0 0 78920 904 0 0 20 0 21 0 476680215 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140365198891728 140365647803111 0 4 0 16800975 0 0 0 -1 6 0 0 29 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28300340 memory=25559628 CPUtime=165.46 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 11498 0 -1 1077944384 1415081 0 0 0 16440 106 0 0 20 0 21 0 476680216 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140364703933248 140365655185109 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28300340 memory=25559836 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140364702880992 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28300340 memory=1448 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140364701827840 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28300340 memory=25559804 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28300340 memory=1540 CPUtime=1.55 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 15674 0 0 0 153 2 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140364699703776 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28300340 memory=776 CPUtime=1.16 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 9087 0 0 0 115 1 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363845058880 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28300340 memory=10596 CPUtime=0.98 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 6429 0 0 0 97 1 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363844016384 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28300340 memory=1708 CPUtime=0.59 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 11498 0 -1 1077944384 10306 0 0 0 57 2 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363842964128 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28300340 memory=776 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28300340 memory=10596 CPUtime=0.53 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 2499 0 0 0 25 28 0 0 20 0 21 0 476680220 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12181] ppid=12059 vsize=28300340 memory=1708 CPUtime=0 cores=0-7
/proc/12061/task/12181/stat : 12181 (java) S 12059 12059 11498 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 21 0 476813401 28979548160 6389959 33554432000 4194304 4196468 140727185830288 140363831880768 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 6924.63 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25561284 KiB

[startup+1348.8 s]
/proc/loadavg: 6.39 6.36 6.14 2/212 12181
/proc/meminfo: memFree=192016/32770624 swapFree=66996884/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28300340 memory=25559840 CPUtime=6926.69 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 40752462 0 0 0 685432 7237 0 0 20 0 21 0 476680214 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7075085 6389960 3517 1 0 7036185 0
[pid=12061/tid=12062] ppid=12059 vsize=28300340 memory=25559804 CPUtime=377.62 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) S 12059 12059 11498 0 -1 1077944384 97674 0 0 0 37656 106 0 0 20 0 21 0 476680214 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365659415584 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28300340 memory=1448 CPUtime=796.19 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 4533269 0 0 0 78719 900 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28300340 memory=25559628 CPUtime=797.87 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 4389063 0 0 0 78949 838 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28300340 memory=612 CPUtime=796.26 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 4406095 0 0 0 78811 815 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12066] ppid=12059 vsize=28300340 memory=1220 CPUtime=797.81 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 11498 0 -1 1077944384 6558059 0 0 0 78792 989 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365203102096 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12067] ppid=12059 vsize=28300340 memory=13976 CPUtime=796.53 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 11498 0 -1 1077944384 4540814 0 0 0 78782 871 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365202050064 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28300340 memory=14060 CPUtime=796.29 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 11498 0 -1 1077944384 4670578 0 0 0 78728 901 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365200997520 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28300340 memory=1448 CPUtime=797.86 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 11498 0 -1 1077944384 3915052 0 0 0 79004 782 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365199944464 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28300340 memory=25559836 CPUtime=798.31 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 11498 0 -1 1077944384 6178328 0 0 0 78927 904 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365198891920 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28300340 memory=6791534058613427641 CPUtime=166.98 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) R 12059 12059 11498 0 -1 4202560 1418120 0 0 0 16592 106 0 0 20 0 21 0 476680216 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364703933136 140365640171300 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28300340 memory=532 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364702880992 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28300340 memory=1556 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364701827840 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28300340 memory=932 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28300340 memory=3680 CPUtime=1.55 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 15674 0 0 0 153 2 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364699703776 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28300340 memory=836 CPUtime=1.16 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 9087 0 0 0 115 1 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363845058880 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28300340 memory=1448 CPUtime=0.98 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 6429 0 0 0 97 1 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363844016384 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28300340 memory=4100 CPUtime=0.59 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 11498 0 -1 1077944384 10306 0 0 0 57 2 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363842964128 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28300340 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28300340 memory=4872558044660077418 CPUtime=0.53 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 2499 0 0 0 25 28 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12181] ppid=12059 vsize=28300340 memory=1760 CPUtime=0 cores=0-7
/proc/12061/task/12181/stat : 12181 (java) S 12059 12059 11498 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 21 0 476813401 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363831880768 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 6926.69 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25561288 KiB

[startup+1350.4 s]
/proc/loadavg: 6.39 6.36 6.14 2/212 12181
/proc/meminfo: memFree=192264/32770624 swapFree=66996884/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
[pid=12061] ppid=12059 vsize=28300340 memory=25559840 CPUtime=6928.29 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 11498 0 -1 1077944320 40752463 0 0 0 685592 7237 0 0 20 0 21 0 476680214 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140727185812832 140365655174903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
/proc/12061/statm: 7075085 6389960 3517 1 0 7036185 0
[pid=12061/tid=12062] ppid=12059 vsize=28300340 memory=3620 CPUtime=377.62 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) S 12059 12059 11498 0 -1 1077944384 97674 0 0 0 37656 106 0 0 20 0 21 0 476680214 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365659415584 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12063] ppid=12059 vsize=28300340 memory=6791534058613427641 CPUtime=796.19 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 11498 0 -1 1077944384 4533269 0 0 0 78719 900 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365575027216 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12064] ppid=12059 vsize=28300340 memory=988 CPUtime=797.87 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 11498 0 -1 1077944384 4389063 0 0 0 78949 838 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365573974672 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12065] ppid=12059 vsize=28300340 memory=2016 CPUtime=796.26 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 11498 0 -1 1077944384 4406095 0 0 0 78811 815 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365572921616 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12066] ppid=12059 vsize=28300340 memory=1424 CPUtime=797.81 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 11498 0 -1 1077944384 6558059 0 0 0 78792 989 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365203102096 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12067] ppid=12059 vsize=28300340 memory=6791534058613427641 CPUtime=796.53 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 11498 0 -1 1077944384 4540814 0 0 0 78782 871 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365202050064 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12068] ppid=12059 vsize=28300340 memory=25559628 CPUtime=796.29 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 11498 0 -1 1077944384 4670578 0 0 0 78728 901 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365200997520 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12069] ppid=12059 vsize=28300340 memory=1448 CPUtime=797.86 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 11498 0 -1 1077944384 3915052 0 0 0 79004 782 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365199944464 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12070] ppid=12059 vsize=28300340 memory=25559628 CPUtime=798.31 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 11498 0 -1 1077944384 6178328 0 0 0 78927 904 0 0 20 0 21 0 476680215 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140365198891920 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12071] ppid=12059 vsize=28300340 memory=1540 CPUtime=168.59 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) R 12059 12059 11498 0 -1 4202560 1418121 0 0 0 16752 107 0 0 20 0 21 0 476680216 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364703933136 140365640171412 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12072] ppid=12059 vsize=28300340 memory=776 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 11498 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364702880992 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12073] ppid=12059 vsize=28300340 memory=10596 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 11498 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 476680217 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364701827840 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12074] ppid=12059 vsize=28300340 memory=1708 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364700776400 140365655193499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12075] ppid=12059 vsize=28300340 memory=6791534058613427641 CPUtime=1.55 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 11498 0 -1 1077944384 15674 0 0 0 153 2 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140364699703776 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12076] ppid=12059 vsize=28300340 memory=27900 CPUtime=1.16 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 11498 0 -1 1077944384 9087 0 0 0 115 1 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363845058880 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12077] ppid=12059 vsize=28300340 memory=532 CPUtime=0.98 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 11498 0 -1 1077944384 6429 0 0 0 97 1 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363844016384 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12078] ppid=12059 vsize=28300340 memory=1556 CPUtime=0.59 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 11498 0 -1 1077944384 10306 0 0 0 57 2 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363842964128 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12079] ppid=12059 vsize=28300340 memory=932 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363841911264 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12080] ppid=12059 vsize=28300340 memory=10596 CPUtime=0.53 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 11498 0 -1 1077944384 2499 0 0 0 25 28 0 0 20 0 21 0 476680220 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363840858800 140365655186050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
[pid=12061/tid=12181] ppid=12059 vsize=28300340 memory=1708 CPUtime=0 cores=0-7
/proc/12061/task/12181/stat : 12181 (java) S 12059 12059 11498 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 21 0 476813401 28979548160 6389960 33554432000 4194304 4196468 140727185830288 140363831880768 140365655185109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140727185839062 140727185839238 140727185839238 140727185842127 0
Current children cumulated CPU time: 6928.29 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25561288 KiB

[startup+1350.8 s]
/proc/loadavg: 6.39 6.36 6.14 2/212 12181
/proc/meminfo: memFree=192264/32770624 swapFree=66996884/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+1351 s]*
/proc/loadavg: 6.39 6.36 6.14 2/193 12181
/proc/meminfo: memFree=16391696/32770624 swapFree=66996884/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 11498 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476680214 115843072 362 33554432000 4194304 5098028 140729564162816 140729564160920 139873848255100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10928128 140729564169042 140729564169301 140729564169301 140729564172230 0
/proc/12059/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 1351.09
CPU time (s): 6928.95
CPU user time (s): 6856.23
CPU system time (s): 72.7254
CPU usage (%): 512.841
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25561288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6856.23
system time used= 72.7254
maximum resident set size= 25560148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40762825
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72022
involuntary context switches= 203402


# summary of solver processes directly reported to runsolver:
#   pid: 12059
#   total CPU time (s): 6928.95
#   total CPU user time (s): 6856.23
#   total CPU system time (s): 72.7254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.80107 second user time and 15.2208 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 21:22:57
IDJOB=4404312
IDBENCH=138447
IDSOLVER=2865
FILE ID=node140/4404312-1569007418
RUNJOBID= node140-1569004851-11525
PBS_JOBID= 21704742
Free space on /var/tmp= 13508 MiB

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

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=363118554

node140.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.43
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.43
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.43
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.43
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:        24630252 kB
MemAvailable:   31852792 kB
Buffers:           80424 kB
Cached:          7228324 kB
SwapCached:         2516 kB
Active:          3633372 kB
Inactive:        3683088 kB
Active(anon):       3756 kB
Inactive(anon):    50644 kB
Active(file):    3629616 kB
Inactive(file):  3632444 kB
Unevictable:      107448 kB
Mlocked:          107448 kB
SwapTotal:      67108860 kB
SwapFree:       66997224 kB
Dirty:             26072 kB
Writeback:            28 kB
AnonPages:        113272 kB
Mapped:            51764 kB
Shmem:             38328 kB
Slab:             417048 kB
SReclaimable:     388940 kB
SUnreclaim:        28108 kB
KernelStack:        3392 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node140 at 2019-09-20 21:45:29