Trace number 4275580

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
OscaR - Parallel with EPS 2017-07-26UNSAT 84.903 12.8954

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-020-05-add.xml
MD5SUM10744363b85b72525a104030f289733f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.60203099
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints200
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":20},{"size":400,"count":5}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":5},{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":200}]
Number of extensional constraints0
Number of intensional constraints200
Distribution of constraint types[{"type":"intension","count":200}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 142139371
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
2.08/1.05	c Parsing done, starting search...
84.66/12.86	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15013 MiB free)
  memory of node 1: 16384 MiB (15674 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275580-1502686108/watcher-4275580-1502686108 -o /tmp/evaluation-result-4275580-1502686108/solver-4275580-1502686108 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 142139371 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275580-1502686108.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=28227, runsolver pid=28224

[startup+0.100136 s]*
/proc/loadavg: 3.08 6.93 8.07 2/200 28247
/proc/meminfo: memFree=31405360/32770624 swapFree=67108860/67108860
[pid=28227] ppid=28224 vsize=14325320 memory=33036 CPUtime=0.12 cores=0-7
/proc/28227/stat : 28227 (java) S 28224 28227 26064 0 -1 1077944320 8192 0 0 0 11 1 0 0 20 0 20 0 101698634 14669127680 8259 33554432000 4194304 4196468 140722010278800 140722010261344 139897734897399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
/proc/28227/statm: 3581330 8259 3405 1 0 3569050 0
[pid=28227/tid=28229] ppid=28224 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28227/task/28229/stat : 28229 (java) R 28224 28227 26064 0 -1 4202560 6114 0 0 0 8 1 0 0 20 0 20 0 101698634 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897739075312 139897718977886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28230] ppid=28224 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28227/task/28230/stat : 28230 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897691450128 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28231] ppid=28224 vsize=14325320 memory=140388315158144 CPUtime=0 cores=0-7
/proc/28227/task/28231/stat : 28231 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897690397584 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28232] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28232/stat : 28232 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897689345040 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28233] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28233/stat : 28233 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897327774864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28234] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28234/stat : 28234 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897326721296 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28235] ppid=28224 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28235/stat : 28235 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897325668752 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28236] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28236/stat : 28236 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897324616208 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28237] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28237/stat : 28237 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 8259 33554432000 4194304 4196468 140722010278800 139897323563664 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28238] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28238/stat : 28238 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698637 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896923511280 139897734908546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28239] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28239/stat : 28239 (java) S 28224 28227 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101698637 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896922457504 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28240] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28240/stat : 28240 (java) S 28224 28227 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101698637 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896921404912 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28241] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28241/stat : 28241 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896920353488 139897734915995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28242] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28242/stat : 28242 (java) S 28224 28227 26064 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896919300080 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28243] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28243/stat : 28243 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896918247536 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28244] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28244/stat : 28244 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896917194992 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28245] ppid=28224 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/28227/task/28245/stat : 28245 (java) S 28224 28227 26064 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896916142448 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28246] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28246/stat : 28246 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896915090144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28247] ppid=28224 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28247/stat : 28247 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 8259 33554432000 4194304 4196468 140722010278800 139896914037680 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33036 KiB

