Trace number 4291157

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 NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02OPT2 9.30976 3.30638

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-1_c18.xml
MD5SUM1aa19c04fc46d2c59e842211a2e06bfd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.20929
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints18
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":21},{"degree":4,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":3},{"arity":3,"count":15}]
Number of extensional constraints3
Number of intensional constraints9
Distribution of constraint types[{"type":"extension","count":3},{"type":"intension","count":9},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 899512245
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.58	c Parsing instance...
1.38/0.90	c Parsing done, starting search...
7.35/3.05	o 3
8.77/3.24	o 2
8.77/3.28	s OPTIMUM FOUND
8.77/3.28	v <instantiation>
8.77/3.28	v 	<list>
8.77/3.28	v 		d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
8.77/3.28	v 	</list>
8.77/3.28	v 	<values>
8.77/3.28	v 		1 0 3 0 4 0 0 0 4 274 137 0 1 1 0 274 0 822 0 548 0 0 0 0 
8.77/3.28	v 	</values>
8.77/3.28	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291157-1532654600/watcher-4291157-1532654600 -o /tmp/evaluation-result-4291157-1532654600/solver-4291157-1532654600 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532654585-3249 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 899512245 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291157-1532654600.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=3602, runsolver pid=3599

[startup+0.10014 s]*
/proc/loadavg: 7.78 8.47 8.65 2/200 3622
/proc/meminfo: memFree=23459384/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=26103424 memory=28876 CPUtime=0.11 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 7171 0 0 0 10 1 0 0 20 0 20 0 83023200 26729906176 7219 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6525856 7219 3154 1 0 6487932 0
[pid=3602/tid=3604] ppid=3599 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) R 3599 3602 3222 0 -1 4202560 5371 0 0 0 8 1 0 0 20 0 20 0 83023200 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633450476328 139633430300005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=26103424 memory=140026770826880 CPUtime=0 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 7435 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023202 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3614] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3614/stat : 3614 (java) S 3599 3602 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631718753568 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3615] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3615/stat : 3615 (java) S 3599 3602 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631717701232 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3616] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3616/stat : 3616 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631716649552 139633446274971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3617] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3617/stat : 3617 (java) S 3599 3602 3222 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631715596400 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3618] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3618/stat : 3618 (java) R 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631714543600 139633446267522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3619] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3619/stat : 3619 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631713491312 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3620] ppid=3599 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/3602/task/3620/stat : 3620 (java) R 3599 3602 3222 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 20 0 83023205 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631712438512 139633446267522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3621] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3621/stat : 3621 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631711386464 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3622] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3622/stat : 3622 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 7435 33554432000 4194304 4196468 140737449457696 139631710333744 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 28876 KiB

[startup+0.210059 s]*
/proc/loadavg: 7.78 8.47 8.65 3/200 3622
/proc/meminfo: memFree=23445184/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=26103424 memory=41704 CPUtime=0.3 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 10620 0 0 0 28 2 0 0 20 0 20 0 83023200 26729906176 10426 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6525856 10426 3316 1 0 6487932 0
[pid=3602/tid=3604] ppid=3599 vsize=26103424 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) R 3599 3602 3222 0 -1 4202560 8221 0 0 0 18 1 0 0 20 0 20 0 83023200 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633450484528 139633430336862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=26103424 memory=11606 CPUtime=0 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=26103424 memory=140026771173183 CPUtime=0 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 10426 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023202 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3614] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3614/stat : 3614 (java) S 3599 3602 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631718753568 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3615] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3615/stat : 3615 (java) S 3599 3602 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631717701232 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3616] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3616/stat : 3616 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631716649552 139633446274971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3617] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3617/stat : 3617 (java) R 3599 3602 3222 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631715596400 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3618] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3618/stat : 3618 (java) S 3599 3602 3222 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631714543600 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3619] ppid=3599 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/3602/task/3619/stat : 3619 (java) S 3599 3602 3222 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 83023205 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631713491312 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3620] ppid=3599 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/3602/task/3620/stat : 3620 (java) R 3599 3602 3222 0 -1 4202560 452 0 0 0 6 0 0 0 20 0 20 0 83023205 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631712433088 139633424798199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3621] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3621/stat : 3621 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631711386464 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3622] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3622/stat : 3622 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 10426 33554432000 4194304 4196468 140737449457696 139631710333744 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 41704 KiB

