Trace number 4282452

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 4.0.5 seq (2017-08-18)? 294.035 144.58299

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-080-05-mul.xml
MD5SUMcc508950e1103ff719d16ca71225257a
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 benchmark243.529
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":5}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints0
Number of intensional constraints3570
Distribution of constraint types[{"type":"intension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282452-1503111754.xml"  -tl '2520s' -p 1 -x 0
0.08/0.39	c [HOME/instance-4282452-1503111754.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.45	c simple solver
0.25/0.51	c parse instance...
293.94/144.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
293.94/144.52		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:47)
293.94/144.52		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:62)
293.94/144.52		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:115)
293.94/144.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1879)
293.94/144.52		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
293.94/144.52		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
293.94/144.52		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
293.94/144.52		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
293.94/144.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
293.94/144.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
293.94/144.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
293.94/144.52		at org.xcsp.parser.XCallbacks$$Lambda$52/446073433.accept(Unknown Source)
293.94/144.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
293.94/144.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
293.94/144.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
293.94/144.52		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
293.94/144.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
293.94/144.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
293.94/144.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
293.94/144.52		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
293.94/144.52		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
293.94/144.52		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
293.94/144.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
293.94/144.52	s UNKNOWN
293.94/144.52	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 (12154 MiB free)
  memory of node 1: 16384 MiB (15767 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282452-1503111754/watcher-4282452-1503111754 -o /tmp/evaluation-result-4282452-1503111754/solver-4282452-1503111754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 801190483 HOME/instance-4282452-1503111754.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=18232, runsolver pid=18229
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 1.87 1.82 1.80 2/198 18235
/proc/meminfo: memFree=28587108/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=105164 memory=5156 CPUtime=0 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 1508 0 0 0 0 0 0 0 20 0 2 0 9583444 107687936 1289 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 26291 1289 964 1 0 16808 0
[pid=18234/tid=18235] ppid=18232 vsize=105164 memory=8508281356421794206 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) D 18232 18232 15523 0 -1 4202560 271 0 0 0 0 0 0 0 20 0 2 0 9583444 107687936 1289 18446744073709551615 4194304 4196468 140722670834448 139634672625968 139634660875157 0 0 1 16784584 18446744072100433029 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 114676 KiB
Current children cumulated memory: 6536 KiB

[startup+0.319573 s]*
/proc/loadavg: 1.87 1.82 1.80 3/211 18248
/proc/meminfo: memFree=28580040/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13974352 memory=26424 CPUtime=0.08 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 5021 0 0 0 7 1 0 0 20 0 15 0 9583444 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3493588 6606 2727 1 0 3482964 0
[pid=18234/tid=18235] ppid=18232 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) R 18232 18232 15523 0 -1 4202560 3177 0 0 0 6 1 0 0 20 0 15 0 9583444 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634672609680 139634649777725 0 4 1 16800974 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13974352 memory=8941 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13974352 memory=4051469076782069408 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13974352 memory=140134902085248 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583459 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634146252912 139634668395138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9583460 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634145198880 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9583460 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634144146544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634142042736 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634140989936 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13974352 memory=140134902085248 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) R 18232 18232 15523 0 -1 4202560 233 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634139937648 139634668395926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13974352 memory=140134902085248 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583466 14309736448 6606 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27804 KiB

[startup+0.412356 s]*
/proc/loadavg: 1.87 1.82 1.80 5/211 18248
/proc/meminfo: memFree=28564400/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13974352 memory=36856 CPUtime=0.25 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 8792 0 0 0 22 3 0 0 20 0 15 0 9583444 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3493588 9214 2974 1 0 3482964 0
[pid=18234/tid=18235] ppid=18232 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) R 18232 18232 15523 0 -1 4202560 6007 0 0 0 13 2 0 0 20 0 15 0 9583444 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634672611760 139634668405917 0 4 1 16800974 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583459 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634146252912 139634668395138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9583460 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634145198880 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9583460 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634144146544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 15 0 9583462 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634142042736 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 15 0 9583462 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634140989936 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13974352 memory=140134902085248 CPUtime=0.05 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) S 18232 18232 15523 0 -1 1077944384 760 0 0 0 5 0 0 0 20 0 15 0 9583462 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634139937648 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13974352 memory=140134902085248 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583466 14309736448 9214 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38236 KiB

