Trace number 4246757

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: choco-solver 4.0.5 (2017-07-05)SAT (TO)308 2400.51 316.212

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246757-1500688026.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4246757-1500688026.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.36	c parse instance...
22.06/5.13	c solve instance...
113.72/26.60	o 360 
115.75/26.98	o 323 
179.92/35.13	o 311 
537.86/80.13	o 310 
1508.22/203.21	o 309 
2241.53/296.25	o 308 
2400.51/316.24	s SATISFIABLE
2400.51/316.24	v <instantiation>
2400.51/316.24	v 	<list>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] </list>
2400.51/316.24	v 	<values>0 10 24 35 51 69 88 117 174 204 232 264 287 295 302 304 307 308 </values>
2400.51/316.24	v </instantiation>
2400.51/316.24	c Unexpected resolution interruption!

Verifier Data

OK	308

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-4246757-1500688026/watcher-4246757-1500688026 -o /tmp/evaluation-result-4246757-1500688026/solver-4246757-1500688026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16505 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 499736766 HOME/instance-4246757-1500688026.xml 

pid=32125
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: 15.85 14.14 13.92 10/270 32128
/proc/meminfo: memFree=31620432/32770624 swapFree=5736/258896
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0

[startup+0.100098 s]
/proc/loadavg: 15.85 14.14 13.92 10/270 32128
/proc/meminfo: memFree=31620432/32770624 swapFree=5736/258896
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200261 s]
/proc/loadavg: 15.85 14.14 13.92 10/270 32128
/proc/meminfo: memFree=31620432/32770624 swapFree=5736/258896
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300214 s]
/proc/loadavg: 15.85 14.14 13.92 10/270 32128
/proc/meminfo: memFree=31620432/32770624 swapFree=5736/258896
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700188 s]
/proc/loadavg: 15.85 14.14 13.92 10/270 32128
/proc/meminfo: memFree=31620432/32770624 swapFree=5736/258896
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50119 s]
/proc/loadavg: 15.38 14.07 13.90 14/291 32149
/proc/meminfo: memFree=31464860/32770624 swapFree=5736/258500
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
[pid=32129] ppid=32128 vsize=13269256 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/32129/stat : 32129 (java) S 32128 32128 16473 0 -1 1077944320 19797 0 0 0 509 31 0 0 20 0 20 0 4071776 13587718144 62343 33554432000 4194304 4196468 140730193387024 140730193369568 140503818940151 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
/proc/32129/statm: 3317314 62855 3245 1 0 3304547 0
[pid=32129/tid=32130] ppid=32128 vsize=13269256 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32130/stat : 32130 (java) S 32128 32128 16473 0 -1 1077944384 7094 0 0 0 136 4 0 0 20 0 20 0 4071776 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503823177232 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32132] ppid=32128 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32132/stat : 32132 (java) R 32128 32128 16473 0 -1 4202560 148 0 0 0 3 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503751077080 140503803967998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32133] ppid=32128 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32133/stat : 32133 (java) R 32128 32128 16473 0 -1 4202560 103 0 0 0 3 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503750024536 140503812043763 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32134] ppid=32128 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32134/stat : 32134 (java) R 32128 32128 16473 0 -1 4202560 29 0 0 0 3 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503415753688 140503803967998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32135] ppid=32128 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32135/stat : 32135 (java) R 32128 32128 16473 0 -1 4202560 63 0 0 0 3 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503414701144 140503803968025 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32136] ppid=32128 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32136/stat : 32136 (java) R 32128 32128 16473 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503413647856 140503812043763 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32137] ppid=32128 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32137/stat : 32137 (java) R 32128 32128 16473 0 -1 4202560 88 0 0 0 2 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503412595544 140503803968043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32138] ppid=32128 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32138/stat : 32138 (java) R 32128 32128 16473 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503411542488 140503803968025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32139] ppid=32128 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32139/stat : 32139 (java) R 32128 32128 16473 0 -1 4202560 33 0 0 0 2 3 0 0 20 0 20 0 4071777 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503410489944 140503803968007 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32140] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32140/stat : 32140 (java) S 32128 32128 16473 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 20 0 4071780 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503348319520 140503818950357 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32141] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32141/stat : 32141 (java) S 32128 32128 16473 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4071780 13587718144 62855 33554432000 4194304 4196468 140730193387024 140503347267232 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32142] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32142/stat : 32142 (java) S 32128 32128 16473 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4071781 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502548079856 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32143] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32143/stat : 32143 (java) S 32128 32128 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4071784 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502547028432 140503818958747 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32144] ppid=32128 vsize=13269256 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32144/stat : 32144 (java) S 32128 32128 16473 0 -1 1077944384 3154 0 0 0 99 0 0 0 20 0 20 0 4071784 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502545960528 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32145] ppid=32128 vsize=13269256 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32145/stat : 32145 (java) S 32128 32128 16473 0 -1 1077944384 2377 0 0 0 90 0 0 0 20 0 20 0 4071785 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502544914272 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32146] ppid=32128 vsize=13269256 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32146/stat : 32146 (java) S 32128 32128 16473 0 -1 1077944384 2172 0 0 0 93 0 0 0 20 0 20 0 4071785 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502543854928 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32147] ppid=32128 vsize=13269256 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32147/stat : 32147 (java) S 32128 32128 16473 0 -1 1077944384 2977 0 0 0 63 1 0 0 20 0 20 0 4071785 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502542817392 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32148] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32148/stat : 32148 (java) S 32128 32128 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4071785 13587718144 62855 33554432000 4194304 4196468 140730193387024 140502541765600 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32149] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32149/stat : 32149 (java) S 32128 32128 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4071785 13587718144 62855 33554432000 4194304 4196468 140730193387024 140501936237744 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 13278768

