Trace number 4248369

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: Concrete 3.4OPT1129 16.9834 7.25907

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-04.xml
MD5SUM7fb632312c7b7dee32941c0d30e198bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1129
Best CPU time to get the best result obtained on this benchmark0.248129
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.72/2.11	c Concrete v3.4 running
6.86/3.22	o 570
6.86/3.24	o 657
6.86/3.26	o 740
6.86/3.28	o 824
6.86/3.29	o 907
6.86/3.30	o 949
7.32/3.32	o 954
7.32/3.33	o 1019
7.32/3.37	o 1047
7.32/3.37	o 1085
7.65/3.43	o 1087
7.65/3.46	o 1100
7.65/3.49	o 1108
8.07/3.52	o 1129
16.89/7.22	v <instantiation cost="1129">
16.89/7.22	v       <list>
16.89/7.22	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
16.89/7.22	v       </list>
16.89/7.22	v       <values>
16.89/7.22	v         1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 1
16.89/7.22	v       </values>
16.89/7.22	v     </instantiation>
16.89/7.22	s OPTIMUM FOUND

Verifier Data

OK	1129

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-4248369-1500745428/watcher-4248369-1500745428 -o /tmp/evaluation-result-4248369-1500745428/solver-4248369-1500745428 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-541 --watchdog 2560 bin/concrete HOME/instance-4248369-1500745428.xml 

pid=1097
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: 2.15 1.13 0.97 2/262 1100
/proc/meminfo: memFree=29002016/32770624 swapFree=5700/387556
[pid=1100] ppid=1097 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (bash) S 1097 1100 22965 0 -1 4202496 653 0 0 0 0 0 0 0 20 0 1 0 9810308 9736192 350 33554432000 4194304 5098028 140729366462320 140729366459960 139860650564608 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 29769728 140729366463758 140729366463843 140729366463843 140729366466542 0
/proc/1100/statm: 2377 350 278 221 0 86 0

[startup+0.100158 s]
/proc/loadavg: 2.15 1.13 0.97 2/262 1100
/proc/meminfo: memFree=29002016/32770624 swapFree=5700/387556
[pid=1100] ppid=1097 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (bash) S 1097 1100 22965 0 -1 4202496 878 6422 0 0 0 0 0 1 20 0 1 0 9810308 9871360 377 33554432000 4194304 5098028 140729366462320 140729366456328 139860650564608 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 29769728 140729366463758 140729366463843 140729366463843 140729366466542 0
/proc/1100/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200381 s]
/proc/loadavg: 2.15 1.13 0.97 2/262 1100
/proc/meminfo: memFree=29002016/32770624 swapFree=5700/387556
[pid=1100] ppid=1097 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 4880 12225 0 0 6 1 9 3 20 0 13 0 9810308 10686320640 5245 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2608965 5245 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300301 s]
/proc/loadavg: 2.15 1.13 0.97 2/262 1100
/proc/meminfo: memFree=29002016/32770624 swapFree=5700/387556
[pid=1100] ppid=1097 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 9272 12225 0 0 21 2 9 3 20 0 20 0 9810308 11163947008 10367 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2725573 10367 2962 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.70018 s]
/proc/loadavg: 2.15 1.13 0.97 2/262 1100
/proc/meminfo: memFree=29002016/32770624 swapFree=5700/387556
[pid=1100] ppid=1097 vsize=10902720 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 12901 12225 0 0 81 4 9 3 20 0 20 0 9810308 11164385280 16193 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2725680 16193 3228 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50203 s]
/proc/loadavg: 2.15 1.13 0.97 3/282 1173
/proc/meminfo: memFree=28892584/32770624 swapFree=5700/387524
[pid=1100] ppid=1097 vsize=10915392 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 27000 12225 0 0 204 13 9 3 20 0 20 0 9810308 11177361408 44265 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2728848 44265 3416 1 0 2716962 0
[pid=1100/tid=1155] ppid=1097 vsize=10915392 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) R 1097 1100 22965 0 -1 4202560 19344 12225 0 0 126 5 9 3 20 0 20 0 9810321 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679502220768 139679482070366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 145 12225 0 0 0 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) S 1097 1100 22965 0 -1 1077944384 11 12225 0 0 1 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679103633936 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 18 12225 0 0 1 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) S 1097 1100 22965 0 -1 1077944384 33 12225 0 0 0 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679101528336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) S 1097 1100 22965 0 -1 1077944384 36 12225 0 0 0 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679100476560 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) S 1097 1100 22965 0 -1 1077944384 43 12225 0 0 1 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679099423760 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) S 1097 1100 22965 0 -1 1077944384 24 12225 0 0 1 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679098370960 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 16 12225 0 0 0 0 9 3 20 0 20 0 9810322 11177361408 44265 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10915392 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 1568 12225 0 0 1 0 9 3 20 0 20 0 9810324 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678971816304 139679498001026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 57 12225 0 0 0 0 9 3 20 0 20 0 9810325 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678970762336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 45 12225 0 0 0 0 9 3 20 0 20 0 9810325 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678969709440 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) S 1097 1100 22965 0 -1 1077944384 821 12225 0 0 13 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678967606128 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10915392 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) R 1097 1100 22965 0 -1 1077944384 950 12225 0 0 16 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678966553328 139679498001026 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) S 1097 1100 22965 0 -1 1077944384 331 12225 0 0 11 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678965500528 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10915392 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) S 1097 1100 22965 0 -1 1077944384 1422 12225 0 0 26 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678964447728 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11177361408 44265 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10915392

