Trace number 4246838

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - Hybrid 2017-06-30SAT (TO)559 2400.11 2319.32

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"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.27/0.29	c version: 2017-06-30
0.27/0.29	c seed: 721985327
0.27/0.29	c timeout: 2400
0.27/0.29	c memlimit: 15500
0.27/0.29	c nbcore: 8
0.46/0.31	c Parsing instance...
6.94/2.14	c Parsing done, starting first complete search...
8.10/2.42	o 1000
10.96/4.54	c First complete search done, starting ALNS search...
11.15/4.67	o 661
68.02/58.46	o 645
132.16/122.03	o 620
177.28/166.53	o 619
177.69/166.95	o 616
178.39/167.67	o 615
178.61/167.87	o 614
178.88/168.00	o 613
178.98/168.12	o 612
179.68/168.88	o 611
187.79/176.81	o 600
188.73/177.70	o 599
194.10/183.06	o 598
195.10/184.04	o 597
204.87/193.59	o 596
205.73/194.30	o 577
267.78/254.87	o 575
1176.22/1131.39	o 574
1230.05/1183.37	o 573
1241.08/1194.07	o 570
1261.76/1214.04	o 568
1274.02/1225.82	o 567
1287.32/1238.77	o 565
1326.52/1276.24	o 564
1337.81/1287.30	o 562
1485.88/1431.33	o 561
1500.84/1445.81	o 560
1522.72/1467.13	o 559
1740.94/1679.70	c ALNS done, starting second complete search
1740.94/1679.70	c Best operator: FullRelax_ExtOriented(Min) with improvement of: 380
2400.08/2319.30	s SATISFIABLE
2400.08/2319.30	v <instantiation>
2400.08/2319.30	v 	<list>
2400.08/2319.30	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]
2400.08/2319.30	v 	</list>
2400.08/2319.30	v 	<values>
2400.08/2319.30	v 		0 6 34 49 61 129 146 159 175 196 234 278 297 317 370 441 483 501 548 549 552 557 559 
2400.08/2319.30	v 	</values>
2400.08/2319.30	v </instantiation>

Verifier Data

OK	559

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-4246838-1500706389/watcher-4246838-1500706389 -o /tmp/evaluation-result-4246838-1500706389/solver-4246838-1500706389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500697194-17818 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 721985327 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246838-1500706389.xml 

pid=19255
running on 8 cores: 0,2,4,6,8,10,12,14

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.50 1.43 1.46 3/261 19258
/proc/meminfo: memFree=31241288/32770624 swapFree=5780/283604
[pid=19258] ppid=19255 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 1913 0 0 0 0 0 0 0 20 0 2 0 5905179 10889764864 2121 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 2658634 2187 1188 1 0 2647545 0
[pid=19258/tid=19259] ppid=19255 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 726 0 0 0 0 0 0 0 20 0 2 0 5905180 10889764864 2253 33554432000 4194304 4196468 140736725834240 140189074000288 140189062047572 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0

[startup+0.100152 s]
/proc/loadavg: 1.50 1.43 1.46 3/261 19258
/proc/meminfo: memFree=31241288/32770624 swapFree=5780/283604
[pid=19258] ppid=19255 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 6679 0 0 0 9 1 0 0 20 0 20 0 5905179 13582245888 6942 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3315978 6942 3393 1 0 3303698 0
[pid=19258/tid=19259] ppid=19255 vsize=13263912 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 4690 0 0 0 7 0 0 0 20 0 20 0 5905180 13582245888 6942 33554432000 4194304 4196468 140736725834240 140189073987576 140189069780125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200438 s]
/proc/loadavg: 1.50 1.43 1.46 3/261 19258
/proc/meminfo: memFree=31241288/32770624 swapFree=5780/283604
[pid=19258] ppid=19255 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 9004 0 0 0 25 2 0 0 20 0 20 0 5905179 13582245888 9377 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3315978 9377 3588 1 0 3303698 0
[pid=19258/tid=19259] ppid=19255 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 6675 0 0 0 16 1 0 0 20 0 20 0 5905180 13582245888 9377 33554432000 4194304 4196468 140736725834240 140189073985616 140189069780125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300341 s]
/proc/loadavg: 1.50 1.43 1.46 3/261 19258
/proc/meminfo: memFree=31241288/32770624 swapFree=5780/283604
[pid=19258] ppid=19255 vsize=13263912 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 10273 0 0 0 43 3 0 0 20 0 20 0 5905179 13582245888 11465 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3315978 11465 3669 1 0 3303698 0
[pid=19258/tid=19259] ppid=19255 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 7350 0 0 0 25 2 0 0 20 0 20 0 5905180 13582245888 11465 33554432000 4194304 4196468 140736725834240 140189073986320 140189069780125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13263912