[startup+0.210534 s]*
/proc/loadavg: 3.08 6.93 8.07 3/200 28247
/proc/meminfo: memFree=31396780/32770624 swapFree=67108860/67108860
[pid=28227] ppid=28224 vsize=14325320 memory=42808 CPUtime=0.3 cores=0-7
/proc/28227/stat : 28227 (java) S 28224 28227 26064 0 -1 1077944320 9266 0 0 0 28 2 0 0 20 0 20 0 101698634 14669127680 10702 33554432000 4194304 4196468 140722010278800 140722010261344 139897734897399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
/proc/28227/statm: 3581330 10702 3648 1 0 3569050 0
[pid=28227/tid=28229] ppid=28224 vsize=14325352 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/28227/task/28229/stat : 28229 (java) R 28224 28227 26064 0 -1 4202560 6810 0 0 0 18 1 0 0 20 0 20 0 101698634 14669160448 10702 33554432000 4194304 4196468 140722010278800 139897739106480 139897727614503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28230] ppid=28224 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/28227/task/28230/stat : 28230 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897691450128 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28231] ppid=28224 vsize=14325320 memory=140388315496524 CPUtime=0 cores=0-7
/proc/28227/task/28231/stat : 28231 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897690397584 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28232] ppid=28224 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28232/stat : 28232 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897689345040 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28233] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28233/stat : 28233 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897327774864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28234] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28234/stat : 28234 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897326721296 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28235] ppid=28224 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28235/stat : 28235 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897325668752 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28236] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28236/stat : 28236 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897324616208 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28237] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28237/stat : 28237 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698635 14669127680 10702 33554432000 4194304 4196468 140722010278800 139897323563664 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28238] ppid=28224 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28238/stat : 28238 (java) S 28224 28227 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101698637 14669160448 10702 33554432000 4194304 4196468 140722010278800 139896923511280 139897734908546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28239] ppid=28224 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28239/stat : 28239 (java) S 28224 28227 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101698637 14669160448 10702 33554432000 4194304 4196468 140722010278800 139896922457504 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28240] ppid=28224 vsize=14325352 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28240/stat : 28240 (java) S 28224 28227 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101698637 14669160448 10702 33554432000 4194304 4196468 140722010278800 139896921404912 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28241] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28241/stat : 28241 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896920353488 139897734915995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28242] ppid=28224 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28227/task/28242/stat : 28242 (java) S 28224 28227 26064 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896919300080 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28243] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28243/stat : 28243 (java) S 28224 28227 26064 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896918247536 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28244] ppid=28224 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/28227/task/28244/stat : 28244 (java) S 28224 28227 26064 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896917194992 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28245] ppid=28224 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/28227/task/28245/stat : 28245 (java) S 28224 28227 26064 0 -1 1077944384 445 0 0 0 5 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896916142448 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28246] ppid=28224 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28246/stat : 28246 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896915090144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28247] ppid=28224 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28247/stat : 28247 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669127680 10702 33554432000 4194304 4196468 140722010278800 139896914037680 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42808 KiB

[startup+0.309879 s]*
/proc/loadavg: 3.08 6.93 8.07 2/200 28247
/proc/meminfo: memFree=31388568/32770624 swapFree=67108860/67108860
[pid=28227] ppid=28224 vsize=14325340 memory=50724 CPUtime=0.48 cores=0-7
/proc/28227/stat : 28227 (java) S 28224 28227 26064 0 -1 1077944320 10480 0 0 0 46 2 0 0 20 0 20 0 101698634 14669148160 12681 33554432000 4194304 4196468 140722010278800 140722010261344 139897734897399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
/proc/28227/statm: 3581335 12681 3710 1 0 3569050 0
[pid=28227/tid=28229] ppid=28224 vsize=14325340 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/28227/task/28229/stat : 28229 (java) R 28224 28227 26064 0 -1 4202560 7563 0 0 0 27 1 0 0 20 0 20 0 101698634 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897739128000 139897369357018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28230] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28230/stat : 28230 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897691450128 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28231] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28231/stat : 28231 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897690397584 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28232] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28232/stat : 28232 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897689345040 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28233] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28233/stat : 28233 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897327774864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28234] ppid=28224 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/28227/task/28234/stat : 28234 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897326721296 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28235] ppid=28224 vsize=14325340 memory=140388186813359 CPUtime=0 cores=0-7
/proc/28227/task/28235/stat : 28235 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897325668752 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28236] ppid=28224 vsize=14325340 memory=140388186815664 CPUtime=0 cores=0-7
/proc/28227/task/28236/stat : 28236 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897324616208 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28237] ppid=28224 vsize=14325340 memory=140388186817968 CPUtime=0 cores=0-7
/proc/28227/task/28237/stat : 28237 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698635 14669148160 12681 33554432000 4194304 4196468 140722010278800 139897323563664 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28238] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28238/stat : 28238 (java) S 28224 28227 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101698637 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896923511280 139897734908546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28239] ppid=28224 vsize=14325340 memory=280776373642896 CPUtime=0 cores=0-7
/proc/28227/task/28239/stat : 28239 (java) S 28224 28227 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101698637 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896922457504 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28240] ppid=28224 vsize=14325340 memory=280776373649808 CPUtime=0 cores=0-7
/proc/28227/task/28240/stat : 28240 (java) S 28224 28227 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101698637 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896921404912 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28241] ppid=28224 vsize=14325340 memory=280776373591088 CPUtime=0 cores=0-7
/proc/28227/task/28241/stat : 28241 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896920353488 139897734915995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28242] ppid=28224 vsize=14325340 memory=280776373663632 CPUtime=0.02 cores=0-7
/proc/28227/task/28242/stat : 28242 (java) S 28224 28227 26064 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896919300080 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28243] ppid=28224 vsize=14325340 memory=280776373670544 CPUtime=0.04 cores=0-7
/proc/28227/task/28243/stat : 28243 (java) S 28224 28227 26064 0 -1 1077944384 256 0 0 0 4 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896918247536 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28244] ppid=28224 vsize=14325340 memory=280776373668240 CPUtime=0.02 cores=0-7
/proc/28227/task/28244/stat : 28244 (java) S 28224 28227 26064 0 -1 1077944384 275 0 0 0 2 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896917194992 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28245] ppid=28224 vsize=14325340 memory=280776373684848 CPUtime=0.08 cores=0-7
/proc/28227/task/28245/stat : 28245 (java) S 28224 28227 26064 0 -1 1077944384 477 0 0 0 8 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896916142448 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28246] ppid=28224 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28246/stat : 28246 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896915090144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28247] ppid=28224 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/28227/task/28247/stat : 28247 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698640 14669148160 12681 33554432000 4194304 4196468 140722010278800 139896914037680 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50724 KiB

