Trace number 4405790

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? 1776.96 620.63

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-12.xml
MD5SUM5dc18f9bddc2dfff84e0f90fec56ce3b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.9156
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size520
Maximum domain size616
Distribution of domain sizes[{"size":520,"count":2},{"size":521,"count":4},{"size":522,"count":2},{"size":523,"count":4},{"size":525,"count":4},{"size":527,"count":4},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":6},{"size":532,"count":2},{"size":534,"count":2},{"size":535,"count":2},{"size":536,"count":2},{"size":537,"count":2},{"size":541,"count":2},{"size":542,"count":4},{"size":543,"count":2},{"size":545,"count":4},{"size":547,"count":2},{"size":550,"count":2},{"size":551,"count":2},{"size":552,"count":2},{"size":553,"count":2},{"size":554,"count":2},"...",{"size":582,"count":6}, {"size":585,"count":4}, {"size":586,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":4}, {"size":590,"count":2}, {"size":592,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":599,"count":2}, {"size":600,"count":6}, {"size":601,"count":2}, {"size":602,"count":2}, {"size":603,"count":2}, {"size":604,"count":6}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":608,"count":4}, {"size":609,"count":2}, {"size":612,"count":4}, {"size":614,"count":6}, {"size":615,"count":4}, {"size":616,"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-4405790-1569412545.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405790-1569412545.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1753.69/613.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1753.69/613.49		at java.util.Spliterators.spliterator(Spliterators.java:178)
1753.69/613.49		at java.util.Arrays.spliterator(Arrays.java:4872)
1753.69/613.49		at java.util.Arrays.stream(Arrays.java:5023)
1753.69/613.49		at java.util.Arrays.stream(Arrays.java:5004)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
1753.69/613.49		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1753.69/613.49		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1753.69/613.49		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1753.69/613.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1753.69/613.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1753.69/613.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1753.69/613.49		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
1753.69/613.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1753.69/613.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1753.69/613.49		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1753.69/613.49		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1753.69/613.49		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1753.69/613.49		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1753.69/613.49		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1753.69/613.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1776.83/620.57	s UNKNOWN
1776.83/620.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 (11377 MiB free)
  memory of node 1: 16384 MiB (12572 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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=8341, runsolver pid=8338
Current StackSize limit: 8192 KiB


[startup+0.101803 s]*
/proc/loadavg: 1.94 1.95 1.94 4/229 8357
/proc/meminfo: memFree=24509104/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15144776 memory=27744 CPUtime=0.13 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 5830 0 0 0 12 1 0 0 20 0 15 0 517194539 15508250624 6936 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3786194 6936 3209 1 0 3748377 0
[pid=8343/tid=8344] ppid=8341 vsize=15144776 memory=7685291194063229787 CPUtime=0.09 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 4857 0 -1 4202560 3646 0 0 0 8 1 0 0 20 0 15 0 517194539 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213942226512 140213930232638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213406444016 140213938006658 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213405390240 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213404337648 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213402232816 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213401180272 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0.02 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) R 8341 8341 4857 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213400123456 140213938007446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 6936 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29196 KiB

[startup+0.210822 s]*
/proc/loadavg: 1.94 1.95 1.94 4/229 8357
/proc/meminfo: memFree=24495372/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15144776 memory=39888 CPUtime=0.34 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 9720 0 0 0 31 3 0 0 20 0 15 0 517194539 15508250624 9972 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3786194 9972 3319 1 0 3748377 0
[pid=8343/tid=8344] ppid=8341 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 4857 0 -1 4202560 6671 0 0 0 18 2 0 0 20 0 15 0 517194539 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213942228848 140213938017437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15144776 memory=139622526628077 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213406444016 140213938006658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213405390240 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517194542 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213404337648 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 551 0 0 0 2 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213402232816 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213401180272 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15144776 memory=139622523336320 CPUtime=0.08 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 921 0 0 0 8 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213400127728 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194545 15508250624 9972 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41340 KiB

[startup+0.3105 s]*
/proc/loadavg: 1.94 1.95 1.94 5/229 8357
/proc/meminfo: memFree=24487836/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15149032 memory=49268 CPUtime=0.53 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 11146 0 0 0 49 4 0 0 20 0 15 0 517194539 15512608768 12317 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3787258 12317 3368 1 0 3748377 0
[pid=8343/tid=8344] ppid=8341 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 4857 0 -1 4202560 7820 0 0 0 27 3 0 0 20 0 15 0 517194539 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213942226624 140213938017437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194540 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517194542 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213406444016 140213938006658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517194542 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213405390240 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517194542 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213404337648 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15149032 memory=-8412660965215072671 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15149032 memory=-7384621950708166502 CPUtime=0.05 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) R 8341 8341 4857 0 -1 4202560 661 0 0 0 5 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213402223200 140213923103315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 296 0 0 0 3 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213401180272 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 1072 0 0 0 13 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213400127728 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194545 15512608768 12317 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50720 KiB