[startup+3.10105 s]
/proc/loadavg: 2.06 1.13 0.97 6/282 1173
/proc/meminfo: memFree=28390780/32770624 swapFree=5700/387584
[pid=1100] ppid=1097 vsize=10993404 CPUtime=6.46 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 58968 12225 0 0 610 24 9 3 20 0 20 0 9810308 11257245696 70751 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2748351 70751 3480 1 0 2735906 0
[pid=1100/tid=1155] ppid=1097 vsize=10993404 CPUtime=2.86 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) S 1097 1100 22965 0 -1 1077944384 41736 12225 0 0 265 9 9 3 20 0 20 0 9810321 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679502227552 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10993404 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 183 12225 0 0 9 1 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10993404 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) R 1097 1100 22965 0 -1 4202560 73 12225 0 0 9 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679103633936 139679498001814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10993404 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 21 12225 0 0 9 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10993404 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) R 1097 1100 22965 0 -1 4202560 49 12225 0 0 7 1 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679101528336 139679498001814 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10993404 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) R 1097 1100 22965 0 -1 4202560 46 12225 0 0 9 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679100476560 139679498001814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) R 1097 1100 22965 0 -1 4202560 105 12225 0 0 7 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679099423760 139679498001814 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10993404 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) R 1097 1100 22965 0 -1 4202560 44 12225 0 0 9 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679098370960 139679498001814 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10993404 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 32 12225 0 0 9 0 9 3 20 0 20 0 9810322 11257245696 70751 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 2385 12225 0 0 7 0 9 3 20 0 20 0 9810324 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678971814928 139679498000085 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 59 12225 0 0 0 0 9 3 20 0 20 0 9810325 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678970762384 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 46 12225 0 0 0 0 9 3 20 0 20 0 9810325 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678969707168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10993404 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) S 1097 1100 22965 0 -1 1077944384 1341 12225 0 0 36 0 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678967606128 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10993404 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) S 1097 1100 22965 0 -1 1077944384 1783 12225 0 0 46 1 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678966553328 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10993404 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) S 1097 1100 22965 0 -1 1077944384 6023 12225 0 0 101 1 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678965484624 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10993404 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) S 1097 1100 22965 0 -1 1077944384 2903 12225 0 0 80 1 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678964447728 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 6 12225 0 0 0 0 9 3 20 0 20 0 9810329 11257245696 70751 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 10993404

