Trace number 4291468

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 - Hybrid 2018-07-02OPT24 4.3211 2.01352

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-04-4-rom_c18.xml
MD5SUMd6990cbd029e878cdbe38f84d450c608
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.401068
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints32
Number of domains5
Minimum domain size2
Maximum domain size3835
Distribution of domain sizes[{"size":2,"count":8},{"size":5,"count":56},{"size":27,"count":16},{"size":3835,"count":32}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":56},{"degree":8,"count":16}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":24}]
Number of extensional constraints32
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":32}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1995020520
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
2.89/1.45	c Parsing done, starting first complete search...
3.18/1.52	o 0
3.18/1.54	o 4
3.18/1.56	o 7
3.18/1.56	o 8
3.18/1.58	o 12
3.18/1.59	o 16
3.45/1.64	o 24
4.19/2.00	s OPTIMUM FOUND
4.19/2.00	v <instantiation>
4.19/2.00	v 	<list>
4.19/2.00	v 		r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[2][0] x[2][1] x[2][2] x[2][3] x[3][0] x[3][1] x[3][2] x[3][3]
4.19/2.00	v 	</list>
4.19/2.00	v 	<values>
4.19/2.00	v 		5 -1 -1 -1 290 -1 -1 -1 1579 -1 -1 -1 196 -1 -1 -1 5 -1 -1 -1 290 -1 -1 -1 1579 -1 -1 -1 196 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 0 0 0 4 0 0 0 4 0 0 0 4 0 0 0 0 0 0 0 4 0 0 0 4 0 0 0 4 0 0 0 0 1 8 0 1 0 18 18 8 18 0 8 0 18 8 0 
4.19/2.00	v 	</values>
4.19/2.00	v </instantiation>

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291468-1532243279/watcher-4291468-1532243279 -o /tmp/evaluation-result-4291468-1532243279/solver-4291468-1532243279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1995020520 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291468-1532243279.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31258, runsolver pid=31255
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.87 1.72 1.69 3/215 31273
/proc/meminfo: memFree=20352972/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14082740 memory=35132 CPUtime=0.11 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 7199 0 0 0 10 1 0 0 20 0 15 0 41891103 14420725760 8783 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3520685 8783 3141 1 0 3482761 0
[pid=31258/tid=31260] ppid=31255 vsize=14082740 memory=-8413460178640605826 CPUtime=0.09 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 5277 0 0 0 8 1 0 0 20 0 15 0 41891104 14420725760 8783 33554432000 4194304 4196468 140731813781600 139854202030480 139854197826717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853738840864 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891107 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) S 31255 31258 29085 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853735684720 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853734631920 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) R 31255 31258 29085 0 -1 4202560 233 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853733579632 139854197816726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 8783 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 35132 KiB

[startup+0.213771 s]*
/proc/loadavg: 1.87 1.72 1.69 6/215 31273
/proc/meminfo: memFree=20336848/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14082740 memory=49128 CPUtime=0.3 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 10330 0 0 0 28 2 0 0 20 0 15 0 41891103 14420725760 12282 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3520685 12282 3409 1 0 3482761 0
[pid=31258/tid=31260] ppid=31255 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 8032 0 0 0 18 1 0 0 20 0 15 0 41891104 14420725760 12282 33554432000 4194304 4196468 140731813781600 139854202031488 139854197826138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14082740 memory=288370407237006976 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853738840864 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891107 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) R 31255 31258 29085 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853735676368 139854181764622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) R 31255 31258 29085 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853734632016 139854197814997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0.06 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) R 31255 31258 29085 0 -1 4202560 298 0 0 0 6 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853733576568 139854177162896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 12282 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49128 KiB

[startup+0.310564 s]*
/proc/loadavg: 1.87 1.72 1.69 3/215 31273
/proc/meminfo: memFree=20333312/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14082740 memory=52364 CPUtime=0.42 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 10763 0 0 0 40 2 0 0 20 0 15 0 41891103 14420725760 13091 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3520685 13091 3410 1 0 3482761 0
[pid=31258/tid=31260] ppid=31255 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 8437 0 0 0 28 1 0 0 20 0 15 0 41891104 14420725760 13091 33554432000 4194304 4196468 140731813781600 139854201974224 139854182970373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14082740 memory=288370407237006976 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891105 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853738840864 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891107 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) S 31255 31258 29085 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853735684720 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) S 31255 31258 29085 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853734631920 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0.07 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) S 31255 31258 29085 0 -1 1077944384 316 0 0 0 7 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853733579632 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14082740 memory=140031085295232 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891109 14420725760 13091 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52364 KiB

