Trace number 4280756

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)? 332.392 50.434898

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
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 benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"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-4280756-1503171500.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280756-1503171500.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
256.30/40.27	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
289.88/44.60		at java.util.BitSet.initWords(BitSet.java:166)
289.88/44.60		at java.util.BitSet.<init>(BitSet.java:161)
289.88/44.60		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:48)
289.88/44.60		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:41)
289.88/44.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:400)
289.88/44.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:366)
289.88/44.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
289.88/44.60		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
289.88/44.60		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
289.88/44.60		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
289.88/44.60		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
289.88/44.60		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
289.88/44.60		at org.xcsp.parser.XCallbacks$$Lambda$71/786041152.accept(Unknown Source)
289.88/44.60		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
289.88/44.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
289.88/44.60		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
289.88/44.60		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
289.88/44.60		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
289.88/44.60		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
289.88/44.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
332.25/50.32	s UNKNOWN
332.25/50.32	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 (11933 MiB free)
  memory of node 1: 16384 MiB (12145 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280756-1503171500/watcher-4280756-1503171500 -o /tmp/evaluation-result-4280756-1503171500/solver-4280756-1503171500 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503162776-1911 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1722549915 HOME/instance-4280756-1503171500.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=2777, runsolver pid=2774

[startup+0.100142 s]*
/proc/loadavg: 6.68 5.95 7.13 2/200 2798
/proc/meminfo: memFree=24640708/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=25999808 memory=26788 CPUtime=0.11 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 5640 0 0 0 10 1 0 0 20 0 20 0 150230780 26623803392 6697 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6499952 6697 2845 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) R 2777 2777 1884 0 -1 4202560 3643 0 0 0 8 0 0 0 20 0 20 0 150230781 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754272334928 139754268130710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754220739344 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=25999808 memory=140109155878528 CPUtime=0 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754219686800 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754218634256 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754217581712 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754216528144 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754215475600 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754214423056 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26623803392 6697 33554432000 4194304 4196468 140737156099184 139754213370512 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) S 2777 2777 1884 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 150230783 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752473168368 139754268129922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230783 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752472114592 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230784 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752471062000 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752467904624 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) S 2777 2777 1884 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752466852080 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139752465799536 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230786 26623803392 6697 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230787 26623803392 6697 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28168 KiB

[startup+0.209969 s]*
/proc/loadavg: 6.68 5.95 7.13 2/200 2798
/proc/meminfo: memFree=24628908/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26004064 memory=38972 CPUtime=0.33 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 8340 0 0 0 30 3 0 0 20 0 20 0 150230780 26628161536 9743 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6501016 9743 3050 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) D 2777 2777 1884 0 -1 1077944384 5430 0 0 0 18 1 0 0 20 0 20 0 150230781 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754272329584 139754260797997 0 4 0 16800975 18446744072101629476 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754220739344 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26004064 memory=140109156563866 CPUtime=0 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754219686800 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754218634256 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754217581712 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754216528144 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754215475600 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 9743 33554432000 4194304 4196468 140737156099184 139754214423056 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628194304 9743 33554432000 4194304 4196468 140737156099184 139754213370512 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) S 2777 2777 1884 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 150230783 26628194304 9743 33554432000 4194304 4196468 140737156099184 139752473168368 139754268129922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230783 26628194304 9743 33554432000 4194304 4196468 140737156099184 139752472114592 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230784 26628194304 9743 33554432000 4194304 4196468 140737156099184 139752471062000 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) S 2777 2777 1884 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139752467904624 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) S 2777 2777 1884 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139752466852080 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 705 0 0 0 7 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139752465799536 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230786 26628161536 9764 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230787 26628161536 9764 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40352 KiB