[startup+0.700246 s]
/proc/loadavg: 1.50 1.43 1.46 3/261 19258
/proc/meminfo: memFree=31241288/32770624 swapFree=5780/283604
[pid=19258] ppid=19255 vsize=13265980 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 14773 0 0 0 159 6 0 0 20 0 20 0 5905179 13584363520 26276 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3316495 26276 3760 1 0 3304210 0
[pid=19258/tid=19259] ppid=19255 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 8400 0 0 0 64 3 0 0 20 0 20 0 5905180 13584363520 26276 33554432000 4194304 4196468 140736725834240 140189073993872 140189047760734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13265980

[startup+1.5007 s]
/proc/loadavg: 1.62 1.46 1.47 6/281 19278
/proc/meminfo: memFree=31032172/32770624 swapFree=5780/283624
[pid=19258] ppid=19255 vsize=13265980 CPUtime=5.03 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 17481 0 0 0 475 28 0 0 20 0 20 0 5905179 13584363520 63404 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3316495 63404 3811 1 0 3304210 0
[pid=19258/tid=19259] ppid=19255 vsize=13265980 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 8701 0 0 0 136 5 0 0 20 0 20 0 5905180 13584363520 63404 33554432000 4194304 4196468 140736725834240 140189073992520 140188695030816 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 58 0 0 0 3 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 29 0 0 0 3 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13265980 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 39 0 0 0 1 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 35 0 0 0 2 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 43 0 0 0 2 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 22 0 0 0 2 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 20 0 5905181 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 5905183 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 5905183 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5905183 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188529420880 140189069776795 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19273] ppid=19255 vsize=13265980 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19273/stat : 19273 (java) R 19255 19258 14782 0 -1 4202560 1866 0 0 0 85 0 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188528367728 140189049594519 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19274] ppid=19255 vsize=13265980 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) R 19255 19258 14782 0 -1 4202560 1630 0 0 0 86 0 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188527301024 140189049113099 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13265980 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) R 19255 19258 14782 0 -1 4202560 1780 0 0 0 87 0 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188526251632 140189053289686 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13265980 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 1766 0 0 0 57 1 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905187 13584363520 63404 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 13265980

[startup+3.10086 s]
/proc/loadavg: 1.62 1.46 1.47 6/281 19278
/proc/meminfo: memFree=30848652/32770624 swapFree=5780/283616
[pid=19258] ppid=19255 vsize=13270076 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 24827 0 0 0 899 39 0 0 20 0 20 0 5905179 13588557824 103780 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3317519 103780 3818 1 0 3305234 0
[pid=19258/tid=19259] ppid=19255 vsize=13270076 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 10422 0 0 0 290 7 0 0 20 0 20 0 5905180 13588557824 103780 33554432000 4194304 4196468 140736725834240 140189073993768 140188698171782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 60 0 0 0 3 2 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13270076 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 43 0 0 0 4 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13270076 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 51 0 0 0 3 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13270076 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 43 0 0 0 3 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13270076 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 36 0 0 0 3 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13270076 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 65 0 0 0 4 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 28 0 0 0 2 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13270076 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 20 0 5905181 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188529420880 140189069776795 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19273] ppid=19255 vsize=13270076 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 14782 0 -1 1077944384 3605 0 0 0 164 0 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188528367728 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19274] ppid=19255 vsize=13270076 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) S 19255 19258 14782 0 -1 1077944384 2661 0 0 0 168 1 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188527314928 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13270076 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) S 19255 19258 14782 0 -1 1077944384 3212 0 0 0 162 1 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188526262640 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13270076 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 2977 0 0 0 81 1 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905187 13588557824 103780 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 13270076

