Trace number 4270945

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-09)? 587.51001 87.021698

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-4270945-1502817637.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4270945-1502817637.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
525.24/78.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
525.24/78.68		at java.util.BitSet.initWords(BitSet.java:166)
525.24/78.68		at java.util.BitSet.<init>(BitSet.java:161)
525.24/78.68		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:48)
525.24/78.68		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:41)
525.24/78.68		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:392)
525.24/78.68		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:366)
525.24/78.68		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1843)
525.24/78.68		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
525.24/78.68		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
525.24/78.68		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
525.24/78.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
525.24/78.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
525.24/78.68		at org.xcsp.parser.XCallbacks$$Lambda$71/1730173572.accept(Unknown Source)
525.24/78.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
525.24/78.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
525.24/78.68		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
525.24/78.68		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
525.24/78.68		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
525.24/78.68		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
525.24/78.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
587.38/86.90	s UNKNOWN
587.38/86.90	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 (15017 MiB free)
  memory of node 1: 16384 MiB (15656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270945-1502817637/watcher-4270945-1502817637 -o /tmp/evaluation-result-4270945-1502817637/solver-4270945-1502817637 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1741758093 HOME/instance-4270945-1502817637.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=17753, runsolver pid=17750

[startup+0.100143 s]*
/proc/loadavg: 7.66 7.07 7.18 2/199 17774
/proc/meminfo: memFree=31394316/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=25999808 memory=27672 CPUtime=0.11 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 5219 0 0 0 10 1 0 0 20 0 20 0 114851457 26623803392 6918 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6499952 6918 2895 1 0 6488269 0
[pid=17755/tid=17756] ppid=17753 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) R 17753 17753 16326 0 -1 4202560 3222 0 0 0 8 1 0 0 20 0 20 0 114851458 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856705486000 139856701285533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856623844112 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=25999808 memory=140444847122048 CPUtime=0 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856622791568 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856621739024 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856620686480 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856619632912 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856618580368 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856253573648 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26623803392 6918 33554432000 4194304 4196468 140735312195808 139856252521104 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851460 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855241947632 139856701274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114851461 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855240893856 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114851461 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855239841264 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855237736432 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855236683888 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855235631344 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) R 17753 17753 16326 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855234578800 139856701284954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851463 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851464 26623803392 6918 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29056 KiB

[startup+0.209988 s]*
/proc/loadavg: 7.66 7.07 7.18 2/199 17774
/proc/meminfo: memFree=31384896/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=26004096 memory=38792 CPUtime=0.33 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 7827 0 0 0 31 2 0 0 20 0 20 0 114851457 26628194304 9698 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6501024 9698 3039 1 0 6488277 0
[pid=17755/tid=17756] ppid=17753 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) R 17753 17753 16326 0 -1 4202560 4961 0 0 0 18 1 0 0 20 0 20 0 114851458 26628194304 9718 33554432000 4194304 4196468 140735312195808 139856705465328 139856693943325 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26004096 memory=329 CPUtime=0 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628194304 9718 33554432000 4194304 4196468 140735312195808 139856623844112 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26004064 memory=3690052222390707872 CPUtime=0 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 9718 33554432000 4194304 4196468 140735312195808 139856622791568 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 9718 33554432000 4194304 4196468 140735312195808 139856621739024 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 9718 33554432000 4194304 4196468 140735312195808 139856620686480 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 9718 33554432000 4194304 4196468 140735312195808 139856619632912 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628194304 9718 33554432000 4194304 4196468 140735312195808 139856618580368 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628194304 9718 33554432000 4194304 4196468 140735312195808 139856253573648 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 9718 33554432000 4194304 4196468 140735312195808 139856252521104 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851460 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855241947632 139856701274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114851461 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855240893856 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114851461 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855239841264 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 20 0 114851463 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855237736432 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 114851463 26628194304 9718 33554432000 4194304 4196468 140735312195808 139855236683888 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=26004096 memory=-1 CPUtime=0.02 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 308 0 0 0 2 0 0 0 20 0 20 0 114851463 26628194304 9718 33554432000 4194304 4196468 140735312195808 139855235631344 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) R 17753 17753 16326 0 -1 4202560 726 0 0 0 7 0 0 0 20 0 20 0 114851463 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855234575736 139856679946222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851463 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851464 26628161536 9718 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013608 KiB
Current children cumulated memory: 40176 KiB

