Trace number 4280755

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)? 496.591 75.177399

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-08.xml
MD5SUMb1ffa7aed2f9a273862c03f3716b8b6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4621701
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints254
Number of domains1
Minimum domain size6561
Maximum domain size6561
Distribution of domain sizes[{"size":6561,"count":254}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":253},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":253}]
Number of extensional constraints253
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":253},{"type":"intension","count":1}]
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-4280755-1503171511.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280755-1503171511.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
464.63/70.87	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
464.63/70.87		at java.util.BitSet.initWords(BitSet.java:166)
464.63/70.87		at java.util.BitSet.<init>(BitSet.java:161)
464.63/70.87		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:53)
464.63/70.87		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:41)
464.63/70.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:400)
464.63/70.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:366)
464.63/70.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
464.63/70.87		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
464.63/70.87		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
464.63/70.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
464.63/70.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
464.63/70.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
464.63/70.87		at org.xcsp.parser.XCallbacks$$Lambda$71/1730173572.accept(Unknown Source)
464.63/70.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
464.63/70.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
464.63/70.87		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
464.63/70.87		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
464.63/70.87		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
464.63/70.87		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
464.63/70.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
496.42/75.06	s UNKNOWN
496.42/75.06	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 (12780 MiB free)
  memory of node 1: 16384 MiB (12127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280755-1503171511/watcher-4280755-1503171511 -o /tmp/evaluation-result-4280755-1503171511/solver-4280755-1503171511 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 641179455 HOME/instance-4280755-1503171511.xml 

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

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


[startup+0.100164 s]*
/proc/loadavg: 6.90 7.04 6.30 2/200 5669
/proc/meminfo: memFree=25489420/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=25999808 memory=27180 CPUtime=0.11 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 5228 0 0 0 10 1 0 0 20 0 20 0 150231967 26623803392 6795 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6499952 6795 2840 1 0 6488269 0
[pid=5650/tid=5651] ppid=5648 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) R 5648 5648 4250 0 -1 4202560 3230 0 0 0 8 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139825226117680 139825221915226 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139825144474512 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=25999808 memory=140621696013952 CPUtime=0 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824779516688 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824778464400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824777411600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824776358288 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824775305488 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824774253200 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26623803392 6795 33554432000 4194304 4196468 140730417323072 139824773200400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231970 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823762659952 139825221905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150231970 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823761605920 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150231970 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823760553584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) R 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) R 5648 5648 4250 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26623803392 6795 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28564 KiB

[startup+0.210111 s]*
/proc/loadavg: 6.90 7.04 6.30 2/200 5669
/proc/meminfo: memFree=25479124/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=26004064 memory=39112 CPUtime=0.33 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 7835 0 0 0 30 3 0 0 20 0 20 0 150231967 26628161536 9778 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6501016 9778 3074 1 0 6488269 0
[pid=5650/tid=5651] ppid=5648 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) D 5648 5648 4250 0 -1 1077944384 4981 0 0 0 18 1 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139825226104688 139825214573101 0 4 0 16800975 18446744072101662244 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139825144474512 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26004064 memory=288370997847725696 CPUtime=0 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139824779516688 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628194304 9799 33554432000 4194304 4196468 140730417323072 139824778464400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231968 26628194304 9799 33554432000 4194304 4196468 140730417323072 139824777411600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139824776358288 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139824775305488 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139824774253200 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 9799 33554432000 4194304 4196468 140730417323072 139824773200400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231970 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823762659952 139825221905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150231970 26628194304 9799 33554432000 4194304 4196468 140730417323072 139823761605920 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150231970 26628194304 9799 33554432000 4194304 4196468 140730417323072 139823760553584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26628194304 9799 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) S 5648 5648 4250 0 -1 1077944384 281 0 0 0 2 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) S 5648 5648 4250 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 9799 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40496 KiB