[startup+0.70086 s]
/proc/loadavg: 3.08 6.93 8.07 3/200 28247
/proc/meminfo: memFree=31376644/32770624 swapFree=67108860/67108860
[pid=28227] ppid=28224 vsize=14327388 memory=88892 CPUtime=1.45 cores=0-7
/proc/28227/stat : 28227 (java) S 28224 28227 26064 0 -1 1077944320 15350 0 0 0 140 5 0 0 20 0 20 0 101698634 14671245312 22223 33554432000 4194304 4196468 140722010278800 140722010261344 139897734897399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
/proc/28227/statm: 3581847 22223 3774 1 0 3569562 0
[pid=28227/tid=28229] ppid=28224 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/28227/task/28229/stat : 28229 (java) R 28224 28227 26064 0 -1 4202560 8505 0 0 0 65 2 0 0 20 0 20 0 101698634 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897739133536 139897372617696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28230] ppid=28224 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28230/stat : 28230 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897691450128 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28231] ppid=28224 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28231/stat : 28231 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897690397584 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28232] ppid=28224 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28232/stat : 28232 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897689345040 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28233] ppid=28224 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/28227/task/28233/stat : 28233 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897327774864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28234] ppid=28224 vsize=14327388 memory=4612 CPUtime=0 cores=0-7
/proc/28227/task/28234/stat : 28234 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897326721296 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28235] ppid=28224 vsize=14327388 memory=1428 CPUtime=0 cores=0-7
/proc/28227/task/28235/stat : 28235 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897325668752 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28236] ppid=28224 vsize=14327388 memory=1204 CPUtime=0 cores=0-7
/proc/28227/task/28236/stat : 28236 (java) S 28224 28227 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897324616208 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28237] ppid=28224 vsize=14327388 memory=15876 CPUtime=0 cores=0-7
/proc/28227/task/28237/stat : 28237 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101698635 14671245312 22223 33554432000 4194304 4196468 140722010278800 139897323563664 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28238] ppid=28224 vsize=14327388 memory=18520 CPUtime=0 cores=0-7
/proc/28227/task/28238/stat : 28238 (java) S 28224 28227 26064 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101698637 14671245312 22223 33554432000 4194304 4196468 140722010278800 139896923511280 139897734908546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0

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

