Trace number 4308441

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-08-14OPT47 3.27381 1.73047

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.94647
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1957033691
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.50/1.05	c Parsing done, starting first complete search...
1.50/1.07	o 94
1.50/1.07	o 91
1.50/1.07	o 84
1.50/1.09	o 76
1.50/1.09	o 75
1.50/1.09	o 72
1.50/1.09	o 70
1.50/1.10	o 68
1.71/1.12	o 61
1.71/1.12	o 60
1.71/1.12	o 59
1.71/1.12	o 58
1.71/1.13	o 57
1.71/1.13	o 54
1.71/1.13	o 51
1.71/1.13	o 49
1.71/1.13	o 48
1.71/1.15	o 47
3.24/1.72	s OPTIMUM FOUND
3.24/1.72	v <instantiation>
3.24/1.72	v 	<list>
3.24/1.72	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9]
3.24/1.72	v 	</list>
3.24/1.72	v 	<values>
3.24/1.72	v 		9 4 5 1 0 3 2 8 6 7 5 2 2 3 13 2 3 7 6 4 
3.24/1.72	v 	</values>
3.24/1.72	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308441-1534337816/watcher-4308441-1534337816 -o /tmp/evaluation-result-4308441-1534337816/solver-4308441-1534337816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534335332-29906 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1957033691 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308441-1534337816.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Current StackSize limit: 8192 KiB

solver pid=30187, runsolver pid=30184

[startup+0.100108 s]*
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18388456/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14082736 memory=33080 CPUtime=0.11 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 7214 0 0 0 10 1 0 0 20 0 15 0 251344943 14420721664 8270 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3520684 8270 3138 1 0 3482761 0
[pid=30187/tid=30189] ppid=30184 vsize=14082736 memory=-8557575366716591491 CPUtime=0.09 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 5282 0 0 0 8 1 0 0 20 0 15 0 251344944 14420721664 8270 33554432000 4194304 4196468 140721928424816 140346044974080 140346022164029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0.01 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) R 30184 30187 29875 0 -1 4202560 244 0 0 0 1 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345576549104 140346019470496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 8270 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33080 KiB

[startup+0.215115 s]*
/proc/loadavg: 1.59 1.40 1.38 6/215 30202
/proc/meminfo: memFree=18374884/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14082736 memory=47376 CPUtime=0.32 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 10392 0 0 0 30 2 0 0 20 0 15 0 251344943 14420721664 11844 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3520684 11844 3414 1 0 3482761 0
[pid=30187/tid=30189] ppid=30184 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 8095 0 0 0 19 2 0 0 20 0 15 0 251344944 14420721664 11844 33554432000 4194304 4196468 140721928424816 140346045000272 140345656576033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14082736 memory=364 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14082736 memory=3475011314823296672 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0.07 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) R 30184 30187 29875 0 -1 4202560 296 0 0 0 7 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345576549104 140346040782230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 11844 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47376 KiB

[startup+0.310471 s]*
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18370548/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14082736 memory=50568 CPUtime=0.43 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 10731 0 0 0 41 2 0 0 20 0 15 0 251344943 14420721664 12642 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3520684 12642 3416 1 0 3482761 0
[pid=30187/tid=30189] ppid=30184 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 8417 0 0 0 28 2 0 0 20 0 15 0 251344944 14420721664 12642 33554432000 4194304 4196468 140721928424816 140346044982160 140346022333870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14082736 memory=4294977871 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14082736 memory=3907353580515980960 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0.08 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) S 30184 30187 29875 0 -1 1077944384 311 0 0 0 8 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345576549104 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14082736 memory=139822400108160 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344949 14420721664 12642 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50568 KiB

[startup+0.700756 s]
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18346736/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14084804 memory=88852 CPUtime=0.99 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 17616 0 0 0 95 4 0 0 20 0 15 0 251344943 14422839296 22213 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3521201 22213 3498 1 0 3483273 0
[pid=30187/tid=30189] ppid=30184 vsize=14084804 memory=269504500238673 CPUtime=0.67 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 14868 0 0 0 64 3 0 0 20 0 15 0 251344944 14422839296 22213 33554432000 4194304 4196468 140721928424816 140346044985232 140346040782230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14084804 memory=1326916 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14084804 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344946 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14084804 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 576 0 0 0 7 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 371 0 0 0 6 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) R 30184 30187 29875 0 -1 4202560 419 0 0 0 15 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345576549104 140346040791642 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14084804 memory=15840 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344949 14422839296 22213 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88852 KiB

[startup+1.50075 s]
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18314228/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14090948 memory=147424 CPUtime=2.91 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 25901 0 0 0 284 7 0 0 20 0 15 0 251344943 14429130752 36856 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3522737 36856 3539 1 0 3484809 0
[pid=30187/tid=30189] ppid=30184 vsize=14090948 memory=10803 CPUtime=1.47 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 19628 0 0 0 142 5 0 0 20 0 15 0 251344944 14429130752 36856 33554432000 4194304 4196468 140721928424816 140346045007416 140345657608773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14090948 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) R 30184 30187 29875 0 -1 4202560 1494 0 0 0 52 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345578654192 140346025059163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14090948 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) R 30184 30187 29875 0 -1 4202560 1277 0 0 0 50 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345577601648 140346024157249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14090948 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) S 30184 30187 29875 0 -1 1077944384 2095 0 0 0 38 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345576549104 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 36856 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 147424 KiB

[startup+1.73043 s]
# the end of solver process 30187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.18497 s, system=0.08884 s

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

