Trace number 4308770

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-08-14SAT (TO)7 19916.7 2520.31

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark31.2287
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.67/0.54	c version: 2018-08-14
0.67/0.55	c seed: 1552640228
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.81/1.03	c Parsing done, starting search...
5.44/2.23	o 1
5.44/2.25	o 2
5.44/2.25	o 3
5.44/2.28	o 4
9.24/2.74	o 5
23.40/4.56	o 6
718.20/92.14	o 7
19914.61/2520.09	s SATISFIABLE
19914.61/2520.09	v <instantiation>
19914.61/2520.09	v 	<list>
19914.61/2520.09	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw
19914.61/2520.09	v 	</list>
19914.61/2520.09	v 	<values>
19914.61/2520.09	v 		0 0 0 0 2 0 2 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 2 0 2 2 0 0 0 0 2 0 2 1 0 1 0 0 0 0 0 1 0 0 0 0 0 7 7 
19914.61/2520.09	v 	</values>
19914.61/2520.09	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308770-1534387381/watcher-4308770-1534387381 -o /tmp/evaluation-result-4308770-1534387381/solver-4308770-1534387381 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1534384860-30879 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1552640228 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308770-1534387381.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
solver pid=31062, runsolver pid=31059
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 7.86 8.45 8.62 3/199 31082
/proc/meminfo: memFree=23892240/32770624 swapFree=67105356/67108860
[pid=31062] ppid=31059 vsize=26103420 memory=32780 CPUtime=0.11 cores=0-7
/proc/31062/stat : 31062 (java) S 31059 31062 30852 0 -1 1077944320 7134 0 0 0 10 1 0 0 20 0 20 0 256301333 26729902080 8195 33554432000 4194304 4196468 140723318690528 140723318673072 139773218266871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
/proc/31062/statm: 6525855 8195 3143 1 0 6487932 0
[pid=31062/tid=31064] ppid=31059 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31062/task/31064/stat : 31064 (java) R 31059 31062 30852 0 -1 4202560 5180 0 0 0 8 1 0 0 20 0 20 0 256301333 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773222492560 139773202347358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31065] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31065/stat : 31065 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773140846992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31066] ppid=31059 vsize=26103420 memory=140244997207680 CPUtime=0 cores=0-7
/proc/31062/task/31066/stat : 31066 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773139794192 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31067] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31067/stat : 31067 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773138741904 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31068] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31068/stat : 31068 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773137689104 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31069] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31069/stat : 31069 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773136636816 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31070] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31070/stat : 31070 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139773135584016 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31071] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31071/stat : 31071 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139772770147472 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31072] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31072/stat : 31072 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 8195 33554432000 4194304 4196468 140723318690528 139772769094672 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31073] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31073/stat : 31073 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301335 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771626031216 139773218278018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31074] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31074/stat : 31074 (java) S 31059 31062 30852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771624977184 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31075] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31075/stat : 31075 (java) S 31059 31062 30852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771623924848 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31076] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31076/stat : 31076 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771622873168 139773218285467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31077] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31077/stat : 31077 (java) S 31059 31062 30852 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771621821040 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31078] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31078/stat : 31078 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771620768240 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31079] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31079/stat : 31079 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771619715952 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31080] ppid=31059 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31062/task/31080/stat : 31080 (java) R 31059 31062 30852 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 256301338 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771618663152 139773196967072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31081] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31081/stat : 31081 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771617610080 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31082] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31082/stat : 31082 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 8195 33554432000 4194304 4196468 140723318690528 139771616557360 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32780 KiB