[pid=28227/tid=28244] ppid=28224 vsize=15868636 memory=0 CPUtime=1.87 cores=0-7
/proc/28227/task/28244/stat : 28244 (java) S 28224 28227 26064 0 -1 1077944384 7473 0 0 0 186 1 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896917194992 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28245] ppid=28224 vsize=15868636 memory=0 CPUtime=0.91 cores=0-7
/proc/28227/task/28245/stat : 28245 (java) S 28224 28227 26064 0 -1 1077944384 7575 0 0 0 89 2 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896916142448 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28246] ppid=28224 vsize=15868636 memory=0 CPUtime=0 cores=0-7
/proc/28227/task/28246/stat : 28246 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896915090144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28247] ppid=28224 vsize=15868636 memory=242605522738340 CPUtime=0 cores=0-7
/proc/28227/task/28247/stat : 28247 (java) S 28224 28227 26064 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896914037680 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28248] ppid=28224 vsize=15868636 memory=0 CPUtime=0.03 cores=0-7
/proc/28227/task/28248/stat : 28248 (java) S 28224 28227 26064 0 -1 1077944384 265 0 0 0 3 0 0 0 20 0 43 0 101698894 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896903750864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28249] ppid=28224 vsize=15868636 memory=0 CPUtime=0.02 cores=0-7
/proc/28227/task/28249/stat : 28249 (java) S 28224 28227 26064 0 -1 1077944384 792 0 0 0 1 1 0 0 20 0 43 0 101698906 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896900601360 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28250] ppid=28224 vsize=15868636 memory=140388315165745 CPUtime=2.24 cores=0-7
/proc/28227/task/28250/stat : 28250 (java) S 28224 28227 26064 0 -1 1077944384 240 0 0 0 224 0 0 0 20 0 43 0 101698916 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896897450896 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28251] ppid=28224 vsize=15868636 memory=0 CPUtime=4.43 cores=0-7
/proc/28227/task/28251/stat : 28251 (java) S 28224 28227 26064 0 -1 1077944384 259 0 0 0 443 0 0 0 20 0 43 0 101698917 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896896398352 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28252] ppid=28224 vsize=15868636 memory=0 CPUtime=4.66 cores=0-7
/proc/28227/task/28252/stat : 28252 (java) S 28224 28227 26064 0 -1 1077944384 485 0 0 0 465 1 0 0 20 0 43 0 101698917 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896895345808 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28253] ppid=28224 vsize=15868636 memory=56 CPUtime=4.95 cores=0-7
/proc/28227/task/28253/stat : 28253 (java) S 28224 28227 26064 0 -1 1077944384 269 0 0 0 495 0 0 0 20 0 43 0 101698919 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896894293264 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28254] ppid=28224 vsize=15868636 memory=2340 CPUtime=3.75 cores=0-7
/proc/28227/task/28254/stat : 28254 (java) R 28224 28227 26064 0 -1 4202560 163 0 0 0 375 0 0 0 20 0 43 0 101698919 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896893239808 139897378812780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28255] ppid=28224 vsize=15868636 memory=2240 CPUtime=3.85 cores=0-7
/proc/28227/task/28255/stat : 28255 (java) S 28224 28227 26064 0 -1 1077944384 186 0 0 0 385 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896892188176 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28256] ppid=28224 vsize=15868636 memory=4128 CPUtime=1.43 cores=0-7
/proc/28227/task/28256/stat : 28256 (java) S 28224 28227 26064 0 -1 1077944384 107 0 0 0 143 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896891135632 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28257] ppid=28224 vsize=15868636 memory=928 CPUtime=2.88 cores=0-7
/proc/28227/task/28257/stat : 28257 (java) S 28224 28227 26064 0 -1 1077944384 304 0 0 0 288 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896890083088 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28258] ppid=28224 vsize=15868636 memory=1576 CPUtime=3.04 cores=0-7
/proc/28227/task/28258/stat : 28258 (java) R 28224 28227 26064 0 -1 4202560 155 0 0 0 304 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896889028608 139897379176574 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28259] ppid=28224 vsize=15868636 memory=746088 CPUtime=3.43 cores=0-7
/proc/28227/task/28259/stat : 28259 (java) S 28224 28227 26064 0 -1 1077944384 161 0 0 0 343 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896887976976 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28260] ppid=28224 vsize=15868636 memory=56 CPUtime=5.36 cores=0-7
/proc/28227/task/28260/stat : 28260 (java) R 28224 28227 26064 0 -1 4202560 362 0 0 0 535 1 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896886923520 139897378882252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28261] ppid=28224 vsize=15868636 memory=642620 CPUtime=4.32 cores=0-7
/proc/28227/task/28261/stat : 28261 (java) R 28224 28227 26064 0 -1 4202560 170 0 0 0 431 1 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896885870976 139897378882252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28262] ppid=28224 vsize=15868636 memory=4140 CPUtime=0.97 cores=0-7
/proc/28227/task/28262/stat : 28262 (java) R 28224 28227 26064 0 -1 1077944384 58 0 0 0 97 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896884819344 139897734907605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28263] ppid=28224 vsize=15868636 memory=29064 CPUtime=2.62 cores=0-7
/proc/28227/task/28263/stat : 28263 (java) R 28224 28227 26064 0 -1 4202560 249 0 0 0 262 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896186724992 139897379242340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28264] ppid=28224 vsize=15868636 memory=1296 CPUtime=6.34 cores=0-7
/proc/28227/task/28264/stat : 28264 (java) S 28224 28227 26064 0 -1 1077944384 431 0 0 0 633 1 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896185673360 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28265] ppid=28224 vsize=15868636 memory=280773488188903 CPUtime=2.66 cores=0-7
/proc/28227/task/28265/stat : 28265 (java) R 28224 28227 26064 0 -1 4202560 268 0 0 0 266 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896184619904 139897378882252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28266] ppid=28224 vsize=15868636 memory=6944663189525129274 CPUtime=4.11 cores=0-7
/proc/28227/task/28266/stat : 28266 (java) R 28224 28227 26064 0 -1 4202560 267 0 0 0 410 1 0 0 20 0 43 0 101699061 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896181432320 139897378882519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28267] ppid=28224 vsize=15868636 memory=164 CPUtime=2.11 cores=0-7
/proc/28227/task/28267/stat : 28267 (java) S 28224 28227 26064 0 -1 1077944384 261 0 0 0 211 0 0 0 20 0 43 0 101699078 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896180380688 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28268] ppid=28224 vsize=15868636 memory=7594587674001172330 CPUtime=2.98 cores=0-7
/proc/28227/task/28268/stat : 28268 (java) S 28224 28227 26064 0 -1 1077944384 343 0 0 0 297 1 0 0 20 0 43 0 101699080 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896179328144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28269] ppid=28224 vsize=15868636 memory=7306316804797196914 CPUtime=4.67 cores=0-7
/proc/28227/task/28269/stat : 28269 (java) S 28224 28227 26064 0 -1 1077944384 735 0 0 0 467 0 0 0 20 0 43 0 101699080 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896178275600 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28270] ppid=28224 vsize=15868636 memory=7306316804797196914 CPUtime=2.84 cores=0-7
/proc/28227/task/28270/stat : 28270 (java) R 28224 28227 26064 0 -1 4202560 237 0 0 0 284 0 0 0 20 0 43 0 101699518 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896177222144 139897379176389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
Current children cumulated CPU time: 83.89 s
Current children cumulated vsize: 15868636 KiB
Current children cumulated memory: 767544 KiB