[startup+3.10104 s]
/proc/loadavg: 15.38 14.07 13.90 13/291 32149
/proc/meminfo: memFree=31149616/32770624 swapFree=5736/258500
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
[pid=32129] ppid=32128 vsize=13269256 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/32129/stat : 32129 (java) S 32128 32128 16473 0 -1 1077944320 31092 0 0 0 995 144 0 0 20 0 20 0 4071776 13587718144 205509 33554432000 4194304 4196468 140730193387024 140730193369568 140503818940151 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
/proc/32129/statm: 3317314 205509 3259 1 0 3304547 0
[pid=32129/tid=32130] ppid=32128 vsize=13269256 CPUtime=2.55 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32130/stat : 32130 (java) S 32128 32128 16473 0 -1 1077944384 8629 0 0 0 245 10 0 0 20 0 20 0 4071776 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503823178688 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32132] ppid=32128 vsize=13269256 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32132/stat : 32132 (java) R 32128 32128 16473 0 -1 4202560 296 0 0 0 16 14 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503751077080 140503803968025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32133] ppid=32128 vsize=13269256 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32133/stat : 32133 (java) R 32128 32128 16473 0 -1 4202560 221 0 0 0 19 17 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503750024536 140503803968025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32134] ppid=32128 vsize=13269256 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32134/stat : 32134 (java) R 32128 32128 16473 0 -1 4202560 168 0 0 0 20 16 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503415753688 140503803388335 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32135] ppid=32128 vsize=13269256 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32135/stat : 32135 (java) R 32128 32128 16473 0 -1 4202560 274 0 0 0 18 17 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503414701144 140503800566096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32136] ppid=32128 vsize=13269256 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32136/stat : 32136 (java) R 32128 32128 16473 0 -1 4202560 230 0 0 0 19 16 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503413648088 140503812043219 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32137] ppid=32128 vsize=13269256 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32137/stat : 32137 (java) R 32128 32128 16473 0 -1 4202560 192 0 0 0 16 14 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503412595232 140503803967570 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32138] ppid=32128 vsize=13269256 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32138/stat : 32138 (java) R 32128 32128 16473 0 -1 4202560 175 0 0 0 19 15 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503411542488 140503803294729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32139] ppid=32128 vsize=13269256 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32139/stat : 32139 (java) R 32128 32128 16473 0 -1 4202560 252 0 0 0 18 17 0 0 20 0 20 0 4071777 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503410489944 140503803967989 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32140] ppid=32128 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32140/stat : 32140 (java) S 32128 32128 16473 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 20 0 4071780 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503348319520 140503818950357 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32141] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32141/stat : 32141 (java) S 32128 32128 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4071780 13587718144 205509 33554432000 4194304 4196468 140730193387024 140503347267232 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32142] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32142/stat : 32142 (java) S 32128 32128 16473 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 4071781 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502548079856 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32143] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32143/stat : 32143 (java) S 32128 32128 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4071784 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502547028432 140503818958747 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32144] ppid=32128 vsize=13269256 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32144/stat : 32144 (java) S 32128 32128 16473 0 -1 1077944384 5612 0 0 0 176 1 0 0 20 0 20 0 4071784 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502545975536 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32145] ppid=32128 vsize=13269256 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32145/stat : 32145 (java) S 32128 32128 16473 0 -1 1077944384 4176 0 0 0 171 0 0 0 20 0 20 0 4071785 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502544922992 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32146] ppid=32128 vsize=13269256 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32146/stat : 32146 (java) S 32128 32128 16473 0 -1 1077944384 4525 0 0 0 168 0 0 0 20 0 20 0 4071785 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502543869936 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32147] ppid=32128 vsize=13269256 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32147/stat : 32147 (java) S 32128 32128 16473 0 -1 1077944384 4584 0 0 0 83 1 0 0 20 0 20 0 4071785 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502542817392 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32148] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32148/stat : 32148 (java) S 32128 32128 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4071785 13587718144 205509 33554432000 4194304 4196468 140730193387024 140502541765600 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32149] ppid=32128 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32149/stat : 32149 (java) S 32128 32128 16473 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 4071785 13587718144 205509 33554432000 4194304 4196468 140730193387024 140501936237744 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 13278768

