Trace number 4405828

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-24? 2326.47 788.637

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405828-1569412424.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405828-1569412424.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
2302.72/781.34	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2302.72/781.34		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
2302.72/781.34		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
2302.72/781.34		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
2302.72/781.34		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
2302.72/781.34		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
2302.72/781.34		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1758386724.valid(Unknown Source)
2302.72/781.34		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2302.72/781.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2302.72/781.34		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2302.72/781.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2302.72/781.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2302.72/781.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2302.72/781.34		at org.xcsp.parser.XCallbacks$$Lambda$89/1123629720.accept(Unknown Source)
2302.72/781.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2302.72/781.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2302.72/781.34		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2302.72/781.34		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2302.72/781.34		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2302.72/781.34		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2302.72/781.34		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2302.72/781.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2326.32/788.57	s UNKNOWN
2326.32/788.57	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 (13349 MiB free)
  memory of node 1: 16384 MiB (11092 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405828-1569412424/watcher-4405828-1569412424 -o /var/tmp/evaluation-result-4405828-1569412424/solver-4405828-1569412424 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25936 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1898939242 HOME/instance-4405828-1569412424.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=30051, runsolver pid=30048
Current StackSize limit: 8192 KiB


[startup+0.100401 s]*
/proc/loadavg: 1.47 1.65 1.61 4/229 30067
/proc/meminfo: memFree=25012696/32770624 swapFree=66953520/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15144776 memory=28600 CPUtime=0.12 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 5625 0 0 0 11 1 0 0 20 0 15 0 517157165 15508250624 7150 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3786194 7150 3143 1 0 3748377 0
[pid=30053/tid=30054] ppid=30051 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) R 30051 30051 25905 0 -1 4202560 3546 0 0 0 8 1 0 0 20 0 15 0 517157165 15508250624 7150 33554432000 4194304 4196468 140721907257680 140499239893160 140499227896638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 7150 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 7150 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 7150 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) S 30051 30051 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517157167 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498704214768 140499235670658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517157167 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498703160992 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517157168 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498702107888 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498700003568 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) R 30051 30051 25905 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498698951320 140499221325664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0.02 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) R 30051 30051 25905 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498697898096 140499220825159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 7150 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30052 KiB

[startup+0.210668 s]*
/proc/loadavg: 1.47 1.65 1.61 4/229 30067
/proc/meminfo: memFree=24999996/32770624 swapFree=66953520/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15144776 memory=40460 CPUtime=0.34 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 9326 0 0 0 31 3 0 0 20 0 15 0 517157165 15508250624 10115 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3786194 10115 3300 1 0 3748377 0
[pid=30053/tid=30054] ppid=30051 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) R 30051 30051 25905 0 -1 4202560 6563 0 0 0 18 2 0 0 20 0 15 0 517157165 15508250624 10115 33554432000 4194304 4196468 140721907257680 140499239897696 140499217874653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15144776 memory=10535 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 10115 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15144776 memory=140205976090280 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 10115 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 10115 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517157166 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) S 30051 30051 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517157167 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498704214768 140499235670658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517157167 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498703160992 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517157168 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498702107888 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 539 0 0 0 3 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498700003568 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) S 30051 30051 25905 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498698951024 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15144776 memory=140205976061568 CPUtime=0.08 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) R 30051 30051 25905 0 -1 4202560 816 0 0 0 8 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498697897968 140499214190503 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157170 15508250624 10115 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41912 KiB

[startup+0.311018 s]*
/proc/loadavg: 1.47 1.65 1.61 4/229 30067
/proc/meminfo: memFree=24992476/32770624 swapFree=66953520/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15149032 memory=49888 CPUtime=0.54 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 10739 0 0 0 50 4 0 0 20 0 15 0 517157165 15512608768 12472 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3787258 12472 3355 1 0 3748377 0
[pid=30053/tid=30054] ppid=30051 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) R 30051 30051 25905 0 -1 4202560 7699 0 0 0 27 3 0 0 20 0 15 0 517157165 15512608768 12472 33554432000 4194304 4196468 140721907257680 140499239883176 140499219739998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15512608768 12472 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15512608768 12472 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15512608768 12472 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517157166 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) S 30051 30051 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517157167 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498704214768 140499235670658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517157167 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498703160992 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517157168 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498702107888 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15149032 memory=6576575808607463333 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15149032 memory=3054156605267020675 CPUtime=0.04 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498700003568 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) R 30051 30051 25905 0 -1 4202560 206 0 0 0 4 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498698932136 140499235680858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 975 0 0 0 13 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498697897968 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157170 15512608768 12472 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51340 KiB