[startup+0.213466 s]*
/proc/loadavg: 7.86 8.45 8.62 3/199 31082
/proc/meminfo: memFree=23879776/32770624 swapFree=67105356/67108860
[pid=31062] ppid=31059 vsize=26103420 memory=46000 CPUtime=0.31 cores=0-7
/proc/31062/stat : 31062 (java) S 31059 31062 30852 0 -1 1077944320 10115 0 0 0 28 3 0 0 20 0 20 0 256301333 26729902080 11500 33554432000 4194304 4196468 140723318690528 140723318673072 139773218266871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
/proc/31062/statm: 6525855 11500 3337 1 0 6487932 0
[pid=31062/tid=31064] ppid=31059 vsize=26103420 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/31062/task/31064/stat : 31064 (java) R 31059 31062 30852 0 -1 4202560 7890 0 0 0 19 1 0 0 20 0 20 0 256301333 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773222496848 139773218278806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31065] ppid=31059 vsize=26103420 memory=9264 CPUtime=0 cores=0-7
/proc/31062/task/31065/stat : 31065 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773140846992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31066] ppid=31059 vsize=26103420 memory=140244997237247 CPUtime=0 cores=0-7
/proc/31062/task/31066/stat : 31066 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773139794192 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31067] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31067/stat : 31067 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773138741904 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31068] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31068/stat : 31068 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773137689104 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31069] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31069/stat : 31069 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773136636816 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31070] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31070/stat : 31070 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139773135584016 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31071] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31071/stat : 31071 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139772770147472 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31072] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31072/stat : 31072 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11500 33554432000 4194304 4196468 140723318690528 139772769094672 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31073] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31073/stat : 31073 (java) S 31059 31062 30852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256301335 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771626031216 139773218278018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31074] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31074/stat : 31074 (java) S 31059 31062 30852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771624977184 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31075] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31075/stat : 31075 (java) S 31059 31062 30852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771623924848 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31076] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31076/stat : 31076 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771622873168 139773218285467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31077] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31077/stat : 31077 (java) S 31059 31062 30852 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771621821040 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31078] ppid=31059 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/31062/task/31078/stat : 31078 (java) S 31059 31062 30852 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 256301338 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771620768240 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31079] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31079/stat : 31079 (java) S 31059 31062 30852 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771619715952 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31080] ppid=31059 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/31062/task/31080/stat : 31080 (java) R 31059 31062 30852 0 -1 4202560 285 0 0 0 6 0 0 0 20 0 20 0 256301338 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771618663152 139773203747151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31081] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31081/stat : 31081 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771617610080 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31082] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31082/stat : 31082 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 11500 33554432000 4194304 4196468 140723318690528 139771616557360 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46000 KiB