[startup+12.8953 s]
# the end of solver process 28227 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=84.117 s, system=0.786037 s

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

[startup+12.8021 s]
/proc/loadavg: 3.49 6.89 8.04 17/223 28270
/proc/meminfo: memFree=30669460/32770624 swapFree=67108860/67108860
[pid=28227] ppid=28224 vsize=15868636 memory=767544 CPUtime=84.66 cores=0-7
/proc/28227/stat : 28227 (java) S 28224 28227 26064 0 -1 1077944320 56818 0 0 0 8390 76 0 0 20 0 43 0 101698634 16249483264 191886 33554432000 4194304 4196468 140722010278800 140722010261344 139897734897399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
/proc/28227/statm: 3967159 191886 3849 1 0 3954353 0
[pid=28227/tid=28229] ppid=28224 vsize=15868636 memory=4642197910265684584 CPUtime=2.79 cores=0-7
/proc/28227/task/28229/stat : 28229 (java) S 28224 28227 26064 0 -1 1077944384 14776 0 0 0 273 6 0 0 20 0 43 0 101698634 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897739135104 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28230] ppid=28224 vsize=15868636 memory=7594587674001172330 CPUtime=0.1 cores=0-7
/proc/28227/task/28230/stat : 28230 (java) S 28224 28227 26064 0 -1 1077944384 275 0 0 0 6 4 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897691450128 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28231] ppid=28224 vsize=15868636 memory=7306316804797196914 CPUtime=0.1 cores=0-7
/proc/28227/task/28231/stat : 28231 (java) S 28224 28227 26064 0 -1 1077944384 836 0 0 0 5 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897690397584 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28232] ppid=28224 vsize=15868636 memory=7295950583417696866 CPUtime=0.11 cores=0-7
/proc/28227/task/28232/stat : 28232 (java) S 28224 28227 26064 0 -1 1077944384 247 0 0 0 6 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897689345040 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28233] ppid=28224 vsize=15868636 memory=240808 CPUtime=0.12 cores=0-7
/proc/28227/task/28233/stat : 28233 (java) S 28224 28227 26064 0 -1 1077944384 422 0 0 0 7 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897327774864 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28234] ppid=28224 vsize=15868636 memory=-7522837583129502606 CPUtime=0.11 cores=0-7
/proc/28227/task/28234/stat : 28234 (java) S 28224 28227 26064 0 -1 1077944384 1299 0 0 0 6 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897326721296 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28235] ppid=28224 vsize=15868636 memory=-9178176116494409632 CPUtime=0.1 cores=0-7
/proc/28227/task/28235/stat : 28235 (java) S 28224 28227 26064 0 -1 1077944384 631 0 0 0 5 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897325668752 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28236] ppid=28224 vsize=15868636 memory=6944656591801717918 CPUtime=0.11 cores=0-7
/proc/28227/task/28236/stat : 28236 (java) S 28224 28227 26064 0 -1 1077944384 426 0 0 0 6 5 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897324616208 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28237] ppid=28224 vsize=15868636 memory=0 CPUtime=0.12 cores=0-7
/proc/28227/task/28237/stat : 28237 (java) S 28224 28227 26064 0 -1 1077944384 258 0 0 0 6 6 0 0 20 0 43 0 101698635 16249483264 191886 33554432000 4194304 4196468 140722010278800 139897323563664 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28238] ppid=28224 vsize=15868636 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/28227/task/28238/stat : 28238 (java) S 28224 28227 26064 0 -1 1077944384 1394 0 0 0 2 0 0 0 20 0 43 0 101698637 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896923511280 139897734908546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28239] ppid=28224 vsize=15868636 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/28227/task/28239/stat : 28239 (java) S 28224 28227 26064 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 43 0 101698637 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896922457568 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28240] ppid=28224 vsize=15868636 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/28227/task/28240/stat : 28240 (java) S 28224 28227 26064 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 43 0 101698637 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896921404928 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28241] ppid=28224 vsize=15868636 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/28227/task/28241/stat : 28241 (java) S 28224 28227 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896920353488 139897734915995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28242] ppid=28224 vsize=15868636 memory=6944652177228980320 CPUtime=1.71 cores=0-7
/proc/28227/task/28242/stat : 28242 (java) S 28224 28227 26064 0 -1 1077944384 8382 0 0 0 169 2 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896919300080 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28243] ppid=28224 vsize=15868636 memory=0 CPUtime=1.63 cores=0-7
/proc/28227/task/28243/stat : 28243 (java) S 28224 28227 26064 0 -1 1077944384 4417 0 0 0 162 1 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896918247536 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28244] ppid=28224 vsize=15868636 memory=6944652177228980320 CPUtime=1.87 cores=0-7
/proc/28227/task/28244/stat : 28244 (java) S 28224 28227 26064 0 -1 1077944384 7473 0 0 0 186 1 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896917194992 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28245] ppid=28224 vsize=15868636 memory=8098986507033012847 CPUtime=0.91 cores=0-7
/proc/28227/task/28245/stat : 28245 (java) S 28224 28227 26064 0 -1 1077944384 7575 0 0 0 89 2 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896916142448 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28246] ppid=28224 vsize=15868636 memory=261606458055833 CPUtime=0 cores=0-7
/proc/28227/task/28246/stat : 28246 (java) S 28224 28227 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896915090144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28247] ppid=28224 vsize=15868636 memory=640 CPUtime=0 cores=0-7
/proc/28227/task/28247/stat : 28247 (java) S 28224 28227 26064 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 43 0 101698640 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896914037680 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28248] ppid=28224 vsize=15868636 memory=956 CPUtime=0.03 cores=0-7
/proc/28227/task/28248/stat : 28248 (java) R 28224 28227 26064 0 -1 1077944384 265 0 0 0 3 0 0 0 20 0 43 0 101698894 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896903750864 139897734907605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28249] ppid=28224 vsize=15868636 memory=2340 CPUtime=0.02 cores=0-7
/proc/28227/task/28249/stat : 28249 (java) S 28224 28227 26064 0 -1 1077944384 792 0 0 0 1 1 0 0 20 0 43 0 101698906 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896900601360 139897734908546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28250] ppid=28224 vsize=15868636 memory=2240 CPUtime=2.24 cores=0-7
/proc/28227/task/28250/stat : 28250 (java) S 28224 28227 26064 0 -1 1077944384 240 0 0 0 224 0 0 0 20 0 43 0 101698916 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896897450896 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28251] ppid=28224 vsize=15868636 memory=4128 CPUtime=4.49 cores=0-7
/proc/28227/task/28251/stat : 28251 (java) R 28224 28227 26064 0 -1 4202560 259 0 0 0 449 0 0 0 20 0 43 0 101698917 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896896397440 139897379253257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28252] ppid=28224 vsize=15868636 memory=928 CPUtime=4.66 cores=0-7
/proc/28227/task/28252/stat : 28252 (java) S 28224 28227 26064 0 -1 1077944384 485 0 0 0 465 1 0 0 20 0 43 0 101698917 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896895345808 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28253] ppid=28224 vsize=15868636 memory=1576 CPUtime=4.95 cores=0-7
/proc/28227/task/28253/stat : 28253 (java) S 28224 28227 26064 0 -1 1077944384 269 0 0 0 495 0 0 0 20 0 43 0 101698919 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896894293264 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28254] ppid=28224 vsize=15868636 memory=2196 CPUtime=3.85 cores=0-7
/proc/28227/task/28254/stat : 28254 (java) R 28224 28227 26064 0 -1 4202560 163 0 0 0 385 0 0 0 20 0 43 0 101698919 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896893239808 139897378863538 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28255] ppid=28224 vsize=15868636 memory=6764 CPUtime=3.85 cores=0-7
/proc/28227/task/28255/stat : 28255 (java) S 28224 28227 26064 0 -1 1077944384 186 0 0 0 385 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896892188176 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28256] ppid=28224 vsize=15868636 memory=840 CPUtime=1.43 cores=0-7
/proc/28227/task/28256/stat : 28256 (java) S 28224 28227 26064 0 -1 1077944384 107 0 0 0 143 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896891135632 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28257] ppid=28224 vsize=15868636 memory=4100 CPUtime=2.88 cores=0-7
/proc/28227/task/28257/stat : 28257 (java) S 28224 28227 26064 0 -1 1077944384 304 0 0 0 288 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896890083088 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28258] ppid=28224 vsize=15868636 memory=1696 CPUtime=3.08 cores=0-7
/proc/28227/task/28258/stat : 28258 (java) S 28224 28227 26064 0 -1 1077944384 156 0 0 0 308 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896889029520 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28259] ppid=28224 vsize=15868636 memory=920 CPUtime=3.43 cores=0-7
/proc/28227/task/28259/stat : 28259 (java) S 28224 28227 26064 0 -1 1077944384 161 0 0 0 343 0 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896887976976 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28260] ppid=28224 vsize=15868636 memory=4236 CPUtime=5.46 cores=0-7
/proc/28227/task/28260/stat : 28260 (java) R 28224 28227 26064 0 -1 4202560 364 0 0 0 545 1 0 0 20 0 43 0 101698920 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896886923520 139897378882852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28261] ppid=28224 vsize=15868636 memory=1156 CPUtime=4.35 cores=0-7
/proc/28227/task/28261/stat : 28261 (java) S 28224 28227 26064 0 -1 1077944384 170 0 0 0 434 1 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896885871888 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28262] ppid=28224 vsize=15868636 memory=140392610125439 CPUtime=0.97 cores=0-7
/proc/28227/task/28262/stat : 28262 (java) S 28224 28227 26064 0 -1 1077944384 58 0 0 0 97 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896884819344 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28263] ppid=28224 vsize=15868636 memory=0 CPUtime=2.71 cores=0-7
/proc/28227/task/28263/stat : 28263 (java) S 28224 28227 26064 0 -1 1077944384 249 0 0 0 271 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896186725904 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28264] ppid=28224 vsize=15868636 memory=8976414709404591081 CPUtime=6.34 cores=0-7
/proc/28227/task/28264/stat : 28264 (java) S 28224 28227 26064 0 -1 1077944384 431 0 0 0 633 1 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896185673360 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28265] ppid=28224 vsize=15868636 memory=0 CPUtime=2.75 cores=0-7
/proc/28227/task/28265/stat : 28265 (java) R 28224 28227 26064 0 -1 4202560 268 0 0 0 275 0 0 0 20 0 43 0 101698936 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896184619904 139897378813151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28266] ppid=28224 vsize=15868636 memory=0 CPUtime=4.21 cores=0-7
/proc/28227/task/28266/stat : 28266 (java) R 28224 28227 26064 0 -1 4202560 267 0 0 0 420 1 0 0 20 0 43 0 101699061 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896181432320 139897378882412 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28267] ppid=28224 vsize=15868636 memory=0 CPUtime=2.11 cores=0-7
/proc/28227/task/28267/stat : 28267 (java) S 28224 28227 26064 0 -1 1077944384 261 0 0 0 211 0 0 0 20 0 43 0 101699078 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896180380688 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28268] ppid=28224 vsize=15868636 memory=0 CPUtime=2.98 cores=0-7
/proc/28227/task/28268/stat : 28268 (java) S 28224 28227 26064 0 -1 1077944384 343 0 0 0 297 1 0 0 20 0 43 0 101699080 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896179328144 139897734907605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28269] ppid=28224 vsize=15868636 memory=0 CPUtime=4.73 cores=0-7
/proc/28227/task/28269/stat : 28269 (java) R 28224 28227 26064 0 -1 4202560 735 0 0 0 473 0 0 0 20 0 43 0 101699080 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896178274688 139897378882214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
[pid=28227/tid=28270] ppid=28224 vsize=15868636 memory=0 CPUtime=2.94 cores=0-7
/proc/28227/task/28270/stat : 28270 (java) R 28224 28227 26064 0 -1 4202560 237 0 0 0 294 0 0 0 20 0 43 0 101699518 16249483264 191886 33554432000 4194304 4196468 140722010278800 139896177222144 139897378863664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29405184 140722010281058 140722010281243 140722010281243 140722010283983 0
Current children cumulated CPU time: 84.66 s
Current children cumulated vsize: 15868636 KiB
Current children cumulated memory: 767544 KiB