[startup+0.701425 s]
/proc/loadavg: 1.47 1.65 1.61 6/229 30067
/proc/meminfo: memFree=24970260/32770624 swapFree=66953520/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15151156 memory=111316 CPUtime=1.77 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 15907 0 0 0 172 5 0 0 20 0 15 0 517157165 15514783744 27829 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3787789 27829 3446 1 0 3748889 0
[pid=30053/tid=30054] ppid=30051 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) R 30051 30051 25905 0 -1 4202560 9089 0 0 0 64 3 0 0 20 0 15 0 517157165 15514783744 27829 33554432000 4194304 4196468 140721907257680 140499239895232 140498870164144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15151156 memory=288230587427465466 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15514783744 27829 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15151156 memory=16100364336257230 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15514783744 27829 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157166 15514783744 27829 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517157166 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) S 30051 30051 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517157167 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498704214768 140499235670658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517157167 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498703160992 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517157168 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498702107888 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15151156 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) R 30051 30051 25905 0 -1 4202560 1696 0 0 0 36 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498699990416 140499220055920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15151156 memory=3908112171831748204 CPUtime=0.36 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) R 30051 30051 25905 0 -1 4202560 1526 0 0 0 36 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498698943928 140499213406908 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15151156 memory=7452725462123638376 CPUtime=0.35 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 2288 0 0 0 35 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498697897968 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15151156 memory=7450762932971192428 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15151156 memory=7300704776819335744 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517157170 15514783744 27829 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 112768 KiB

[startup+1.50078 s]
/proc/loadavg: 1.47 1.65 1.61 3/229 30067
/proc/meminfo: memFree=24830312/32770624 swapFree=66953520/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0

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

/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 517157167 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498703161056 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15217720 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 517157168 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498702107904 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15217720 memory=12770332 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15217720 memory=924 CPUtime=1.61 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 10352 0 0 0 160 1 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498699992768 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15217720 memory=6791534058613427641 CPUtime=1.6 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) S 30051 30051 25905 0 -1 1077944384 9322 0 0 0 159 1 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498698951024 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15217720 memory=3688 CPUtime=0.68 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 8892 0 0 0 67 1 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498697897968 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15217720 memory=6791534058613427641 CPUtime=0.62 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 574 0 0 0 34 28 0 0 20 0 16 0 517157170 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30161] ppid=30051 vsize=15217720 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30161/stat : 30161 (java) S 30051 30051 25905 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517235299 15582945280 3192593 33554432000 4194304 4196468 140721907257680 140498686578624 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 2313.37 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12771824 KiB

[startup+787.201 s]
/proc/loadavg: 4.57 3.87 2.79 3/230 30161
/proc/meminfo: memFree=11955056/32770624 swapFree=66953524/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15217720 memory=12770400 CPUtime=2325.02 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 678094 0 0 0 231627 875 0 0 20 0 16 0 517157165 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3804430 3192600 3510 1 0 3765530 0
[pid=30053/tid=30054] ppid=30051 vsize=15217720 memory=12770332 CPUtime=179.77 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) S 30051 30051 25905 0 -1 1077944384 36109 0 0 0 17925 52 0 0 20 0 16 0 517157165 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140499239900192 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15217720 memory=12770332 CPUtime=512.16 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 96401 0 0 0 50999 217 0 0 20 0 16 0 517157166 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15217720 memory=6791534058613427641 CPUtime=512.88 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 152199 0 0 0 51084 204 0 0 20 0 16 0 517157166 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15217720 memory=3688 CPUtime=512.94 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 121024 0 0 0 51100 194 0 0 20 0 16 0 517157166 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15217720 memory=1984 CPUtime=513.38 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 107551 0 0 0 51151 187 0 0 20 0 16 0 517157166 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15217720 memory=1440 CPUtime=89.26 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) R 30051 30051 25905 0 -1 4202560 134316 0 0 0 8919 7 0 0 20 0 16 0 517157167 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498704213200 140499220656004 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 517157167 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498703161056 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15217720 memory=12770400 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 517157168 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498702107904 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15217720 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15217720 memory=808 CPUtime=1.61 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 10352 0 0 0 160 1 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498699992768 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15217720 memory=12770372 CPUtime=1.6 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) S 30051 30051 25905 0 -1 1077944384 9322 0 0 0 159 1 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498698951072 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15217720 memory=808 CPUtime=0.68 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 8892 0 0 0 67 1 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498697897728 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15217720 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15217720 memory=988 CPUtime=0.63 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 574 0 0 0 35 28 0 0 20 0 16 0 517157170 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30161] ppid=30051 vsize=15217720 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30161/stat : 30161 (java) S 30051 30051 25905 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517235299 15582945280 3192600 33554432000 4194304 4196468 140721907257680 140498686578624 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 2325.02 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12771852 KiB