[startup+6.30084 s]
/proc/loadavg: 2.06 1.13 0.97 4/282 1173
/proc/meminfo: memFree=28166852/32770624 swapFree=5700/387596
[pid=1100] ppid=1097 vsize=10995452 CPUtime=15.15 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 74382 12225 0 0 1471 32 9 3 20 0 20 0 9810308 11259342848 116903 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2748863 116903 3505 1 0 2736418 0
[pid=1100/tid=1155] ppid=1097 vsize=10995452 CPUtime=5.98 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) R 1097 1100 22965 0 -1 4202560 43132 12225 0 0 575 11 9 3 20 0 20 0 9810321 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679502223704 139679141505543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 230 12225 0 0 11 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) S 1097 1100 22965 0 -1 1077944384 80 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679103633936 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 79 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) S 1097 1100 22965 0 -1 1077944384 90 12225 0 0 10 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679101528336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) S 1097 1100 22965 0 -1 1077944384 917 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679100476560 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) S 1097 1100 22965 0 -1 1077944384 492 12225 0 0 10 0 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679099423760 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) S 1097 1100 22965 0 -1 1077944384 72 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679098370960 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 38 12225 0 0 12 0 9 3 20 0 20 0 9810322 11259342848 116903 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 2704 12225 0 0 10 1 9 3 20 0 20 0 9810324 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678971816304 139679498001026 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 59 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678970762400 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 47 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678969709440 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10995452 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) S 1097 1100 22965 0 -1 1077944384 4277 12225 0 0 194 1 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678967606128 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10995452 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) R 1097 1100 22965 0 -1 4202560 3469 12225 0 0 198 2 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678966553624 139679483115699 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10995452 CPUtime=2.81 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) S 1097 1100 22965 0 -1 1077944384 10095 12225 0 0 267 2 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678965500528 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10995452 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) R 1097 1100 22965 0 -1 4202560 5808 12225 0 0 128 2 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678964447728 139679498011226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 660 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 116903 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 10995452

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

[startup+6.40099 s]
/proc/loadavg: 2.06 1.13 0.97 4/282 1173
/proc/meminfo: memFree=28166852/32770624 swapFree=5700/387596
[pid=1100] ppid=1097 vsize=10995452 CPUtime=15.34 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 74427 12225 0 0 1489 33 9 3 20 0 20 0 9810308 11259342848 117068 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2748863 117068 3505 1 0 2736418 0
[pid=1100/tid=1155] ppid=1097 vsize=10995452 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) R 1097 1100 22965 0 -1 4202560 43142 12225 0 0 585 11 9 3 20 0 20 0 9810321 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679502224176 139679145504128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 230 12225 0 0 11 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) S 1097 1100 22965 0 -1 1077944384 80 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679103633936 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 79 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) S 1097 1100 22965 0 -1 1077944384 91 12225 0 0 10 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679101528336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) S 1097 1100 22965 0 -1 1077944384 920 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679100476560 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) S 1097 1100 22965 0 -1 1077944384 493 12225 0 0 10 0 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679099423760 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) S 1097 1100 22965 0 -1 1077944384 74 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679098370960 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 39 12225 0 0 12 0 9 3 20 0 20 0 9810322 11259342848 117068 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 2705 12225 0 0 10 1 9 3 20 0 20 0 9810324 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678971816304 139679498001026 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 59 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678970762400 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 47 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678969709440 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10995452 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) R 1097 1100 22965 0 -1 4202560 4278 12225 0 0 195 2 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678967606424 139679484054061 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10995452 CPUtime=2.15 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) S 1097 1100 22965 0 -1 1077944384 3477 12225 0 0 201 2 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678966553328 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10995452 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) R 1097 1100 22965 0 -1 4202560 10101 12225 0 0 269 2 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678965500528 139679479513092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10995452 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) S 1097 1100 22965 0 -1 1077944384 5819 12225 0 0 129 2 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678964447728 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 660 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117068 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 10995452