[startup+0.30945 s]*
/proc/loadavg: 7.78 8.47 8.65 2/200 3622
/proc/meminfo: memFree=23441400/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=26103424 memory=45488 CPUtime=0.43 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 11099 0 0 0 40 3 0 0 20 0 20 0 83023200 26729906176 11372 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6525856 11372 3340 1 0 6487932 0
[pid=3602/tid=3604] ppid=3599 vsize=26103424 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) R 3599 3602 3222 0 -1 4202560 8570 0 0 0 28 2 0 0 20 0 20 0 83023200 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633450418112 139633427819956 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=26103424 memory=140026671365295 CPUtime=0 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=26103424 memory=140026671367600 CPUtime=0 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=26103424 memory=3472463924852539104 CPUtime=0 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023201 26729906176 11372 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023202 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3614] ppid=3599 vsize=26103424 memory=280053342749072 CPUtime=0 cores=0-7
/proc/3602/task/3614/stat : 3614 (java) S 3599 3602 3222 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631718753568 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3615] ppid=3599 vsize=26103424 memory=280053342690352 CPUtime=0 cores=0-7
/proc/3602/task/3615/stat : 3615 (java) S 3599 3602 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 83023203 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631717701232 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3616] ppid=3599 vsize=26103424 memory=280053342762896 CPUtime=0 cores=0-7
/proc/3602/task/3616/stat : 3616 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023205 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631716649552 139633446274971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3617] ppid=3599 vsize=26103424 memory=280053342769808 CPUtime=0.01 cores=0-7
/proc/3602/task/3617/stat : 3617 (java) S 3599 3602 3222 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 83023205 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631715596400 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3618] ppid=3599 vsize=26103424 memory=280053342767504 CPUtime=0.01 cores=0-7
/proc/3602/task/3618/stat : 3618 (java) S 3599 3602 3222 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 83023205 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631714543600 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3619] ppid=3599 vsize=26103424 memory=280053342783632 CPUtime=0.01 cores=0-7
/proc/3602/task/3619/stat : 3619 (java) S 3599 3602 3222 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 83023205 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631713491312 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3620] ppid=3599 vsize=26103424 memory=280053342781328 CPUtime=0.08 cores=0-7
/proc/3602/task/3620/stat : 3620 (java) S 3599 3602 3222 0 -1 1077944384 492 0 0 0 8 0 0 0 20 0 20 0 83023205 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631712438512 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3621] ppid=3599 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3621/stat : 3621 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631711386464 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3622] ppid=3599 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/3602/task/3622/stat : 3622 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023206 26729906176 11372 33554432000 4194304 4196468 140737449457696 139631710333744 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 45488 KiB

[startup+0.700856 s]
/proc/loadavg: 7.78 8.47 8.65 2/200 3622
/proc/meminfo: memFree=23416968/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=26105492 memory=84512 CPUtime=0.99 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 18115 0 0 0 95 4 0 0 20 0 20 0 83023200 26732023808 21128 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6526373 21128 3493 1 0 6488444 0
[pid=3602/tid=3604] ppid=3599 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) R 3599 3602 3222 0 -1 4202560 15054 0 0 0 64 3 0 0 20 0 20 0 83023200 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633450481808 139633446278301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=26105492 memory=2241 CPUtime=0 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=26105492 memory=2244 CPUtime=0 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=26105492 memory=8548 CPUtime=0 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=26105492 memory=1444 CPUtime=0 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=26105492 memory=1200 CPUtime=0 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83023201 26732023808 21128 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=26105492 memory=14892 CPUtime=0 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83023202 26732023808 21128 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0

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