[startup+0.710843 s]
/proc/loadavg: 1.87 1.82 1.80 5/211 18248
/proc/meminfo: memFree=28550212/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13978684 memory=65696 CPUtime=1 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 13167 0 0 0 95 5 0 0 20 0 15 0 9583444 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3494671 16424 3152 1 0 3482964 0
[pid=18234/tid=18235] ppid=18232 vsize=13978684 memory=15816694648026085 CPUtime=0.44 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) R 18232 18232 15523 0 -1 4202560 7811 0 0 0 41 3 0 0 20 0 15 0 9583444 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634672617624 139634302659418 0 4 1 16800974 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13978684 memory=7588935152971043921 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13978684 memory=7523078908064329315 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13978684 memory=-7385037593950845031 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13978684 memory=-7019007802211101846 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13978684 memory=6933690305039933585 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) S 18232 18232 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 9583459 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634146252912 139634668395138 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13978684 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9583460 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634145198880 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13978684 memory=7896318971486248851 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9583460 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634144146544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13978684 memory=7679927811743456362 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13978684 memory=6944656575208382560 CPUtime=0.14 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) R 18232 18232 15523 0 -1 4202560 1069 0 0 0 14 0 0 0 20 0 15 0 9583462 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634142032848 139634645978736 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13978684 memory=6944656575208382560 CPUtime=0.15 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 1409 0 0 0 15 0 0 0 20 0 15 0 9583462 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634140989936 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13978684 memory=6944656592455097440 CPUtime=0.24 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) R 18232 18232 15523 0 -1 4202560 1569 0 0 0 24 0 0 0 20 0 15 0 9583462 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634139933376 139634652956369 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) R 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583466 14314172416 16424 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 67076 KiB

[startup+1.50074 s]
/proc/loadavg: 1.87 1.82 1.80 3/211 18248
/proc/meminfo: memFree=28495316/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13980732 memory=161012 CPUtime=2.62 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 17527 0 0 0 256 6 0 0 20 0 15 0 9583444 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3495183 40253 3182 1 0 3483476 0
[pid=18234/tid=18235] ppid=18232 vsize=13980732 memory=-8774313645642428999 CPUtime=1.23 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) R 18232 18232 15523 0 -1 4202560 9243 0 0 0 118 5 0 0 20 0 15 0 9583444 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634672617936 139634306573486 0 4 1 16800974 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13980732 memory=7883960649037381690 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13980732 memory=9272 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13980732 memory=4442651771942888992 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9583458 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13980732 memory=-7812193898651955097 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9583458 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13980732 memory=7738151057563408232 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) S 18232 18232 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 9583459 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634146252912 139634668395138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13980732 memory=7813865652928602452 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634145198880 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13980732 memory=7378703114257389422 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634144146544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13980732 memory=7522255378113915221 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13980732 memory=7158617019654645913 CPUtime=0.49 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 2334 0 0 0 49 0 0 0 20 0 15 0 9583462 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634142042736 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13980732 memory=14323755876 CPUtime=0.49 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 1569 0 0 0 49 0 0 0 20 0 15 0 9583462 14316269568 40253 18446744073709551615 4194304 4196468 140722670834448 139634140989936 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13980732 memory=280269567552712 CPUtime=0.38 cores=1,3,5,7

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

/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13980732 memory=11410444 CPUtime=290.08 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 315719 0 0 0 27940 1068 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3495183 2852611 3251 1 0 3483476 0
[pid=18234/tid=18235] ppid=18232 vsize=13980732 memory=4124 CPUtime=65.5 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) S 18232 18232 15523 0 -1 1077944384 17726 0 0 0 6539 11 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634672620560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13980732 memory=8888 CPUtime=48.34 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) R 18232 18232 15523 0 -1 4202560 48341 0 0 0 4565 269 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634625350664 139634661012199 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13980732 memory=1296 CPUtime=48.07 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) R 18232 18232 15523 0 -1 4202560 48850 0 0 0 4548 259 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634624297552 139634661012199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13980732 memory=1380 CPUtime=48.48 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) R 18232 18232 15523 0 -1 4202560 81867 0 0 0 4603 245 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634623245656 139634661480430 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13980732 memory=1380 CPUtime=48.43 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) R 18232 18232 15523 0 -1 4202560 67171 0 0 0 4569 274 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634264959824 139634661012199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13980732 memory=11410444 CPUtime=27.94 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) S 18232 18232 15523 0 -1 1077944384 36717 0 0 0 2792 2 0 0 20 0 15 0 9583459 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634146251472 139634668394197 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634145198944 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634144146560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13980732 memory=956 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13980732 memory=2240 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 5273 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634142042784 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13980732 memory=4300 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 3601 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634140989984 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13980732 memory=2412 CPUtime=0.54 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) S 18232 18232 15523 0 -1 1077944384 4450 0 0 0 54 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634139937408 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13980732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13980732 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 374 0 0 0 3 5 0 0 20 0 15 0 9583466 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 290.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11411824 KiB

