Trace number 4248362

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.4OPT1188 14.5177 6.06609

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-06.xml
MD5SUM3ceda869c276348ad0b4fc7c9d738878
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1188
Best CPU time to get the best result obtained on this benchmark0.33630201
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.99/2.24	c Concrete v3.4 running
7.15/3.35	o 706
7.15/3.37	o 725
7.15/3.38	o 790
7.15/3.40	o 798
7.60/3.41	o 887
7.60/3.43	o 942
7.60/3.44	o 953
7.60/3.46	o 993
7.96/3.50	o 1026
7.96/3.51	o 1029
7.96/3.52	o 1096
7.96/3.53	o 1103
7.96/3.53	o 1109
7.96/3.55	o 1130
7.96/3.56	o 1134
7.96/3.57	o 1143
7.96/3.59	o 1144
8.37/3.60	o 1150
8.37/3.68	o 1155
8.37/3.69	o 1168
8.79/3.76	o 1174
8.79/3.77	o 1188
14.38/6.04	v <instantiation cost="1188">
14.38/6.04	v       <list>
14.38/6.04	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]
14.38/6.04	v       </list>
14.38/6.04	v       <values>
14.38/6.04	v         1 1 0 1 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 1 0
14.38/6.04	v       </values>
14.38/6.04	v     </instantiation>
14.38/6.04	s OPTIMUM FOUND

Verifier Data

OK	1188

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

