Trace number 4281025

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 par (2017-08-18)UNSAT 8.4898005 1.97007

General information on the benchmark

NameRlfap/Rlfap-m1-scens/
Rlfap-scen-06.xml
MD5SUM7a29983c9ff052f95c6899aeb5034357
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 benchmark0.820391
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1322
Number of domains3
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}]
Minimum variable degree1
Maximum variable degree44
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":3},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1322}]
Number of extensional constraints0
Number of intensional constraints1322
Distribution of constraint types[{"type":"intension","count":1322}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281025-1503123742.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281025-1503123742.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
5.31/1.56	c solve instance...
8.13/1.95	java.util.concurrent.ExecutionException: java.lang.NullPointerException
8.13/1.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.13/1.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
8.13/1.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
8.13/1.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
8.13/1.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
8.13/1.95	Caused by: java.lang.NullPointerException
8.13/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.13/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.13/1.95		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.13/1.95		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.13/1.95		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.13/1.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.13/1.95		... 4 more
8.13/1.95	Caused by: java.lang.NullPointerException
8.13/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.13/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.13/1.95		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.13/1.95		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.13/1.95		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.13/1.95		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.13/1.95		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.13/1.95		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.13/1.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.13/1.95		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.13/1.95		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.13/1.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.13/1.95		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
8.13/1.95		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.13/1.95		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.13/1.95		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.13/1.95		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.13/1.95		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.13/1.95	Caused by: java.lang.NullPointerException
8.13/1.95		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
8.13/1.95		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
8.13/1.95		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
8.13/1.95		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
8.13/1.95		at org.chocosolver.solver.Solver.solve(Solver.java:260)
8.13/1.95		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
8.13/1.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.13/1.95		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.13/1.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.13/1.95		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.13/1.95		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.13/1.95		... 4 more
8.13/1.95	s UNSATISFIABLE

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 (10013 MiB free)
  memory of node 1: 16384 MiB (12210 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281025-1503123742/watcher-4281025-1503123742 -o /tmp/evaluation-result-4281025-1503123742/solver-4281025-1503123742 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 691837107 HOME/instance-4281025-1503123742.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18797, runsolver pid=18794

[startup+0.100115 s]*
/proc/loadavg: 7.63 8.18 7.92 2/199 18818
/proc/meminfo: memFree=22742380/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=25999808 memory=26512 CPUtime=0.12 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 5490 0 0 0 11 1 0 0 20 0 20 0 145455225 26623803392 6563 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6499952 6563 2846 1 0 6488269 0
[pid=18799/tid=18800] ppid=18797 vsize=25999808 memory=8186588030768685728 CPUtime=0.09 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) R 18797 18797 18016 0 -1 4202560 3492 0 0 0 8 1 0 0 20 0 20 0 145455226 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461277205568 140461272984982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=25999808 memory=732370609027050469 CPUtime=0 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=25999808 memory=140470689597056 CPUtime=0 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26623803392 6628 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455228 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455228 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459476272032 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455229 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459475219440 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) S 18797 18797 18016 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459473115632 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459472063088 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) S 18797 18797 18016 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459471010544 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) R 18797 18797 18016 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459469958000 140461252441995 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26623803392 6628 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27896 KiB

[startup+0.209997 s]*
/proc/loadavg: 7.63 8.18 7.92 2/199 18818
/proc/meminfo: memFree=22730364/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26004064 memory=39240 CPUtime=0.33 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 8346 0 0 0 31 2 0 0 20 0 20 0 145455225 26628161536 9810 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6501016 9810 3061 1 0 6488269 0
[pid=18799/tid=18800] ppid=18797 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) R 18797 18797 18016 0 -1 4202560 5429 0 0 0 18 1 0 0 20 0 20 0 145455226 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461277183856 140461265652269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26004064 memory=280941218891512 CPUtime=0 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26004064 memory=140470689597056 CPUtime=0 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 9810 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628194304 9810 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628194304 9810 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455228 26628194304 9810 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455228 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459476272032 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455229 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459475219440 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) S 18797 18797 18016 0 -1 1077944384 546 0 0 0 1 0 0 0 20 0 20 0 145455231 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459473115632 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) S 18797 18797 18016 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 20 0 145455231 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459472063088 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) S 18797 18797 18016 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 20 0 145455231 26628161536 9810 33554432000 4194304 4196468 140728183652176 140459471010544 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=26004096 memory=0 CPUtime=0.07 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) S 18797 18797 18016 0 -1 1077944384 764 0 0 0 7 0 0 0 20 0 20 0 145455231 26628194304 9810 33554432000 4194304 4196468 140728183652176 140459469958000 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455231 26628194304 9810 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26628194304 9810 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40624 KiB

