Trace number 4247832

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
R1: OscaR - ALNS 2017-06-30SAT (TO)52 2400.04 2334.52

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-22-06.xml
MD5SUM45b5d4596b79ad434cde41f15586cf53
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark0.28893301
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size164
Distribution of domain sizes[{"size":1,"count":1},{"size":164,"count":31}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":5},{"degree":5,"count":8},{"degree":6,"count":11},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":58},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":18,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.26/0.27	c version: 2017-06-30
0.26/0.27	c seed: 1114454975
0.26/0.27	c timeout: 2400
0.26/0.27	c memlimit: 15500
0.26/0.27	c nbcore: 8
0.26/0.29	c Parsing instance...
1.35/0.82	c Parsing done, starting search...
1.35/0.84	o 163
1.61/0.93	o 162
2.06/1.09	o 52
2400.02/2334.50	s SATISFIABLE
2400.02/2334.50	v <instantiation>
2400.02/2334.50	v 	<list>
2400.02/2334.50	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2400.02/2334.50	v 	</list>
2400.02/2334.50	v 	<values>
2400.02/2334.50	v 		0 0 0 0 10 11 7 7 21 3 17 11 6 17 30 27 35 23 18 17 23 32 30 10 32 36 36 40 42 39 40 52 
2400.02/2334.50	v 	</values>
2400.02/2334.50	v </instantiation>

Verifier Data

OK	52

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247832-1500725436/watcher-4247832-1500725436 -o /tmp/evaluation-result-4247832-1500725436/solver-4247832-1500725436 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31298 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1114454975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247832-1500725436.xml 

pid=32151
running on 8 cores: 1,3,5,7,9,11,13,15

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.29 1.42 1.41 4/266 32154
/proc/meminfo: memFree=31025320/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 7810592 369864704 1925 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 90299 1925 1072 1 0 79210 0
[pid=32154/tid=32155] ppid=32151 vsize=10621200 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 2 0 7810592 10876108800 1989 33554432000 4194304 4196468 140737411718176 140608637720992 140608612682593 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0

[startup+0.100092 s]
/proc/loadavg: 1.29 1.42 1.41 4/266 32154
/proc/meminfo: memFree=31025320/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 6852 0 0 0 9 1 0 0 20 0 20 0 7810592 13582245888 7139 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3315978 7139 3373 1 0 3303698 0
[pid=32154/tid=32155] ppid=32151 vsize=13263912 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 4928 0 0 0 7 0 0 0 20 0 20 0 7810592 13582245888 7139 33554432000 4194304 4196468 140737411718176 140608637712400 140608633500829 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200382 s]
/proc/loadavg: 1.29 1.42 1.41 4/266 32154
/proc/meminfo: memFree=31025320/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 9232 0 0 0 24 2 0 0 20 0 20 0 7810592 13582245888 9567 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3315978 9567 3511 1 0 3303698 0
[pid=32154/tid=32155] ppid=32151 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 6943 0 0 0 16 1 0 0 20 0 20 0 7810592 13582245888 9567 33554432000 4194304 4196468 140737411718176 140608637670928 140608617559390 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.3004 s]
/proc/loadavg: 1.29 1.42 1.41 4/266 32154
/proc/meminfo: memFree=31025320/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13263964 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 10352 0 0 0 42 3 0 0 20 0 20 0 7810592 13582299136 11553 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3315983 11553 3683 1 0 3303698 0
[pid=32154/tid=32155] ppid=32151 vsize=13263932 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) D 32151 32154 31266 0 -1 1077944384 7525 0 0 0 26 2 0 0 20 0 20 0 7810592 13582266368 11553 33554432000 4194304 4196468 140737411718176 140608637687248 140608626158125 0 4 0 16800975 18446744072101703204 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13263964

[startup+0.70027 s]
/proc/loadavg: 1.29 1.42 1.41 4/266 32154
/proc/meminfo: memFree=31025320/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13268028 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 12490 0 0 0 116 5 0 0 20 0 20 0 7810592 13586460672 17332 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317007 17332 3755 1 0 3304722 0
[pid=32154/tid=32155] ppid=32151 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 8991 0 0 0 64 3 0 0 20 0 20 0 7810592 13586460672 17332 33554432000 4194304 4196468 140737411718176 140608637713360 140608633490838 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13268028