pid=949
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.91 1.06 0.94 2/262 952
/proc/meminfo: memFree=30033524/32770624 swapFree=5700/387484
[pid=952] ppid=949 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (bash) S 949 952 22965 0 -1 4202496 653 0 0 0 0 0 0 0 20 0 1 0 9809623 9736192 350 33554432000 4194304 5098028 140736936627424 140736936625064 140156257532928 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 30212096 140736936629518 140736936629603 140736936629603 140736936632302 0
/proc/952/statm: 2377 350 278 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 1.91 1.06 0.94 2/262 952
/proc/meminfo: memFree=30033524/32770624 swapFree=5700/387484
[pid=952] ppid=949 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (bash) S 949 952 22965 0 -1 4202496 878 6415 0 0 0 0 0 1 20 0 1 0 9809623 9871360 377 33554432000 4194304 5098028 140736936627424 140736936621432 140156257532928 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 30212096 140736936629518 140736936629603 140736936629603 140736936632302 0
/proc/952/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200389 s]
/proc/loadavg: 1.91 1.06 0.94 2/262 952
/proc/meminfo: memFree=30033524/32770624 swapFree=5700/387484
[pid=952] ppid=949 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 4951 12436 0 0 5 1 8 4 20 0 13 0 9809623 10686320640 4804 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2608965 4804 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300331 s]
/proc/loadavg: 1.91 1.06 0.94 2/262 952
/proc/meminfo: memFree=30033524/32770624 swapFree=5700/387484
[pid=952] ppid=949 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 7036 12436 0 0 22 2 8 4 20 0 20 0 9809623 11164049408 8258 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2725598 8258 2997 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700267 s]
/proc/loadavg: 1.91 1.06 0.94 2/262 952
/proc/meminfo: memFree=30033524/32770624 swapFree=5700/387484
[pid=952] ppid=949 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 12447 12436 0 0 73 4 8 4 20 0 20 0 9809623 11164385280 15318 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2725680 15318 3178 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50068 s]
/proc/loadavg: 1.91 1.06 0.94 3/282 1031
/proc/meminfo: memFree=29735056/32770624 swapFree=5700/387480
[pid=952] ppid=949 vsize=10913344 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 27268 12436 0 0 199 13 8 4 20 0 20 0 9809623 11175264256 43817 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2728336 43817 3406 1 0 2716450 0
[pid=952/tid=1013] ppid=949 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) R 949 952 22965 0 -1 4202560 19248 12436 0 0 125 5 8 4 20 0 20 0 9809637 11175264256 43817 33554432000 4194304 4196468 140735497594560 140357217679016 140357198878981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) S 949 952 22965 0 -1 1077944384 133 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356820012176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) S 949 952 22965 0 -1 1077944384 26 12436 0 0 1 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356818959376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) S 949 952 22965 0 -1 1077944384 66 12436 0 0 1 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356817906576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) S 949 952 22965 0 -1 1077944384 25 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356816853776 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) S 949 952 22965 0 -1 1077944384 15 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356815800976 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) S 949 952 22965 0 -1 1077944384 16 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356814748176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) S 949 952 22965 0 -1 1077944384 12 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356813695376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) S 949 952 22965 0 -1 1077944384 20 12436 0 0 0 0 8 4 20 0 20 0 9809638 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356812642576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 1401 12436 0 0 1 0 8 4 20 0 20 0 9809640 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356688038768 140357213461122 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 54 12436 0 0 0 0 8 4 20 0 20 0 9809641 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356686984800 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 44 12436 0 0 0 0 8 4 20 0 20 0 9809641 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) R 949 952 22965 0 -1 4202560 719 12436 0 0 12 0 8 4 20 0 20 0 9809645 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356683816832 140357199514131 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10913344 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) R 949 952 22965 0 -1 4202560 514 12436 0 0 10 0 8 4 20 0 20 0 9809645 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356682775064 140357196936097 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) S 949 952 22965 0 -1 1077944384 1357 12436 0 0 16 0 8 4 20 0 20 0 9809645 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356681721968 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) R 949 952 22965 0 -1 4202560 1483 12436 0 0 25 0 8 4 20 0 20 0 9809645 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356680667128 140357191816360 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11175264256 43817 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10112 s]
/proc/loadavg: 1.91 1.06 0.94 7/282 1031
/proc/meminfo: memFree=29504492/32770624 swapFree=5700/387540
[pid=952] ppid=949 vsize=10993404 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 59537 12436 0 0 582 24 8 4 20 0 20 0 9809623 11257245696 69874 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2748351 69874 3480 1 0 2735906 0
[pid=952/tid=1013] ppid=949 vsize=10993404 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) R 949 952 22965 0 -1 4202560 41179 12436 0 0 275 10 8 4 20 0 20 0 9809637 11257245696 69874 33554432000 4194304 4196468 140735497594560 140357217686736 140357213471901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) S 949 952 22965 0 -1 1077944384 178 12436 0 0 2 1 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356820012176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) S 949 952 22965 0 -1 1077944384 33 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356818959376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) S 949 952 22965 0 -1 1077944384 66 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356817906576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) S 949 952 22965 0 -1 1077944384 32 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356816853776 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) S 949 952 22965 0 -1 1077944384 39 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356815800976 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) S 949 952 22965 0 -1 1077944384 27 12436 0 0 1 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356814748176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) S 949 952 22965 0 -1 1077944384 48 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356813695376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) S 949 952 22965 0 -1 1077944384 49 12436 0 0 2 0 8 4 20 0 20 0 9809638 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356812642576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 2274 12436 0 0 3 0 8 4 20 0 20 0 9809640 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356688038768 140357213461122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 56 12436 0 0 0 0 8 4 20 0 20 0 9809641 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356686984800 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 44 12436 0 0 0 0 8 4 20 0 20 0 9809641 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10993404 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) R 949 952 22965 0 -1 4202560 3850 12436 0 0 68 1 8 4 20 0 20 0 9809645 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356683811760 140357191466967 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10993404 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) S 949 952 22965 0 -1 1077944384 3832 12436 0 0 75 0 8 4 20 0 20 0 9809645 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356682774768 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10993404 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) S 949 952 22965 0 -1 1077944384 2288 12436 0 0 52 1 8 4 20 0 20 0 9809645 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356681721968 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10993404 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) S 949 952 22965 0 -1 1077944384 3405 12436 0 0 85 1 8 4 20 0 20 0 9809645 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356680669168 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 5 12436 0 0 0 0 8 4 20 0 20 0 9809646 11257245696 69874 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 10993404

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