[startup+3.11132 s]
/proc/loadavg: 7.78 8.47 8.65 12/214 3636
/proc/meminfo: memFree=23195556/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=27850528 memory=296736 CPUtime=8.05 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 45920 0 0 0 782 23 0 0 20 0 46 0 83023200 28518940672 74184 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6962632 74184 3599 1 0 6924182 0
[pid=3602/tid=3604] ppid=3599 vsize=27850528 memory=24532 CPUtime=2.83 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) S 3599 3602 3222 0 -1 1077944384 23193 0 0 0 276 7 0 0 20 0 46 0 83023200 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633450493840 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=27850528 memory=1296 CPUtime=0.03 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 45 0 0 0 3 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=27850528 memory=2412 CPUtime=0.04 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 106 0 0 0 4 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=27850528 memory=1836 CPUtime=0.02 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 640 0 0 0 2 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=27850528 memory=792 CPUtime=0.03 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=27850528 memory=1960 CPUtime=0.03 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=27850528 memory=5672 CPUtime=0.04 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 75 0 0 0 4 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=27850528 memory=4616 CPUtime=0.03 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 252 0 0 0 3 0 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=27850528 memory=1232 CPUtime=0.04 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 46 0 83023201 28518940672 74184 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 1325 0 0 0 2 0 0 0 20 0 46 0 83023202 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3614] ppid=3599 vsize=27850528 memory=155482111089714 CPUtime=0 cores=0-7
/proc/3602/task/3614/stat : 3614 (java) S 3599 3602 3222 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 83023203 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631718753632 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3615] ppid=3599 vsize=27850528 memory=155482111089715 CPUtime=0 cores=0-7
/proc/3602/task/3615/stat : 3615 (java) S 3599 3602 3222 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 83023203 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631717701248 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3616] ppid=3599 vsize=27850528 memory=155482111089716 CPUtime=0 cores=0-7
/proc/3602/task/3616/stat : 3616 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 83023205 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631716649552 139633446274971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3617] ppid=3599 vsize=27850528 memory=155482111089717 CPUtime=0.97 cores=0-7
/proc/3602/task/3617/stat : 3617 (java) R 3599 3602 3222 0 -1 4202560 3578 0 0 0 95 2 0 0 20 0 46 0 83023205 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631715589592 139633425474279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3618] ppid=3599 vsize=27850528 memory=155482111089718 CPUtime=1.09 cores=0-7
/proc/3602/task/3618/stat : 3618 (java) R 3599 3602 3222 0 -1 4202560 3788 0 0 0 108 1 0 0 20 0 46 0 83023205 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631714539968 139633432270756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3619] ppid=3599 vsize=27850528 memory=155482111089719 CPUtime=1.06 cores=0-7
/proc/3602/task/3619/stat : 3619 (java) R 3599 3602 3222 0 -1 4202560 3545 0 0 0 105 1 0 0 20 0 46 0 83023205 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631713484224 139633431185788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3620] ppid=3599 vsize=27850528 memory=155482111089720 CPUtime=0.87 cores=0-7
/proc/3602/task/3620/stat : 3620 (java) R 3599 3602 3222 0 -1 1077944384 6197 0 0 0 86 1 0 0 20 0 46 0 83023205 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631712432464 139633446266581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3621] ppid=3599 vsize=27850528 memory=47 CPUtime=0 cores=0-7
/proc/3602/task/3621/stat : 3621 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 83023206 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631711386464 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3622] ppid=3599 vsize=27850528 memory=56 CPUtime=0 cores=0-7
/proc/3602/task/3622/stat : 3622 (java) S 3599 3602 3222 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 83023206 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631710333744 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3623] ppid=3599 vsize=27850528 memory=47 CPUtime=0.01 cores=0-7
/proc/3602/task/3623/stat : 3623 (java) S 3599 3602 3222 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 46 0 83023449 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631696889216 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3624] ppid=3599 vsize=27850528 memory=61 CPUtime=0 cores=0-7
/proc/3602/task/3624/stat : 3624 (java) S 3599 3602 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 83023471 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631693739344 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3625] ppid=3599 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3625/stat : 3625 (java) S 3599 3602 3222 0 -1 1077944384 131 0 0 0 3 0 0 0 20 0 46 0 83023487 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631690588960 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3626] ppid=3599 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/3602/task/3626/stat : 3626 (java) R 3599 3602 3222 0 -1 4202560 129 0 0 0 8 0 0 0 20 0 46 0 83023488 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631689536160 139633446277722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3627] ppid=3599 vsize=27850528 memory=3 CPUtime=0.07 cores=0-7
/proc/3602/task/3627/stat : 3627 (java) S 3599 3602 3222 0 -1 1077944384 77 0 0 0 7 0 0 0 20 0 46 0 83023488 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631688483872 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3628] ppid=3599 vsize=27850528 memory=3 CPUtime=0.05 cores=0-7
/proc/3602/task/3628/stat : 3628 (java) S 3599 3602 3222 0 -1 1077944384 76 0 0 0 5 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631687431072 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3629] ppid=3599 vsize=27850528 memory=4 CPUtime=0.07 cores=0-7
/proc/3602/task/3629/stat : 3629 (java) R 3599 3602 3222 0 -1 1077944384 205 0 0 0 7 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631686378784 139633446266581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3630] ppid=3599 vsize=27850528 memory=3 CPUtime=0.06 cores=0-7
/proc/3602/task/3630/stat : 3630 (java) S 3599 3602 3222 0 -1 1077944384 140 0 0 0 6 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631685325984 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3631] ppid=3599 vsize=27850528 memory=277576 CPUtime=0.05 cores=0-7
/proc/3602/task/3631/stat : 3631 (java) R 3599 3602 3222 0 -1 4202560 59 0 0 0 5 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631684271360 139633083669419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3632] ppid=3599 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/3602/task/3632/stat : 3632 (java) S 3599 3602 3222 0 -1 1077944384 139 0 0 0 6 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631683220896 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3633] ppid=3599 vsize=27850528 memory=0 CPUtime=0.07 cores=0-7
/proc/3602/task/3633/stat : 3633 (java) S 3599 3602 3222 0 -1 1077944384 71 0 0 0 7 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631682167584 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3634] ppid=3599 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/3602/task/3634/stat : 3634 (java) S 3599 3602 3222 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631681114784 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3635] ppid=3599 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/3602/task/3635/stat : 3635 (java) R 3599 3602 3222 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631680062496 139633446266581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3636] ppid=3599 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3636/stat : 3636 (java) S 3599 3602 3222 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 46 0 83023495 28518940672 74184 33554432000 4194304 4196468 140737449457696 139631679009696 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 27850528 KiB
Current children cumulated memory: 296736 KiB