[startup+0.309481 s]*
/proc/loadavg: 6.68 5.95 7.13 3/200 2798
/proc/meminfo: memFree=24623076/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26004064 memory=45644 CPUtime=0.48 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 9172 0 0 0 45 3 0 0 20 0 20 0 150230780 26628161536 11411 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6501016 11411 3071 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) R 2777 2777 1884 0 -1 4202560 6089 0 0 0 27 2 0 0 20 0 20 0 150230781 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754272351088 139753892637206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754220739344 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754219686800 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754218634256 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754217581712 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754216528144 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=26004064 memory=140109013939119 CPUtime=0 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754215475600 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=26004064 memory=140109013941424 CPUtime=0 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) S 2777 2777 1884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754214423056 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=26004064 memory=140109013943728 CPUtime=0 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230782 26628161536 11411 33554432000 4194304 4196468 140737156099184 139754213370512 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) S 2777 2777 1884 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 150230783 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752473168368 139754268129922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=26004064 memory=280218027894416 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230783 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752472114592 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=26004064 memory=280218027901328 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230784 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752471062000 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=26004064 memory=280218027842608 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=26004064 memory=280218027915152 CPUtime=0.01 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=26004064 memory=280218027922064 CPUtime=0.02 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) R 2777 2777 1884 0 -1 4202560 327 0 0 0 2 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752467904624 139754247962383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=26004064 memory=280218027919760 CPUtime=0.02 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) R 2777 2777 1884 0 -1 4202560 211 0 0 0 2 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752466852080 139754249653303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=26004064 memory=280218027935920 CPUtime=0.11 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 789 0 0 0 11 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139752465799536 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230786 26628161536 11411 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230787 26628161536 11411 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47024 KiB

[startup+0.700924 s]
/proc/loadavg: 6.68 5.95 7.13 5/200 2798
/proc/meminfo: memFree=24582496/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26004140 memory=190796 CPUtime=1.77 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 12701 0 0 0 170 7 0 0 20 0 20 0 150230780 26628239360 47699 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6501035 47699 3196 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=26004140 memory=280218028293808 CPUtime=0.67 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) R 2777 2777 1884 0 -1 4202560 6458 0 0 0 63 4 0 0 20 0 20 0 150230781 26628239360 47699 33554432000 4194304 4196468 140737156099184 139754272356096 139754246114343 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26004140 memory=140109014147952 CPUtime=0 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230782 26628239360 47699 33554432000 4194304 4196468 140737156099184 139754220739344 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) S 2777 2777 1884 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 150230782 26628239360 47699 33554432000 4194304 4196468 140737156099184 139754219686800 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26004140 memory=1200 CPUtime=0 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 150230782 26628239360 47699 33554432000 4194304 4196468 140737156099184 139754218634256 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0

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

/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26004140 memory=21569288 CPUtime=316.06 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 419715 0 0 0 27196 4410 0 0 20 0 20 0 150230780 26628239360 5392322 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6501035 5392322 3249 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=26004140 memory=4612 CPUtime=6.02 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) S 2777 2777 1884 0 -1 1077944384 10083 0 0 0 593 9 0 0 20 0 20 0 150230781 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754272360368 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26004140 memory=4126316290023845779 CPUtime=38.46 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) R 2777 2777 1884 0 -1 4202560 82632 0 0 0 3270 576 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754220739152 139754260746983 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26004140 memory=10096 CPUtime=38.09 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) R 2777 2777 1884 0 -1 4202560 58789 0 0 0 3262 547 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754219686920 139754260746983 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26004140 memory=1224 CPUtime=38.22 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 32505 0 0 0 3274 548 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754218634064 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=26004140 memory=5784 CPUtime=38.12 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) R 2777 2777 1884 0 -1 4202560 47724 0 0 0 3353 459 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754217581520 139754260746983 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=26004140 memory=1720 CPUtime=38.1 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) R 2777 2777 1884 0 -1 4202560 33286 0 0 0 3263 547 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754216527952 139754260746983 0 4 0 16800975 0 0 0 -1 2 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=26004140 memory=4612 CPUtime=38.25 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) R 2777 2777 1884 0 -1 4202560 31406 0 0 0 3229 596 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754215475408 139754260746983 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=26004140 memory=1008 CPUtime=38.26 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) R 2777 2777 1884 0 -1 4202560 29952 0 0 0 3259 567 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754214423256 139754261215520 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=26004140 memory=1944 CPUtime=37.84 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) R 2777 2777 1884 0 -1 4202560 38298 0 0 0 3255 529 0 0 20 0 20 0 150230782 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139754213370632 139754260746983 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=26004140 memory=21569288 CPUtime=2.93 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) S 2777 2777 1884 0 -1 1077944384 45739 0 0 0 271 22 0 0 20 0 20 0 150230783 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752473166912 139754268128981 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=26004140 memory=1200 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 150230783 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752472114656 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=26004140 memory=1424 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 150230784 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752471062016 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=26004140 memory=8596 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=26004140 memory=15876 CPUtime=0.37 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 1518 0 0 0 37 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=26004140 memory=4052 CPUtime=0.46 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) S 2777 2777 1884 0 -1 1077944384 2408 0 0 0 46 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752467904624 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=26004140 memory=24188 CPUtime=0.47 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) S 2777 2777 1884 0 -1 1077944384 1890 0 0 0 47 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752466852080 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=26004140 memory=18472 CPUtime=0.3 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 1796 0 0 0 30 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139752465795408 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=26004140 memory=640 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230786 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=26004140 memory=1796 CPUtime=0.02 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 390 0 0 0 0 2 0 0 20 0 20 0 150230787 26628239360 5392322 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 316.06 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 21570668 KiB