[startup+143.301 s]
/proc/loadavg: 2.83 2.10 1.90 6/214 18266
/proc/meminfo: memFree=17199436/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13980732 memory=11410444 CPUtime=292.74 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 316088 0 0 0 28206 1068 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3495183 2852611 3251 1 0 3483476 0
[pid=18234/tid=18235] ppid=18232 vsize=13980732 memory=1380 CPUtime=65.5 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) S 18232 18232 15523 0 -1 1077944384 17726 0 0 0 6539 11 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634672620560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13980732 memory=11385296 CPUtime=48.95 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 48341 0 0 0 4626 269 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13980732 memory=4124 CPUtime=48.69 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 48850 0 0 0 4610 259 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13980732 memory=8888 CPUtime=49.13 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 82236 0 0 0 4668 245 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13980732 memory=1296 CPUtime=49.06 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 67171 0 0 0 4631 275 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13980732 memory=2412 CPUtime=28.09 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) R 18232 18232 15523 0 -1 4202560 36717 0 0 0 2807 2 0 0 20 0 15 0 9583459 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634146251472 139634652841561 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634145198944 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634144146560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13980732 memory=8684 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 5273 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634142042784 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13980732 memory=792 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 3601 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634140989984 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13980732 memory=1244 CPUtime=0.54 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) S 18232 18232 15523 0 -1 1077944384 4450 0 0 0 54 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634139937408 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13980732 memory=644 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13980732 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 374 0 0 0 3 5 0 0 20 0 15 0 9583466 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 292.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11411824 KiB

[startup+144.101 s]*
/proc/loadavg: 2.83 2.10 1.90 3/214 18266
/proc/meminfo: memFree=17199436/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13980732 memory=11410444 CPUtime=293.55 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 316088 0 0 0 28286 1069 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3495183 2852611 3251 1 0 3483476 0
[pid=18234/tid=18235] ppid=18232 vsize=13980732 memory=-8195925453750481479 CPUtime=65.5 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) S 18232 18232 15523 0 -1 1077944384 17726 0 0 0 6539 11 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634672620560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13980732 memory=11410444 CPUtime=48.95 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 48341 0 0 0 4626 269 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13980732 memory=-8774313645642428999 CPUtime=48.69 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 48850 0 0 0 4610 259 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13980732 memory=3259176 CPUtime=49.13 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 82236 0 0 0 4668 245 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13980732 memory=1152 CPUtime=49.06 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 67171 0 0 0 4631 275 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13980732 memory=3028 CPUtime=28.9 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) R 18232 18232 15523 0 -1 4202560 36717 0 0 0 2888 2 0 0 20 0 15 0 9583459 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634146251472 139634653380401 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634145198944 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13980732 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634144146560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13980732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13980732 memory=1008 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 5273 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634142042784 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13980732 memory=1228 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 3601 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634140989984 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13980732 memory=1700 CPUtime=0.54 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) S 18232 18232 15523 0 -1 1077944384 4450 0 0 0 54 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634139937408 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13980732 memory=4112 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13980732 memory=4072 CPUtime=0.08 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 374 0 0 0 3 5 0 0 20 0 15 0 9583466 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 293.55 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11411824 KiB