[startup+3.30634 s]
# the end of solver process 3602 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.05217 s, system=0.257588 s

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

[startup+3.20879 s]
/proc/loadavg: 7.78 8.47 8.65 12/214 3636
/proc/meminfo: memFree=23195556/32770624 swapFree=67108800/67108860
[pid=3602] ppid=3599 vsize=27852608 memory=297488 CPUtime=8.77 cores=0-7
/proc/3602/stat : 3602 (java) S 3599 3602 3222 0 -1 1077944320 46129 0 0 0 854 23 0 0 20 0 46 0 83023200 28521070592 74361 33554432000 4194304 4196468 140737449457696 140737449440240 139633446256375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
/proc/3602/statm: 6963152 74361 3601 1 0 6924702 0
[pid=3602/tid=3604] ppid=3599 vsize=27852576 memory=0 CPUtime=2.83 cores=0-7
/proc/3602/task/3604/stat : 3604 (java) S 3599 3602 3222 0 -1 1077944384 23193 0 0 0 276 7 0 0 20 0 46 0 83023200 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633450493840 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3605] ppid=3599 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3605/stat : 3605 (java) S 3599 3602 3222 0 -1 1077944384 45 0 0 0 3 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633004514192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3606] ppid=3599 vsize=27852576 memory=0 CPUtime=0.04 cores=0-7
/proc/3602/task/3606/stat : 3606 (java) S 3599 3602 3222 0 -1 1077944384 106 0 0 0 4 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633003461392 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3607] ppid=3599 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/3602/task/3607/stat : 3607 (java) S 3599 3602 3222 0 -1 1077944384 640 0 0 0 2 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633002409104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3608] ppid=3599 vsize=27852576 memory=239840 CPUtime=0.03 cores=0-7
/proc/3602/task/3608/stat : 3608 (java) S 3599 3602 3222 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633001356304 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3609] ppid=3599 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3609/stat : 3609 (java) S 3599 3602 3222 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139633000302992 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3610] ppid=3599 vsize=27852576 memory=140026671581152 CPUtime=0.04 cores=0-7
/proc/3602/task/3610/stat : 3610 (java) S 3599 3602 3222 0 -1 1077944384 75 0 0 0 4 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139632999250192 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3611] ppid=3599 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3611/stat : 3611 (java) S 3599 3602 3222 0 -1 1077944384 252 0 0 0 3 0 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139632998197904 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3612] ppid=3599 vsize=27852576 memory=0 CPUtime=0.04 cores=0-7
/proc/3602/task/3612/stat : 3612 (java) S 3599 3602 3222 0 -1 1077944384 40 0 0 0 3 1 0 0 20 0 46 0 83023201 28521037824 74372 33554432000 4194304 4196468 140737449457696 139632997145104 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3613] ppid=3599 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/3602/task/3613/stat : 3613 (java) S 3599 3602 3222 0 -1 1077944384 1325 0 0 0 2 0 0 0 20 0 46 0 83023202 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631719807600 139633446267522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3614] ppid=3599 vsize=27852576 memory=280053343127488 CPUtime=0 cores=0-7
/proc/3602/task/3614/stat : 3614 (java) S 3599 3602 3222 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 83023203 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631718753632 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3615] ppid=3599 vsize=27852576 memory=288230583166042426 CPUtime=0 cores=0-7
/proc/3602/task/3615/stat : 3615 (java) S 3599 3602 3222 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 83023203 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631717701248 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3616] ppid=3599 vsize=27852576 memory=14408211662899544 CPUtime=0 cores=0-7
/proc/3602/task/3616/stat : 3616 (java) S 3599 3602 3222 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 83023205 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631716649552 139633446274971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3617] ppid=3599 vsize=27852576 memory=8112282956445269571 CPUtime=1.02 cores=0-7
/proc/3602/task/3617/stat : 3617 (java) R 3599 3602 3222 0 -1 4202560 3583 0 0 0 100 2 0 0 20 0 46 0 83023205 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631715575968 139633430652575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3618] ppid=3599 vsize=27852576 memory=0 CPUtime=1.15 cores=0-7
/proc/3602/task/3618/stat : 3618 (java) R 3599 3602 3222 0 -1 4202560 3795 0 0 0 114 1 0 0 20 0 46 0 83023205 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631714530208 139633427448464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3619] ppid=3599 vsize=27852576 memory=0 CPUtime=1.13 cores=0-7
/proc/3602/task/3619/stat : 3619 (java) R 3599 3602 3222 0 -1 4202560 3566 0 0 0 112 1 0 0 20 0 46 0 83023205 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631713481192 139633439357612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3620] ppid=3599 vsize=27852576 memory=0 CPUtime=0.93 cores=0-7
/proc/3602/task/3620/stat : 3620 (java) R 3599 3602 3222 0 -1 4202560 6293 0 0 0 92 1 0 0 20 0 46 0 83023205 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631712436472 139633430807408 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3621] ppid=3599 vsize=27852576 memory=2241 CPUtime=0 cores=0-7
/proc/3602/task/3621/stat : 3621 (java) S 3599 3602 3222 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 83023206 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631711386464 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3622] ppid=3599 vsize=27852576 memory=2244 CPUtime=0 cores=0-7
/proc/3602/task/3622/stat : 3622 (java) S 3599 3602 3222 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 83023206 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631710333744 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3623] ppid=3599 vsize=27852576 memory=0 CPUtime=0.02 cores=0-7
/proc/3602/task/3623/stat : 3623 (java) R 3599 3602 3222 0 -1 1077944384 47 0 0 0 2 0 0 0 20 0 46 0 83023449 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631696889216 139633446266581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3624] ppid=3599 vsize=27852576 memory=0 CPUtime=0 cores=0-7
/proc/3602/task/3624/stat : 3624 (java) S 3599 3602 3222 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 83023471 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631693739344 139633446267522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3625] ppid=3599 vsize=27852576 memory=0 CPUtime=0.06 cores=0-7
/proc/3602/task/3625/stat : 3625 (java) R 3599 3602 3222 0 -1 1077944384 134 0 0 0 6 0 0 0 20 0 46 0 83023487 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631690588976 139633446266581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3626] ppid=3599 vsize=27852576 memory=0 CPUtime=0.09 cores=0-7
/proc/3602/task/3626/stat : 3626 (java) R 3599 3602 3222 0 -1 1077944384 143 0 0 0 9 0 0 0 20 0 46 0 83023488 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631689519920 139633438935597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3627] ppid=3599 vsize=27852576 memory=0 CPUtime=0.1 cores=0-7
/proc/3602/task/3627/stat : 3627 (java) R 3599 3602 3222 0 -1 1077944384 92 0 0 0 10 0 0 0 20 0 46 0 83023488 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631688483872 139633446266581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3628] ppid=3599 vsize=27852576 memory=0 CPUtime=0.07 cores=0-7
/proc/3602/task/3628/stat : 3628 (java) R 3599 3602 3222 0 -1 4202560 76 0 0 0 7 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631687431088 139633446268310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3629] ppid=3599 vsize=27852576 memory=0 CPUtime=0.09 cores=0-7
/proc/3602/task/3629/stat : 3629 (java) R 3599 3602 3222 0 -1 1077944384 209 0 0 0 9 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631686378800 139633446266581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3630] ppid=3599 vsize=27852576 memory=0 CPUtime=0.08 cores=0-7
/proc/3602/task/3630/stat : 3630 (java) R 3599 3602 3222 0 -1 1077944384 141 0 0 0 8 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631685325984 139633446266581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3631] ppid=3599 vsize=27852608 memory=0 CPUtime=0.07 cores=0-7
/proc/3602/task/3631/stat : 3631 (java) S 3599 3602 3222 0 -1 1077944384 61 0 0 0 7 0 0 0 20 0 46 0 83023495 28521070592 74372 33554432000 4194304 4196468 140737449457696 139631684269024 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3632] ppid=3599 vsize=27852608 memory=0 CPUtime=0.09 cores=0-7
/proc/3602/task/3632/stat : 3632 (java) S 3599 3602 3222 0 -1 1077944384 140 0 0 0 9 0 0 0 20 0 46 0 83023495 28521070592 74372 33554432000 4194304 4196468 140737449457696 139631683211648 139633446266581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3633] ppid=3599 vsize=27852576 memory=288230574492221466 CPUtime=0.08 cores=0-7
/proc/3602/task/3633/stat : 3633 (java) R 3599 3602 3222 0 -1 4202560 73 0 0 0 8 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631682165216 139633090955404 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3634] ppid=3599 vsize=27852576 memory=0 CPUtime=0.05 cores=0-7
/proc/3602/task/3634/stat : 3634 (java) R 3599 3602 3222 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631681114800 140737450411970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3635] ppid=3599 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3635/stat : 3635 (java) R 3599 3602 3222 0 -1 1077944384 33 0 0 0 3 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631680053224 139633446277565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
[pid=3602/tid=3636] ppid=3599 vsize=27852576 memory=0 CPUtime=0.03 cores=0-7
/proc/3602/task/3636/stat : 3636 (java) R 3599 3602 3222 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 46 0 83023495 28521037824 74372 33554432000 4194304 4196468 140737449457696 139631679005152 139633446268310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22757376 140737449464910 140737449465093 140737449465093 140737449467855 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 27852608 KiB
Current children cumulated memory: 297488 KiB