[startup+0.309622 s]*
/proc/loadavg: 6.90 7.04 6.30 3/200 5669
/proc/meminfo: memFree=25472920/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=26004064 memory=45508 CPUtime=0.49 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 8647 0 0 0 46 3 0 0 20 0 20 0 150231967 26628161536 11377 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6501016 11377 3095 1 0 6488269 0
[pid=5650/tid=5651] ppid=5648 vsize=26004064 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) R 5648 5648 4250 0 -1 4202560 5635 0 0 0 27 1 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139825226130752 139825214571893 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139825144474512 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824779516688 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824778464400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824777411600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824776358288 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=26004064 memory=140621591442351 CPUtime=0 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824775305488 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=26004064 memory=140621591444656 CPUtime=0 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824774253200 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=26004064 memory=140621591446960 CPUtime=0 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231968 26628161536 11377 33554432000 4194304 4196468 140730417323072 139824773200400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) S 5648 5648 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150231970 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823762659952 139825221905026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=26004064 memory=281243182900880 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150231970 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823761605920 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=26004064 memory=281243182907792 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150231970 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823760553584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=26004064 memory=281243182849072 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=26004064 memory=281243182921616 CPUtime=0.01 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=26004064 memory=281243182928528 CPUtime=0.03 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) S 5648 5648 4250 0 -1 1077944384 283 0 0 0 3 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=26004064 memory=281243182926224 CPUtime=0.02 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=26004064 memory=281243182942384 CPUtime=0.11 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) S 5648 5648 4250 0 -1 1077944384 790 0 0 0 11 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150231973 26628161536 11377 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46892 KiB

[startup+0.70107 s]
/proc/loadavg: 6.90 7.04 6.30 5/200 5669
/proc/meminfo: memFree=25432652/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=26004140 memory=228012 CPUtime=1.94 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 11957 0 0 0 175 19 0 0 20 0 20 0 150231967 26628239360 57003 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6501035 57003 3200 1 0 6488269 0
[pid=5650/tid=5651] ppid=5648 vsize=26004140 memory=281243183300272 CPUtime=0.65 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) S 5648 5648 4250 0 -1 1077944384 6072 0 0 0 61 4 0 0 20 0 20 0 150231968 26628239360 57003 33554432000 4194304 4196468 140730417323072 139825226131760 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26004140 memory=140621591651184 CPUtime=0.02 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) R 5648 5648 4250 0 -1 4202560 37 0 0 0 0 2 0 0 20 0 20 0 150231968 26628239360 57003 33554432000 4194304 4196468 140730417323072 139825144474512 139825214990580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26004140 memory=0 CPUtime=0.01 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) R 5648 5648 4250 0 -1 4202560 23 0 0 0 0 1 0 0 20 0 20 0 150231968 26628239360 57003 33554432000 4194304 4196468 140730417323072 139824779516888 139825214993579 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26004140 memory=1204 CPUtime=0.01 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) R 5648 5648 4250 0 -1 4202560 25 0 0 0 0 1 0 0 20 0 20 0 150231968 26628239360 57003 33554432000 4194304 4196468 140730417323072 139824778464400 139825214990580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0

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