[startup+0.309347 s]*
/proc/loadavg: 7.66 7.07 7.18 3/199 17774
/proc/meminfo: memFree=31378196/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=26004064 memory=45992 CPUtime=0.49 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 8707 0 0 0 46 3 0 0 20 0 20 0 114851457 26628161536 11498 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6501016 11498 3088 1 0 6488269 0
[pid=17755/tid=17756] ppid=17753 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) R 17753 17753 16326 0 -1 4202560 5620 0 0 0 27 2 0 0 20 0 20 0 114851458 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856705500480 139856701285533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856623844112 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856622791568 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856621739024 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856620686480 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856619632912 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=26004064 memory=140444692476847 CPUtime=0 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856618580368 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=26004064 memory=140444692479152 CPUtime=0 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856253573648 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=26004064 memory=140444692481456 CPUtime=0 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851459 26628161536 11498 33554432000 4194304 4196468 140735312195808 139856252521104 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114851460 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855241947632 139856701274754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=26004064 memory=280889384969872 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114851461 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855240893856 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=26004064 memory=280889384976784 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114851461 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855239841264 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=26004064 memory=280889384918064 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=26004064 memory=280889384990608 CPUtime=0.02 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855237736432 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=26004064 memory=280889384997520 CPUtime=0.01 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855236683888 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=26004064 memory=280889384995216 CPUtime=0.02 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855235631344 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=26004064 memory=280889385011376 CPUtime=0.12 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) S 17753 17753 16326 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855234578800 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851463 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851464 26628161536 11498 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47376 KiB

[startup+0.70129 s]
/proc/loadavg: 7.66 7.07 7.18 5/199 17774
/proc/meminfo: memFree=31337804/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=26004140 memory=216048 CPUtime=1.96 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 11978 0 0 0 183 13 0 0 20 0 20 0 114851457 26628239360 53500 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6501035 54012 3200 1 0 6488269 0
[pid=17755/tid=17756] ppid=17753 vsize=26004140 memory=280889385369264 CPUtime=0.66 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) S 17753 17753 16326 0 -1 1077944384 6064 0 0 0 62 4 0 0 20 0 20 0 114851458 26628239360 54012 33554432000 4194304 4196468 140735312195808 139856705501472 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26004140 memory=140444692685680 CPUtime=0.01 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) R 17753 17753 16326 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 20 0 114851459 26628239360 54012 33554432000 4194304 4196468 140735312195808 139856623844112 139856694360308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26004140 memory=0 CPUtime=0.01 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) R 17753 17753 16326 0 -1 4202560 25 0 0 0 0 1 0 0 20 0 20 0 114851459 26628239360 54012 33554432000 4194304 4196468 140735312195808 139856622791568 139856694360308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26004140 memory=4612 CPUtime=0.01 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) R 17753 17753 16326 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 20 0 114851459 26628239360 54012 33554432000 4194304 4196468 140735312195808 139856621739224 139856694363307 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0

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