[startup+6.30173 s]
/proc/loadavg: 15.51 14.12 13.92 17/299 32157
/proc/meminfo: memFree=30507120/32770624 swapFree=5736/258508
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
[pid=32129] ppid=32128 vsize=13801768 CPUtime=30.78 cores=1,3,5,7,9,11,13,15
/proc/32129/stat : 32129 (java) S 32128 32128 16473 0 -1 1077944320 35898 0 0 0 2772 306 0 0 20 0 28 0 4071776 14133010432 315309 33554432000 4194304 4196468 140730193387024 140730193369568 140503818940151 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
/proc/32129/statm: 3450442 315309 3286 1 0 3437675 0
[pid=32129/tid=32130] ppid=32128 vsize=13801768 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32130/stat : 32130 (java) S 32128 32128 16473 0 -1 1077944384 8777 0 0 0 325 10 0 0 20 0 28 0 4071776 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503823180928 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32132] ppid=32128 vsize=13801768 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32132/stat : 32132 (java) S 32128 32128 16473 0 -1 1077944384 537 0 0 0 118 34 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503751076880 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32133] ppid=32128 vsize=13801768 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32133/stat : 32133 (java) S 32128 32128 16473 0 -1 1077944384 375 0 0 0 120 35 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503750024336 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32134] ppid=32128 vsize=13801768 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32134/stat : 32134 (java) S 32128 32128 16473 0 -1 1077944384 445 0 0 0 123 35 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503415753488 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32135] ppid=32128 vsize=13801768 CPUtime=1.57 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32135/stat : 32135 (java) S 32128 32128 16473 0 -1 1077944384 457 0 0 0 120 37 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503414700944 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32136] ppid=32128 vsize=13801768 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32136/stat : 32136 (java) S 32128 32128 16473 0 -1 1077944384 562 0 0 0 119 36 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503413647888 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32137] ppid=32128 vsize=13801768 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32137/stat : 32137 (java) S 32128 32128 16473 0 -1 1077944384 375 0 0 0 117 34 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503412595344 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32138] ppid=32128 vsize=13801768 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32138/stat : 32138 (java) S 32128 32128 16473 0 -1 1077944384 353 0 0 0 121 35 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503411542288 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32139] ppid=32128 vsize=13801768 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32139/stat : 32139 (java) S 32128 32128 16473 0 -1 1077944384 434 0 0 0 120 38 0 0 20 0 28 0 4071777 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503410489744 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32140] ppid=32128 vsize=13801768 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32140/stat : 32140 (java) S 32128 32128 16473 0 -1 1077944384 1758 0 0 0 10 0 0 0 20 0 28 0 4071780 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503348321008 140503818951298 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 12 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32141] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32141/stat : 32141 (java) S 32128 32128 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 4071780 14133010432 315309 33554432000 4194304 4196468 140730193387024 140503347267296 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32142] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32142/stat : 32142 (java) S 32128 32128 16473 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 4071781 14133010432 315309 33554432000 4194304 4196468 140730193387024 140502548079872 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32143] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32143/stat : 32143 (java) S 32128 32128 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4071784 14133010432 315309 33554432000 4194304 4196468 140730193387024 140502547028432 140503818958747 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0

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