[pid=5650/tid=5651] ppid=5648 vsize=26072752 memory=2428 CPUtime=10.42 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) S 5648 5648 4250 0 -1 1077944384 15350 0 0 0 1022 20 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139825226134560 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26072752 memory=1292 CPUtime=59.34 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) R 5648 5648 4250 0 -1 4202560 39775 0 0 0 5339 595 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139825144474712 139825214990620 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26072752 memory=1728 CPUtime=59.68 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) R 5648 5648 4250 0 -1 4202560 25471 0 0 0 5347 621 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824779516496 139825214522087 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26072752 memory=12136 CPUtime=59.55 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) R 5648 5648 4250 0 -1 4202560 85252 0 0 0 5385 570 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824778464208 139825214522087 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=26072752 memory=1004 CPUtime=59.52 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) R 5648 5648 4250 0 -1 4202560 32382 0 0 0 5325 627 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824777411408 139825214522087 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=26072752 memory=1228 CPUtime=59.67 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) R 5648 5648 4250 0 -1 4202560 23565 0 0 0 5362 605 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824776358096 139825214522087 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=26072752 memory=1384 CPUtime=59.62 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) R 5648 5648 4250 0 -1 4202560 86536 0 0 0 5373 589 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824775305296 139825214522087 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=26072752 memory=22728128 CPUtime=59.61 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) S 5648 5648 4250 0 -1 1077944384 49654 0 0 0 5371 590 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824774253008 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=26072752 memory=4616 CPUtime=59.31 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) R 5648 5648 4250 0 -1 4202560 44799 0 0 0 5368 563 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824773200208 139825214522087 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=26072752 memory=22728112 CPUtime=3.11 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) S 5648 5648 4250 0 -1 1077944384 72976 0 0 0 298 13 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823762658496 139825221904085 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=26072752 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823761605984 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=26072752 memory=1384 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823760553600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=26072752 memory=22728128 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=26072752 memory=1228 CPUtime=0.54 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 2609 0 0 0 53 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=26072752 memory=1952 CPUtime=0.55 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) S 5648 5648 4250 0 -1 1077944384 2049 0 0 0 55 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=26072752 memory=5796 CPUtime=0.52 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 2460 0 0 0 52 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=26072752 memory=1384 CPUtime=0.44 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) S 5648 5648 4250 0 -1 1077944384 3798 0 0 0 43 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=26072752 memory=22727972 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=26072752 memory=8112282956445269571 CPUtime=0.02 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 129 0 0 0 1 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5671] ppid=5648 vsize=26072752 memory=840 CPUtime=0 cores=0-7
/proc/5650/task/5671/stat : 5671 (java) S 5648 5648 4250 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 150239054 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823745179584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 492.03 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22729512 KiB

[startup+74.8009 s]
/proc/loadavg: 7.28 7.07 6.36 9/200 5671
/proc/meminfo: memFree=2751732/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=26072752 memory=22728128 CPUtime=495.12 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 488263 0 0 0 44710 4802 0 0 20 0 21 0 150231967 26698498048 5682032 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6518188 5682032 3253 1 0 6505422 0
[pid=5650/tid=5651] ppid=5648 vsize=26072752 memory=4732 CPUtime=10.42 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) S 5648 5648 4250 0 -1 1077944384 15350 0 0 0 1022 20 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139825226134560 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26072752 memory=4104 CPUtime=59.74 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) R 5648 5648 4250 0 -1 4202560 39775 0 0 0 5379 595 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139825144474712 139825214990272 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26072752 memory=1152 CPUtime=60.06 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) R 5648 5648 4250 0 -1 4202560 25471 0 0 0 5385 621 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824779516808 139825214522087 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26072752 memory=3100 CPUtime=59.94 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) R 5648 5648 4250 0 -1 4202560 85252 0 0 0 5424 570 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824778464208 139825214522087 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=26072752 memory=1384 CPUtime=59.9 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) R 5648 5648 4250 0 -1 4202560 32382 0 0 0 5363 627 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824777411408 139825214522087 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=26072752 memory=22728128 CPUtime=60.05 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) R 5648 5648 4250 0 -1 4202560 23565 0 0 0 5400 605 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824776358096 139825214522087 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=26072752 memory=1384 CPUtime=60 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) R 5648 5648 4250 0 -1 4202560 86536 0 0 0 5411 589 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824775305296 139825214522087 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=26072752 memory=22728128 CPUtime=59.99 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) R 5648 5648 4250 0 -1 4202560 49654 0 0 0 5409 590 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824774253320 139825214522087 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=26072752 memory=16101468159609422 CPUtime=59.7 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) R 5648 5648 4250 0 -1 4202560 44799 0 0 0 5406 564 0 0 20 0 21 0 150231968 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139824773200208 139825214522087 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=26072752 memory=2196 CPUtime=3.11 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) S 5648 5648 4250 0 -1 1077944384 72976 0 0 0 298 13 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823762658496 139825221904085 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=26072752 memory=8052 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823761605984 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=26072752 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823760553600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=26072752 memory=1696 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=26072752 memory=301741373374332954 CPUtime=0.54 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 2609 0 0 0 53 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=26072752 memory=288230583166042425 CPUtime=0.55 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) S 5648 5648 4250 0 -1 1077944384 2049 0 0 0 55 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=26072752 memory=16101468159609422 CPUtime=0.52 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 2460 0 0 0 52 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=26072752 memory=1152 CPUtime=0.44 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) S 5648 5648 4250 0 -1 1077944384 3798 0 0 0 43 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=26072752 memory=3100 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=26072752 memory=1384 CPUtime=0.02 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 129 0 0 0 1 1 0 0 20 0 21 0 150231973 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5671] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5671/stat : 5671 (java) S 5648 5648 4250 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 150239054 26698498048 5682032 33554432000 4194304 4196468 140730417323072 139823745179584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 495.12 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22729512 KiB