[startup+6.30086 s]
/proc/loadavg: 1.65 1.47 1.47 3/281 19278
/proc/meminfo: memFree=30808088/32770624 swapFree=5780/283628
[pid=19258] ppid=19255 vsize=13270076 CPUtime=13.89 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 35885 0 0 0 1331 58 0 0 20 0 20 0 5905179 13588557824 160503 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3317519 160503 3833 1 0 3305234 0
[pid=19258/tid=19259] ppid=19255 vsize=13270076 CPUtime=6.13 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 13277 0 0 0 602 11 0 0 20 0 20 0 5905180 13588557824 160503 33554432000 4194304 4196468 140736725834240 140189073993464 140188698625974 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13270076 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 314 0 0 0 5 4 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 148 0 0 0 6 5 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13270076 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 232 0 0 0 5 4 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13270076 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 91 0 0 0 5 5 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13270076 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 71 0 0 0 4 5 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 99 0 0 0 6 5 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13270076 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 148 0 0 0 4 4 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13270076 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 855 0 0 0 4 5 0 0 20 0 20 0 5905181 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 5905183 13588557824 160503 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 161015 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 161015 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19258/tid=19274] ppid=19255 vsize=13270076 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) S 19255 19258 14782 0 -1 1077944384 9610 0 0 0 235 2 0 0 20 0 20 0 5905186 13588557824 488658 33554432000 4194304 4196468 140736725834240 140188527314928 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13270076 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) S 19255 19258 14782 0 -1 1077944384 11506 0 0 0 247 2 0 0 20 0 20 0 5905186 13588557824 488658 33554432000 4194304 4196468 140736725834240 140188526262640 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 23702 0 0 0 119 4 0 0 20 0 20 0 5905186 13588557824 488658 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 488658 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 2089 0 0 0 64 60 0 0 20 0 20 0 5905187 13588557824 488658 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 2279.71
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 0.94 1.25 1.40 3/281 19547
/proc/meminfo: memFree=27691644/32770624 swapFree=5780/286180
[pid=19258] ppid=19255 vsize=13270076 CPUtime=2341.5 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 356307 0 0 0 233629 521 0 0 20 0 20 0 5905179 13588557824 479680 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3317519 479680 3854 1 0 3305234 0
[pid=19258/tid=19259] ppid=19255 vsize=13270076 CPUtime=2243.85 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 110757 0 0 0 224311 74 0 0 20 0 20 0 5905180 13588557824 479680 33554432000 4194304 4196468 140736725834240 140189073996384 140188699380084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13270076 CPUtime=10.38 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 17065 0 0 0 995 43 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13270076 CPUtime=10.49 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 19552 0 0 0 1004 45 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13270076 CPUtime=10.39 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 18024 0 0 0 997 42 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13270076 CPUtime=10.29 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 19112 0 0 0 987 42 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13270076 CPUtime=10.42 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 16478 0 0 0 1000 42 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13270076 CPUtime=10.38 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 18839 0 0 0 993 45 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13270076 CPUtime=10.4 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 17985 0 0 0 994 46 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13270076 CPUtime=10.31 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 20055 0 0 0 984 47 0 0 20 0 20 0 5905181 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13270076 CPUtime=4.44 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 32551 0 0 0 388 56 0 0 20 0 20 0 5905183 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188529420880 140189069776795 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19273] ppid=19255 vsize=13270076 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 14782 0 -1 1077944384 17474 0 0 0 258 3 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188528367728 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19274] ppid=19255 vsize=13270076 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) S 19255 19258 14782 0 -1 1077944384 9614 0 0 0 235 2 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188527314928 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13270076 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) S 19255 19258 14782 0 -1 1077944384 11510 0 0 0 247 2 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188526262640 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 23706 0 0 0 119 4 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13270076 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 2121 0 0 0 65 61 0 0 20 0 20 0 5905187 13588557824 479680 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 2341.5
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2319.3 s]
/proc/loadavg: 1.33 1.31 1.41 3/281 19548
/proc/meminfo: memFree=27724684/32770624 swapFree=5780/286236
[pid=19258] ppid=19255 vsize=13270076 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 358633 0 0 0 239479 529 0 0 20 0 20 0 5905179 13588557824 471600 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3317519 471600 3854 1 0 3305234 0
[pid=19258/tid=19259] ppid=19255 vsize=13270076 CPUtime=2300.4 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 111979 0 0 0 229965 75 0 0 20 0 20 0 5905180 13588557824 471600 33554432000 4194304 4196468 140736725834240 140189073996464 140188698332285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13270076 CPUtime=10.61 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 17289 0 0 0 1017 44 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13270076 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 19569 0 0 0 1025 46 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13270076 CPUtime=10.64 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 18075 0 0 0 1021 43 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13270076 CPUtime=10.53 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 19330 0 0 0 1011 42 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13270076 CPUtime=10.67 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 16502 0 0 0 1024 43 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13270076 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 18849 0 0 0 1015 45 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13270076 CPUtime=10.64 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 18033 0 0 0 1018 46 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13270076 CPUtime=10.54 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 20171 0 0 0 1006 48 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13270076 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 32904 0 0 0 399 58 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188529420880 140189069776795 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19273] ppid=19255 vsize=13270076 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 14782 0 -1 1077944384 17478 0 0 0 258 3 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188528367728 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19274] ppid=19255 vsize=13270076 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) S 19255 19258 14782 0 -1 1077944384 9618 0 0 0 235 2 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188527314928 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13270076 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) S 19255 19258 14782 0 -1 1077944384 11514 0 0 0 247 2 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188526262640 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 23712 0 0 0 119 4 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 2146 0 0 0 67 63 0 0 20 0 20 0 5905187 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 13270076

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

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