[startup+3.2014 s]
/proc/loadavg: 1.91 1.06 0.94 7/282 1031
/proc/meminfo: memFree=29504492/32770624 swapFree=5700/387540
[pid=952] ppid=949 vsize=10993404 CPUtime=6.7 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 59731 12436 0 0 634 24 8 4 20 0 20 0 9809623 11257245696 69965 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2748351 69965 3480 1 0 2735906 0
[pid=952/tid=1013] ppid=949 vsize=10993404 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) S 949 952 22965 0 -1 1077944384 41211 12436 0 0 278 10 8 4 20 0 20 0 9809637 11257245696 69965 33554432000 4194304 4196468 140735497594560 140357217687648 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10993404 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) R 949 952 22965 0 -1 4202560 179 12436 0 0 7 1 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356820012296 140357206078183 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10993404 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) R 949 952 22965 0 -1 4202560 34 12436 0 0 8 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356818959496 140357206078183 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) R 949 952 22965 0 -1 4202560 66 12436 0 0 7 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356817906384 140357206078183 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) R 949 952 22965 0 -1 4202560 33 12436 0 0 7 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356816853896 140357206078183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) R 949 952 22965 0 -1 4202560 42 12436 0 0 7 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356815800784 140357206078183 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) R 949 952 22965 0 -1 4202560 34 12436 0 0 7 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356814748296 140357196833010 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10993404 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) R 949 952 22965 0 -1 4202560 52 12436 0 0 8 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356813695496 140357206078183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10993404 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) R 949 952 22965 0 -1 4202560 49 12436 0 0 7 0 8 4 20 0 20 0 9809638 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356812642776 140357206553572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10993404 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 2276 12436 0 0 4 0 8 4 20 0 20 0 9809640 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356688037392 140357213460181 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 56 12436 0 0 0 0 8 4 20 0 20 0 9809641 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356686984800 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 44 12436 0 0 0 0 8 4 20 0 20 0 9809641 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10993404 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) S 949 952 22965 0 -1 1077944384 3969 12436 0 0 73 1 8 4 20 0 20 0 9809645 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356683811664 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10993404 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) S 949 952 22965 0 -1 1077944384 3832 12436 0 0 75 0 8 4 20 0 20 0 9809645 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356682774768 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10993404 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) S 949 952 22965 0 -1 1077944384 2288 12436 0 0 52 1 8 4 20 0 20 0 9809645 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356681721968 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10993404 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) S 949 952 22965 0 -1 1077944384 3429 12436 0 0 86 1 8 4 20 0 20 0 9809645 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356680668928 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10993404 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 5 12436 0 0 0 0 8 4 20 0 20 0 9809646 11257245696 69965 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10993404

[startup+4.80122 s]
/proc/loadavg: 2.15 1.13 0.97 4/282 1031
/proc/meminfo: memFree=28741416/32770624 swapFree=5700/387548
[pid=952] ppid=949 vsize=10995452 CPUtime=12 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 65194 12436 0 0 1159 29 8 4 20 0 20 0 9809623 11259342848 92554 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2748863 92554 3491 1 0 2736418 0
[pid=952/tid=1013] ppid=949 vsize=10995452 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) R 949 952 22965 0 -1 4202560 41473 12436 0 0 425 12 8 4 20 0 20 0 9809637 11259342848 92554 33554432000 4194304 4196468 140735497594560 140357217680416 140356859726992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) S 949 952 22965 0 -1 1077944384 181 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356820012176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) S 949 952 22965 0 -1 1077944384 44 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356818959376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) S 949 952 22965 0 -1 1077944384 74 12436 0 0 12 0 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356817906576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) S 949 952 22965 0 -1 1077944384 41 12436 0 0 12 0 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356816853776 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) S 949 952 22965 0 -1 1077944384 46 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356815800976 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) S 949 952 22965 0 -1 1077944384 37 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356814748176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) S 949 952 22965 0 -1 1077944384 57 12436 0 0 12 0 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356813695376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) S 949 952 22965 0 -1 1077944384 50 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356812642576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 2311 12436 0 0 9 0 8 4 20 0 20 0 9809640 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356688038768 140357213461122 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 58 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356686984864 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 45 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10995452 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) S 949 952 22965 0 -1 1077944384 7302 12436 0 0 178 1 8 4 20 0 20 0 9809645 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356683827568 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10995452 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) S 949 952 22965 0 -1 1077944384 4254 12436 0 0 170 1 8 4 20 0 20 0 9809645 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356682774768 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10995452 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) S 949 952 22965 0 -1 1077944384 3001 12436 0 0 151 1 8 4 20 0 20 0 9809645 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356681721968 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10995452 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) S 949 952 22965 0 -1 1077944384 4080 12436 0 0 122 2 8 4 20 0 20 0 9809645 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356680669168 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 8 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 92554 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 10995452

