Trace number 4309020

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 2018-08-14SAT 4.84326 2.07744

General information on the benchmark

NameLangford/
LangfordBin-11_c18.xml
MD5SUM0eb659d8c217bf688ca291acdf1662a5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.4302
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints33
Number of domains2
Minimum domain size11
Maximum domain size22
Distribution of domain sizes[{"size":11,"count":22},{"size":22,"count":22}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":22},{"degree":22,"count":22}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":11},{"arity":23,"count":22}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"element","count":22}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1984673802
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.19/0.85	c Parsing done, starting search...
4.62/2.05	s SATISFIABLE
4.62/2.05	v <instantiation>
4.62/2.05	v 	<list>
4.62/2.05	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21]
4.62/2.05	v 	</list>
4.62/2.05	v 	<values>
4.62/2.05	v 		5 1 2 1 9 2 5 8 10 11 4 6 7 3 9 4 8 3 6 10 7 11 3 1 5 2 17 13 15 10 6 0 18 11 20 12 16 7 14 4 19 8 21 9 
4.62/2.05	v 	</values>
4.62/2.05	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309020-1534376914/watcher-4309020-1534376914 -o /tmp/evaluation-result-4309020-1534376914/solver-4309020-1534376914 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534373665-29765 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1984673802 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309020-1534376914.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=30194, runsolver pid=30191

[startup+0.100142 s]*
/proc/loadavg: 7.42 8.41 8.57 2/198 30214
/proc/meminfo: memFree=24791164/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=26103420 memory=31020 CPUtime=0.11 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 7221 0 0 0 10 1 0 0 20 0 20 0 255254583 26729902080 7755 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6525855 7755 3142 1 0 6487932 0
[pid=30194/tid=30196] ppid=30191 vsize=26103420 memory=7751992865750687136 CPUtime=0.09 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) R 30191 30194 29738 0 -1 4202560 5317 0 0 0 8 1 0 0 20 0 20 0 255254583 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259802400784 140259782260062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=26103420 memory=732369769776831461 CPUtime=0 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=26103420 memory=139631439378048 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7821 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7830 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 7830 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255254585 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30206] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258540401952 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258539349616 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) S 30191 30194 29738 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258537244784 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258536191984 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258535139696 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) S 30191 30194 29738 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258534086896 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254589 26729902080 7830 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31020 KiB

[startup+0.210042 s]*
/proc/loadavg: 7.42 8.41 8.57 4/198 30214
/proc/meminfo: memFree=24777460/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=26103420 memory=42992 CPUtime=0.3 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 10438 0 0 0 27 3 0 0 20 0 20 0 255254583 26729902080 10748 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6525855 10748 3359 1 0 6487932 0
[pid=30194/tid=30196] ppid=30191 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) R 30191 30194 29738 0 -1 4202560 8183 0 0 0 18 1 0 0 20 0 20 0 255254583 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259802402384 140259798201501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=26103420 memory=139631439406419 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 10748 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255254585 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30206] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258540401952 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258539349616 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) S 30191 30194 29738 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258537244784 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) S 30191 30194 29738 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258536191984 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) S 30191 30194 29738 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258535139696 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) S 30191 30194 29738 0 -1 1077944384 322 0 0 0 6 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258534086896 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254589 26729902080 10748 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42992 KiB