[startup+0.309357 s]*
/proc/loadavg: 7.63 8.18 7.92 3/199 18818
/proc/meminfo: memFree=22725960/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26004064 memory=43820 CPUtime=0.51 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 9172 0 0 0 48 3 0 0 20 0 20 0 145455225 26628161536 10955 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6501016 10955 3077 1 0 6488269 0
[pid=18799/tid=18800] ppid=18797 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) R 18797 18797 18016 0 -1 4202560 6084 0 0 0 27 2 0 0 20 0 20 0 145455226 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461277211544 140460882494184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=26004064 memory=140470529389487 CPUtime=0 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=26004064 memory=140470529391792 CPUtime=0 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=26004064 memory=140470529394096 CPUtime=0 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26628161536 10955 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455228 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=26004064 memory=280941058795152 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 145455228 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459476272032 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=26004064 memory=280941058802064 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 145455229 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459475219440 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=26004064 memory=280941058743344 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=26004064 memory=280941058815888 CPUtime=0.01 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) S 18797 18797 18016 0 -1 1077944384 548 0 0 0 1 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459473115632 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=26004064 memory=280941058822800 CPUtime=0.02 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) S 18797 18797 18016 0 -1 1077944384 92 0 0 0 2 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459472063088 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=26004064 memory=280941058820496 CPUtime=0.03 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) S 18797 18797 18016 0 -1 1077944384 260 0 0 0 3 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459471010544 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=26004064 memory=280941058836656 CPUtime=0.12 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) R 18797 18797 18016 0 -1 4202560 877 0 0 0 12 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459469958000 140461252107535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455231 26628161536 10955 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45204 KiB

[startup+0.700893 s]
/proc/loadavg: 7.63 8.18 7.92 5/199 18818
/proc/meminfo: memFree=22648624/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26006188 memory=139884 CPUtime=1.89 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 14879 0 0 0 183 6 0 0 20 0 20 0 145455225 26630336512 34971 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6501547 34971 3203 1 0 6488781 0
[pid=18799/tid=18800] ppid=18797 vsize=26006188 memory=280941059131520 CPUtime=0.67 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) R 18797 18797 18016 0 -1 4202560 6940 0 0 0 63 4 0 0 20 0 20 0 145455226 26630336512 34971 33554432000 4194304 4196468 140728183652176 140461277210528 140460886886448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 145455227 26630336512 34971 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26006188 memory=11112 CPUtime=0 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26630336512 34971 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26006188 memory=5776 CPUtime=0 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 145455227 26630336512 34971 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0

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

# the end of solver process 18797 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.25847 s, system=0.231329 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60648 s]
/proc/loadavg: 7.63 8.18 7.92 6/199 18818
/proc/meminfo: memFree=22569272/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26538700 memory=381504 CPUtime=5.8 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 18697 0 0 0 559 21 0 0 20 0 28 0 145455225 27175628800 95376 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6634675 95376 3249 1 0 6621909 0
[pid=18799/tid=18800] ppid=18797 vsize=26538700 memory=23536 CPUtime=1.5 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) S 18797 18797 18016 0 -1 1077944384 7184 0 0 0 144 6 0 0 20 0 28 0 145455226 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461277213824 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26538700 memory=1796 CPUtime=0.03 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26538700 memory=1296 CPUtime=0.04 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 30 0 0 0 3 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26538700 memory=2396 CPUtime=0.04 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=26538700 memory=1728 CPUtime=0.04 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=26538700 memory=1004 CPUtime=0.03 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=26538700 memory=11112 CPUtime=0.03 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=26538700 memory=5776 CPUtime=0.03 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=26538700 memory=4616 CPUtime=0.03 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 145455227 27175628800 95376 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 145455228 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145455228 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459476272096 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145455229 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459475219456 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=26538700 memory=2241 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=26538700 memory=0 CPUtime=1.02 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) R 18797 18797 18016 0 -1 4202560 2785 0 0 0 102 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459473102416 140461254497873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=26538700 memory=6916 CPUtime=1.05 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) R 18797 18797 18016 0 -1 4202560 1438 0 0 0 105 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459472053808 140461256459093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=26538700 memory=2244 CPUtime=1.1 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) R 18797 18797 18016 0 -1 4202560 2338 0 0 0 110 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459470996976 140728183798954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=26538700 memory=140470529728224 CPUtime=0.66 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) R 18797 18797 18016 0 -1 1077944384 2913 0 0 0 66 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459469958000 140461272984194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27175628800 95376 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 382888 KiB