[startup+75.0011 s]*
/proc/loadavg: 7.28 7.07 6.36 2/200 5671
/proc/meminfo: memFree=2751756/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
[pid=5650] ppid=5648 vsize=26072752 memory=22728140 CPUtime=496.42 cores=0-7
/proc/5650/stat : 5650 (java) S 5648 5648 4250 0 -1 1077944320 489434 0 0 0 44840 4802 0 0 20 0 21 0 150231967 26698498048 5682035 33554432000 4194304 4196468 140730417323072 140730417305616 139825221893879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
/proc/5650/statm: 6518188 5682035 3253 1 0 6505422 0
[pid=5650/tid=5651] ppid=5648 vsize=26072752 memory=8112282956445269571 CPUtime=10.42 cores=0-7
/proc/5650/task/5651/stat : 5651 (java) S 5648 5648 4250 0 -1 1077944384 15350 0 0 0 1022 20 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139825226134560 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5652] ppid=5648 vsize=26072752 memory=4126316290023845779 CPUtime=59.9 cores=0-7
/proc/5650/task/5652/stat : 5652 (java) S 5648 5648 4250 0 -1 1077944384 39775 0 0 0 5395 595 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139825144474512 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5653] ppid=5648 vsize=26072752 memory=0 CPUtime=60.22 cores=0-7
/proc/5650/task/5653/stat : 5653 (java) S 5648 5648 4250 0 -1 1077944384 25471 0 0 0 5401 621 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824779516688 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5654] ppid=5648 vsize=26072752 memory=0 CPUtime=60.09 cores=0-7
/proc/5650/task/5654/stat : 5654 (java) S 5648 5648 4250 0 -1 1077944384 85252 0 0 0 5439 570 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824778464400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5655] ppid=5648 vsize=26072752 memory=0 CPUtime=60.06 cores=0-7
/proc/5650/task/5655/stat : 5655 (java) S 5648 5648 4250 0 -1 1077944384 32382 0 0 0 5379 627 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824777411600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5656] ppid=5648 vsize=26072752 memory=0 CPUtime=60.2 cores=0-7
/proc/5650/task/5656/stat : 5656 (java) S 5648 5648 4250 0 -1 1077944384 23565 0 0 0 5415 605 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824776358288 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5657] ppid=5648 vsize=26072752 memory=0 CPUtime=60.16 cores=0-7
/proc/5650/task/5657/stat : 5657 (java) S 5648 5648 4250 0 -1 1077944384 86536 0 0 0 5427 589 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824775305488 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5658] ppid=5648 vsize=26072752 memory=0 CPUtime=60.15 cores=0-7
/proc/5650/task/5658/stat : 5658 (java) S 5648 5648 4250 0 -1 1077944384 49654 0 0 0 5425 590 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824774253200 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5659] ppid=5648 vsize=26072752 memory=0 CPUtime=59.86 cores=0-7
/proc/5650/task/5659/stat : 5659 (java) S 5648 5648 4250 0 -1 1077944384 44799 0 0 0 5422 564 0 0 20 0 21 0 150231968 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139824773200400 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5660] ppid=5648 vsize=26072752 memory=0 CPUtime=3.16 cores=0-7
/proc/5650/task/5660/stat : 5660 (java) R 5648 5648 4250 0 -1 4202560 74147 0 0 0 303 13 0 0 20 0 21 0 150231970 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823762658496 139825200264059 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5661] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5661/stat : 5661 (java) S 5648 5648 4250 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823761605984 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5662] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5662/stat : 5662 (java) S 5648 5648 4250 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 21 0 150231970 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823760553600 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5663] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5663/stat : 5663 (java) S 5648 5648 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823759501904 139825221912475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5664] ppid=5648 vsize=26072752 memory=0 CPUtime=0.54 cores=0-7
/proc/5650/task/5664/stat : 5664 (java) S 5648 5648 4250 0 -1 1077944384 2609 0 0 0 53 1 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823758448752 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5665] ppid=5648 vsize=26072752 memory=0 CPUtime=0.55 cores=0-7
/proc/5650/task/5665/stat : 5665 (java) S 5648 5648 4250 0 -1 1077944384 2049 0 0 0 55 0 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823757395952 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5666] ppid=5648 vsize=26072752 memory=0 CPUtime=0.52 cores=0-7
/proc/5650/task/5666/stat : 5666 (java) S 5648 5648 4250 0 -1 1077944384 2460 0 0 0 52 0 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823756343664 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5667] ppid=5648 vsize=26072752 memory=0 CPUtime=0.44 cores=0-7
/proc/5650/task/5667/stat : 5667 (java) S 5648 5648 4250 0 -1 1077944384 3798 0 0 0 43 1 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823755290864 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5668] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5668/stat : 5668 (java) S 5648 5648 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823754238816 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5669] ppid=5648 vsize=26072752 memory=0 CPUtime=0.02 cores=0-7
/proc/5650/task/5669/stat : 5669 (java) S 5648 5648 4250 0 -1 1077944384 129 0 0 0 1 1 0 0 20 0 21 0 150231973 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823753186096 139825221905026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
[pid=5650/tid=5671] ppid=5648 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/5650/task/5671/stat : 5671 (java) S 5648 5648 4250 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 150239054 26698498048 5682035 33554432000 4194304 4196468 140730417323072 139823745179584 139825221904085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24834048 140730417329298 140730417329475 140730417329475 140730417332175 0
Current children cumulated CPU time: 496.42 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22729524 KiB