[startup+0.30949 s]*
/proc/loadavg: 7.42 8.41 8.57 2/198 30214
/proc/meminfo: memFree=24774048/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=26103420 memory=47028 CPUtime=0.43 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 10863 0 0 0 40 3 0 0 20 0 20 0 255254583 26729902080 11757 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6525855 11757 3413 1 0 6487932 0
[pid=30194/tid=30196] ppid=30191 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) R 30191 30194 29738 0 -1 4202560 8522 0 0 0 28 2 0 0 20 0 20 0 255254583 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259802341312 140259782260062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=26103420 memory=139631333045167 CPUtime=0 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=26103420 memory=139631333047472 CPUtime=0 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=26103420 memory=139631333049776 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26729902080 11757 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255254585 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30206] ppid=30191 vsize=26103420 memory=279262666106512 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258540401952 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=26103420 memory=279262666113424 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255254586 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258539349616 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=26103420 memory=279262666054704 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=26103420 memory=279262666127248 CPUtime=0.01 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) S 30191 30194 29738 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258537244784 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=26103420 memory=279262666134160 CPUtime=0.02 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) S 30191 30194 29738 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258536191984 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=26103420 memory=279262666131856 CPUtime=0 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) S 30191 30194 29738 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258535139696 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=26103420 memory=279262666148416 CPUtime=0.07 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) S 30191 30194 29738 0 -1 1077944384 339 0 0 0 7 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258534086896 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255254588 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254589 26729902080 11757 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47028 KiB

[startup+0.700826 s]
/proc/loadavg: 7.42 8.41 8.57 2/198 30214
/proc/meminfo: memFree=24749864/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=26105488 memory=87672 CPUtime=0.99 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 17868 0 0 0 94 5 0 0 20 0 20 0 255254583 26732019712 21918 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6526372 21918 3491 1 0 6488444 0
[pid=30194/tid=30196] ppid=30191 vsize=26105488 memory=7230638415957420631 CPUtime=0.68 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) R 30191 30194 29738 0 -1 4202560 15013 0 0 0 64 4 0 0 20 0 20 0 255254583 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259802403744 140259782260092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=26105488 memory=129763846974474 CPUtime=0 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=26105488 memory=139631333077547 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=26105488 memory=1740 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255254584 26732019712 21918 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=26105488 memory=11192 CPUtime=0 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 255254585 26732019712 21918 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0

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

[pid=30194/tid=30206] ppid=30191 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 255254586 26806472704 43720 33554432000 4194304 4196468 140725667820800 140258540401952 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255254586 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258539349616 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=26178196 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=26178196 memory=0 CPUtime=0.42 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) R 30191 30194 29738 0 -1 4202560 1288 0 0 0 42 0 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258537234576 140259798200922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=26178196 memory=0 CPUtime=0.42 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) R 30191 30194 29738 0 -1 4202560 1073 0 0 0 42 0 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258536173584 140259776416327 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=26178196 memory=7517460231795926866 CPUtime=0.41 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) R 30191 30194 29738 0 -1 4202560 977 0 0 0 41 0 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258535125904 140259779700435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=26178196 memory=7301854990854941008 CPUtime=0.51 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) R 30191 30194 29738 0 -1 4202560 2955 0 0 0 50 1 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258534086896 140259782260062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=26178196 memory=7295947229063434323 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254588 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=26178196 memory=139635734345343 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254589 26806472704 43786 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 3.27 s
Current children cumulated vsize: 26178196 KiB
Current children cumulated memory: 174880 KiB

[startup+2.0774 s]
# the end of solver process 30194 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.67348 s, system=0.169778 s

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

[startup+1.60106 s]
/proc/loadavg: 7.42 8.41 8.57 4/198 30214
/proc/meminfo: memFree=24714588/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=26180244 memory=183436 CPUtime=3.54 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 28191 0 0 0 343 11 0 0 20 0 21 0 255254583 26808569856 45859 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6545061 45859 3551 1 0 6507133 0
[pid=30194/tid=30196] ppid=30191 vsize=26180244 memory=6944656592452807316 CPUtime=1.56 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) R 30191 30194 29738 0 -1 4202560 20215 0 0 0 150 6 0 0 20 0 21 0 255254583 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259802412256 140259778455303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=26180244 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=26180244 memory=-7739291840220455296 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=26180244 memory=7100839852556452247 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=26180244 memory=8514726395714956677 CPUtime=0 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=26180244 memory=7100839852824560754 CPUtime=0 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=26180244 memory=4628420171383865741 CPUtime=0 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=26180244 memory=-7164246730544937337 CPUtime=0 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254584 26808569856 45859 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=26180244 memory=7451046602726981734 CPUtime=0 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 255254585 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30206] ppid=30191 vsize=26180244 memory=7813862363016554841 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 255254586 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258540401952 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=26180244 memory=212 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 255254586 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258539349616 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=26180244 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=26180244 memory=139631333161665 CPUtime=0.45 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) S 30191 30194 29738 0 -1 1077944384 1305 0 0 0 44 1 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258537244784 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=26180244 memory=0 CPUtime=0.44 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) R 30191 30194 29738 0 -1 4202560 1096 0 0 0 44 0 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258536182096 140259781566419 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=26180244 memory=-7023579799431922829 CPUtime=0.45 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) S 30191 30194 29738 0 -1 1077944384 1007 0 0 0 45 0 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258535139696 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=26180244 memory=-8486080722631693414 CPUtime=0.57 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) S 30191 30194 29738 0 -1 1077944384 3112 0 0 0 56 1 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258534086896 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=26180244 memory=3047711553219693942 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254588 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=26180244 memory=4426639978525455914 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 255254589 26808569856 45859 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 26180244 KiB
Current children cumulated memory: 183436 KiB