[startup+1.80148 s]
/proc/loadavg: 7.63 8.18 7.92 6/199 18818
/proc/meminfo: memFree=22569272/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26540748 memory=383888 CPUtime=7.31 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 19241 0 0 0 710 21 0 0 20 0 28 0 145455225 27177725952 95972 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6635187 95972 3254 1 0 6622421 0
[pid=18799/tid=18800] ppid=18797 vsize=26540748 memory=2241 CPUtime=1.5 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) S 18797 18797 18016 0 -1 1077944384 7184 0 0 0 144 6 0 0 20 0 28 0 145455226 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461277213824 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26540748 memory=2244 CPUtime=0.03 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26540748 memory=6935652554312077392 CPUtime=0.04 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 30 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26540748 memory=7380671248541445222 CPUtime=0.04 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=26540748 memory=7377547553069360985 CPUtime=0.04 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=26540748 memory=140470529591376 CPUtime=0.03 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 95972 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 145455228 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145455228 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459476272096 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145455229 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459475219456 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=26540748 memory=0 CPUtime=1.19 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) S 18797 18797 18016 0 -1 1077944384 2827 0 0 0 119 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459473115632 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=26540748 memory=1936 CPUtime=1.25 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) R 18797 18797 18016 0 -1 4202560 1784 0 0 0 125 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459472053808 140461252228440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=26540748 memory=1224 CPUtime=1.27 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) R 18797 18797 18016 0 -1 4202560 2388 0 0 0 127 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459471010544 140461257870672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=26540748 memory=1716 CPUtime=0.7 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) S 18797 18797 18016 0 -1 1077944384 2976 0 0 0 70 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459469958000 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=26540748 memory=10636 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 95972 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 385272 KiB

[startup+1.90892 s]
/proc/loadavg: 7.63 8.18 7.92 6/199 18818
/proc/meminfo: memFree=22569272/32770624 swapFree=67108860/67108860
[pid=18797] ppid=18794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18797/stat : 18797 (xcsp3-exec) S 18794 18797 18016 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 145455225 9740288 346 33554432000 4194304 5098028 140727627835600 140727627833704 140515408712316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10878976 140727627838565 140727627838775 140727627838775 140727627841515 0
/proc/18797/statm: 2378 346 289 221 0 87 0
[pid=18799] ppid=18797 vsize=26540748 memory=384100 CPUtime=8.13 cores=0-7
/proc/18799/stat : 18799 (java) S 18797 18797 18016 0 -1 1077944320 19277 0 0 0 792 21 0 0 20 0 28 0 145455225 27177725952 96025 33554432000 4194304 4196468 140728183652176 140728183634720 140461272973047 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
/proc/18799/statm: 6635187 96025 3254 1 0 6622421 0
[pid=18799/tid=18800] ppid=18797 vsize=26540748 memory=0 CPUtime=1.5 cores=0-7
/proc/18799/task/18800/stat : 18800 (java) S 18797 18797 18016 0 -1 1077944384 7184 0 0 0 144 6 0 0 20 0 28 0 145455226 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461277213824 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18801] ppid=18797 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7
/proc/18799/task/18801/stat : 18801 (java) S 18797 18797 18016 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461225593104 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18802] ppid=18797 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7
/proc/18799/task/18802/stat : 18802 (java) S 18797 18797 18016 0 -1 1077944384 30 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461224540560 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18803] ppid=18797 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7
/proc/18799/task/18803/stat : 18803 (java) S 18797 18797 18016 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461223488016 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18804] ppid=18797 vsize=26540748 memory=0 CPUtime=0.04 cores=0-7
/proc/18799/task/18804/stat : 18804 (java) S 18797 18797 18016 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461222435472 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18805] ppid=18797 vsize=26540748 memory=4140 CPUtime=0.03 cores=0-7
/proc/18799/task/18805/stat : 18805 (java) S 18797 18797 18016 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461221382928 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18806] ppid=18797 vsize=26540748 memory=0 CPUtime=0.03 cores=0-7
/proc/18799/task/18806/stat : 18806 (java) S 18797 18797 18016 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461220330384 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18807] ppid=18797 vsize=26540748 memory=140470529616512 CPUtime=0.03 cores=0-7
/proc/18799/task/18807/stat : 18807 (java) S 18797 18797 18016 0 -1 1077944384 37 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461219277840 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18808] ppid=18797 vsize=26540748 memory=140470529616608 CPUtime=0.03 cores=0-7
/proc/18799/task/18808/stat : 18808 (java) S 18797 18797 18016 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 145455227 27177725952 96025 33554432000 4194304 4196468 140728183652176 140461218225296 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18809] ppid=18797 vsize=26540748 memory=140470529616704 CPUtime=0 cores=0-7
/proc/18799/task/18809/stat : 18809 (java) S 18797 18797 18016 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 145455228 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459477325808 140461272984194 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18810] ppid=18797 vsize=26540748 memory=140470529616800 CPUtime=0 cores=0-7
/proc/18799/task/18810/stat : 18810 (java) S 18797 18797 18016 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 145455228 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459476272096 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18811] ppid=18797 vsize=26540748 memory=140470529616896 CPUtime=0 cores=0-7
/proc/18799/task/18811/stat : 18811 (java) S 18797 18797 18016 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 145455229 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459475219456 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18812] ppid=18797 vsize=26540748 memory=0 CPUtime=0 cores=0-7
/proc/18799/task/18812/stat : 18812 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459474168016 140461272991643 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18813] ppid=18797 vsize=26540748 memory=0 CPUtime=1.25 cores=0-7
/proc/18799/task/18813/stat : 18813 (java) R 18797 18797 18016 0 -1 1077944384 2832 0 0 0 125 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459473115632 140461272984194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18814] ppid=18797 vsize=26540748 memory=-1189914978686163229 CPUtime=1.35 cores=0-7
/proc/18799/task/18814/stat : 18814 (java) R 18797 18797 18016 0 -1 4202560 1808 0 0 0 135 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459472063088 140461254496240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18815] ppid=18797 vsize=26540748 memory=33 CPUtime=1.36 cores=0-7
/proc/18799/task/18815/stat : 18815 (java) R 18797 18797 18016 0 -1 4202560 2389 0 0 0 136 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459471010544 140461254517281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18816] ppid=18797 vsize=26540748 memory=6943526294502006880 CPUtime=0.7 cores=0-7
/proc/18799/task/18816/stat : 18816 (java) R 18797 18797 18016 0 -1 4202560 2978 0 0 0 70 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459469953728 140461251900204 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18817] ppid=18797 vsize=26540748 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/18799/task/18817/stat : 18817 (java) S 18797 18797 18016 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459468904672 140461272983253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
[pid=18799/tid=18818] ppid=18797 vsize=26540748 memory=6944656591801717405 CPUtime=0 cores=0-7
/proc/18799/task/18818/stat : 18818 (java) S 18797 18797 18016 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 145455231 27177725952 96025 33554432000 4194304 4196468 140728183652176 140459467852208 140461272984194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33837056 140728183653522 140728183653699 140728183653699 140728183656399 0
Current children cumulated CPU time: 8.13 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 385484 KiB