[pid=32129/tid=32310] ppid=32128 vsize=13801768 CPUtime=18.8 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32310/stat : 32310 (java) R 32128 32128 16473 0 -1 4202560 455 0 0 0 1880 0 0 0 20 0 28 0 4092097 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501925564584 140503439673118 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32311] ppid=32128 vsize=13801768 CPUtime=19.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32311/stat : 32311 (java) R 32128 32128 16473 0 -1 4202560 363 0 0 0 1905 0 0 0 20 0 28 0 4092097 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501924511896 140503439184656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
Current children cumulated CPU time (s) 1660.32
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 13.83 14.38 14.08 11/300 32312
/proc/meminfo: memFree=19237944/32770624 swapFree=5736/258908
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
[pid=32129] ppid=32128 vsize=13801768 CPUtime=2137.87 cores=1,3,5,7,9,11,13,15
/proc/32129/stat : 32129 (java) S 32128 32128 16473 0 -1 1077944320 259756 0 0 0 213021 766 0 0 20 0 28 0 4071776 14133010432 865003 33554432000 4194304 4196468 140730193387024 140730193369568 140503818940151 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
/proc/32129/statm: 3450442 865003 3315 1 0 3437675 0
[pid=32129/tid=32130] ppid=32128 vsize=13801768 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32130/stat : 32130 (java) S 32128 32128 16473 0 -1 1077944384 9943 0 0 0 325 10 0 0 20 0 28 0 4071776 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503823180928 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32132] ppid=32128 vsize=13801768 CPUtime=7.24 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32132/stat : 32132 (java) S 32128 32128 16473 0 -1 1077944384 3467 0 0 0 635 89 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503751076880 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32133] ppid=32128 vsize=13801768 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32133/stat : 32133 (java) S 32128 32128 16473 0 -1 1077944384 2509 0 0 0 643 84 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503750024336 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32134] ppid=32128 vsize=13801768 CPUtime=7.36 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32134/stat : 32134 (java) S 32128 32128 16473 0 -1 1077944384 2760 0 0 0 652 84 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503415753488 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32135] ppid=32128 vsize=13801768 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32135/stat : 32135 (java) S 32128 32128 16473 0 -1 1077944384 3116 0 0 0 644 83 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503414700944 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32136] ppid=32128 vsize=13801768 CPUtime=7.31 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32136/stat : 32136 (java) S 32128 32128 16473 0 -1 1077944384 3273 0 0 0 648 83 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503413647888 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32137] ppid=32128 vsize=13801768 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32137/stat : 32137 (java) S 32128 32128 16473 0 -1 1077944384 2571 0 0 0 638 80 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503412595344 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32138] ppid=32128 vsize=13801768 CPUtime=7.21 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32138/stat : 32138 (java) S 32128 32128 16473 0 -1 1077944384 3826 0 0 0 638 83 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503411542288 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32139] ppid=32128 vsize=13801768 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32139/stat : 32139 (java) S 32128 32128 16473 0 -1 1077944384 3004 0 0 0 655 84 0 0 20 0 28 0 4071777 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503410489744 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32140] ppid=32128 vsize=13801768 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32140/stat : 32140 (java) S 32128 32128 16473 0 -1 1077944384 9857 0 0 0 163 11 0 0 20 0 28 0 4071780 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503348321008 140503818951298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32141] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32141/stat : 32141 (java) S 32128 32128 16473 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 4071780 14133010432 865003 33554432000 4194304 4196468 140730193387024 140503347267296 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32142] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32142/stat : 32142 (java) S 32128 32128 16473 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 28 0 4071781 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502548079872 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32143] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32143/stat : 32143 (java) S 32128 32128 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4071784 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502547028432 140503818958747 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32144] ppid=32128 vsize=13801768 CPUtime=5.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32144/stat : 32144 (java) S 32128 32128 16473 0 -1 1077944384 21483 0 0 0 501 4 0 0 20 0 28 0 4071784 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502545975536 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32145] ppid=32128 vsize=13801768 CPUtime=5.9 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32145/stat : 32145 (java) S 32128 32128 16473 0 -1 1077944384 34161 0 0 0 584 6 0 0 20 0 28 0 4071785 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502544922992 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32146] ppid=32128 vsize=13801768 CPUtime=5.6 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32146/stat : 32146 (java) S 32128 32128 16473 0 -1 1077944384 29089 0 0 0 555 5 0 0 20 0 28 0 4071785 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502543869936 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32147] ppid=32128 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32147/stat : 32147 (java) S 32128 32128 16473 0 -1 1077944384 20918 0 0 0 138 4 0 0 20 0 28 0 4071785 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502542817392 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32148] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32148/stat : 32148 (java) S 32128 32128 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4071785 14133010432 865003 33554432000 4194304 4196468 140730193387024 140502541765600 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32149] ppid=32128 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32149/stat : 32149 (java) S 32128 32128 16473 0 -1 1077944384 2506 0 0 0 10 10 0 0 20 0 28 0 4071785 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501936237744 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32304] ppid=32128 vsize=13801768 CPUtime=78.98 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32304/stat : 32304 (java) R 32128 32128 16473 0 -1 4202560 1018 0 0 0 7898 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501923458120 140503438844188 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32305] ppid=32128 vsize=13801768 CPUtime=79.01 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32305/stat : 32305 (java) R 32128 32128 16473 0 -1 4202560 755 0 0 0 7901 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501927670136 140503440080747 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32306] ppid=32128 vsize=13801768 CPUtime=77.58 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32306/stat : 32306 (java) R 32128 32128 16473 0 -1 4202560 1428 0 0 0 7758 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501928724312 140503431667649 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32307] ppid=32128 vsize=13801768 CPUtime=78.88 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32307/stat : 32307 (java) R 32128 32128 16473 0 -1 4202560 1178 0 0 0 7888 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501921353592 140503431667649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32308] ppid=32128 vsize=13801768 CPUtime=78.82 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32308/stat : 32308 (java) R 32128 32128 16473 0 -1 4202560 991 0 0 0 7882 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501926616320 140503439184863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32309] ppid=32128 vsize=13801768 CPUtime=79 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32309/stat : 32309 (java) R 32128 32128 16473 0 -1 4202560 3835 0 0 0 7899 1 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501922406776 140503431667871 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32310] ppid=32128 vsize=13801768 CPUtime=77.97 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32310/stat : 32310 (java) R 32128 32128 16473 0 -1 4202560 802 0 0 0 7797 0 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501925565320 140503439185225 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32311] ppid=32128 vsize=13801768 CPUtime=78.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32311/stat : 32311 (java) R 32128 32128 16473 0 -1 4202560 706 0 0 0 7892 1 0 0 20 0 28 0 4092097 14133010432 865003 33554432000 4194304 4196468 140730193387024 140501924511752 140503431667783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
Current children cumulated CPU time (s) 2137.87
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+316.202 s]
/proc/loadavg: 11.66 13.77 13.89 11/300 32320
/proc/meminfo: memFree=19237820/32770624 swapFree=5736/258932
[pid=32128] ppid=32125 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32128/stat : 32128 (xcsp3-exec) S 32125 32128 16473 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4071776 9740288 345 33554432000 4194304 5098028 140728604793760 140728604791864 139997567210108 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 32567296 140728604796047 140728604796256 140728604796256 140728604798955 0
/proc/32128/statm: 2378 345 289 221 0 87 0
[pid=32129] ppid=32128 vsize=13801768 CPUtime=2400.51 cores=1,3,5,7,9,11,13,15
/proc/32129/stat : 32129 (java) S 32128 32128 16473 0 -1 1077944320 269927 0 0 0 239281 770 0 0 20 0 28 0 4071776 14133010432 865002 33554432000 4194304 4196468 140730193387024 140730193369568 140503818940151 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
/proc/32129/statm: 3450442 865002 3315 1 0 3437675 0
[pid=32129/tid=32130] ppid=32128 vsize=13801768 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32130/stat : 32130 (java) S 32128 32128 16473 0 -1 1077944384 10114 0 0 0 325 10 0 0 20 0 28 0 4071776 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503823180928 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32132] ppid=32128 vsize=13801768 CPUtime=7.24 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32132/stat : 32132 (java) S 32128 32128 16473 0 -1 1077944384 3467 0 0 0 635 89 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503751076880 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32133] ppid=32128 vsize=13801768 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32133/stat : 32133 (java) S 32128 32128 16473 0 -1 1077944384 2509 0 0 0 643 84 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503750024336 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32134] ppid=32128 vsize=13801768 CPUtime=7.36 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32134/stat : 32134 (java) S 32128 32128 16473 0 -1 1077944384 2760 0 0 0 652 84 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503415753488 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32135] ppid=32128 vsize=13801768 CPUtime=7.27 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32135/stat : 32135 (java) S 32128 32128 16473 0 -1 1077944384 3116 0 0 0 644 83 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503414700944 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32136] ppid=32128 vsize=13801768 CPUtime=7.31 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32136/stat : 32136 (java) S 32128 32128 16473 0 -1 1077944384 3273 0 0 0 648 83 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503413647888 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32137] ppid=32128 vsize=13801768 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32137/stat : 32137 (java) S 32128 32128 16473 0 -1 1077944384 2571 0 0 0 638 80 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503412595344 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32138] ppid=32128 vsize=13801768 CPUtime=7.21 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32138/stat : 32138 (java) S 32128 32128 16473 0 -1 1077944384 3826 0 0 0 638 83 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503411542288 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32139] ppid=32128 vsize=13801768 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32139/stat : 32139 (java) S 32128 32128 16473 0 -1 1077944384 3004 0 0 0 655 84 0 0 20 0 28 0 4071777 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503410489744 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32140] ppid=32128 vsize=13801768 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32140/stat : 32140 (java) S 32128 32128 16473 0 -1 1077944384 9922 0 0 0 163 11 0 0 20 0 28 0 4071780 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503348321008 140503818951298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32141] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32141/stat : 32141 (java) S 32128 32128 16473 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 4071780 14133010432 865002 33554432000 4194304 4196468 140730193387024 140503347267296 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32142] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32142/stat : 32142 (java) S 32128 32128 16473 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 28 0 4071781 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502548079872 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32143] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32143/stat : 32143 (java) S 32128 32128 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4071784 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502547028432 140503818958747 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32144] ppid=32128 vsize=13801768 CPUtime=5.05 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32144/stat : 32144 (java) S 32128 32128 16473 0 -1 1077944384 21493 0 0 0 501 4 0 0 20 0 28 0 4071784 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502545975536 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32145] ppid=32128 vsize=13801768 CPUtime=5.91 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32145/stat : 32145 (java) S 32128 32128 16473 0 -1 1077944384 35385 0 0 0 585 6 0 0 20 0 28 0 4071785 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502544922992 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32146] ppid=32128 vsize=13801768 CPUtime=5.6 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32146/stat : 32146 (java) S 32128 32128 16473 0 -1 1077944384 29579 0 0 0 555 5 0 0 20 0 28 0 4071785 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502543869936 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32147] ppid=32128 vsize=13801768 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32147/stat : 32147 (java) S 32128 32128 16473 0 -1 1077944384 21181 0 0 0 138 4 0 0 20 0 28 0 4071785 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502542817392 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32148] ppid=32128 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32148/stat : 32148 (java) S 32128 32128 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4071785 14133010432 865002 33554432000 4194304 4196468 140730193387024 140502541765600 140503818950357 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32149] ppid=32128 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32149/stat : 32149 (java) S 32128 32128 16473 0 -1 1077944384 2654 0 0 0 11 12 0 0 20 0 28 0 4071785 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501936237744 140503818951298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32313] ppid=32128 vsize=13801768 CPUtime=19.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32313/stat : 32313 (java) R 32128 32128 16473 0 -1 4202560 948 0 0 0 1993 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501928725816 140503439674389 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32314] ppid=32128 vsize=13801768 CPUtime=19.75 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32314/stat : 32314 (java) R 32128 32128 16473 0 -1 4202560 376 0 0 0 1975 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501922410984 140503439185720 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32315] ppid=32128 vsize=13801768 CPUtime=19.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32315/stat : 32315 (java) R 32128 32128 16473 0 -1 4202560 592 0 0 0 1993 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501926621288 140503439692796 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32316] ppid=32128 vsize=13801768 CPUtime=19.56 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32316/stat : 32316 (java) R 32128 32128 16473 0 -1 4202560 542 0 0 0 1956 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501927674088 140503431667600 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32317] ppid=32128 vsize=13801768 CPUtime=19.91 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32317/stat : 32317 (java) R 32128 32128 16473 0 -1 4202560 644 0 0 0 1991 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501924513688 140503438843817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32318] ppid=32128 vsize=13801768 CPUtime=19.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32318/stat : 32318 (java) R 32128 32128 16473 0 -1 4202560 2556 0 0 0 1993 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501925571400 140503438844912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32319] ppid=32128 vsize=13801768 CPUtime=19.93 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32319/stat : 32319 (java) R 32128 32128 16473 0 -1 4202560 663 0 0 0 1993 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501921354784 140503439693204 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
[pid=32129/tid=32320] ppid=32128 vsize=13801768 CPUtime=19.92 cores=1,3,5,7,9,11,13,15
/proc/32129/task/32320/stat : 32320 (java) R 32128 32128 16473 0 -1 4202560 394 0 0 0 1992 0 0 0 20 0 28 0 4101401 14133010432 865002 33554432000 4194304 4196468 140730193387024 140501923466824 140503439184826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26107904 140730193388732 140730193388908 140730193388908 140730193391567 0
Current children cumulated CPU time (s) 2400.51
Current children cumulated vsize (KiB) 13811280

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32128 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1380
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1380
# CPU time returned by wait4() is 0.00276
# while last known CPU time is 2400.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 316.212
CPU time (s): 2400.51
CPU user time (s): 2392.81
CPU system time (s): 7.7
CPU usage (%): 759.145
Max. virtual memory (cumulated for all children) (KiB): 13813508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.00138
system time used= 0.00138
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.72645 second user time and 5.02525 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 03:47:06
IDJOB=4246757
IDBENCH=126233
IDSOLVER=2625
FILE ID=node114/4246757-1500688026
RUNJOBID= node114-1500682387-16505
PBS_JOBID= 20623324
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246757-1500688026/watcher-4246757-1500688026 -o /tmp/evaluation-result-4246757-1500688026/solver-4246757-1500688026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16505 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 499736766 HOME/instance-4246757-1500688026.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=499736766

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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.60
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.60
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.60
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		: 1600.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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2668.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.60
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		: 1733.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:        31621240 kB
MemAvailable:   31781712 kB
Buffers:          114312 kB
Cached:           327232 kB
SwapCached:            0 kB
Active:           446496 kB
Inactive:         267708 kB
Active(anon):     275396 kB
Inactive(anon):     8812 kB
Active(file):     171100 kB
Inactive(file):   258896 kB
Unevictable:        5736 kB
Mlocked:            5736 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8392 kB
Writeback:             0 kB
AnonPages:        278452 kB
Mapped:            43108 kB
Shmem:              8848 kB
Slab:             126424 kB
SReclaimable:      92620 kB
SUnreclaim:        33804 kB
KernelStack:        4640 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61992 MiB
End job on node114 at 2017-07-22 03:52:23