[startup+2319.3 s]
/proc/loadavg: 1.33 1.31 1.41 3/281 19548
/proc/meminfo: memFree=27724684/32770624 swapFree=5780/286236
[pid=19258] ppid=19255 vsize=13270076 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/19258/stat : 19258 (java) S 19255 19258 14782 0 -1 1077944320 358633 0 0 0 239479 529 0 0 20 0 20 0 5905179 13588557824 471600 33554432000 4194304 4196468 140736725834240 140736725816784 140189069758199 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
/proc/19258/statm: 3317519 471600 3854 1 0 3305234 0
[pid=19258/tid=19259] ppid=19255 vsize=13270076 CPUtime=2300.4 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19259/stat : 19259 (java) R 19255 19258 14782 0 -1 4202560 111979 0 0 0 229965 75 0 0 20 0 20 0 5905180 13588557824 471600 33554432000 4194304 4196468 140736725834240 140189073996464 140188698332285 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19261] ppid=19255 vsize=13270076 CPUtime=10.61 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19261/stat : 19261 (java) S 19255 19258 14782 0 -1 1077944384 17289 0 0 0 1017 44 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140189008722832 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19262] ppid=19255 vsize=13270076 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19262/stat : 19262 (java) S 19255 19258 14782 0 -1 1077944384 19569 0 0 0 1025 46 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188668353296 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19263] ppid=19255 vsize=13270076 CPUtime=10.64 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19263/stat : 19263 (java) S 19255 19258 14782 0 -1 1077944384 18075 0 0 0 1021 43 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188667301008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19264] ppid=19255 vsize=13270076 CPUtime=10.53 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19264/stat : 19264 (java) S 19255 19258 14782 0 -1 1077944384 19330 0 0 0 1011 42 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188666248208 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19265] ppid=19255 vsize=13270076 CPUtime=10.67 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19265/stat : 19265 (java) S 19255 19258 14782 0 -1 1077944384 16502 0 0 0 1024 43 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188665194896 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19266] ppid=19255 vsize=13270076 CPUtime=10.6 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19266/stat : 19266 (java) S 19255 19258 14782 0 -1 1077944384 18849 0 0 0 1015 45 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188664142096 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19267] ppid=19255 vsize=13270076 CPUtime=10.64 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19267/stat : 19267 (java) S 19255 19258 14782 0 -1 1077944384 18033 0 0 0 1018 46 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188663089808 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19268] ppid=19255 vsize=13270076 CPUtime=10.54 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19268/stat : 19268 (java) S 19255 19258 14782 0 -1 1077944384 20171 0 0 0 1006 48 0 0 20 0 20 0 5905181 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188662037008 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19269] ppid=19255 vsize=13270076 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19269/stat : 19269 (java) S 19255 19258 14782 0 -1 1077944384 32904 0 0 0 399 58 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188532578928 140189069769346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19270] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19270/stat : 19270 (java) S 19255 19258 14782 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188531524960 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19271] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19271/stat : 19271 (java) S 19255 19258 14782 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 5905183 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188530472576 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19272] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19272/stat : 19272 (java) S 19255 19258 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188529420880 140189069776795 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19273] ppid=19255 vsize=13270076 CPUtime=2.61 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19273/stat : 19273 (java) S 19255 19258 14782 0 -1 1077944384 17478 0 0 0 258 3 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188528367728 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19274] ppid=19255 vsize=13270076 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19274/stat : 19274 (java) S 19255 19258 14782 0 -1 1077944384 9618 0 0 0 235 2 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188527314928 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19275] ppid=19255 vsize=13270076 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19275/stat : 19275 (java) S 19255 19258 14782 0 -1 1077944384 11514 0 0 0 247 2 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188526262640 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19276] ppid=19255 vsize=13270076 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19276/stat : 19276 (java) S 19255 19258 14782 0 -1 1077944384 23712 0 0 0 119 4 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188525209840 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19277] ppid=19255 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19277/stat : 19277 (java) S 19255 19258 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5905186 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188524157792 140189069768405 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
[pid=19258/tid=19278] ppid=19255 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/19258/task/19278/stat : 19278 (java) S 19255 19258 14782 0 -1 1077944384 2146 0 0 0 67 63 0 0 20 0 20 0 5905187 13588557824 471600 33554432000 4194304 4196468 140736725834240 140188523105072 140189069769346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8966144 140736725836942 140736725837124 140736725837124 140736725839823 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2319.32
CPU time (s): 2400.11
CPU user time (s): 2394.8
CPU system time (s): 5.30551
CPU usage (%): 103.483
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.8
system time used= 5.30551
maximum resident set size= 3491600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209994
involuntary context switches= 156614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1153 second user time and 20.0423 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 08:53:09
IDJOB=4246838
IDBENCH=126248
IDSOLVER=2629
FILE ID=node143/4246838-1500706389
RUNJOBID= node143-1500697194-17818
PBS_JOBID= 20623040
Free space on /tmp= 61948 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246838-1500706389/watcher-4246838-1500706389 -o /tmp/evaluation-result-4246838-1500706389/solver-4246838-1500706389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500697194-17818 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 721985327 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246838-1500706389.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=721985327

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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		: 1600.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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
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		: 2400.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.69
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		: 1867.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.69
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		: 1867.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.69
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:        31241640 kB
MemAvailable:   31583144 kB
Buffers:          157268 kB
Cached:           455924 kB
SwapCached:            0 kB
Active:           780952 kB
Inactive:         292532 kB
Active(anon):     463192 kB
Inactive(anon):     8760 kB
Active(file):     317760 kB
Inactive(file):   283772 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43296 kB
Writeback:             0 kB
AnonPages:        450796 kB
Mapped:            45300 kB
Shmem:              8852 kB
Slab:             145708 kB
SReclaimable:     111612 kB
SUnreclaim:        34096 kB
KernelStack:        4208 kB
PageTables:         6396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1316116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61908 MiB
End job on node143 at 2017-07-22 09:31:49