[startup+0.70067 s]
/proc/loadavg: 1.87 1.72 1.69 4/215 31273
/proc/meminfo: memFree=20311128/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14084808 memory=90864 CPUtime=0.98 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 17578 0 0 0 94 4 0 0 20 0 15 0 41891103 14422843392 22716 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3521202 22716 3497 1 0 3483273 0
[pid=31258/tid=31260] ppid=31255 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 14835 0 0 0 64 3 0 0 20 0 15 0 41891104 14422843392 22716 33554432000 4194304 4196468 140731813781600 139854202020176 139854181885278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891105 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41891105 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41891106 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853738840864 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41891107 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14084808 memory=7163631965283378496 CPUtime=0.06 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) S 31255 31258 29085 0 -1 1077944384 513 0 0 0 6 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853735684720 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14084808 memory=6083353102074538087 CPUtime=0.08 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) S 31255 31258 29085 0 -1 1077944384 425 0 0 0 8 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853734631920 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14084808 memory=7223888500751355984 CPUtime=0.15 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) S 31255 31258 29085 0 -1 1077944384 424 0 0 0 15 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853733579632 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41891109 14422843392 22716 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90864 KiB

[startup+1.50577 s]
/proc/loadavg: 1.87 1.72 1.69 6/215 31273
/proc/meminfo: memFree=20258888/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14090952 memory=261772 CPUtime=3.18 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 23492 0 0 0 306 12 0 0 20 0 15 0 41891103 14429134848 65443 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3522738 65443 3563 1 0 3484809 0
[pid=31258/tid=31260] ppid=31255 vsize=14090952 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 17191 0 0 0 137 6 0 0 20 0 15 0 41891104 14429134848 65443 33554432000 4194304 4196468 140731813781600 139854202040096 139853820990635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14090952 memory=-6951259422114956437 CPUtime=0.01 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 41891105 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14090952 memory=-6509546260019855295 CPUtime=0.01 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 41891105 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14090952 memory=-7390251449858225344 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 15 0 41891105 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14090952 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 15 0 41891105 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14090952 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 41891106 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14090952 memory=7738119205951926112 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853738840928 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14090952 memory=6370158502951085138 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 41891107 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14090952 memory=7451894300419318880 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14090952 memory=8298057752999416439 CPUtime=0.56 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) R 31255 31258 29085 0 -1 4202560 1481 0 0 0 56 0 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853735671264 139854181024240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14090952 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) R 31255 31258 29085 0 -1 4202560 1449 0 0 0 58 0 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853734621392 139854190094245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14090952 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) S 31255 31258 29085 0 -1 1077944384 1556 0 0 0 46 1 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853733579632 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 65443 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 261772 KiB

[startup+2.01347 s]
# the end of solver process 31258 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.18158 s, system=0.13952 s

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