[startup+1.50106 s]
/proc/loadavg: 1.29 1.42 1.41 8/286 32174
/proc/meminfo: memFree=30922592/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13270076 CPUtime=4.23 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 22796 0 0 0 415 8 0 0 20 0 20 0 7810592 13588557824 49390 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 49390 3793 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) S 32151 32154 31266 0 -1 1077944384 11537 0 0 0 142 5 0 0 20 0 20 0 7810592 13588557824 49390 33554432000 4194304 4196468 140737411718176 140608637716464 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) R 32151 32154 31266 0 -1 4202560 65 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49390 33554432000 4194304 4196468 140737411718176 140608232971152 140608617927115 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49397 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49397 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) R 32151 32154 31266 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49397 33554432000 4194304 4196468 140737411718176 140608229813264 140608625720293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) R 32151 32154 31266 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49397 33554432000 4194304 4196468 140737411718176 140608228757584 140608626578603 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49909 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) R 32151 32154 31266 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49909 33554432000 4194304 4196468 140737411718176 140608226654864 140608618506035 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) R 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 49909 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 49909 33554432000 4194304 4196468 140737411718176 140607827707040 140608633489109 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 49909 33554432000 4194304 4196468 140737411718176 140607826654496 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 49909 33554432000 4194304 4196468 140737411718176 140607825602160 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32168/stat : 32168 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810598 13588557824 49909 33554432000 4194304 4196468 140737411718176 140607824550480 140608633497499 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32169] ppid=32151 vsize=13270076 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32169/stat : 32169 (java) R 32151 32154 31266 0 -1 4202560 2353 0 0 0 68 0 0 0 20 0 20 0 7810598 13588557824 49909 33554432000 4194304 4196468 140737411718176 140607823483872 140608618602928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) R 32151 32154 31266 0 -1 4202560 2276 0 0 0 66 0 0 0 20 0 20 0 7810598 13588557824 49912 33554432000 4194304 4196468 140737411718176 140607822430496 140608617871037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) R 32151 32154 31266 0 -1 4202560 2645 0 0 0 75 0 0 0 20 0 20 0 7810598 13588557824 49912 33554432000 4194304 4196468 140737411718176 140607821373632 140608614180608 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 2502 0 0 0 61 1 0 0 20 0 20 0 7810598 13588557824 49912 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 49912 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 49912 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 13270076

[startup+3.10082 s]
/proc/loadavg: 1.29 1.42 1.41 5/286 32174
/proc/meminfo: memFree=30817784/32770624 swapFree=5900/345664
[pid=32154] ppid=32151 vsize=13270076 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 27964 0 0 0 720 19 0 0 20 0 20 0 7810592 13588557824 86445 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 86445 3828 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 12566 0 0 0 296 7 0 0 20 0 20 0 7810592 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608637714104 140608260521821 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) S 32151 32154 31266 0 -1 1077944384 364 0 0 0 1 0 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608232971152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) S 32151 32154 31266 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608229813264 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) S 32151 32154 31266 0 -1 1077944384 34 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608228759952 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) S 32151 32154 31266 0 -1 1077944384 73 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608226654864 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) S 32151 32154 31266 0 -1 1077944384 20 0 0 0 0 1 0 0 20 0 20 0 7810593 13588557824 86445 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 388 0 0 0 1 0 0 0 20 0 20 0 7810595 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607827708528 140608633490050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607826654560 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607825602176 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32168/stat : 32168 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810598 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607824550480 140608633497499 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32169] ppid=32151 vsize=13270076 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32169/stat : 32169 (java) S 32151 32154 31266 0 -1 1077944384 2638 0 0 0 103 1 0 0 20 0 20 0 7810598 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607823497328 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) S 32151 32154 31266 0 -1 1077944384 3053 0 0 0 121 0 0 0 20 0 20 0 7810598 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607822444528 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) S 32151 32154 31266 0 -1 1077944384 2886 0 0 0 116 0 0 0 20 0 20 0 7810598 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607821392240 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 3903 0 0 0 71 1 0 0 20 0 20 0 7810598 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 86445 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 13270076