[startup+0.70078 s]
/proc/loadavg: 1.94 1.95 1.94 6/229 8357
/proc/meminfo: memFree=24463924/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15151156 memory=110888 CPUtime=1.79 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 15784 0 0 0 173 6 0 0 20 0 15 0 517194539 15514783744 27722 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3787789 27722 3447 1 0 3748889 0
[pid=8343/tid=8344] ppid=8341 vsize=15151156 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) R 8341 8341 4857 0 -1 4202560 9149 0 0 0 63 5 0 0 20 0 15 0 517194539 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213942230272 140213579443813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15151156 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194540 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15151156 memory=66864 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517194540 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) S 8341 8341 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517194542 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213406444016 140213938006658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517194542 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213405390240 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517194542 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213404337648 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15151156 memory=580 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15151156 memory=1716 CPUtime=0.37 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) R 8341 8341 4857 0 -1 4202560 1730 0 0 0 37 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213402225840 140213918631444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15151156 memory=10604 CPUtime=0.36 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) R 8341 8341 4857 0 -1 4202560 1194 0 0 0 36 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213401161288 140213921492299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15151156 memory=3636 CPUtime=0.35 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) R 8341 8341 4857 0 -1 1077944384 2401 0 0 0 35 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213400127728 140213938006658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517194545 15514783744 27722 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 112340 KiB

[startup+1.50082 s]
/proc/loadavg: 1.94 1.95 1.94 4/229 8357
/proc/meminfo: memFree=24339192/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0

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

/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213405390304 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15217720 memory=12736064 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213404337664 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15217720 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15217720 memory=12736060 CPUtime=1.28 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 7240 0 0 0 127 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213402232816 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15217720 memory=12736040 CPUtime=1.71 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 10426 0 0 0 170 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213401180272 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15217720 memory=2008 CPUtime=0.66 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 8419 0 0 0 65 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213400127728 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15217720 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15217720 memory=36328 CPUtime=0.51 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 544 0 0 0 26 25 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8516] ppid=8341 vsize=15217720 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8516/stat : 8516 (java) S 8341 8341 4857 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517255888 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213388807872 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 1770.14 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12737516 KiB

[startup+619.201 s]
/proc/loadavg: 4.16 3.72 2.79 3/232 8516
/proc/meminfo: memFree=10750180/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15217720 memory=12736064 CPUtime=1775.53 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 484148 0 0 0 176829 724 0 0 20 0 16 0 517194539 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3804430 3184016 3518 1 0 3765530 0
[pid=8343/tid=8344] ppid=8341 vsize=15217720 memory=12736064 CPUtime=163.37 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) S 8341 8341 4857 0 -1 1077944384 33864 0 0 0 16288 49 0 0 20 0 16 0 517194539 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213942236192 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15217720 memory=984 CPUtime=384.59 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 73357 0 0 0 38296 163 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15217720 memory=12736064 CPUtime=385.08 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 100458 0 0 0 38344 164 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15217720 memory=4194033473734050336 CPUtime=385.41 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 69323 0 0 0 38382 159 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15217720 memory=4207597256141189152 CPUtime=385.44 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 82659 0 0 0 38374 170 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15217720 memory=8112282956445269571 CPUtime=67.37 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) R 8341 8341 4857 0 -1 4202560 96519 0 0 0 6732 5 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213406442448 140213922991915 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15217720 memory=181 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213405390304 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213404337664 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15217720 memory=12736064 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15217720 memory=8112282956445269571 CPUtime=1.28 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 7240 0 0 0 127 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213402232864 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15217720 memory=988 CPUtime=1.71 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 10427 0 0 0 170 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213401180032 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15217720 memory=2008 CPUtime=0.66 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 8419 0 0 0 65 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213400127776 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15217720 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15217720 memory=580 CPUtime=0.51 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 544 0 0 0 26 25 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8516] ppid=8341 vsize=15217720 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8516/stat : 8516 (java) S 8341 8341 4857 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517255888 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213388807872 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 1775.53 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12737516 KiB