[startup+75.1107 s]
/proc/loadavg: 7.28 7.07 6.36 2/200 5671
/proc/meminfo: memFree=2751756/32770624 swapFree=67108860/67108860
[pid=5648] ppid=5645 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5648/stat : 5648 (xcsp3-exec) S 5645 5648 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150231967 9740288 346 33554432000 4194304 5098028 140730632145552 140730632143656 140273506505340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17141760 140730632152165 140730632152375 140730632152375 140730632155115 0
/proc/5648/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 75.1774
CPU time (s): 496.591
CPU user time (s): 448.452
CPU system time (s): 48.1389
CPU usage (%): 660.559
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 22729524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 448.452
system time used= 48.1389
maximum resident set size= 22728352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490031
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22941
involuntary context switches= 8436


# summary of solver processes directly reported to runsolver:
#   pid: 5648
#   total CPU time (s): 496.591
#   total CPU user time (s): 448.452
#   total CPU system time (s): 48.1389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.51239 second user time and 0.932479 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 21:24:11
IDJOB=4280755
IDBENCH=138767
IDSOLVER=2675
FILE ID=node148/4280755-1503171511
RUNJOBID= node148-1503164239-4277
PBS_JOBID= 20630830
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-08.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-4280755-1503171511/watcher-4280755-1503171511 -o /tmp/evaluation-result-4280755-1503171511/solver-4280755-1503171511 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 641179455 HOME/instance-4280755-1503171511.xml

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

MD5SUM BENCH= b1ffa7aed2f9a273862c03f3716b8b6c
RANDOM SEED=641179455

node148.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.19
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.19
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.19
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.19
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:        25505592 kB
MemAvailable:   31973396 kB
Buffers:          294268 kB
Cached:          6467284 kB
SwapCached:            0 kB
Active:          1166004 kB
Inactive:        5648904 kB
Active(anon):       4764 kB
Inactive(anon):    84704 kB
Active(file):    1161240 kB
Inactive(file):  5564200 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8280 kB
Writeback:             0 kB
AnonPages:         61404 kB
Mapped:            51544 kB
Shmem:             33416 kB
Slab:             143560 kB
SReclaimable:     116396 kB
SUnreclaim:        27164 kB
KernelStack:        3696 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-19 21:25:26