/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 685470 0 0 0 52589 4668 0 0 20 0 20 0 114851457 26630336512 5711682 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6501547 5711682 3257 1 0 6488781 0
[pid=17755/tid=17756] ppid=17753 vsize=26006188 memory=22846728 CPUtime=10.04 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) S 17753 17753 16326 0 -1 1077944384 14124 0 0 0 977 27 0 0 20 0 20 0 114851458 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856705505200 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26006188 memory=20348 CPUtime=69.36 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) R 17753 17753 16326 0 -1 4202560 59694 0 0 0 6378 558 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856623843920 139856693891815 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26006188 memory=1384 CPUtime=69.59 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) R 17753 17753 16326 0 -1 4202560 38712 0 0 0 6385 574 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856622791456 139856686253165 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26006188 memory=1384 CPUtime=69.47 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) R 17753 17753 16326 0 -1 4202560 58181 0 0 0 6395 552 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856621738832 139856693891815 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=26006188 memory=22846728 CPUtime=69.24 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) R 17753 17753 16326 0 -1 4202560 53300 0 0 0 6347 577 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856620686288 139856693891815 0 4 0 16800975 0 0 0 -1 0 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=26006188 memory=22846728 CPUtime=69.66 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) R 17753 17753 16326 0 -1 4202560 132910 0 0 0 6369 597 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856619632720 139856693891815 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=26006188 memory=1384 CPUtime=69.85 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) R 17753 17753 16326 0 -1 4202560 90594 0 0 0 6461 524 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856618580176 139856693891815 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=26006188 memory=22846728 CPUtime=69.6 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) R 17753 17753 16326 0 -1 4202560 48738 0 0 0 6324 636 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856253573768 139856693891815 0 4 0 16800975 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=26006188 memory=6791534058613427641 CPUtime=69.78 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) R 17753 17753 16326 0 -1 4202560 93124 0 0 0 6393 585 0 0 20 0 20 0 114851459 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139856252520912 139856693891815 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=26006188 memory=288230617509003574 CPUtime=3.75 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 83595 0 0 0 346 29 0 0 20 0 20 0 114851460 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855241946176 139856701273813 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=26006188 memory=14979992052304174 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 114851461 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855240893920 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=26006188 memory=4104 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 20 0 114851461 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855239841280 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=26006188 memory=1152 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=26006188 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 2429 0 0 0 50 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855237736192 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=26006188 memory=22846728 CPUtime=0.52 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 2645 0 0 0 52 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855236683936 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=26006188 memory=14979992052304174 CPUtime=0.59 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 2793 0 0 0 59 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855235631392 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=26006188 memory=4128 CPUtime=0.43 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) S 17753 17753 16326 0 -1 1077944384 3047 0 0 0 43 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855234575408 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=26006188 memory=928 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114851463 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=26006188 memory=1576 CPUtime=0.06 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 184 0 0 0 3 3 0 0 20 0 20 0 114851464 26630336512 5711682 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 572.57 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22848112 KiB

[startup+86.4013 s]
/proc/loadavg: 6.69 6.94 7.13 9/200 17775
/proc/meminfo: memFree=8535140/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=26072752 memory=22846872 CPUtime=584.12 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 756964 0 0 0 53730 4682 0 0 20 0 21 0 114851457 26698498048 5711718 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6518188 5711718 3257 1 0 6505422 0
[pid=17755/tid=17756] ppid=17753 vsize=26072752 memory=22846720 CPUtime=10.04 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) S 17753 17753 16326 0 -1 1077944384 14376 0 0 0 977 27 0 0 20 0 21 0 114851458 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856705504288 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26072752 memory=2416 CPUtime=70.78 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) R 17753 17753 16326 0 -1 4202560 60287 0 0 0 6519 559 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856623844312 139856682860259 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26072752 memory=1384 CPUtime=71.06 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) R 17753 17753 16326 0 -1 4202560 81566 0 0 0 6526 580 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856622791456 139856685961246 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26072752 memory=4140 CPUtime=70.9 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) R 17753 17753 16326 0 -1 4202560 58496 0 0 0 6537 553 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856621739224 139856682860065 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=26072752 memory=32184 CPUtime=70.66 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) R 17753 17753 16326 0 -1 4202560 53629 0 0 0 6488 578 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856620686680 139856686248903 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=26072752 memory=6791534058613427641 CPUtime=71.09 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) R 17753 17753 16326 0 -1 4202560 139999 0 0 0 6510 599 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856619633112 139856685961246 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=26072752 memory=22846728 CPUtime=71.29 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) R 17753 17753 16326 0 -1 4202560 91049 0 0 0 6604 525 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856618580568 139856686214600 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=26072752 memory=4140 CPUtime=70.99 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) R 17753 17753 16326 0 -1 4202560 49144 0 0 0 6463 636 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856253573848 139856685961246 0 4 0 16800975 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=26072752 memory=32184 CPUtime=71.21 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) R 17753 17753 16326 0 -1 4202560 99400 0 0 0 6535 586 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856252521304 139856682860289 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=26072752 memory=22846728 CPUtime=3.88 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 96255 0 0 0 356 32 0 0 20 0 21 0 114851460 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855241945952 139856701273813 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=26072752 memory=5668 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 114851461 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855240893920 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=26072752 memory=1008 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 21 0 114851461 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855239841280 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=26072752 memory=4612 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=26072752 memory=1428 CPUtime=0.51 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 2434 0 0 0 51 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855237736432 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=26072752 memory=6791534058613427641 CPUtime=0.52 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 2647 0 0 0 52 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855236683888 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=26072752 memory=796 CPUtime=0.59 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 2795 0 0 0 59 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855235631344 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=26072752 memory=1716 CPUtime=0.43 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) S 17753 17753 16326 0 -1 1077944384 3217 0 0 0 43 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855234578800 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=26072752 memory=1948 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=26072752 memory=8572 CPUtime=0.06 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 188 0 0 0 3 3 0 0 20 0 21 0 114851464 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17775] ppid=17753 vsize=26072752 memory=1228 CPUtime=0 cores=0-7
/proc/17755/task/17775/stat : 17775 (java) S 17753 17753 16326 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 114860043 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855224467264 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 584.12 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22848256 KiB