[startup+1.60088 s]
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18314228/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14090948 memory=159900 CPUtime=3.09 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 25941 0 0 0 302 7 0 0 20 0 15 0 251344943 14429130752 39975 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3522737 39975 3542 1 0 3484809 0
[pid=30187/tid=30189] ppid=30184 vsize=14090948 memory=139822400134353 CPUtime=1.57 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 19640 0 0 0 152 5 0 0 20 0 15 0 251344944 14429130752 39975 33554432000 4194304 4196468 140721928424816 140346045007416 140345657608807 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14090948 memory=279644515586704 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14090948 memory=139822257809347 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14090948 memory=3467824671636873280 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14090948 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14090948 memory=5787776803188794432 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14090948 memory=4638778398332899938 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14090948 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 1508 0 0 0 57 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14090948 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 1289 0 0 0 54 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14090948 memory=6944656592387989600 CPUtime=0.38 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) S 30184 30187 29875 0 -1 1077944384 2097 0 0 0 38 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345576549104 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14090948 memory=11763915425922 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 39975 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 159900 KiB

[startup+1.70069 s]
/proc/loadavg: 1.59 1.40 1.38 3/215 30202
/proc/meminfo: memFree=18314228/32770624 swapFree=67108792/67108860
[pid=30187] ppid=30184 vsize=14090948 memory=170140 CPUtime=3.24 cores=0,2,4,6
/proc/30187/stat : 30187 (java) S 30184 30187 29875 0 -1 1077944320 25958 0 0 0 316 8 0 0 20 0 15 0 251344943 14429130752 42535 33554432000 4194304 4196468 140721928424816 140721928407360 140346040770295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
/proc/30187/statm: 3522737 42535 3542 1 0 3484809 0
[pid=30187/tid=30189] ppid=30184 vsize=14090948 memory=147424 CPUtime=1.68 cores=0,2,4,6
/proc/30187/task/30189/stat : 30189 (java) R 30184 30187 29875 0 -1 4202560 19650 0 0 0 162 6 0 0 20 0 15 0 251344944 14429130752 42535 33554432000 4194304 4196468 140721928424816 140346045007416 140345660850538 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30190] ppid=30184 vsize=14090948 memory=10803 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30190/stat : 30190 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345978370832 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30191] ppid=30184 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30191/stat : 30191 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345977318288 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30192] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30192/stat : 30192 (java) S 30184 30187 29875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345633938448 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30193] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30193/stat : 30193 (java) S 30184 30187 29875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 251344945 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345632885904 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30194] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30194/stat : 30194 (java) S 30184 30187 29875 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345582864368 140346040781442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30195] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30195/stat : 30195 (java) S 30184 30187 29875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 251344946 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345581810592 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30196] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30196/stat : 30196 (java) S 30184 30187 29875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 251344947 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345580758000 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30197] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30197/stat : 30197 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345579706576 140346040788891 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30198] ppid=30184 vsize=14090948 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/30187/task/30198/stat : 30198 (java) S 30184 30187 29875 0 -1 1077944384 1512 0 0 0 59 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345578654192 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30199] ppid=30184 vsize=14090948 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/30187/task/30199/stat : 30199 (java) S 30184 30187 29875 0 -1 1077944384 1292 0 0 0 56 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345577601648 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30200] ppid=30184 vsize=14090948 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/30187/task/30200/stat : 30200 (java) S 30184 30187 29875 0 -1 1077944384 2097 0 0 0 38 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345576549104 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30201] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30201/stat : 30201 (java) S 30184 30187 29875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345575496800 140346040780501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
[pid=30187/tid=30202] ppid=30184 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30187/task/30202/stat : 30202 (java) S 30184 30187 29875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 251344949 14429130752 42535 33554432000 4194304 4196468 140721928424816 140345574443312 140346040781442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17625088 140721928426580 140721928426761 140721928426761 140721928429519 0
Current children cumulated CPU time: 3.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 170140 KiB

Child status: 0
Real time (s): 1.73047
CPU time (s): 3.27381
CPU user time (s): 3.18497
CPU system time (s): 0.08884
CPU usage (%): 189.187
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 170140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.18497
system time used= 0.08884
maximum resident set size= 174740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26097
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= 2298
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 30187
#   total CPU time (s): 3.27381
#   total CPU user time (s): 3.18497
#   total CPU system time (s): 0.08884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031888 second user time and 0.05834 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 14:56:56
IDJOB=4308441
IDBENCH=141627
IDSOLVER=2792
FILE ID=node150/4308441-1534337816
RUNJOBID= node150-1534335332-29906
PBS_JOBID= 21038171
Free space on /tmp= 42972 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_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-4308441-1534337816/watcher-4308441-1534337816 -o /tmp/evaluation-result-4308441-1534337816/solver-4308441-1534337816 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534335332-29906 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1957033691 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308441-1534337816.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=1957033691

node150.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.76
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.76
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.76
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.76
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:        18406192 kB
MemAvailable:   31671380 kB
Buffers:          253700 kB
Cached:         13196348 kB
SwapCached:           32 kB
Active:          6600304 kB
Inactive:        7129712 kB
Active(anon):     230856 kB
Inactive(anon):   109500 kB
Active(file):    6369448 kB
Inactive(file):  7020212 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35512 kB
Writeback:           404 kB
AnonPages:        287220 kB
Mapped:            69980 kB
Shmem:             57924 kB
Slab:             332216 kB
SReclaimable:     303988 kB
SUnreclaim:        28228 kB
KernelStack:        3520 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1311156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 42940 MiB
End job on node150 at 2018-08-15 14:56:59