[startup+620.001 s]*
/proc/loadavg: 4.16 3.72 2.79 3/232 8516
/proc/meminfo: memFree=10750180/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15217720 memory=12736064 CPUtime=1776.33 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 484148 0 0 0 176909 724 0 0 20 0 16 0 517194539 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3804430 3184016 3518 1 0 3765530 0
[pid=8343/tid=8344] ppid=8341 vsize=15217720 memory=8112282956445269571 CPUtime=163.37 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) S 8341 8341 4857 0 -1 1077944384 33864 0 0 0 16288 49 0 0 20 0 16 0 517194539 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213942236192 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15217720 memory=4126316290023845779 CPUtime=384.59 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 73357 0 0 0 38296 163 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15217720 memory=1412 CPUtime=385.08 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 100458 0 0 0 38344 164 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15217720 memory=3132 CPUtime=385.41 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 69323 0 0 0 38382 159 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15217720 memory=1452 CPUtime=385.44 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 82659 0 0 0 38374 170 0 0 20 0 16 0 517194540 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15217720 memory=12736024 CPUtime=68.18 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) R 8341 8341 4857 0 -1 4202560 96519 0 0 0 6813 5 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213406442448 140213922991915 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213405390304 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15217720 memory=12736064 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213404337664 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15217720 memory=12736064 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15217720 memory=816 CPUtime=1.28 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 7240 0 0 0 127 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213402232864 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15217720 memory=1436 CPUtime=1.71 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 10427 0 0 0 170 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213401180032 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15217720 memory=1984 CPUtime=0.66 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 8419 0 0 0 65 1 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213400127776 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15217720 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15217720 memory=1760 CPUtime=0.51 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 544 0 0 0 26 25 0 0 20 0 16 0 517194545 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8516] ppid=8341 vsize=15217720 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8516/stat : 8516 (java) S 8341 8341 4857 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517255888 15582945280 3184016 33554432000 4194304 4196468 140723536244272 140213388807872 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 1776.33 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12737516 KiB

[startup+620.401 s]
/proc/loadavg: 4.16 3.72 2.79 3/232 8516
/proc/meminfo: memFree=10750180/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/statm: 28282 363 304 221 0 87 0
[pid=8343] ppid=8341 vsize=15217720 memory=12736072 CPUtime=1776.73 cores=1,3,5,7
/proc/8343/stat : 8343 (java) S 8341 8341 4857 0 -1 1077944320 484258 0 0 0 176949 724 0 0 20 0 16 0 517194539 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140723536226816 140213937995511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
/proc/8343/statm: 3804430 3184018 3518 1 0 3765530 0
[pid=8343/tid=8344] ppid=8341 vsize=15217720 memory=3848 CPUtime=163.37 cores=1,3,5,7
/proc/8343/task/8344/stat : 8344 (java) S 8341 8341 4857 0 -1 1077944384 33864 0 0 0 16288 49 0 0 20 0 16 0 517194539 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213942236192 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8345] ppid=8341 vsize=15217720 memory=2600 CPUtime=384.59 cores=1,3,5,7
/proc/8343/task/8345/stat : 8345 (java) S 8341 8341 4857 0 -1 1077944384 73357 0 0 0 38296 163 0 0 20 0 16 0 517194540 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213530323216 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8346] ppid=8341 vsize=15217720 memory=2884 CPUtime=385.08 cores=1,3,5,7
/proc/8343/task/8346/stat : 8346 (java) S 8341 8341 4857 0 -1 1077944384 100458 0 0 0 38344 164 0 0 20 0 16 0 517194540 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213529270672 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8347] ppid=8341 vsize=15217720 memory=4100 CPUtime=385.41 cores=1,3,5,7
/proc/8343/task/8347/stat : 8347 (java) S 8341 8341 4857 0 -1 1077944384 69323 0 0 0 38382 159 0 0 20 0 16 0 517194540 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213528218128 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8348] ppid=8341 vsize=15217720 memory=1412 CPUtime=385.44 cores=1,3,5,7
/proc/8343/task/8348/stat : 8348 (java) S 8341 8341 4857 0 -1 1077944384 82659 0 0 0 38374 170 0 0 20 0 16 0 517194540 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213527165584 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8349] ppid=8341 vsize=15217720 memory=12736064 CPUtime=68.57 cores=1,3,5,7
/proc/8343/task/8349/stat : 8349 (java) R 8341 8341 4857 0 -1 4202560 96629 0 0 0 6852 5 0 0 20 0 16 0 517194542 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213406442448 140213922991892 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8350] ppid=8341 vsize=15217720 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8350/stat : 8350 (java) S 8341 8341 4857 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213405390304 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8351] ppid=8341 vsize=15217720 memory=816 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8351/stat : 8351 (java) S 8341 8341 4857 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 517194542 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213404337664 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8352] ppid=8341 vsize=15217720 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8352/stat : 8352 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213403286224 140213938014107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8353] ppid=8341 vsize=15217720 memory=1984 CPUtime=1.28 cores=1,3,5,7
/proc/8343/task/8353/stat : 8353 (java) S 8341 8341 4857 0 -1 1077944384 7240 0 0 0 127 1 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213402232864 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8354] ppid=8341 vsize=15217720 memory=2580 CPUtime=1.71 cores=1,3,5,7
/proc/8343/task/8354/stat : 8354 (java) S 8341 8341 4857 0 -1 1077944384 10427 0 0 0 170 1 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213401180032 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8355] ppid=8341 vsize=15217720 memory=1760 CPUtime=0.66 cores=1,3,5,7
/proc/8343/task/8355/stat : 8355 (java) S 8341 8341 4857 0 -1 1077944384 8419 0 0 0 65 1 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213400127776 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8356] ppid=8341 vsize=15217720 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8356/stat : 8356 (java) S 8341 8341 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213399075424 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8357] ppid=8341 vsize=15217720 memory=800 CPUtime=0.51 cores=1,3,5,7
/proc/8343/task/8357/stat : 8357 (java) S 8341 8341 4857 0 -1 1077944384 544 0 0 0 26 25 0 0 20 0 16 0 517194545 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213398022960 140213938006658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
[pid=8343/tid=8516] ppid=8341 vsize=15217720 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/8343/task/8516/stat : 8516 (java) S 8341 8341 4857 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517255888 15582945280 3184018 33554432000 4194304 4196468 140723536244272 140213388807872 140213938005717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16281600 140723536249819 140723536249994 140723536249994 140723536252879 0
Current children cumulated CPU time: 1776.73 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12737524 KiB