[startup+0.310467 s]*
/proc/loadavg: 7.86 8.45 8.62 2/199 31082
/proc/meminfo: memFree=23875992/32770624 swapFree=67105356/67108860
[pid=31062] ppid=31059 vsize=26103420 memory=47508 CPUtime=0.43 cores=0-7
/proc/31062/stat : 31062 (java) S 31059 31062 30852 0 -1 1077944320 10521 0 0 0 40 3 0 0 20 0 20 0 256301333 26729902080 11877 33554432000 4194304 4196468 140723318690528 140723318673072 139773218266871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
/proc/31062/statm: 6525855 11877 3364 1 0 6487932 0
[pid=31062/tid=31064] ppid=31059 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31062/task/31064/stat : 31064 (java) R 31059 31062 30852 0 -1 4202560 8221 0 0 0 28 1 0 0 20 0 20 0 256301333 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773222428608 139773218288797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31065] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31065/stat : 31065 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773140846992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31066] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31066/stat : 31066 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773139794192 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31067] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31067/stat : 31067 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773138741904 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31068] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31068/stat : 31068 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773137689104 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31069] ppid=31059 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/31062/task/31069/stat : 31069 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773136636816 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31070] ppid=31059 vsize=26103420 memory=140244842279855 CPUtime=0 cores=0-7
/proc/31062/task/31070/stat : 31070 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139773135584016 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31071] ppid=31059 vsize=26103420 memory=140244842282160 CPUtime=0 cores=0-7
/proc/31062/task/31071/stat : 31071 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139772770147472 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31072] ppid=31059 vsize=26103420 memory=140244842284464 CPUtime=0 cores=0-7
/proc/31062/task/31072/stat : 31072 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26729902080 11877 33554432000 4194304 4196468 140723318690528 139772769094672 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31073] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31073/stat : 31073 (java) S 31059 31062 30852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256301335 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771626031216 139773218278018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31074] ppid=31059 vsize=26103420 memory=280489684575888 CPUtime=0 cores=0-7
/proc/31062/task/31074/stat : 31074 (java) S 31059 31062 30852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771624977184 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31075] ppid=31059 vsize=26103420 memory=280489684582800 CPUtime=0 cores=0-7
/proc/31062/task/31075/stat : 31075 (java) S 31059 31062 30852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 256301336 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771623924848 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31076] ppid=31059 vsize=26103420 memory=280489684524080 CPUtime=0 cores=0-7
/proc/31062/task/31076/stat : 31076 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771622873168 139773218285467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31077] ppid=31059 vsize=26103420 memory=280489684596624 CPUtime=0 cores=0-7
/proc/31062/task/31077/stat : 31077 (java) S 31059 31062 30852 0 -1 1077944384 487 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771621821040 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31078] ppid=31059 vsize=26103420 memory=280489684603536 CPUtime=0.01 cores=0-7
/proc/31062/task/31078/stat : 31078 (java) S 31059 31062 30852 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 256301338 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771620768240 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31079] ppid=31059 vsize=26103420 memory=280489684601232 CPUtime=0 cores=0-7
/proc/31062/task/31079/stat : 31079 (java) R 31059 31062 30852 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 20 0 256301338 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771619716048 139773204282001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31080] ppid=31059 vsize=26103420 memory=280489684617840 CPUtime=0.08 cores=0-7
/proc/31062/task/31080/stat : 31080 (java) S 31059 31062 30852 0 -1 1077944384 290 0 0 0 8 0 0 0 20 0 20 0 256301338 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771618663152 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31081] ppid=31059 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31081/stat : 31081 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771617610080 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31082] ppid=31059 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/31062/task/31082/stat : 31082 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301339 26729902080 11877 33554432000 4194304 4196468 140723318690528 139771616557360 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47508 KiB

[startup+0.700901 s]
/proc/loadavg: 7.86 8.45 8.62 2/199 31082
/proc/meminfo: memFree=23852448/32770624 swapFree=67105356/67108860
[pid=31062] ppid=31059 vsize=26105488 memory=87952 CPUtime=0.99 cores=0-7
/proc/31062/stat : 31062 (java) S 31059 31062 30852 0 -1 1077944320 17383 0 0 0 94 5 0 0 20 0 20 0 256301333 26732019712 21988 33554432000 4194304 4196468 140723318690528 140723318673072 139773218266871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
/proc/31062/statm: 6526372 21988 3497 1 0 6488444 0
[pid=31062/tid=31064] ppid=31059 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/31062/task/31064/stat : 31064 (java) R 31059 31062 30852 0 -1 4202560 14579 0 0 0 64 3 0 0 20 0 20 0 256301333 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773222491040 139773198455416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31065] ppid=31059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31065/stat : 31065 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773140846992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31066] ppid=31059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31066/stat : 31066 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773139794192 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31067] ppid=31059 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/31062/task/31067/stat : 31067 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773138741904 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31068] ppid=31059 vsize=26105488 memory=4632 CPUtime=0 cores=0-7
/proc/31062/task/31068/stat : 31068 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773137689104 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31069] ppid=31059 vsize=26105488 memory=3644 CPUtime=0 cores=0-7
/proc/31062/task/31069/stat : 31069 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773136636816 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31070] ppid=31059 vsize=26105488 memory=1268 CPUtime=0 cores=0-7
/proc/31062/task/31070/stat : 31070 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139773135584016 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31071] ppid=31059 vsize=26105488 memory=1124 CPUtime=0 cores=0-7
/proc/31062/task/31071/stat : 31071 (java) S 31059 31062 30852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139772770147472 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31072] ppid=31059 vsize=26105488 memory=14884 CPUtime=0 cores=0-7
/proc/31062/task/31072/stat : 31072 (java) S 31059 31062 30852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 256301334 26732019712 21988 33554432000 4194304 4196468 140723318690528 139772769094672 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31073] ppid=31059 vsize=26105488 memory=3316 CPUtime=0 cores=0-7
/proc/31062/task/31073/stat : 31073 (java) S 31059 31062 30852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 256301335 26732019712 21988 33554432000 4194304 4196468 140723318690528 139771626031216 139773218278018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0

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