[startup+1.60182 s]
/proc/loadavg: 1.87 1.72 1.69 6/215 31273
/proc/meminfo: memFree=20258888/32770624 swapFree=67108860/67108860
[pid=31258] ppid=31255 vsize=14090952 memory=264904 CPUtime=3.45 cores=1,3,5,7
/proc/31258/stat : 31258 (java) S 31255 31258 29085 0 -1 1077944320 24643 0 0 0 333 12 0 0 20 0 15 0 41891103 14429134848 66226 33554432000 4194304 4196468 140731813781600 140731813764144 139854197804791 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
/proc/31258/statm: 3522738 66226 3567 1 0 3484809 0
[pid=31258/tid=31260] ppid=31255 vsize=14090952 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/31258/task/31260/stat : 31260 (java) R 31255 31258 29085 0 -1 4202560 17922 0 0 0 146 7 0 0 20 0 15 0 41891104 14429134848 66226 33554432000 4194304 4196468 140731813781600 139854202040608 139854184070016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31261] ppid=31255 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31258/task/31261/stat : 31261 (java) S 31255 31258 29085 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 41891105 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853793074064 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31262] ppid=31255 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31258/task/31262/stat : 31262 (java) S 31255 31258 29085 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 41891105 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853792021264 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31263] ppid=31255 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31263/stat : 31263 (java) S 31255 31258 29085 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 15 0 41891105 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853790968976 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31264] ppid=31255 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31258/task/31264/stat : 31264 (java) S 31255 31258 29085 0 -1 1077944384 39 0 0 0 2 0 0 0 20 0 15 0 41891105 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853789916176 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31265] ppid=31255 vsize=14090952 memory=140031085296945 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31265/stat : 31265 (java) S 31255 31258 29085 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 41891106 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853739894896 139854197815938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31266] ppid=31255 vsize=14090952 memory=7596275497363925863 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31266/stat : 31266 (java) S 31255 31258 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41891106 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853738840928 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31267] ppid=31255 vsize=14090952 memory=6082514196445294695 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31267/stat : 31267 (java) S 31255 31258 29085 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 41891107 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853737788528 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31268] ppid=31255 vsize=14090952 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31268/stat : 31268 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853736736848 139854197823387 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31269] ppid=31255 vsize=14090952 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/31258/task/31269/stat : 31269 (java) R 31255 31258 29085 0 -1 4202560 1839 0 0 0 65 0 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853735670944 139854179325913 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31270] ppid=31255 vsize=14090952 memory=274313118882144 CPUtime=0.64 cores=1,3,5,7
/proc/31258/task/31270/stat : 31270 (java) R 31255 31258 29085 0 -1 4202560 1467 0 0 0 64 0 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853734631920 139854182713890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31271] ppid=31255 vsize=14090952 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/31258/task/31271/stat : 31271 (java) S 31255 31258 29085 0 -1 1077944384 1599 0 0 0 48 1 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853733579632 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31272] ppid=31255 vsize=14090952 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31272/stat : 31272 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853035727840 139854197814997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
[pid=31258/tid=31273] ppid=31255 vsize=14090952 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31258/task/31273/stat : 31273 (java) S 31255 31258 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41891109 14429134848 66226 33554432000 4194304 4196468 140731813781600 139853034674608 139854197815938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25964544 140731813790804 140731813790985 140731813790985 140731813793743 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 264904 KiB

[startup+2.00073 s]*
/proc/loadavg: 1.87 1.72 1.69 3/215 31273
/proc/meminfo: memFree=20119760/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.01352
CPU time (s): 4.3211
CPU user time (s): 4.18158
CPU system time (s): 0.13952
CPU usage (%): 214.604
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 268240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.18158
system time used= 0.13952
maximum resident set size= 268328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25708
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= 2299
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 31258
#   total CPU time (s): 4.3211
#   total CPU user time (s): 4.18158
#   total CPU system time (s): 0.13952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038104 second user time and 0.05504 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 09:07:59
IDJOB=4291468
IDBENCH=141305
IDSOLVER=2746
FILE ID=node151/4291468-1532243279
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55036 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-04-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291468-1532243279/watcher-4291468-1532243279 -o /tmp/evaluation-result-4291468-1532243279/solver-4291468-1532243279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1995020520 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291468-1532243279.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d6990cbd029e878cdbe38f84d450c608
RANDOM SEED=1995020520

node151.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.87
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.87
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.87
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.87
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:        20371912 kB
MemAvailable:   31725324 kB
Buffers:          234904 kB
Cached:         11267620 kB
SwapCached:            0 kB
Active:          1266452 kB
Inactive:       10503808 kB
Active(anon):     270572 kB
Inactive(anon):    16936 kB
Active(file):     995880 kB
Inactive(file): 10486872 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35848 kB
Writeback:             0 kB
AnonPages:        288184 kB
Mapped:            48936 kB
Shmem:             17032 kB
Slab:             326600 kB
SReclaimable:     299120 kB
SUnreclaim:        27480 kB
KernelStack:        3792 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 55004 MiB
End job on node151 at 2018-07-22 09:08:01