[startup+86.801 s]
/proc/loadavg: 6.69 6.94 7.13 9/200 17775
/proc/meminfo: memFree=8535140/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/statm: 2378 346 289 221 0 87 0
[pid=17755] ppid=17753 vsize=26072752 memory=22846872 CPUtime=587.24 cores=0-7
/proc/17755/stat : 17755 (java) S 17753 17753 16326 0 -1 1077944320 760184 0 0 0 54041 4683 0 0 20 0 21 0 114851457 26698498048 5711718 33554432000 4194304 4196468 140735312195808 140735312178352 139856701263607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
/proc/17755/statm: 6518188 5711718 3257 1 0 6505422 0
[pid=17755/tid=17756] ppid=17753 vsize=26072752 memory=6791534058613427641 CPUtime=10.04 cores=0-7
/proc/17755/task/17756/stat : 17756 (java) S 17753 17753 16326 0 -1 1077944384 14376 0 0 0 977 27 0 0 20 0 21 0 114851458 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856705504288 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17757] ppid=17753 vsize=26072752 memory=359 CPUtime=71.17 cores=0-7
/proc/17755/task/17757/stat : 17757 (java) R 17753 17753 16326 0 -1 4202560 60287 0 0 0 6558 559 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856623844112 139856684646640 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17758] ppid=17753 vsize=26072752 memory=0 CPUtime=71.45 cores=0-7
/proc/17755/task/17758/stat : 17758 (java) R 17753 17753 16326 0 -1 4202560 81566 0 0 0 6565 580 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856622791568 139856686260211 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17759] ppid=17753 vsize=26072752 memory=0 CPUtime=71.29 cores=0-7
/proc/17755/task/17759/stat : 17759 (java) R 17753 17753 16326 0 -1 4202560 58516 0 0 0 6576 553 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856621738912 139856693891815 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17760] ppid=17753 vsize=26072752 memory=1340 CPUtime=71.05 cores=0-7
/proc/17755/task/17760/stat : 17760 (java) R 17753 17753 16326 0 -1 4202560 53629 0 0 0 6527 578 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856620686680 139856686260253 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17761] ppid=17753 vsize=26072752 memory=497 CPUtime=71.48 cores=0-7
/proc/17755/task/17761/stat : 17761 (java) R 17753 17753 16326 0 -1 4202560 139999 0 0 0 6549 599 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856619633112 139856693891815 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17762] ppid=17753 vsize=26072752 memory=0 CPUtime=71.67 cores=0-7
/proc/17755/task/17762/stat : 17762 (java) R 17753 17753 16326 0 -1 4202560 91789 0 0 0 6642 525 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856618580568 139856693891815 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17763] ppid=17753 vsize=26072752 memory=84 CPUtime=71.38 cores=0-7
/proc/17755/task/17763/stat : 17763 (java) R 17753 17753 16326 0 -1 4202560 49279 0 0 0 6502 636 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856253573768 139856693891815 0 4 0 16800975 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17764] ppid=17753 vsize=26072752 memory=127 CPUtime=71.6 cores=0-7
/proc/17755/task/17764/stat : 17764 (java) R 17753 17753 16326 0 -1 4202560 99400 0 0 0 6574 586 0 0 20 0 21 0 114851459 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139856252521104 139856693891815 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17765] ppid=17753 vsize=26072752 memory=131 CPUtime=3.89 cores=0-7
/proc/17755/task/17765/stat : 17765 (java) S 17753 17753 16326 0 -1 1077944384 98580 0 0 0 356 33 0 0 20 0 21 0 114851460 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855241946176 139856701273813 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17766] ppid=17753 vsize=26072752 memory=1236 CPUtime=0 cores=0-7
/proc/17755/task/17766/stat : 17766 (java) S 17753 17753 16326 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 21 0 114851461 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855240893920 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17767] ppid=17753 vsize=26072752 memory=640 CPUtime=0 cores=0-7
/proc/17755/task/17767/stat : 17767 (java) S 17753 17753 16326 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 21 0 114851461 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855239841280 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17768] ppid=17753 vsize=26072752 memory=956 CPUtime=0 cores=0-7
/proc/17755/task/17768/stat : 17768 (java) S 17753 17753 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855238789840 139856701282203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17769] ppid=17753 vsize=26072752 memory=2340 CPUtime=0.51 cores=0-7
/proc/17755/task/17769/stat : 17769 (java) S 17753 17753 16326 0 -1 1077944384 2434 0 0 0 51 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855237736432 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17770] ppid=17753 vsize=26072752 memory=2240 CPUtime=0.52 cores=0-7
/proc/17755/task/17770/stat : 17770 (java) S 17753 17753 16326 0 -1 1077944384 2647 0 0 0 52 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855236683888 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17771] ppid=17753 vsize=26072752 memory=4128 CPUtime=0.59 cores=0-7
/proc/17755/task/17771/stat : 17771 (java) S 17753 17753 16326 0 -1 1077944384 2795 0 0 0 59 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855235631344 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17772] ppid=17753 vsize=26072752 memory=928 CPUtime=0.43 cores=0-7
/proc/17755/task/17772/stat : 17772 (java) S 17753 17753 16326 0 -1 1077944384 3217 0 0 0 43 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855234578800 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17773] ppid=17753 vsize=26072752 memory=1576 CPUtime=0 cores=0-7
/proc/17755/task/17773/stat : 17773 (java) S 17753 17753 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 114851463 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855233526496 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17774] ppid=17753 vsize=26072752 memory=2196 CPUtime=0.06 cores=0-7
/proc/17755/task/17774/stat : 17774 (java) S 17753 17753 16326 0 -1 1077944384 188 0 0 0 3 3 0 0 20 0 21 0 114851464 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855232474032 139856701274754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
[pid=17755/tid=17775] ppid=17753 vsize=26072752 memory=6764 CPUtime=0 cores=0-7
/proc/17755/task/17775/stat : 17775 (java) S 17753 17753 16326 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 114860043 26698498048 5711718 33554432000 4194304 4196468 140735312195808 139855224467264 139856701273813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25899008 140735312200850 140735312201027 140735312201027 140735312203727 0
Current children cumulated CPU time: 587.24 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22848256 KiB