[pid=31062/tid=31090] ppid=31059 vsize=27850524 memory=-7023579799431922829 CPUtime=2381.05 cores=0-7
/proc/31062/task/31090/stat : 31090 (java) S 31059 31062 30852 0 -1 1077944384 95311 0 0 0 238025 80 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771591553712 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31091] ppid=31059 vsize=27850524 memory=-8486080722631693414 CPUtime=0.03 cores=0-7
/proc/31062/task/31091/stat : 31091 (java) S 31059 31062 30852 0 -1 1077944384 73 0 0 0 3 0 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771523359792 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31092] ppid=31059 vsize=27850524 memory=-8412652152092201843 CPUtime=665.37 cores=0-7
/proc/31062/task/31092/stat : 31092 (java) S 31059 31062 30852 0 -1 1077944384 33611 0 0 0 66510 27 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771522306992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31093] ppid=31059 vsize=27850524 memory=4629546024076873078 CPUtime=0.01 cores=0-7
/proc/31062/task/31093/stat : 31093 (java) S 31059 31062 30852 0 -1 1077944384 149 0 0 0 1 0 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771521254704 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31094] ppid=31059 vsize=27850524 memory=4426639978525455914 CPUtime=2482.49 cores=0-7
/proc/31062/task/31094/stat : 31094 (java) R 31059 31062 30852 0 -1 4202560 101451 0 0 0 248155 94 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771520194368 139772826488486 0 4 0 16800975 0 0 0 -1 6 0 0 48 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31095] ppid=31059 vsize=27850524 memory=3047711553219693942 CPUtime=100.23 cores=0-7
/proc/31062/task/31095/stat : 31095 (java) R 31059 31062 30852 0 -1 4202560 3978 0 0 0 10020 3 0 0 20 0 46 0 256301549 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771519144368 139772816347135 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31096] ppid=31059 vsize=27850524 memory=-7521736447810188379 CPUtime=2477.49 cores=0-7
/proc/31062/task/31096/stat : 31096 (java) R 31059 31062 30852 0 -1 4202560 93171 0 0 0 247660 89 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771518089312 139772820972489 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31097] ppid=31059 vsize=27850524 memory=-8412652160765825907 CPUtime=0 cores=0-7
/proc/31062/task/31097/stat : 31097 (java) S 31059 31062 30852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771517043504 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31098] ppid=31059 vsize=27850524 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/31062/task/31098/stat : 31098 (java) S 31059 31062 30852 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771515990832 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31099] ppid=31059 vsize=27850524 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/31062/task/31099/stat : 31099 (java) S 31059 31062 30852 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771514938544 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31100] ppid=31059 vsize=27850524 memory=2398832 CPUtime=0 cores=0-7
/proc/31062/task/31100/stat : 31100 (java) S 31059 31062 30852 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771513885616 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31101] ppid=31059 vsize=27850524 memory=1064 CPUtime=0 cores=0-7
/proc/31062/task/31101/stat : 31101 (java) S 31059 31062 30852 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 256301554 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771512833328 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31102] ppid=31059 vsize=27850524 memory=2398832 CPUtime=0 cores=0-7
/proc/31062/task/31102/stat : 31102 (java) S 31059 31062 30852 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 46 0 256301557 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771509646640 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31103] ppid=31059 vsize=27850524 memory=4632 CPUtime=0 cores=0-7
/proc/31062/task/31103/stat : 31103 (java) S 31059 31062 30852 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 46 0 256301557 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771508594352 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31104] ppid=31059 vsize=27850524 memory=3644 CPUtime=0 cores=0-7
/proc/31062/task/31104/stat : 31104 (java) S 31059 31062 30852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 256301559 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771507541424 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31105] ppid=31059 vsize=27850524 memory=1268 CPUtime=0 cores=0-7
/proc/31062/task/31105/stat : 31105 (java) S 31059 31062 30852 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 46 0 256301561 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771506488240 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31106] ppid=31059 vsize=27850524 memory=1124 CPUtime=0 cores=0-7
/proc/31062/task/31106/stat : 31106 (java) S 31059 31062 30852 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 256301562 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771505435312 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31107] ppid=31059 vsize=27850524 memory=14884 CPUtime=0 cores=0-7
/proc/31062/task/31107/stat : 31107 (java) S 31059 31062 30852 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 46 0 256301562 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771504383152 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31108] ppid=31059 vsize=27850524 memory=2398832 CPUtime=1814.21 cores=0-7
/proc/31062/task/31108/stat : 31108 (java) R 31059 31062 30852 0 -1 4202560 69750 0 0 0 181361 60 0 0 20 0 46 0 256301562 28518936576 599708 33554432000 4194304 4196468 140723318690528 139771503322824 139772823201210 0 4 0 16800975 0 0 0 -1 7 0 0 30 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
Current children cumulated CPU time: 19914.6 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 2398832 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.31 s]
# the end of solver process 31062 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19904.2 s, system=12.5652 s

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