[startup+144.501 s]
/proc/loadavg: 2.83 2.10 1.90 3/214 18266
/proc/meminfo: memFree=17199436/32770624 swapFree=67108860/67108860
[pid=18232] ppid=18229 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/18232/stat : 18232 (xcsp3-exec) S 18229 18232 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 9583436 9740288 345 18446744073709551615 4194304 5098028 140726714275632 140726714273736 139778898637436 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 25772032 140726714278266 140726714278470 140726714278470 140726714281963 0
/proc/18232/statm: 2378 345 289 221 0 87 0
[pid=18234] ppid=18232 vsize=13980732 memory=11410444 CPUtime=293.94 cores=1,3,5,7
/proc/18234/stat : 18234 (java) S 18232 18232 15523 0 -1 1077944320 316088 0 0 0 28325 1069 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 140722670816992 139634668383991 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
/proc/18234/statm: 3495183 2852611 3251 1 0 3483476 0
[pid=18234/tid=18235] ppid=18232 vsize=13980732 memory=11410444 CPUtime=65.5 cores=1,3,5,7
/proc/18234/task/18235/stat : 18235 (java) S 18232 18232 15523 0 -1 1077944384 17726 0 0 0 6539 11 0 0 20 0 15 0 9583444 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634672620560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18236] ppid=18232 vsize=13980732 memory=4112 CPUtime=48.95 cores=1,3,5,7
/proc/18234/task/18236/stat : 18236 (java) S 18232 18232 15523 0 -1 1077944384 48341 0 0 0 4626 269 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634625350544 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18237] ppid=18232 vsize=13980732 memory=280269568161648 CPUtime=48.69 cores=1,3,5,7
/proc/18234/task/18237/stat : 18237 (java) S 18232 18232 15523 0 -1 1077944384 48850 0 0 0 4610 259 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634624297744 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18238] ppid=18232 vsize=13980732 memory=-1891255765032775953 CPUtime=49.13 cores=1,3,5,7
/proc/18234/task/18238/stat : 18238 (java) S 18232 18232 15523 0 -1 1077944384 82236 0 0 0 4668 245 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634623245456 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18239] ppid=18232 vsize=13980732 memory=280269568799136 CPUtime=49.06 cores=1,3,5,7
/proc/18234/task/18239/stat : 18239 (java) S 18232 18232 15523 0 -1 1077944384 67171 0 0 0 4631 275 0 0 20 0 15 0 9583458 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634264960016 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18240] ppid=18232 vsize=13980732 memory=260 CPUtime=29.29 cores=1,3,5,7
/proc/18234/task/18240/stat : 18240 (java) R 18232 18232 15523 0 -1 4202560 36717 0 0 0 2927 2 0 0 20 0 15 0 9583459 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634146251472 139634646754171 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18241] ppid=18232 vsize=13980732 memory=8684 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18241/stat : 18241 (java) S 18232 18232 15523 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634145198944 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18242] ppid=18232 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18242/stat : 18242 (java) S 18232 18232 15523 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 9583460 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634144146560 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18243] ppid=18232 vsize=13980732 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18243/stat : 18243 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634143094864 139634668402587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18244] ppid=18232 vsize=13980732 memory=4612 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18244/stat : 18244 (java) S 18232 18232 15523 0 -1 1077944384 5273 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634142042784 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18245] ppid=18232 vsize=13980732 memory=1200 CPUtime=1.31 cores=1,3,5,7
/proc/18234/task/18245/stat : 18245 (java) S 18232 18232 15523 0 -1 1077944384 3601 0 0 0 131 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634140989984 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18246] ppid=18232 vsize=13980732 memory=15872 CPUtime=0.54 cores=1,3,5,7
/proc/18234/task/18246/stat : 18246 (java) S 18232 18232 15523 0 -1 1077944384 4450 0 0 0 54 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634139937408 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18247] ppid=18232 vsize=13980732 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/18234/task/18247/stat : 18247 (java) S 18232 18232 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9583462 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634138885088 139634668394197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
[pid=18234/tid=18248] ppid=18232 vsize=13980732 memory=4012 CPUtime=0.08 cores=1,3,5,7
/proc/18234/task/18248/stat : 18248 (java) S 18232 18232 15523 0 -1 1077944384 374 0 0 0 3 5 0 0 20 0 15 0 9583466 14316269568 2852611 18446744073709551615 4194304 4196468 140722670834448 139634137831856 139634668395138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22372352 140722670838194 140722670838370 140722670838370 140722670841807 0
Current children cumulated CPU time: 293.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 11411824 KiB

Child status: 1
Real time (s): 144.583
CPU time (s): 294.035
CPU user time (s): 283.288
CPU system time (s): 10.7478
CPU usage (%): 203.368
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11411824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 283.288
system time used= 10.7478
maximum resident set size= 11410764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7783
involuntary context switches= 1942


# summary of solver processes directly reported to runsolver:
#   pid: 18232
#   total CPU time (s): 294.035
#   total CPU user time (s): 283.288
#   total CPU system time (s): 10.7478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.97424 second user time and 1.47205 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 04:49:05
IDJOB=4282452
IDBENCH=120895
IDSOLVER=2677
FILE ID=node130/4282452-1503111754
RUNJOBID= node130-1503095856-15587
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-080-05-mul.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282452-1503111754/watcher-4282452-1503111754 -o /tmp/evaluation-result-4282452-1503111754/solver-4282452-1503111754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503095856-15587 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 801190483 HOME/instance-4282452-1503111754.xml

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

MD5SUM BENCH= cc508950e1103ff719d16ca71225257a
RANDOM SEED=801190483

node130.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.77
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.77
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.77
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.77
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:        28592200 kB
MemAvailable:   28742672 kB
Buffers:          150924 kB
Cached:           282468 kB
SwapCached:            0 kB
Active:          3491292 kB
Inactive:         277084 kB
Active(anon):    3335288 kB
Inactive(anon):     8556 kB
Active(file):     156004 kB
Inactive(file):   268528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8120 kB
Writeback:             0 kB
AnonPages:       3361504 kB
Mapped:            43156 kB
Shmem:              8868 kB
Slab:             108080 kB
SReclaimable:      83548 kB
SUnreclaim:        24532 kB
KernelStack:        3744 kB
PageTables:        11388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4133340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3299328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62012 MiB
End job on node130 at 2017-08-19 04:51:29