[startup+6.80115 s]
/proc/loadavg: 2.14 1.16 0.98 5/282 1173
/proc/meminfo: memFree=28112308/32770624 swapFree=5700/387596
[pid=1100] ppid=1097 vsize=10995452 CPUtime=16.1 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 74581 12225 0 0 1565 33 9 3 20 0 20 0 9810308 11259342848 117107 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2748863 117107 3505 1 0 2736418 0
[pid=1100/tid=1155] ppid=1097 vsize=10995452 CPUtime=6.48 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) R 1097 1100 22965 0 -1 4202560 43146 12225 0 0 625 11 9 3 20 0 20 0 9810321 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679502223608 139679133470155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 230 12225 0 0 11 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) S 1097 1100 22965 0 -1 1077944384 80 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679103633936 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 79 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) S 1097 1100 22965 0 -1 1077944384 91 12225 0 0 10 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679101528336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) S 1097 1100 22965 0 -1 1077944384 920 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679100476560 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) S 1097 1100 22965 0 -1 1077944384 493 12225 0 0 10 0 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679099423760 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) S 1097 1100 22965 0 -1 1077944384 74 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679098370960 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 39 12225 0 0 12 0 9 3 20 0 20 0 9810322 11259342848 117107 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 2705 12225 0 0 10 1 9 3 20 0 20 0 9810324 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678971816304 139679498001026 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 59 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678970762400 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 47 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678969709440 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10995452 CPUtime=2.2 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) S 1097 1100 22965 0 -1 1077944384 4304 12225 0 0 206 2 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678967606128 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10995452 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) S 1097 1100 22965 0 -1 1077944384 3494 12225 0 0 212 2 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678966553328 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10995452 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) S 1097 1100 22965 0 -1 1077944384 10144 12225 0 0 280 2 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678965500528 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10995452 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) S 1097 1100 22965 0 -1 1077944384 5883 12225 0 0 133 2 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678964447728 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 660 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 117107 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 16.1
Current children cumulated vsize (KiB) 10995452