[startup+49.6008 s]
/proc/loadavg: 7.18 6.15 7.14 9/200 2798
/proc/meminfo: memFree=3059488/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26004140 memory=21569336 CPUtime=327.79 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 421423 0 0 0 28360 4419 0 0 20 0 20 0 150230780 26628239360 5392334 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6501035 5392334 3249 1 0 6488269 0
[pid=2779/tid=2780] ppid=2777 vsize=26004140 memory=8112282956445269571 CPUtime=6.02 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) S 2777 2777 1884 0 -1 1077944384 10083 0 0 0 593 9 0 0 20 0 20 0 150230781 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754272360368 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26004140 memory=1292 CPUtime=39.95 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) S 2777 2777 1884 0 -1 1077944384 82704 0 0 0 3418 577 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754220739344 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26004140 memory=2428 CPUtime=39.55 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) S 2777 2777 1884 0 -1 1077944384 58789 0 0 0 3407 548 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754219686800 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26004140 memory=1728 CPUtime=39.67 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) S 2777 2777 1884 0 -1 1077944384 32505 0 0 0 3418 549 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754218634256 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=26004140 memory=8112282956445269571 CPUtime=39.59 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) S 2777 2777 1884 0 -1 1077944384 47724 0 0 0 3499 460 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754217581712 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=26004140 memory=1380 CPUtime=39.52 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) S 2777 2777 1884 0 -1 1077944384 33286 0 0 0 3404 548 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754216528144 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=26004140 memory=1380 CPUtime=39.67 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) S 2777 2777 1884 0 -1 1077944384 31406 0 0 0 3371 596 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754215475600 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=26004140 memory=21569184 CPUtime=39.75 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) S 2777 2777 1884 0 -1 1077944384 29988 0 0 0 3407 568 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754214423056 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=26004140 memory=21569288 CPUtime=39.3 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) S 2777 2777 1884 0 -1 1077944384 38298 0 0 0 3400 530 0 0 20 0 20 0 150230782 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139754213370512 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=26004140 memory=288230574492221466 CPUtime=3 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) R 2777 2777 1884 0 -1 4202560 47339 0 0 0 275 25 0 0 20 0 20 0 150230783 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752473166912 139754246488950 0 0 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=26004140 memory=301741394933055803 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 150230783 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752472114656 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=26004140 memory=1380 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 150230784 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752471062016 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=26004140 memory=21569288 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=26004140 memory=6656426216303648864 CPUtime=0.37 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 1518 0 0 0 37 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=26004140 memory=1380 CPUtime=0.46 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) S 2777 2777 1884 0 -1 1077944384 2408 0 0 0 46 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752467904624 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=26004140 memory=21569288 CPUtime=0.47 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) S 2777 2777 1884 0 -1 1077944384 1890 0 0 0 47 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752466852080 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=26004140 memory=1008 CPUtime=0.3 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 1796 0 0 0 30 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139752465795408 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=26004140 memory=1944 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230786 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=26004140 memory=1200 CPUtime=0.02 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 390 0 0 0 0 2 0 0 20 0 20 0 150230787 26628239360 5392334 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 327.79 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 21570716 KiB