[startup+2520.21 s]
/proc/loadavg: 8.59 8.69 8.76 9/225 31162
/proc/meminfo: memFree=21519240/32770624 swapFree=67105356/67108860
[pid=31062] ppid=31059 vsize=28050216 memory=2400196 CPUtime=19916.1 cores=0-7
/proc/31062/stat : 31062 (java) S 31059 31062 30852 0 -1 1077944320 2211200 0 0 0 1990357 1254 0 0 20 0 48 0 256301333 28723421184 600049 33554432000 4194304 4196468 140723318690528 140723318673072 139773218266871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
/proc/31062/statm: 7012554 600049 3610 1 0 6974105 0
[pid=31062/tid=31064] ppid=31059 vsize=28050216 memory=3812 CPUtime=2.08 cores=0-7
/proc/31062/task/31064/stat : 31064 (java) S 31059 31062 30852 0 -1 1077944384 24293 0 0 0 201 7 0 0 20 0 48 0 256301333 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773222504336 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31065] ppid=31059 vsize=28050216 memory=2398832 CPUtime=7.66 cores=0-7
/proc/31062/task/31065/stat : 31065 (java) S 31059 31062 30852 0 -1 1077944384 137890 0 0 0 702 64 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773140846992 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31066] ppid=31059 vsize=28050216 memory=4872558044660077418 CPUtime=7.67 cores=0-7
/proc/31062/task/31066/stat : 31066 (java) S 31059 31062 30852 0 -1 1077944384 137952 0 0 0 704 63 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773139794192 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31067] ppid=31059 vsize=28050216 memory=288230596050944315 CPUtime=7.62 cores=0-7
/proc/31062/task/31067/stat : 31067 (java) S 31059 31062 30852 0 -1 1077944384 133246 0 0 0 702 60 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773138741904 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31068] ppid=31059 vsize=28050216 memory=15536314971856400 CPUtime=7.66 cores=0-7
/proc/31062/task/31068/stat : 31068 (java) S 31059 31062 30852 0 -1 1077944384 130272 0 0 0 702 64 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773137689104 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31069] ppid=31059 vsize=28050216 memory=1796 CPUtime=7.67 cores=0-7
/proc/31062/task/31069/stat : 31069 (java) S 31059 31062 30852 0 -1 1077944384 126715 0 0 0 709 58 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773136636816 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31070] ppid=31059 vsize=28050216 memory=912 CPUtime=7.64 cores=0-7
/proc/31062/task/31070/stat : 31070 (java) S 31059 31062 30852 0 -1 1077944384 140863 0 0 0 699 65 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139773135584016 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31071] ppid=31059 vsize=28050216 memory=4140 CPUtime=7.68 cores=0-7
/proc/31062/task/31071/stat : 31071 (java) S 31059 31062 30852 0 -1 1077944384 136790 0 0 0 706 62 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139772770147472 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31072] ppid=31059 vsize=28050216 memory=1408 CPUtime=7.69 cores=0-7
/proc/31062/task/31072/stat : 31072 (java) S 31059 31062 30852 0 -1 1077944384 136806 0 0 0 708 61 0 0 20 0 48 0 256301334 28723421184 600049 33554432000 4194304 4196468 140723318690528 139772769094672 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31073] ppid=31059 vsize=28050216 memory=4640 CPUtime=9.27 cores=0-7
/proc/31062/task/31073/stat : 31073 (java) S 31059 31062 30852 0 -1 1077944384 244530 0 0 0 822 105 0 0 20 0 48 0 256301335 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771626031216 139773218278018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31074] ppid=31059 vsize=28050216 memory=2398832 CPUtime=0 cores=0-7
/proc/31062/task/31074/stat : 31074 (java) S 31059 31062 30852 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 48 0 256301336 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771624977248 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31075] ppid=31059 vsize=28050216 memory=4104 CPUtime=0 cores=0-7
/proc/31062/task/31075/stat : 31075 (java) S 31059 31062 30852 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 48 0 256301336 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771623924864 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31076] ppid=31059 vsize=28050216 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/31062/task/31076/stat : 31076 (java) S 31059 31062 30852 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 48 0 256301338 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771622873168 139773218285467 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31077] ppid=31059 vsize=28050216 memory=3845417220717674528 CPUtime=1.23 cores=0-7
/proc/31062/task/31077/stat : 31077 (java) S 31059 31062 30852 0 -1 1077944384 4984 0 0 0 122 1 0 0 20 0 48 0 256301338 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771621821040 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31078] ppid=31059 vsize=28050216 memory=288289974007366482 CPUtime=1.18 cores=0-7
/proc/31062/task/31078/stat : 31078 (java) S 31059 31062 30852 0 -1 1077944384 6793 0 0 0 116 2 0 0 20 0 48 0 256301338 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771620768000 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31079] ppid=31059 vsize=28050216 memory=301795262414285868 CPUtime=1.1 cores=0-7
/proc/31062/task/31079/stat : 31079 (java) R 31059 31062 30852 0 -1 4202560 5244 0 0 0 109 1 0 0 20 0 48 0 256301338 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771619694992 139773199789379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31080] ppid=31059 vsize=28050216 memory=288230574492221466 CPUtime=1 cores=0-7
/proc/31062/task/31080/stat : 31080 (java) S 31059 31062 30852 0 -1 1077944384 15138 0 0 0 96 4 0 0 20 0 48 0 256301338 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771618663152 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 53 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31081] ppid=31059 vsize=28050216 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/31062/task/31081/stat : 31081 (java) S 31059 31062 30852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 48 0 256301339 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771617610080 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31082] ppid=31059 vsize=28050216 memory=15536314971856400 CPUtime=0.77 cores=0-7
/proc/31062/task/31082/stat : 31082 (java) S 31059 31062 30852 0 -1 1077944384 10681 0 0 0 34 43 0 0 20 0 48 0 256301339 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771616557360 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31083] ppid=31059 vsize=28050216 memory=1176 CPUtime=0 cores=0-7
/proc/31062/task/31083/stat : 31083 (java) S 31059 31062 30852 0 -1 1077944384 682 0 0 0 0 0 0 0 20 0 48 0 256301503 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771605214080 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31084] ppid=31059 vsize=28050216 memory=492 CPUtime=3.79 cores=0-7
/proc/31062/task/31084/stat : 31084 (java) S 31059 31062 30852 0 -1 1077944384 23771 0 0 0 164 215 0 0 20 0 48 0 256301520 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771602064416 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31085] ppid=31059 vsize=28050216 memory=2398832 CPUtime=2477.43 cores=0-7
/proc/31062/task/31085/stat : 31085 (java) S 31059 31062 30852 0 -1 1077944384 99954 0 0 0 247645 98 0 0 20 0 48 0 256301541 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771598907664 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31086] ppid=31059 vsize=28050216 memory=3812 CPUtime=0.03 cores=0-7
/proc/31062/task/31086/stat : 31086 (java) S 31059 31062 30852 0 -1 1077944384 194 0 0 0 3 0 0 0 20 0 48 0 256301542 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771597851328 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31087] ppid=31059 vsize=28050216 memory=69560 CPUtime=2476.69 cores=0-7
/proc/31062/task/31087/stat : 31087 (java) R 31059 31062 30852 0 -1 1077944384 95752 0 0 0 247579 90 0 0 20 0 48 0 256301542 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771596801744 139773218277077 0 4 0 16800975 0 0 0 -1 5 0 0 45 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31088] ppid=31059 vsize=28050216 memory=2398832 CPUtime=2478.51 cores=0-7
/proc/31062/task/31088/stat : 31088 (java) R 31059 31062 30852 0 -1 4202560 100336 0 0 0 247771 80 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771593652416 139772826397120 0 4 0 16800975 0 0 0 -1 6 0 0 46 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31089] ppid=31059 vsize=28050216 memory=2064 CPUtime=2479.82 cores=0-7
/proc/31062/task/31089/stat : 31089 (java) R 31059 31062 30852 0 -1 4202560 97538 0 0 0 247892 90 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771592599112 139772820975694 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31090] ppid=31059 vsize=28050216 memory=1752 CPUtime=2381.05 cores=0-7
/proc/31062/task/31090/stat : 31090 (java) S 31059 31062 30852 0 -1 1077944384 95386 0 0 0 238025 80 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771591543072 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31091] ppid=31059 vsize=28050216 memory=856 CPUtime=0.03 cores=0-7
/proc/31062/task/31091/stat : 31091 (java) S 31059 31062 30852 0 -1 1077944384 74 0 0 0 3 0 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771523359312 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31092] ppid=31059 vsize=28050216 memory=12468 CPUtime=665.39 cores=0-7
/proc/31062/task/31092/stat : 31092 (java) S 31059 31062 30852 0 -1 1077944384 33869 0 0 0 66511 28 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771522300176 139773218278018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31093] ppid=31059 vsize=28050216 memory=280489686808704 CPUtime=0.01 cores=0-7
/proc/31062/task/31093/stat : 31093 (java) S 31059 31062 30852 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771521243968 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31094] ppid=31059 vsize=28050216 memory=303430223234596890 CPUtime=2482.68 cores=0-7
/proc/31062/task/31094/stat : 31094 (java) R 31059 31062 30852 0 -1 4202560 101451 0 0 0 248174 94 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771520194368 139772820972307 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31095] ppid=31059 vsize=28050216 memory=303430244793319739 CPUtime=100.42 cores=0-7
/proc/31062/task/31095/stat : 31095 (java) R 31059 31062 30852 0 -1 4202560 3978 0 0 0 10039 3 0 0 20 0 48 0 256301549 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771519141392 139772826397254 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31096] ppid=31059 vsize=28050216 memory=15536314971856400 CPUtime=2477.66 cores=0-7
/proc/31062/task/31096/stat : 31096 (java) R 31059 31062 30852 0 -1 4202560 93173 0 0 0 247677 89 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771518088928 139772821007723 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31097] ppid=31059 vsize=28050216 memory=-8486080722631693414 CPUtime=0 cores=0-7
/proc/31062/task/31097/stat : 31097 (java) S 31059 31062 30852 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771517030368 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31098] ppid=31059 vsize=28050216 memory=-8412652152092201843 CPUtime=0 cores=0-7
/proc/31062/task/31098/stat : 31098 (java) S 31059 31062 30852 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771515979968 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31099] ppid=31059 vsize=28050216 memory=4629546024076873078 CPUtime=0 cores=0-7
/proc/31062/task/31099/stat : 31099 (java) S 31059 31062 30852 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771514927680 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31100] ppid=31059 vsize=28050216 memory=4426639978525455914 CPUtime=0 cores=0-7
/proc/31062/task/31100/stat : 31100 (java) S 31059 31062 30852 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771513885136 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31101] ppid=31059 vsize=28050216 memory=3047711553219693942 CPUtime=0 cores=0-7
/proc/31062/task/31101/stat : 31101 (java) S 31059 31062 30852 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 48 0 256301554 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771512822208 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31102] ppid=31059 vsize=28050216 memory=-7521736447810188379 CPUtime=0 cores=0-7
/proc/31062/task/31102/stat : 31102 (java) S 31059 31062 30852 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 48 0 256301557 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771509646032 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31103] ppid=31059 vsize=28050216 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/31062/task/31103/stat : 31103 (java) S 31059 31062 30852 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 48 0 256301557 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771508593744 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31104] ppid=31059 vsize=28050216 memory=1928 CPUtime=0 cores=0-7
/proc/31062/task/31104/stat : 31104 (java) S 31059 31062 30852 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 48 0 256301559 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771507541424 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31105] ppid=31059 vsize=28050216 memory=7888 CPUtime=0 cores=0-7
/proc/31062/task/31105/stat : 31105 (java) S 31059 31062 30852 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 48 0 256301561 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771506477376 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31106] ppid=31059 vsize=28050216 memory=804 CPUtime=0 cores=0-7
/proc/31062/task/31106/stat : 31106 (java) S 31059 31062 30852 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 48 0 256301562 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771505435312 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31107] ppid=31059 vsize=28050216 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31062/task/31107/stat : 31107 (java) S 31059 31062 30852 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 48 0 256301562 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771504372288 139773218277077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
[pid=31062/tid=31108] ppid=31059 vsize=28050216 memory=2398832 CPUtime=1814.39 cores=0-7
/proc/31062/task/31108/stat : 31108 (java) R 31059 31062 30852 0 -1 4202560 69752 0 0 0 181379 60 0 0 20 0 48 0 256301562 28723421184 600049 33554432000 4194304 4196468 140723318690528 139771503322688 139772826258512 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 6293624 6294260 25096192 140723318699085 140723318699269 140723318699269 140723318702031 0
Current children cumulated CPU time: 19916.1 s
Current children cumulated vsize: 28050216 KiB
Current children cumulated memory: 2400196 KiB