[startup+7.20078 s]
/proc/loadavg: 2.14 1.16 0.98 5/282 1173
/proc/meminfo: memFree=28112308/32770624 swapFree=5700/387596
[pid=1100] ppid=1097 vsize=10995452 CPUtime=16.89 cores=1,3,5,7,9,11,13,15
/proc/1100/stat : 1100 (java) S 1097 1100 22965 0 -1 1077944320 74727 12225 0 0 1643 34 9 3 20 0 20 0 9810308 11259342848 126328 33554432000 4194304 4196468 140737360206992 140737360189536 139679497989879 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
/proc/1100/statm: 2748863 126328 3505 1 0 2736418 0
[pid=1100/tid=1155] ppid=1097 vsize=10995452 CPUtime=6.88 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1155/stat : 1155 (java) R 1097 1100 22965 0 -1 4202560 43176 12225 0 0 664 12 9 3 20 0 20 0 9810321 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679502223704 139679140732946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1156] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1156/stat : 1156 (java) S 1097 1100 22965 0 -1 1077944384 231 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679104686736 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1157] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1157/stat : 1157 (java) S 1097 1100 22965 0 -1 1077944384 81 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679103633936 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1158] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1158/stat : 1158 (java) S 1097 1100 22965 0 -1 1077944384 79 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679102581136 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1159] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1159/stat : 1159 (java) S 1097 1100 22965 0 -1 1077944384 92 12225 0 0 10 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679101528336 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1160] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1160/stat : 1160 (java) S 1097 1100 22965 0 -1 1077944384 921 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679100476560 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1161] ppid=1097 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1161/stat : 1161 (java) S 1097 1100 22965 0 -1 1077944384 493 12225 0 0 10 0 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679099423760 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1162] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1162/stat : 1162 (java) S 1097 1100 22965 0 -1 1077944384 75 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679098370960 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1163] ppid=1097 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1163/stat : 1163 (java) S 1097 1100 22965 0 -1 1077944384 40 12225 0 0 12 1 9 3 20 0 20 0 9810322 11259342848 126328 33554432000 4194304 4196468 140737360206992 139679097318160 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1164] ppid=1097 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1164/stat : 1164 (java) S 1097 1100 22965 0 -1 1077944384 2717 12225 0 0 10 1 9 3 20 0 20 0 9810324 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678971816304 139679498001026 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1165] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1165/stat : 1165 (java) S 1097 1100 22965 0 -1 1077944384 59 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678970762400 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1166] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1166/stat : 1166 (java) S 1097 1100 22965 0 -1 1077944384 47 12225 0 0 0 0 9 3 20 0 20 0 9810325 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678969709440 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1167] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1167/stat : 1167 (java) S 1097 1100 22965 0 -1 1077944384 1 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678968657744 139679498008475 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1168] ppid=1097 vsize=10995452 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1168/stat : 1168 (java) R 1097 1100 22965 0 -1 4202560 4338 12225 0 0 217 2 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678967606424 139679481516399 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1169] ppid=1097 vsize=10995452 CPUtime=2.37 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1169/stat : 1169 (java) R 1097 1100 22965 0 -1 4202560 3502 12225 0 0 223 2 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678966553328 139679484012803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1170] ppid=1097 vsize=10995452 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1170/stat : 1170 (java) R 1097 1100 22965 0 -1 4202560 10161 12225 0 0 291 2 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678965500824 139679477138497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1171] ppid=1097 vsize=10995452 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1171/stat : 1171 (java) S 1097 1100 22965 0 -1 1077944384 5922 12225 0 0 137 2 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678964447728 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1172] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1172/stat : 1172 (java) S 1097 1100 22965 0 -1 1077944384 3 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678963395168 139679498000085 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
[pid=1100/tid=1173] ppid=1097 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/1100/task/1173/stat : 1173 (java) S 1097 1100 22965 0 -1 1077944384 660 12225 0 0 0 0 9 3 20 0 20 0 9810329 11259342848 126328 33554432000 4194304 4196468 140737360206992 139678962342448 139679498001026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32518144 140737360210625 140737360213399 140737360213399 140737360216015 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 7.25907
CPU time (s): 16.9834
CPU user time (s): 16.5754
CPU system time (s): 0.407953
CPU usage (%): 233.961
Max. virtual memory (cumulated for all children) (KiB): 10997952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5754
system time used= 0.407953
maximum resident set size= 505732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10591
involuntary context switches= 2025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052288 second user time and 0.080995 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 19:43:48
IDJOB=4248369
IDBENCH=133470
IDSOLVER=2630
FILE ID=node130/4248369-1500745428
RUNJOBID= node130-1500745411-541
PBS_JOBID= 20623351
Free space on /tmp= 61856 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248369-1500745428/watcher-4248369-1500745428 -o /tmp/evaluation-result-4248369-1500745428/solver-4248369-1500745428 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-541 --watchdog 2560  bin/concrete HOME/instance-4248369-1500745428.xml

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

MD5SUM BENCH= 7fb632312c7b7dee32941c0d30e198bb
RANDOM SEED=1061320788

node130.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		: 1600.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	: 5333.34
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	: 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		: 2000.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	: 5333.34
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		: 1733.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	: 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	: 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	: 5333.34
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		: 2133.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	: 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		: 2400.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	: 5333.34
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	: 5332.55
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		: 2668.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	: 5333.34
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		: 1600.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	: 5332.55
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		: 2668.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	: 5333.34
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		: 1867.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	: 5332.55
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		: 2668.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	: 5333.34
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		: 1600.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	: 5332.55
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		: 2267.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	: 5333.34
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		: 1600.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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29001708 kB
MemAvailable:   29443984 kB
Buffers:          157868 kB
Cached:           563076 kB
SwapCached:            0 kB
Active:          2933044 kB
Inactive:         396400 kB
Active(anon):    2611188 kB
Inactive(anon):     8844 kB
Active(file):     321856 kB
Inactive(file):   387556 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25196 kB
Writeback:             0 kB
AnonPages:       2620588 kB
Mapped:            44356 kB
Shmem:              8844 kB
Slab:             131872 kB
SReclaimable:      97396 kB
SUnreclaim:        34476 kB
KernelStack:        4864 kB
PageTables:        10220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3822556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2400256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61832 MiB
End job on node130 at 2017-07-22 19:43:55