[startup+620.601 s]
/proc/loadavg: 4.16 3.72 2.79 3/232 8516
/proc/meminfo: memFree=10750180/32770624 swapFree=66976792/67108860
[pid=8341] ppid=8338 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/8341/stat : 8341 (xcsp3-exec) S 8338 8341 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517194539 115843072 363 33554432000 4194304 5098028 140733984989136 140733984987240 139634250359420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12808192 140733984998230 140733984998489 140733984998489 140733985001414 0
/proc/8341/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): 620.63
CPU time (s): 1776.96
CPU user time (s): 1769.67
CPU system time (s): 7.2952
CPU usage (%): 286.316
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12737524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.67
system time used= 7.2952
maximum resident set size= 12736420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484885
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23674
involuntary context switches= 14408


# summary of solver processes directly reported to runsolver:
#   pid: 8341
#   total CPU time (s): 1776.96
#   total CPU user time (s): 1769.67
#   total CPU system time (s): 7.2952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.95038 second user time and 6.47794 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-25 13:55:04
IDJOB=4405790
IDBENCH=138454
IDSOLVER=2869
FILE ID=node124/4405790-1569412545
RUNJOBID= node124-1569396629-4889
PBS_JOBID= 21705689
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-12.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-4405790-1569412545/watcher-4405790-1569412545 -o /var/tmp/evaluation-result-4405790-1569412545/solver-4405790-1569412545 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4889 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1174005154 HOME/instance-4405790-1569412545.xml

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

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=1174005154

node124.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:        24524164 kB
MemAvailable:   31643256 kB
Buffers:          169176 kB
Cached:          7038968 kB
SwapCached:        29080 kB
Active:          3723132 kB
Inactive:        3691416 kB
Active(anon):     175336 kB
Inactive(anon):    88668 kB
Active(file):    3547796 kB
Inactive(file):  3602748 kB
Unevictable:      108340 kB
Mlocked:          108340 kB
SwapTotal:      67108860 kB
SwapFree:       66976792 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:        299664 kB
Mapped:            71832 kB
Shmem:             49096 kB
Slab:             425948 kB
SReclaimable:     397008 kB
SUnreclaim:        28940 kB
KernelStack:        4000 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node124 at 2019-09-25 14:05:24