[startup+5.60983 s]
/proc/loadavg: 2.15 1.13 0.97 4/282 1031
/proc/meminfo: memFree=28694684/32770624 swapFree=5700/387552
[pid=952] ppid=949 vsize=10995452 CPUtime=13.63 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 65568 12436 0 0 1319 32 8 4 20 0 20 0 9809623 11259342848 104156 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2748863 104156 3491 1 0 2736418 0
[pid=952/tid=1013] ppid=949 vsize=10995452 CPUtime=5.3 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) R 949 952 22965 0 -1 4202560 41495 12436 0 0 505 13 8 4 20 0 20 0 9809637 11259342848 104156 33554432000 4194304 4196468 140735497594560 140357217683640 140356852181547 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) S 949 952 22965 0 -1 1077944384 183 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356820012176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) S 949 952 22965 0 -1 1077944384 47 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356818959376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) S 949 952 22965 0 -1 1077944384 76 12436 0 0 12 0 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356817906576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) S 949 952 22965 0 -1 1077944384 43 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356816853776 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) S 949 952 22965 0 -1 1077944384 49 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356815800976 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) S 949 952 22965 0 -1 1077944384 39 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356814748176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) S 949 952 22965 0 -1 1077944384 58 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356813695376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) S 949 952 22965 0 -1 1077944384 51 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356812642576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 2336 12436 0 0 10 0 8 4 20 0 20 0 9809640 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356688038768 140357213461122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 58 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356686984864 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 45 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10995452 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) S 949 952 22965 0 -1 1077944384 7369 12436 0 0 204 2 8 4 20 0 20 0 9809645 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356683827568 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10995452 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) S 949 952 22965 0 -1 1077944384 4309 12436 0 0 194 1 8 4 20 0 20 0 9809645 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356682774768 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10995452 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) R 949 952 22965 0 -1 4202560 3078 12436 0 0 172 1 8 4 20 0 20 0 9809645 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356681721968 140357206435017 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10995452 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) S 949 952 22965 0 -1 1077944384 4190 12436 0 0 130 2 8 4 20 0 20 0 9809645 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356680669168 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 10 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 104156 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 13.63
Current children cumulated vsize (KiB) 10995452