[startup+2520.3 s]*
/proc/loadavg: 8.59 8.69 8.76 2/181 31165
/proc/meminfo: memFree=21699880/32770624 swapFree=67105356/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.31
CPU time (s): 19916.7
CPU user time (s): 19904.2
CPU system time (s): 12.5652
CPU usage (%): 790.248
Max. virtual memory (cumulated for all children) (KiB): 28050216
Max. memory (cumulated for all children) (KiB): 2400196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19904.2
system time used= 12.5652
maximum resident set size= 2401688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2211431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 879391
involuntary context switches= 440356


# summary of solver processes directly reported to runsolver:
#   pid: 31062
#   total CPU time (s): 19916.7
#   total CPU user time (s): 19904.2
#   total CPU system time (s): 12.5652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.5465 second user time and 37.1032 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-16 04:43:01
IDJOB=4308770
IDBENCH=141494
IDSOLVER=2793
FILE ID=node149/4308770-1534387381
RUNJOBID= node149-1534384860-30879
PBS_JOBID= 21038313
Free space on /tmp= 44896 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_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-4308770-1534387381/watcher-4308770-1534387381 -o /tmp/evaluation-result-4308770-1534387381/solver-4308770-1534387381 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1534384860-30879 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1552640228 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308770-1534387381.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1552640228

node149.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.60
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.60
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.60
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.60
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:        23911352 kB
MemAvailable:   31896072 kB
Buffers:          187496 kB
Cached:          8008860 kB
SwapCached:         1704 kB
Active:          3709900 kB
Inactive:        4540252 kB
Active(anon):       3920 kB
Inactive(anon):   109876 kB
Active(file):    3705980 kB
Inactive(file):  4430376 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:         57480 kB
Mapped:            55564 kB
Shmem:             57760 kB
Slab:             304288 kB
SReclaimable:     276824 kB
SUnreclaim:        27464 kB
KernelStack:        3536 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44860 MiB
End job on node149 at 2018-08-16 05:25:02