Child status: 0
Real time (s): 3.30638
CPU time (s): 9.30976
CPU user time (s): 9.05217
CPU system time (s): 0.257588
CPU usage (%): 281.57
Max. virtual memory (cumulated for all children) (KiB): 27852608
Max. memory (cumulated for all children) (KiB): 297488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.05217
system time used= 0.257588
maximum resident set size= 299812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6991
involuntary context switches= 116


# summary of solver processes directly reported to runsolver:
#   pid: 3602
#   total CPU time (s): 9.30976
#   total CPU user time (s): 9.05217
#   total CPU system time (s): 0.257588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046491 second user time and 0.070278 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-27 03:23:20
IDJOB=4291157
IDBENCH=141357
IDSOLVER=2745
FILE ID=node104/4291157-1532654600
RUNJOBID= node104-1532654585-3249
PBS_JOBID= 21022220
Free space on /tmp= 48344 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-1_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291157-1532654600/watcher-4291157-1532654600 -o /tmp/evaluation-result-4291157-1532654600/solver-4291157-1532654600 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1532654585-3249 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 899512245 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4291157-1532654600.xml

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

MD5SUM BENCH= 1aa19c04fc46d2c59e842211a2e06bfd
RANDOM SEED=899512245

node104.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.11
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.11
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.11
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.11
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:        23474164 kB
MemAvailable:   31926184 kB
Buffers:          182188 kB
Cached:          8486520 kB
SwapCached:           60 kB
Active:          4036556 kB
Inactive:        4684892 kB
Active(anon):       3848 kB
Inactive(anon):    76788 kB
Active(file):    4032708 kB
Inactive(file):  4608104 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108800 kB
Dirty:             36140 kB
Writeback:             8 kB
AnonPages:         59972 kB
Mapped:            41292 kB
Shmem:             25200 kB
Slab:             267340 kB
SReclaimable:     239668 kB
SUnreclaim:        27672 kB
KernelStack:        3200 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48312 MiB
End job on node104 at 2018-07-27 03:23:24