[startup+6.0008 s]
/proc/loadavg: 2.15 1.13 0.97 4/282 1031
/proc/meminfo: memFree=28694684/32770624 swapFree=5700/387552
[pid=952] ppid=949 vsize=10995452 CPUtime=14.38 cores=1,3,5,7,9,11,13,15
/proc/952/stat : 952 (java) S 949 952 22965 0 -1 1077944320 65755 12436 0 0 1393 33 8 4 20 0 20 0 9809623 11259342848 113998 33554432000 4194304 4196468 140735497594560 140735497577104 140357213449975 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
/proc/952/statm: 2748863 113998 3491 1 0 2736418 0
[pid=952/tid=1013] ppid=949 vsize=10995452 CPUtime=5.68 cores=1,3,5,7,9,11,13,15
/proc/952/task/1013/stat : 1013 (java) R 949 952 22965 0 -1 4202560 41547 12436 0 0 543 13 8 4 20 0 20 0 9809637 11259342848 113998 33554432000 4194304 4196468 140735497594560 140357217680000 140356860928013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1014] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1014/stat : 1014 (java) S 949 952 22965 0 -1 1077944384 183 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356820012176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1015] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1015/stat : 1015 (java) S 949 952 22965 0 -1 1077944384 47 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356818959376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1016] ppid=949 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/952/task/1016/stat : 1016 (java) S 949 952 22965 0 -1 1077944384 76 12436 0 0 12 0 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356817906576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1017] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1017/stat : 1017 (java) S 949 952 22965 0 -1 1077944384 43 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356816853776 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1018] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1018/stat : 1018 (java) S 949 952 22965 0 -1 1077944384 49 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356815800976 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1019] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1019/stat : 1019 (java) S 949 952 22965 0 -1 1077944384 39 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356814748176 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1020] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1020/stat : 1020 (java) S 949 952 22965 0 -1 1077944384 58 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356813695376 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1021] ppid=949 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/952/task/1021/stat : 1021 (java) S 949 952 22965 0 -1 1077944384 51 12436 0 0 12 1 8 4 20 0 20 0 9809638 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356812642576 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1022] ppid=949 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/952/task/1022/stat : 1022 (java) S 949 952 22965 0 -1 1077944384 2336 12436 0 0 10 0 8 4 20 0 20 0 9809640 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356688038768 140357213461122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1023] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1023/stat : 1023 (java) S 949 952 22965 0 -1 1077944384 58 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356686984864 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1024] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1024/stat : 1024 (java) S 949 952 22965 0 -1 1077944384 45 12436 0 0 0 0 8 4 20 0 20 0 9809641 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356685931904 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1025] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1025/stat : 1025 (java) S 949 952 22965 0 -1 1077944384 1 12436 0 0 0 0 8 4 20 0 20 0 9809645 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356684880208 140357213468571 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1026] ppid=949 vsize=10995452 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/952/task/1026/stat : 1026 (java) S 949 952 22965 0 -1 1077944384 7400 12436 0 0 215 2 8 4 20 0 20 0 9809645 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356683827568 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1027] ppid=949 vsize=10995452 CPUtime=2.16 cores=1,3,5,7,9,11,13,15
/proc/952/task/1027/stat : 1027 (java) S 949 952 22965 0 -1 1077944384 4336 12436 0 0 203 1 8 4 20 0 20 0 9809645 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356682774768 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1028] ppid=949 vsize=10995452 CPUtime=1.97 cores=1,3,5,7,9,11,13,15
/proc/952/task/1028/stat : 1028 (java) S 949 952 22965 0 -1 1077944384 3110 12436 0 0 184 1 8 4 20 0 20 0 9809645 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356681721968 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1029] ppid=949 vsize=10995452 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/952/task/1029/stat : 1029 (java) S 949 952 22965 0 -1 1077944384 4240 12436 0 0 134 2 8 4 20 0 20 0 9809645 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356680669168 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1030] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1030/stat : 1030 (java) S 949 952 22965 0 -1 1077944384 3 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356679617632 140357213460181 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
[pid=952/tid=1031] ppid=949 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/952/task/1031/stat : 1031 (java) S 949 952 22965 0 -1 1077944384 10 12436 0 0 0 0 8 4 20 0 20 0 9809646 11259342848 113998 33554432000 4194304 4196468 140735497594560 140356678564912 140357213461122 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20201472 140735497595585 140735497598359 140735497598359 140735497600975 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 6.06609
CPU time (s): 14.5177
CPU user time (s): 14.1172
CPU system time (s): 0.400504
CPU usage (%): 239.326
Max. virtual memory (cumulated for all children) (KiB): 10998312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1172
system time used= 0.400504
maximum resident set size= 465476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78345
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= 9583
involuntary context switches= 1579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056396 second user time and 0.061717 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 19:43:41
IDJOB=4248362
IDBENCH=133465
IDSOLVER=2630
FILE ID=node130/4248362-1500745421
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-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248362-1500745421/watcher-4248362-1500745421 -o /tmp/evaluation-result-4248362-1500745421/solver-4248362-1500745421 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500745411-541 --watchdog 2560  bin/concrete HOME/instance-4248362-1500745421.xml

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

MD5SUM BENCH= 3ceda869c276348ad0b4fc7c9d738878
RANDOM SEED=192298017

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		: 2667.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		: 2668.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		: 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	: 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		: 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	: 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		: 1733.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:        30033312 kB
MemAvailable:   30475372 kB
Buffers:          157708 kB
Cached:           563028 kB
SwapCached:            0 kB
Active:          1902080 kB
Inactive:         396328 kB
Active(anon):    1580360 kB
Inactive(anon):     8844 kB
Active(file):     321720 kB
Inactive(file):   387484 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24940 kB
Writeback:             0 kB
AnonPages:       1517708 kB
Mapped:            44264 kB
Shmem:              8844 kB
Slab:             131812 kB
SReclaimable:      97380 kB
SUnreclaim:        34432 kB
KernelStack:        4528 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2728936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1296384 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:47