Child status: 0
Real time (s): 1.97007
CPU time (s): 8.4898
CPU user time (s): 8.25847
CPU system time (s): 0.231329
CPU usage (%): 430.939
Max. virtual memory (cumulated for all children) (KiB): 26550260
Max. memory (cumulated for all children) (KiB): 385484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.25847
system time used= 0.231329
maximum resident set size= 386744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19937
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3345
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 18797
#   total CPU time (s): 8.4898
#   total CPU user time (s): 8.25847
#   total CPU system time (s): 0.231329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038288 second user time and 0.051387 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-19 08:08:02
IDJOB=4281025
IDBENCH=120826
IDSOLVER=2675
FILE ID=node150/4281025-1503123742
RUNJOBID= node150-1503120141-18043
PBS_JOBID= 20630767
Free space on /tmp= 61904 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens/Rlfap-scen-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281025-1503123742/watcher-4281025-1503123742 -o /tmp/evaluation-result-4281025-1503123742/solver-4281025-1503123742 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1503120141-18043 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 691837107 HOME/instance-4281025-1503123742.xml

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

MD5SUM BENCH= 7a29983c9ff052f95c6899aeb5034357
RANDOM SEED=691837107

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22758164 kB
MemAvailable:   31959628 kB
Buffers:          330312 kB
Cached:          9150520 kB
SwapCached:            0 kB
Active:          2737764 kB
Inactive:        6797432 kB
Active(anon):      57236 kB
Inactive(anon):    33232 kB
Active(file):    2680528 kB
Inactive(file):  6764200 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8052 kB
Writeback:             0 kB
AnonPages:        200796 kB
Mapped:            51348 kB
Shmem:             33416 kB
Slab:             171532 kB
SReclaimable:     145140 kB
SUnreclaim:        26392 kB
KernelStack:        3520 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61896 MiB
End job on node150 at 2017-08-19 08:08:04