[startup+2.00697 s]*
/proc/loadavg: 7.42 8.41 8.57 13/214 30231
/proc/meminfo: memFree=24580480/32770624 swapFree=67108524/67108860
[pid=30194] ppid=30191 vsize=27185912 memory=240704 CPUtime=4.62 cores=0-7
/proc/30194/stat : 30194 (java) S 30191 30194 29738 0 -1 1077944320 32322 0 0 0 447 15 0 0 20 0 37 0 255254583 27838373888 60176 33554432000 4194304 4196468 140725667820800 140725667803344 140259798179575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
/proc/30194/statm: 6796478 60176 3579 1 0 6758029 0
[pid=30194/tid=30196] ppid=30191 vsize=27185912 memory=4026531863 CPUtime=1.88 cores=0-7
/proc/30194/task/30196/stat : 30196 (java) S 30191 30194 29738 0 -1 1077944384 21349 0 0 0 181 7 0 0 20 0 37 0 255254583 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259802417040 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30197] ppid=30191 vsize=27185912 memory=10937 CPUtime=0.01 cores=0-7
/proc/30194/task/30197/stat : 30197 (java) S 30191 30194 29738 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259750800272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30198] ppid=30191 vsize=27185912 memory=311283182767056768 CPUtime=0 cores=0-7
/proc/30194/task/30198/stat : 30198 (java) S 30191 30194 29738 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259749747472 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30199] ppid=30191 vsize=27185912 memory=7740634871459154479 CPUtime=0 cores=0-7
/proc/30194/task/30199/stat : 30199 (java) S 30191 30194 29738 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259748695184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30200] ppid=30191 vsize=27185912 memory=8292088564187963537 CPUtime=0.01 cores=0-7
/proc/30194/task/30200/stat : 30200 (java) S 30191 30194 29738 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259747642384 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30201] ppid=30191 vsize=27185912 memory=-6861001314482542224 CPUtime=0.01 cores=0-7
/proc/30194/task/30201/stat : 30201 (java) S 30191 30194 29738 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259746589072 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30202] ppid=30191 vsize=27185912 memory=664971934029340515 CPUtime=0.01 cores=0-7
/proc/30194/task/30202/stat : 30202 (java) S 30191 30194 29738 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259745536272 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30203] ppid=30191 vsize=27185912 memory=6943526294502006880 CPUtime=0.01 cores=0-7
/proc/30194/task/30203/stat : 30203 (java) S 30191 30194 29738 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259744483984 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30204] ppid=30191 vsize=27185912 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/30194/task/30204/stat : 30204 (java) S 30191 30194 29738 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 37 0 255254584 27838373888 60176 33554432000 4194304 4196468 140725667820800 140259743431184 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30205] ppid=30191 vsize=27185912 memory=0 CPUtime=0.01 cores=0-7
/proc/30194/task/30205/stat : 30205 (java) S 30191 30194 29738 0 -1 1077944384 1435 0 0 0 1 0 0 0 20 0 37 0 255254585 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258541455984 140259798190722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30206] ppid=30191 vsize=27185912 memory=4137287014106042739 CPUtime=0 cores=0-7
/proc/30194/task/30206/stat : 30206 (java) S 30191 30194 29738 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 37 0 255254586 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258540402016 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30207] ppid=30191 vsize=27185912 memory=8292088525465231505 CPUtime=0 cores=0-7
/proc/30194/task/30207/stat : 30207 (java) S 30191 30194 29738 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 37 0 255254586 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258539349632 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30208] ppid=30191 vsize=27185912 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/30194/task/30208/stat : 30208 (java) S 30191 30194 29738 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258538297936 140259798198171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30209] ppid=30191 vsize=27185912 memory=6944656592455097440 CPUtime=0.55 cores=0-7
/proc/30194/task/30209/stat : 30209 (java) R 30191 30194 29738 0 -1 4202560 1341 0 0 0 54 1 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258537227536 140259782921369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30210] ppid=30191 vsize=27185912 memory=0 CPUtime=0.53 cores=0-7
/proc/30194/task/30210/stat : 30210 (java) R 30191 30194 29738 0 -1 4202560 1129 0 0 0 53 0 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258536173616 140259782169995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30211] ppid=30191 vsize=27185912 memory=0 CPUtime=0.54 cores=0-7
/proc/30194/task/30211/stat : 30211 (java) S 30191 30194 29738 0 -1 1077944384 1039 0 0 0 54 0 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258535123328 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30212] ppid=30191 vsize=27185912 memory=0 CPUtime=0.68 cores=0-7
/proc/30194/task/30212/stat : 30212 (java) R 30191 30194 29738 0 -1 1077944384 3356 0 0 0 67 1 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258534086080 140259798189781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30213] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30213/stat : 30213 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 255254588 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258465278816 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30214] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30214/stat : 30214 (java) S 30191 30194 29738 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 255254589 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258464226096 140259798190722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30215] ppid=30191 vsize=27185912 memory=2320817481950967864 CPUtime=0 cores=0-7
/proc/30194/task/30215/stat : 30215 (java) S 30191 30194 29738 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 37 0 255254732 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258452878432 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30216] ppid=30191 vsize=27185912 memory=279262666342976 CPUtime=0 cores=0-7
/proc/30194/task/30216/stat : 30216 (java) R 30191 30194 29738 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 37 0 255254749 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258449732944 140259798190722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30217] ppid=30191 vsize=27185912 memory=576460756329985062 CPUtime=0.02 cores=0-7
/proc/30194/task/30217/stat : 30217 (java) R 30191 30194 29738 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 37 0 255254770 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258446578704 140259798189781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30218] ppid=30191 vsize=27185912 memory=288291090648531513 CPUtime=0.02 cores=0-7
/proc/30194/task/30218/stat : 30218 (java) R 30191 30194 29738 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 37 0 255254771 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258445529760 140259798189781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30219] ppid=30191 vsize=27185912 memory=3546083574904288717 CPUtime=0.01 cores=0-7
/proc/30194/task/30219/stat : 30219 (java) S 30191 30194 29738 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 37 0 255254771 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258444476432 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30220] ppid=30191 vsize=27185912 memory=0 CPUtime=0.03 cores=0-7
/proc/30194/task/30220/stat : 30220 (java) S 30191 30194 29738 0 -1 1077944384 65 0 0 0 3 0 0 0 20 0 37 0 255254778 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258443423632 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30221] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30221/stat : 30221 (java) R 30191 30194 29738 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 37 0 255254778 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258442372384 140259421673528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30223] ppid=30191 vsize=27185912 memory=0 CPUtime=0.02 cores=0-7
/proc/30194/task/30223/stat : 30223 (java) R 30191 30194 29738 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 37 0 255254778 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258441314896 140259429810140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30224] ppid=30191 vsize=27185912 memory=0 CPUtime=0.01 cores=0-7
/proc/30194/task/30224/stat : 30224 (java) S 30191 30194 29738 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 37 0 255254778 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258440266256 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30225] ppid=30191 vsize=27185912 memory=0 CPUtime=0.02 cores=0-7
/proc/30194/task/30225/stat : 30225 (java) R 30191 30194 29738 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 37 0 255254779 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258439203880 140259429826105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30226] ppid=30191 vsize=27185912 memory=0 CPUtime=0.01 cores=0-7
/proc/30194/task/30226/stat : 30226 (java) R 30191 30194 29738 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 37 0 255254779 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258438154768 140259421720903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30227] ppid=30191 vsize=27185912 memory=0 CPUtime=0.02 cores=0-7
/proc/30194/task/30227/stat : 30227 (java) R 30191 30194 29738 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 37 0 255254779 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258435005448 140259421662678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30228] ppid=30191 vsize=27185912 memory=0 CPUtime=0.02 cores=0-7
/proc/30194/task/30228/stat : 30228 (java) R 30191 30194 29738 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 37 0 255254779 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258433954728 140259425141089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30229] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30229/stat : 30229 (java) S 30191 30194 29738 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 37 0 255254781 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258432905104 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30230] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30230/stat : 30230 (java) S 30191 30194 29738 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 37 0 255254781 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258431853312 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30231] ppid=30191 vsize=27185912 memory=279262666776352 CPUtime=0 cores=0-7
/proc/30194/task/30231/stat : 30231 (java) S 30191 30194 29738 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 37 0 255254781 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258430800016 140259798189781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
[pid=30194/tid=30232] ppid=30191 vsize=27185912 memory=0 CPUtime=0 cores=0-7
/proc/30194/task/30232/stat : 30232 (java) R 30191 30194 29738 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 37 0 255254784 27838373888 60176 33554432000 4194304 4196468 140725667820800 140258431853856 140259790919425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17481728 140725667824717 140725667824901 140725667824901 140725667827663 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 27185912 KiB
Current children cumulated memory: 240704 KiB