Child status: 0
Real time (s): 12.8954
CPU time (s): 84.903
CPU user time (s): 84.117
CPU system time (s): 0.786037
CPU usage (%): 658.398
Max. virtual memory (cumulated for all children) (KiB): 15868636
Max. memory (cumulated for all children) (KiB): 767544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.117
system time used= 0.786037
maximum resident set size= 768156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13553
involuntary context switches= 5427


# summary of solver processes directly reported to runsolver:
#   pid: 28227
#   total CPU time (s): 84.903
#   total CPU user time (s): 84.117
#   total CPU system time (s): 0.786037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12524 second user time and 0.215503 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:34:10
IDJOB=4275580
IDBENCH=120887
IDSOLVER=2668
FILE ID=node106/4275580-1502686108
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-020-05-add.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275580-1502686108/watcher-4275580-1502686108 -o /tmp/evaluation-result-4275580-1502686108/solver-4275580-1502686108 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 142139371 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275580-1502686108.xml

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

MD5SUM BENCH= 10744363b85b72525a104030f289733f
RANDOM SEED=142139371

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:        31424204 kB
MemAvailable:   31979688 kB
Buffers:          139948 kB
Cached:           700920 kB
SwapCached:            0 kB
Active:           473644 kB
Inactive:         423592 kB
Active(anon):      12504 kB
Inactive(anon):    72080 kB
Active(file):     461140 kB
Inactive(file):   351512 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42556 kB
Writeback:             0 kB
AnonPages:         61896 kB
Mapped:            44528 kB
Shmem:             25228 kB
Slab:             143552 kB
SReclaimable:     117336 kB
SUnreclaim:        26216 kB
KernelStack:        3200 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 61732 MiB
End job on node106 at 2017-08-14 06:34:23