[startup+6.30088 s]
/proc/loadavg: 1.35 1.43 1.41 4/286 32174
/proc/meminfo: memFree=30433512/32770624 swapFree=5900/345672
[pid=32154] ppid=32151 vsize=13270076 CPUtime=10.86 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 28853 0 0 0 1053 33 0 0 20 0 20 0 7810592 13588557824 260855 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 260855 3829 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=6.2 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 12923 0 0 0 604 16 0 0 20 0 20 0 7810592 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608637713832 140608257708313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) S 32151 32154 31266 0 -1 1077944384 368 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608232971152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 521 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) S 32151 32154 31266 0 -1 1077944384 58 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608229813264 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) S 32151 32154 31266 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608228759952 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) S 32151 32154 31266 0 -1 1077944384 83 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608226654864 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) S 32151 32154 31266 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 7810593 13588557824 260855 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 643 0 0 0 2 0 0 0 20 0 20 0 7810595 13588557824 260855 33554432000 4194304 4196468 140737411718176 140607827708528 140608633490050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 260855 33554432000 4194304 4196468 140737411718176 140607826654560 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 260855 33554432000 4194304 4196468 140737411718176 140607825602176 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) S 32151 32154 31266 0 -1 1077944384 11290 0 0 0 189 1 0 0 20 0 20 0 7810598 13588557824 328309 33554432000 4194304 4196468 140737411718176 140607822444528 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) S 32151 32154 31266 0 -1 1077944384 11226 0 0 0 202 2 0 0 20 0 20 0 7810598 13588557824 328309 33554432000 4194304 4196468 140737411718176 140607821392240 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 12831 0 0 0 82 2 0 0 20 0 20 0 7810598 13588557824 328309 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 328309 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 925 0 0 0 52 68 0 0 20 0 20 0 7810599 13588557824 328309 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 2325.75
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.30 1.35 1.38 3/285 32327
/proc/meminfo: memFree=29024860/32770624 swapFree=5900/346724
[pid=32154] ppid=32151 vsize=13270076 CPUtime=2387.46 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 167575 0 0 0 238308 438 0 0 20 0 20 0 7810592 13588557824 329845 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 329845 3835 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=2302.59 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 65545 0 0 0 230217 42 0 0 20 0 20 0 7810592 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608637716736 140608260675271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) S 32151 32154 31266 0 -1 1077944384 5256 0 0 0 853 41 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608232971152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=8.96 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 6123 0 0 0 853 43 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=8.89 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 5170 0 0 0 844 45 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=8.92 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) S 32151 32154 31266 0 -1 1077944384 5440 0 0 0 850 42 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608229813264 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=8.97 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) S 32151 32154 31266 0 -1 1077944384 4371 0 0 0 856 41 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608228759952 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 5533 0 0 0 851 43 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=8.87 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) S 32151 32154 31266 0 -1 1077944384 6537 0 0 0 848 39 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608226654864 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=8.87 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) S 32151 32154 31266 0 -1 1077944384 6331 0 0 0 845 42 0 0 20 0 20 0 7810593 13588557824 329845 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=5.86 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 10372 0 0 0 552 34 0 0 20 0 20 0 7810595 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607827708528 140608633490050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607826654560 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607825602176 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32168/stat : 32168 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810598 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607824550480 140608633497499 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32169] ppid=32151 vsize=13270076 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32169/stat : 32169 (java) S 32151 32154 31266 0 -1 1077944384 9166 0 0 0 149 2 0 0 20 0 20 0 7810598 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607823497328 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) S 32151 32154 31266 0 -1 1077944384 11292 0 0 0 189 1 0 0 20 0 20 0 7810598 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607822444528 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) S 32151 32154 31266 0 -1 1077944384 11228 0 0 0 202 2 0 0 20 0 20 0 7810598 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607821392240 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 12833 0 0 0 82 2 0 0 20 0 20 0 7810598 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 940 0 0 0 53 70 0 0 20 0 20 0 7810599 13588557824 329845 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 2387.46
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2334.5 s]
/proc/loadavg: 1.33 1.35 1.39 3/285 32327
/proc/meminfo: memFree=28780344/32770624 swapFree=5900/346716
[pid=32154] ppid=32151 vsize=13270076 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 168147 0 0 0 239562 440 0 0 20 0 20 0 7810592 13588557824 330406 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 330406 3835 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=2314.69 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 65725 0 0 0 231427 42 0 0 20 0 20 0 7810592 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608637716736 140608257708492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) S 32151 32154 31266 0 -1 1077944384 5282 0 0 0 858 41 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608232971152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 6155 0 0 0 859 43 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 5198 0 0 0 849 45 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=8.97 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) S 32151 32154 31266 0 -1 1077944384 5462 0 0 0 855 42 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608229813264 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) S 32151 32154 31266 0 -1 1077944384 4404 0 0 0 861 41 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608228759952 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 5581 0 0 0 857 43 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) S 32151 32154 31266 0 -1 1077944384 6561 0 0 0 852 39 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608226654864 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) S 32151 32154 31266 0 -1 1077944384 6360 0 0 0 851 42 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=5.89 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 10512 0 0 0 555 34 0 0 20 0 20 0 7810595 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607827708528 140608633490050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607826654560 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607825602176 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32168/stat : 32168 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607824550480 140608633497499 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32169] ppid=32151 vsize=13270076 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32169/stat : 32169 (java) S 32151 32154 31266 0 -1 1077944384 9168 0 0 0 149 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607823497328 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) S 32151 32154 31266 0 -1 1077944384 11294 0 0 0 189 1 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607822444528 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) S 32151 32154 31266 0 -1 1077944384 11230 0 0 0 202 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607821392240 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 12835 0 0 0 82 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 942 0 0 0 54 70 0 0 20 0 20 0 7810599 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 13270076

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32154 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2334.5 s]
/proc/loadavg: 1.33 1.35 1.39 3/285 32327
/proc/meminfo: memFree=28780344/32770624 swapFree=5900/346716
[pid=32154] ppid=32151 vsize=13270076 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/32154/stat : 32154 (java) S 32151 32154 31266 0 -1 1077944320 168147 0 0 0 239562 440 0 0 20 0 20 0 7810592 13588557824 330406 33554432000 4194304 4196468 140737411718176 140737411700720 140608633478903 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
/proc/32154/statm: 3317519 330406 3835 1 0 3305234 0
[pid=32154/tid=32155] ppid=32151 vsize=13270076 CPUtime=2314.69 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32155/stat : 32155 (java) R 32151 32154 31266 0 -1 4202560 65725 0 0 0 231427 42 0 0 20 0 20 0 7810592 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608637716736 140608257708492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32157] ppid=32151 vsize=13270076 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32157/stat : 32157 (java) S 32151 32154 31266 0 -1 1077944384 5282 0 0 0 858 41 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608232971152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32158] ppid=32151 vsize=13270076 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32158/stat : 32158 (java) S 32151 32154 31266 0 -1 1077944384 6155 0 0 0 859 43 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608231918352 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32159] ppid=32151 vsize=13270076 CPUtime=8.94 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32159/stat : 32159 (java) S 32151 32154 31266 0 -1 1077944384 5198 0 0 0 849 45 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608230866064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32160] ppid=32151 vsize=13270076 CPUtime=8.97 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32160/stat : 32160 (java) S 32151 32154 31266 0 -1 1077944384 5462 0 0 0 855 42 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608229813264 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32161] ppid=32151 vsize=13270076 CPUtime=9.02 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32161/stat : 32161 (java) S 32151 32154 31266 0 -1 1077944384 4404 0 0 0 861 41 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608228759952 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32162] ppid=32151 vsize=13270076 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32162/stat : 32162 (java) S 32151 32154 31266 0 -1 1077944384 5581 0 0 0 857 43 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608227707152 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32163] ppid=32151 vsize=13270076 CPUtime=8.91 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32163/stat : 32163 (java) S 32151 32154 31266 0 -1 1077944384 6561 0 0 0 852 39 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608226654864 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32164] ppid=32151 vsize=13270076 CPUtime=8.93 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32164/stat : 32164 (java) S 32151 32154 31266 0 -1 1077944384 6360 0 0 0 851 42 0 0 20 0 20 0 7810593 13588557824 330406 33554432000 4194304 4196468 140737411718176 140608225602064 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32165] ppid=32151 vsize=13270076 CPUtime=5.89 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32165/stat : 32165 (java) S 32151 32154 31266 0 -1 1077944384 10512 0 0 0 555 34 0 0 20 0 20 0 7810595 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607827708528 140608633490050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32166] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32166/stat : 32166 (java) S 32151 32154 31266 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 7810595 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607826654560 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32167] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32167/stat : 32167 (java) S 32151 32154 31266 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 7810596 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607825602176 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32168] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32168/stat : 32168 (java) S 32151 32154 31266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607824550480 140608633497499 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32169] ppid=32151 vsize=13270076 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32169/stat : 32169 (java) S 32151 32154 31266 0 -1 1077944384 9168 0 0 0 149 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607823497328 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32170] ppid=32151 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32170/stat : 32170 (java) S 32151 32154 31266 0 -1 1077944384 11294 0 0 0 189 1 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607822444528 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32171] ppid=32151 vsize=13270076 CPUtime=2.04 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32171/stat : 32171 (java) S 32151 32154 31266 0 -1 1077944384 11230 0 0 0 202 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607821392240 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32172] ppid=32151 vsize=13270076 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32172/stat : 32172 (java) S 32151 32154 31266 0 -1 1077944384 12835 0 0 0 82 2 0 0 20 0 20 0 7810598 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607820339440 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32173] ppid=32151 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32173/stat : 32173 (java) S 32151 32154 31266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7810599 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607819287392 140608633489109 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
[pid=32154/tid=32174] ppid=32151 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/32154/task/32174/stat : 32174 (java) S 32151 32154 31266 0 -1 1077944384 942 0 0 0 54 70 0 0 20 0 20 0 7810599 13588557824 330406 33554432000 4194304 4196468 140737411718176 140607818234672 140608633490050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14577664 140737411724431 140737411724612 140737411724612 140737411727311 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2334.52
CPU time (s): 2400.04
CPU user time (s): 2395.63
CPU system time (s): 4.40977
CPU usage (%): 102.807
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.63
system time used= 4.40977
maximum resident set size= 1322184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297476
involuntary context switches= 175106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7103 second user time and 19.6976 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 14:10:36
IDJOB=4247832
IDBENCH=130169
IDSOLVER=2627
FILE ID=node133/4247832-1500725436
RUNJOBID= node133-1500718428-31298
PBS_JOBID= 20623372
Free space on /tmp= 61896 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-22-06.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247832-1500725436/watcher-4247832-1500725436 -o /tmp/evaluation-result-4247832-1500725436/solver-4247832-1500725436 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500718428-31298 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1114454975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247832-1500725436.xml

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

MD5SUM BENCH= 45b5d4596b79ad434cde41f15586cf53
RANDOM SEED=1114454975

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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	: 8
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	: 5334.13
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31026040 kB
MemAvailable:   31508020 kB
Buffers:          142820 kB
Cached:           616352 kB
SwapCached:            0 kB
Active:           946480 kB
Inactive:         354384 kB
Active(anon):     544768 kB
Inactive(anon):     8756 kB
Active(file):     401712 kB
Inactive(file):   345628 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42208 kB
Writeback:            44 kB
AnonPages:        545636 kB
Mapped:            45772 kB
Shmem:              8872 kB
Slab:             134468 kB
SReclaimable:     100952 kB
SUnreclaim:        33516 kB
KernelStack:        4832 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1510540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61852 MiB
End job on node133 at 2017-07-22 14:49:31