[startup+788.001 s]*
/proc/loadavg: 4.37 3.84 2.78 3/230 30161
/proc/meminfo: memFree=11955180/32770624 swapFree=66953524/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15217720 memory=12770548 CPUtime=2325.83 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 678237 0 0 0 231708 875 0 0 20 0 16 0 517157165 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3804430 3192637 3510 1 0 3765530 0
[pid=30053/tid=30054] ppid=30051 vsize=15217720 memory=2832 CPUtime=179.77 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) S 30051 30051 25905 0 -1 1077944384 36109 0 0 0 17925 52 0 0 20 0 16 0 517157165 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499239900192 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15217720 memory=668 CPUtime=512.16 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 96401 0 0 0 50999 217 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15217720 memory=1276 CPUtime=512.88 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 152199 0 0 0 51084 204 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15217720 memory=4872558044660077418 CPUtime=512.94 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 121024 0 0 0 51100 194 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15217720 memory=12770400 CPUtime=513.38 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 107551 0 0 0 51151 187 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15217720 memory=14131130454511009 CPUtime=90.07 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) R 30051 30051 25905 0 -1 4202560 134459 0 0 0 9000 7 0 0 20 0 16 0 517157167 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498704213200 140499220655921 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15217720 memory=924 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 517157167 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498703161056 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15217720 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 517157168 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498702107904 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15217720 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15217720 memory=2596 CPUtime=1.61 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 10352 0 0 0 160 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498699992768 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15217720 memory=1412 CPUtime=1.6 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) S 30051 30051 25905 0 -1 1077944384 9322 0 0 0 159 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498698951072 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15217720 memory=3280 CPUtime=0.68 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 8892 0 0 0 67 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498697897728 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15217720 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15217720 memory=872972 CPUtime=0.63 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 574 0 0 0 35 28 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30161] ppid=30051 vsize=15217720 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30161/stat : 30161 (java) S 30051 30051 25905 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517235299 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498686578624 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 2325.83 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12772000 KiB

[startup+788.401 s]
/proc/loadavg: 4.37 3.84 2.78 3/230 30161
/proc/meminfo: memFree=11955180/32770624 swapFree=66953524/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
[pid=30053] ppid=30051 vsize=15217720 memory=12770548 CPUtime=2326.22 cores=0,2,4,6
/proc/30053/stat : 30053 (java) S 30051 30051 25905 0 -1 1077944320 678326 0 0 0 231747 875 0 0 20 0 16 0 517157165 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140721907240224 140499235659511 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
/proc/30053/statm: 3804430 3192637 3510 1 0 3765530 0
[pid=30053/tid=30054] ppid=30051 vsize=15217720 memory=14131130454511009 CPUtime=179.77 cores=0,2,4,6
/proc/30053/task/30054/stat : 30054 (java) S 30051 30051 25905 0 -1 1077944384 36109 0 0 0 17925 52 0 0 20 0 16 0 517157165 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499239900192 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30055] ppid=30051 vsize=15217720 memory=1548 CPUtime=512.16 cores=0,2,4,6
/proc/30053/task/30055/stat : 30055 (java) S 30051 30051 25905 0 -1 1077944384 96401 0 0 0 50999 217 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499188279824 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30056] ppid=30051 vsize=15217720 memory=12770372 CPUtime=512.88 cores=0,2,4,6
/proc/30053/task/30056/stat : 30056 (java) S 30051 30051 25905 0 -1 1077944384 152199 0 0 0 51084 204 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499187227280 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30057] ppid=30051 vsize=15217720 memory=6791534058613427641 CPUtime=512.94 cores=0,2,4,6
/proc/30053/task/30057/stat : 30057 (java) S 30051 30051 25905 0 -1 1077944384 121024 0 0 0 51100 194 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140499186174224 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30058] ppid=30051 vsize=15217720 memory=4872558044660077418 CPUtime=513.38 cores=0,2,4,6
/proc/30053/task/30058/stat : 30058 (java) S 30051 30051 25905 0 -1 1077944384 107551 0 0 0 51151 187 0 0 20 0 16 0 517157166 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498825042320 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30059] ppid=30051 vsize=15217720 memory=1452 CPUtime=90.46 cores=0,2,4,6
/proc/30053/task/30059/stat : 30059 (java) R 30051 30051 25905 0 -1 4202560 134548 0 0 0 9039 7 0 0 20 0 16 0 517157167 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498704213200 140499220655915 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30060] ppid=30051 vsize=15217720 memory=12770400 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30060/stat : 30060 (java) S 30051 30051 25905 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 517157167 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498703161056 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30061] ppid=30051 vsize=15217720 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30061/stat : 30061 (java) S 30051 30051 25905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 517157168 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498702107904 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30062] ppid=30051 vsize=15217720 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30062/stat : 30062 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498701056464 140499235678107 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30063] ppid=30051 vsize=15217720 memory=808 CPUtime=1.61 cores=0,2,4,6
/proc/30053/task/30063/stat : 30063 (java) S 30051 30051 25905 0 -1 1077944384 10352 0 0 0 160 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498699992768 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30064] ppid=30051 vsize=15217720 memory=2580 CPUtime=1.6 cores=0,2,4,6
/proc/30053/task/30064/stat : 30064 (java) S 30051 30051 25905 0 -1 1077944384 9322 0 0 0 159 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498698951072 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30065] ppid=30051 vsize=15217720 memory=1760 CPUtime=0.68 cores=0,2,4,6
/proc/30053/task/30065/stat : 30065 (java) S 30051 30051 25905 0 -1 1077944384 8892 0 0 0 67 1 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498697897728 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30066] ppid=30051 vsize=15217720 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30066/stat : 30066 (java) S 30051 30051 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498696845664 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30067] ppid=30051 vsize=15217720 memory=808 CPUtime=0.63 cores=0,2,4,6
/proc/30053/task/30067/stat : 30067 (java) S 30051 30051 25905 0 -1 1077944384 574 0 0 0 35 28 0 0 20 0 16 0 517157170 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498695793712 140499235670658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
[pid=30053/tid=30161] ppid=30051 vsize=15217720 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/30053/task/30161/stat : 30161 (java) S 30051 30051 25905 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517235299 15582945280 3192637 33554432000 4194304 4196468 140721907257680 140498686578624 140499235669717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25976832 140721907262427 140721907262602 140721907262602 140721907265487 0
Current children cumulated CPU time: 2326.22 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12772000 KiB