[startup+87.0089 s]*
/proc/loadavg: 6.69 6.94 7.13 2/181 17775
/proc/meminfo: memFree=30613072/32770624 swapFree=67108860/67108860
[pid=17753] ppid=17750 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17753/stat : 17753 (xcsp3-exec) S 17750 17753 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 114851457 9740288 346 33554432000 4194304 5098028 140728538903872 140728538901976 139635529716348 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24129536 140728538907748 140728538907959 140728538907959 140728538910699 0
/proc/17753/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): 87.0217
CPU time (s): 587.51
CPU user time (s): 540.56
CPU system time (s): 46.9504
CPU usage (%): 675.131
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 22848256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.56
system time used= 46.9504
maximum resident set size= 22847072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 760792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25634
involuntary context switches= 10140


# summary of solver processes directly reported to runsolver:
#   pid: 17753
#   total CPU time (s): 587.51
#   total CPU user time (s): 540.56
#   total CPU system time (s): 46.9504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.645513 second user time and 0.975001 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 19:06:18
IDJOB=4270945
IDBENCH=138767
IDSOLVER=2662
FILE ID=node106/4270945-1502817637
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61776 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-4270945-1502817637/watcher-4270945-1502817637 -o /tmp/evaluation-result-4270945-1502817637/solver-4270945-1502817637 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1741758093 HOME/instance-4270945-1502817637.xml

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

MD5SUM BENCH= b1ffa7aed2f9a273862c03f3716b8b6c
RANDOM SEED=1741758093

node106.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.86
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.86
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.86
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.86
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:        31411436 kB
MemAvailable:   31981812 kB
Buffers:          186116 kB
Cached:           670756 kB
SwapCached:            0 kB
Active:           460636 kB
Inactive:         453572 kB
Active(anon):      13284 kB
Inactive(anon):    72108 kB
Active(file):     447352 kB
Inactive(file):   381464 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7516 kB
Writeback:             4 kB
AnonPages:        162008 kB
Mapped:            46544 kB
Shmem:             25228 kB
Slab:             141040 kB
SReclaimable:     114788 kB
SUnreclaim:        26252 kB
KernelStack:        3568 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-15 19:07:45