[startup+50.0011 s]*
/proc/loadavg: 7.18 6.15 7.14 9/201 2799
/proc/meminfo: memFree=3059472/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
[pid=2779] ppid=2777 vsize=26070704 memory=21569384 CPUtime=330.54 cores=0-7
/proc/2779/stat : 2779 (java) S 2777 2777 1884 0 -1 1077944320 433612 0 0 0 28634 4420 0 0 20 0 21 0 150230780 26696400896 5392346 33554432000 4194304 4196468 140737156099184 140737156081728 139754268118775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
/proc/2779/statm: 6517676 5392346 3249 1 0 6504910 0
[pid=2779/tid=2780] ppid=2777 vsize=26070704 memory=8112282956445269571 CPUtime=6.02 cores=0-7
/proc/2779/task/2780/stat : 2780 (java) S 2777 2777 1884 0 -1 1077944384 10151 0 0 0 593 9 0 0 20 0 21 0 150230781 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754272359456 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2781] ppid=2777 vsize=26070704 memory=4126316290023845779 CPUtime=40.27 cores=0-7
/proc/2779/task/2781/stat : 2781 (java) R 2777 2777 1884 0 -1 4202560 84955 0 0 0 3450 577 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754220739544 139754249715323 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2782] ppid=2777 vsize=26070704 memory=7792 CPUtime=39.89 cores=0-7
/proc/2779/task/2782/stat : 2782 (java) R 2777 2777 1884 0 -1 4202560 58860 0 0 0 3441 548 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754219687000 139754249715323 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2783] ppid=2777 vsize=26070704 memory=844 CPUtime=40.01 cores=0-7
/proc/2779/task/2783/stat : 2783 (java) R 2777 2777 1884 0 -1 4202560 32579 0 0 0 3452 549 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754218634456 139754253069380 0 4 0 16800975 0 0 0 -1 2 0 0 21 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2784] ppid=2777 vsize=26070704 memory=1152 CPUtime=39.92 cores=0-7
/proc/2779/task/2784/stat : 2784 (java) R 2777 2777 1884 0 -1 4202560 47988 0 0 0 3532 460 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754217581912 139754249715427 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2785] ppid=2777 vsize=26070704 memory=3004 CPUtime=39.86 cores=0-7
/proc/2779/task/2785/stat : 2785 (java) R 2777 2777 1884 0 -1 4202560 36087 0 0 0 3438 548 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754216528344 139754253069369 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2786] ppid=2777 vsize=26070704 memory=1380 CPUtime=40.01 cores=0-7
/proc/2779/task/2786/stat : 2786 (java) R 2777 2777 1884 0 -1 4202560 32020 0 0 0 3405 596 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754215475800 139754249715786 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2787] ppid=2777 vsize=26070704 memory=21569288 CPUtime=40.09 cores=0-7
/proc/2779/task/2787/stat : 2787 (java) R 2777 2777 1884 0 -1 4202560 30255 0 0 0 3441 568 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754214423256 139754252816414 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2788] ppid=2777 vsize=26070704 memory=8112282956445269571 CPUtime=39.64 cores=0-7
/proc/2779/task/2788/stat : 2788 (java) R 2777 2777 1884 0 -1 4202560 38533 0 0 0 3434 530 0 0 20 0 21 0 150230782 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139754213370400 139754248144959 0 4 0 16800975 0 0 0 -1 1 0 0 28 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2789] ppid=2777 vsize=26070704 memory=4126316290023845779 CPUtime=3.08 cores=0-7
/proc/2779/task/2789/stat : 2789 (java) S 2777 2777 1884 0 -1 1077944384 52795 0 0 0 282 26 0 0 20 0 21 0 150230783 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752473166688 139754268128981 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2790] ppid=2777 vsize=26070704 memory=4052 CPUtime=0 cores=0-7
/proc/2779/task/2790/stat : 2790 (java) S 2777 2777 1884 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 150230783 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752472114656 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2791] ppid=2777 vsize=26070704 memory=24188 CPUtime=0 cores=0-7
/proc/2779/task/2791/stat : 2791 (java) S 2777 2777 1884 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 150230784 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752471062016 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2792] ppid=2777 vsize=26070704 memory=18472 CPUtime=0 cores=0-7
/proc/2779/task/2792/stat : 2792 (java) S 2777 2777 1884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752470010576 139754268137371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2793] ppid=2777 vsize=26070704 memory=640 CPUtime=0.37 cores=0-7
/proc/2779/task/2793/stat : 2793 (java) S 2777 2777 1884 0 -1 1077944384 1520 0 0 0 37 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752468957168 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2794] ppid=2777 vsize=26070704 memory=1796 CPUtime=0.46 cores=0-7
/proc/2779/task/2794/stat : 2794 (java) S 2777 2777 1884 0 -1 1077944384 2411 0 0 0 46 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752467904624 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2795] ppid=2777 vsize=26070704 memory=960 CPUtime=0.47 cores=0-7
/proc/2779/task/2795/stat : 2795 (java) S 2777 2777 1884 0 -1 1077944384 1895 0 0 0 47 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752466852080 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2796] ppid=2777 vsize=26070704 memory=1232 CPUtime=0.3 cores=0-7
/proc/2779/task/2796/stat : 2796 (java) S 2777 2777 1884 0 -1 1077944384 1843 0 0 0 30 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139752465799536 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2797] ppid=2777 vsize=26070704 memory=0 CPUtime=0 cores=0-7
/proc/2779/task/2797/stat : 2797 (java) S 2777 2777 1884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150230786 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139751994682080 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2798] ppid=2777 vsize=26070704 memory=4426639978525455914 CPUtime=0.02 cores=0-7
/proc/2779/task/2798/stat : 2798 (java) S 2777 2777 1884 0 -1 1077944384 390 0 0 0 0 2 0 0 20 0 21 0 150230787 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139751993629616 139754268129922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
[pid=2779/tid=2799] ppid=2777 vsize=26070704 memory=3047711553219693942 CPUtime=0 cores=0-7
/proc/2779/task/2799/stat : 2799 (java) S 2777 2777 1884 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 21 0 150235747 26696400896 5392346 33554432000 4194304 4196468 140737156099184 139751987720000 139754268128981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21729280 140737156105362 140737156105539 140737156105539 140737156108239 0
Current children cumulated CPU time: 330.54 s
Current children cumulated vsize: 26080216 KiB
Current children cumulated memory: 21570764 KiB