[startup+788.601 s]
/proc/loadavg: 4.37 3.84 2.78 3/230 30161
/proc/meminfo: memFree=11955180/32770624 swapFree=66953524/67108860
[pid=30051] ppid=30048 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30051/stat : 30051 (xcsp3-exec) S 30048 30051 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517157164 115843072 363 33554432000 4194304 5098028 140731537584272 140731537582376 140514686874236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35696640 140731537593174 140731537593433 140731537593433 140731537596358 0
/proc/30051/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 788.637
CPU time (s): 2326.47
CPU user time (s): 2317.66
CPU system time (s): 8.81151
CPU usage (%): 294.999
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12772000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2317.66
system time used= 8.81151
maximum resident set size= 12770852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33348
involuntary context switches= 23717


# summary of solver processes directly reported to runsolver:
#   pid: 30051
#   total CPU time (s): 2326.47
#   total CPU user time (s): 2317.66
#   total CPU system time (s): 8.81151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.16797 second user time and 7.81753 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-25 13:53:03
IDJOB=4405828
IDBENCH=138444
IDSOLVER=2869
FILE ID=node119/4405828-1569412424
RUNJOBID= node119-1569396629-25936
PBS_JOBID= 21705693
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-06.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405828-1569412424/watcher-4405828-1569412424 -o /var/tmp/evaluation-result-4405828-1569412424/solver-4405828-1569412424 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25936 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1898939242 HOME/instance-4405828-1569412424.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6b3d88799df56964f86d557249875b85
RANDOM SEED=1898939242

node119.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.47
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.47
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.47
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.47
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:        25028812 kB
MemAvailable:   31190016 kB
Buffers:          166096 kB
Cached:          6095668 kB
SwapCached:        46716 kB
Active:          3643680 kB
Inactive:        3278040 kB
Active(anon):     612792 kB
Inactive(anon):   104632 kB
Active(file):    3030888 kB
Inactive(file):  3173408 kB
Unevictable:      107192 kB
Mlocked:          107192 kB
SwapTotal:      67108860 kB
SwapFree:       66953520 kB
Dirty:             26200 kB
Writeback:             0 kB
AnonPages:        721812 kB
Mapped:            71748 kB
Shmem:             48564 kB
Slab:             414476 kB
SReclaimable:     385368 kB
SUnreclaim:        29108 kB
KernelStack:        3712 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1476544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node119 at 2019-09-25 14:06:12