Child status: 0
Real time (s): 2.07744
CPU time (s): 4.84326
CPU user time (s): 4.67348
CPU system time (s): 0.169778
CPU usage (%): 233.135
Max. virtual memory (cumulated for all children) (KiB): 27185912
Max. memory (cumulated for all children) (KiB): 240704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.67348
system time used= 0.169778
maximum resident set size= 244060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4741
involuntary context switches= 69


# summary of solver processes directly reported to runsolver:
#   pid: 30194
#   total CPU time (s): 4.84326
#   total CPU user time (s): 4.67348
#   total CPU system time (s): 0.169778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042209 second user time and 0.056638 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-16 01:48:34
IDJOB=4309020
IDBENCH=141339
IDSOLVER=2793
FILE ID=node107/4309020-1534376914
RUNJOBID= node107-1534373665-29765
PBS_JOBID= 21038294
Free space on /tmp= 50628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Langford/LangfordBin-11_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-4309020-1534376914/watcher-4309020-1534376914 -o /tmp/evaluation-result-4309020-1534376914/solver-4309020-1534376914 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534373665-29765 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1984673802 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309020-1534376914.xml

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

MD5SUM BENCH= 0eb659d8c217bf688ca291acdf1662a5
RANDOM SEED=1984673802

node107.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.40
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.40
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.40
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.40
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:        24807684 kB
MemAvailable:   31890716 kB
Buffers:          223420 kB
Cached:          7109780 kB
SwapCached:           20 kB
Active:          3962740 kB
Inactive:        3425340 kB
Active(anon):       4052 kB
Inactive(anon):   111352 kB
Active(file):    3958688 kB
Inactive(file):  3313988 kB
Unevictable:        6972 kB
Mlocked:            6972 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35936 kB
Writeback:             0 kB
AnonPages:         61700 kB
Mapped:            55440 kB
Shmem:             57824 kB
Slab:             267092 kB
SReclaimable:     238816 kB
SUnreclaim:        28276 kB
KernelStack:        3248 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50592 MiB
End job on node107 at 2018-08-16 01:48:36