[startup+50.401 s]
/proc/loadavg: 7.18 6.15 7.14 9/201 2799
/proc/meminfo: memFree=3059472/32770624 swapFree=67108860/67108860
[pid=2777] ppid=2774 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/2777/stat : 2777 (xcsp3-exec) S 2774 2777 1884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 150230780 9740288 345 33554432000 4194304 5098028 140728033406688 140728033404792 140439112905340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31719424 140728033408100 140728033408311 140728033408311 140728033411051 0
/proc/2777/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 50.4349
CPU time (s): 332.392
CPU user time (s): 288.069
CPU system time (s): 44.3234
CPU usage (%): 659.053
Max. virtual memory (cumulated for all children) (KiB): 26080216
Max. memory (cumulated for all children) (KiB): 21570764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.069
system time used= 44.3234
maximum resident set size= 21569744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19109
involuntary context switches= 5631


# summary of solver processes directly reported to runsolver:
#   pid: 2777
#   total CPU time (s): 332.392
#   total CPU user time (s): 288.069
#   total CPU system time (s): 44.3234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.444253 second user time and 0.552093 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-19 21:24:00
IDJOB=4280756
IDBENCH=138764
IDSOLVER=2675
FILE ID=node151/4280756-1503171500
RUNJOBID= node151-1503162776-1911
PBS_JOBID= 20630827
Free space on /tmp= 61804 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.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-4280756-1503171500/watcher-4280756-1503171500 -o /tmp/evaluation-result-4280756-1503171500/solver-4280756-1503171500 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503162776-1911 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1722549915 HOME/instance-4280756-1503171500.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=1722549915

node151.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.95
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.95
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.95
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.95
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:        24656872 kB
MemAvailable:   31973676 kB
Buffers:          325424 kB
Cached:          7283252 kB
SwapCached:            0 kB
Active:          1798012 kB
Inactive:        5863100 kB
Active(anon):      44300 kB
Inactive(anon):    44328 kB
Active(file):    1753712 kB
Inactive(file):  5818772 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8316 kB
Writeback:             0 kB
AnonPages:         53884 kB
Mapped:            51216 kB
Shmem:             33416 kB
Slab:             146656 kB
SReclaimable:     120308 kB
SUnreclaim:        26348 kB
KernelStack:        3024 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61796 MiB
End job on node151 at 2017-08-19 21:24:51