Trace number 4246858

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 - Conflict Ordering 2017-06-30SAT (TO)491 2400.07 2374.12

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"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.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 1750425275
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
6.66/1.82	c Parsing done, starting search...
7.14/1.96	o 500
223.04/216.19	o 498
229.72/222.70	o 497
235.32/228.39	o 492
1069.86/1057.21	o 491
2400.04/2374.11	s SATISFIABLE
2400.04/2374.11	v <instantiation>
2400.04/2374.11	v 	<list>
2400.04/2374.11	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]
2400.04/2374.11	v 	</list>
2400.04/2374.11	v 	<values>
2400.04/2374.11	v 		0 140 211 219 234 251 353 369 404 410 413 423 441 443 465 479 486 490 491 
2400.04/2374.11	v 	</values>
2400.04/2374.11	v </instantiation>

Verifier Data

OK	491

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-4246858-1500715018/watcher-4246858-1500715018 -o /tmp/evaluation-result-4246858-1500715018/solver-4246858-1500715018 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500684204-15325 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1750425275 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246858-1500715018.xml 

pid=19738
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.61 1.65 1.64 3/261 19741
/proc/meminfo: memFree=30417104/32770624 swapFree=5952/268880
[pid=19741] ppid=19738 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 6766685 369864704 1925 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 90299 1925 1072 1 0 79210 0
[pid=19741/tid=19742] ppid=19738 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) S 19738 19741 15294 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6766685 369864704 1925 33554432000 4194304 4196468 140730201598016 139918386186656 139918381955714 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0

[startup+0.100131 s]
/proc/loadavg: 1.61 1.65 1.64 3/261 19741
/proc/meminfo: memFree=30417104/32770624 swapFree=5952/268880
[pid=19741] ppid=19738 vsize=13263912 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 5567 0 0 0 8 1 0 0 20 0 20 0 6766685 13582245888 6339 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3315978 6339 2628 1 0 3303698 0
[pid=19741/tid=19742] ppid=19738 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 3653 0 0 0 7 1 0 0 20 0 20 0 6766685 13582245888 6339 33554432000 4194304 4196468 140730201598016 139918386184344 139918338579410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200423 s]
/proc/loadavg: 1.61 1.65 1.64 3/261 19741
/proc/meminfo: memFree=30417104/32770624 swapFree=5952/268880
[pid=19741] ppid=19738 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 8653 0 0 0 24 2 0 0 20 0 20 0 6766685 13582245888 9143 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3315978 9143 3544 1 0 3303698 0
[pid=19741/tid=19742] ppid=19738 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 6377 0 0 0 16 1 0 0 20 0 20 0 6766685 13582245888 9143 33554432000 4194304 4196468 140730201598016 139918386166832 139918381966493 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300416 s]
/proc/loadavg: 1.61 1.65 1.64 3/261 19741
/proc/meminfo: memFree=30417104/32770624 swapFree=5952/268880
[pid=19741] ppid=19738 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 9625 0 0 0 39 3 0 0 20 0 20 0 6766685 13582245888 11354 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3315978 11354 3628 1 0 3303698 0
[pid=19741/tid=19742] ppid=19738 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 7105 0 0 0 25 2 0 0 20 0 20 0 6766685 13582245888 11354 33554432000 4194304 4196468 140730201598016 139918386158784 139918366025054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700272 s]
/proc/loadavg: 1.61 1.65 1.64 3/261 19741
/proc/meminfo: memFree=30417104/32770624 swapFree=5952/268880
[pid=19741] ppid=19738 vsize=13265980 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 15620 0 0 0 172 6 0 0 20 0 20 0 6766685 13584363520 25067 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3316495 25067 3758 1 0 3304210 0
[pid=19741/tid=19742] ppid=19738 vsize=13265980 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 8068 0 0 0 63 3 0 0 20 0 20 0 6766685 13584363520 25067 33554432000 4194304 4196468 140730201598016 139918386178128 139917974715323 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 13265980

[startup+1.5012 s]
/proc/loadavg: 1.61 1.65 1.64 7/281 19761
/proc/meminfo: memFree=30161068/32770624 swapFree=5952/268872
[pid=19741] ppid=19738 vsize=13265980 CPUtime=5.32 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 19999 0 0 0 510 22 0 0 20 0 20 0 6766685 13584363520 59895 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3316495 59895 3812 1 0 3304210 0
[pid=19741/tid=19742] ppid=19738 vsize=13265980 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) S 19738 19741 15294 0 -1 1077944384 8376 0 0 0 139 4 0 0 20 0 20 0 6766685 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918386180720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) R 19738 19741 15294 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918300424920 139918375041403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13265980 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) R 19738 19741 15294 0 -1 4202560 40 0 0 0 0 2 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918299372176 139918363592138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13265980 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) R 19738 19741 15294 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918298319320 139918375051123 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) R 19738 19741 15294 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918297266576 139918366972450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13265980 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) R 19738 19741 15294 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918296214544 139918366972450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13265980 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) R 19738 19741 15294 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918295162000 139918375051123 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13265980 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) R 19738 19741 15294 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918294108944 139918366972450 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13265980 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) R 19738 19741 15294 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 20 0 6766686 13584363520 59895 33554432000 4194304 4196468 140730201598016 139918293056600 139918366972450 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 6766688 13584363520 59895 33554432000 4194304 4196468 140730201598016 139917047268128 139918381954773 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917046215840 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6766689 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917045162736 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19755/stat : 19755 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917044111312 139918381963163 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19756] ppid=19738 vsize=13265980 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19756/stat : 19756 (java) S 19738 19741 15294 0 -1 1077944384 2415 0 0 0 102 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917043044640 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19757] ppid=19738 vsize=13265980 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 2493 0 0 0 100 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917041986112 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13265980 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 2267 0 0 0 102 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917040936000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13265980 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 2803 0 0 0 55 1 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13584363520 60407 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 13265980

[startup+3.10118 s]
/proc/loadavg: 1.72 1.68 1.64 4/281 19761
/proc/meminfo: memFree=30029920/32770624 swapFree=5952/268872
[pid=19741] ppid=19738 vsize=13270076 CPUtime=9.27 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 27406 0 0 0 897 30 0 0 20 0 20 0 6766685 13588557824 69767 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3317519 69767 3819 1 0 3305234 0
[pid=19741/tid=19742] ppid=19738 vsize=13270076 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 10111 0 0 0 296 5 0 0 20 0 20 0 6766685 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918386180840 139917980009581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918300424720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) S 19738 19741 15294 0 -1 1077944384 48 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918299372176 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) S 19738 19741 15294 0 -1 1077944384 32 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918298319120 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) S 19738 19741 15294 0 -1 1077944384 18 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918297266576 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) S 19738 19741 15294 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918296214544 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) S 19738 19741 15294 0 -1 1077944384 17 0 0 0 0 1 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918295162000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) S 19738 19741 15294 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918294108944 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) S 19738 19741 15294 0 -1 1077944384 26 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 69767 33554432000 4194304 4196468 140730201598016 139918293056400 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 6766688 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917047269616 139918381955714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917046215904 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917045162752 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19755/stat : 19755 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917044111312 139918381963163 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19756] ppid=19738 vsize=13270076 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19756/stat : 19756 (java) S 19738 19741 15294 0 -1 1077944384 3881 0 0 0 166 1 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917043059440 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19757] ppid=19738 vsize=13270076 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 3029 0 0 0 171 1 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917042006896 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13270076 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 3655 0 0 0 167 1 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917040953840 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 5040 0 0 0 82 1 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 69767 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 13270076

[startup+6.3008 s]
/proc/loadavg: 1.72 1.68 1.64 3/281 19761
/proc/meminfo: memFree=29804020/32770624 swapFree=5952/268872
[pid=19741] ppid=19738 vsize=13270076 CPUtime=12.62 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 33655 0 0 0 1224 38 0 0 20 0 20 0 6766685 13588557824 99140 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3317519 99140 3825 1 0 3305234 0
[pid=19741/tid=19742] ppid=19738 vsize=13270076 CPUtime=6.19 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 10467 0 0 0 612 7 0 0 20 0 20 0 6766685 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918386183064 139917979655434 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) S 19738 19741 15294 0 -1 1077944384 226 0 0 0 1 3 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918300424720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) S 19738 19741 15294 0 -1 1077944384 1019 0 0 0 2 3 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918299372176 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) S 19738 19741 15294 0 -1 1077944384 107 0 0 0 2 3 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918298319120 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) S 19738 19741 15294 0 -1 1077944384 59 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918297266576 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) S 19738 19741 15294 0 -1 1077944384 39 0 0 0 2 3 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918296214544 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13270076 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918295162000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13270076 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) S 19738 19741 15294 0 -1 1077944384 143 0 0 0 2 2 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918294108944 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13270076 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) S 19738 19741 15294 0 -1 1077944384 44 0 0 0 2 3 0 0 20 0 20 0 6766686 13588557824 99140 33554432000 4194304 4196468 140730201598016 139918293056400 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 832 0 0 0 1 0 0 0 20 0 20 0 6766688 13588557824 99140 33554432000 4194304 4196468 140730201598016 139917047269616 139918381955714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 99140 33554432000 4194304 4196468 140730201598016 139917046215904 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 99140 33554432000 4194304 4196468 140730201598016 139917045162752 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19741/tid=19757] ppid=19738 vsize=13270076 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 6361 0 0 0 178 1 0 0 20 0 20 0 6766693 13588557824 244223 33554432000 4194304 4196468 140730201598016 139917042006896 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 7823 0 0 0 183 2 0 0 20 0 20 0 6766693 13588557824 244223 33554432000 4194304 4196468 140730201598016 139917040953840 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 8115 0 0 0 84 2 0 0 20 0 20 0 6766693 13588557824 244223 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 244223 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13270076 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 2237 0 0 0 32 28 0 0 20 0 20 0 6766693 13588557824 244223 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 2287.35
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 0.96 1.28 1.44 2/255 19884
/proc/meminfo: memFree=30781968/32770624 swapFree=5952/270992
[pid=19741] ppid=19738 vsize=13270076 CPUtime=2347.83 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 119257 0 0 0 234576 207 0 0 20 0 20 0 6766685 13588557824 244735 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3317519 244735 3830 1 0 3305234 0
[pid=19741/tid=19742] ppid=19738 vsize=13270076 CPUtime=2315.89 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 37242 0 0 0 231564 25 0 0 20 0 20 0 6766685 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918386182928 139917980071784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13270076 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) S 19738 19741 15294 0 -1 1077944384 4833 0 0 0 268 17 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918300424720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13270076 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) S 19738 19741 15294 0 -1 1077944384 4553 0 0 0 273 18 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918299372176 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13270076 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) S 19738 19741 15294 0 -1 1077944384 5105 0 0 0 266 20 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918298319120 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13270076 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) S 19738 19741 15294 0 -1 1077944384 4217 0 0 0 263 19 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918297266576 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13270076 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) S 19738 19741 15294 0 -1 1077944384 4444 0 0 0 264 20 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918296214544 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13270076 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) S 19738 19741 15294 0 -1 1077944384 5835 0 0 0 265 19 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918295162000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13270076 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) S 19738 19741 15294 0 -1 1077944384 4495 0 0 0 268 17 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918294108944 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13270076 CPUtime=2.88 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) S 19738 19741 15294 0 -1 1077944384 4521 0 0 0 269 19 0 0 20 0 20 0 6766686 13588557824 244735 33554432000 4194304 4196468 140730201598016 139918293056400 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13270076 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 11108 0 0 0 184 15 0 0 20 0 20 0 6766688 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917047269616 139918381955714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917046215904 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917045162752 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19755/stat : 19755 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917044111312 139918381963163 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19756] ppid=19738 vsize=13270076 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19756/stat : 19756 (java) S 19738 19741 15294 0 -1 1077944384 6951 0 0 0 183 1 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917043059440 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19757] ppid=19738 vsize=13270076 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 6363 0 0 0 178 1 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917042006896 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 7825 0 0 0 183 2 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917040953840 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 8117 0 0 0 84 2 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13270076 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 2252 0 0 0 33 29 0 0 20 0 20 0 6766693 13588557824 244735 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 2347.83
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.1 s]
/proc/loadavg: 0.82 1.19 1.40 2/255 19885
/proc/meminfo: memFree=30780164/32770624 swapFree=5952/271024
[pid=19741] ppid=19738 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 120109 0 0 0 239793 211 0 0 20 0 20 0 6766685 13588557824 245247 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3317519 245247 3830 1 0 3305234 0
[pid=19741/tid=19742] ppid=19738 vsize=13270076 CPUtime=2367.54 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 37707 0 0 0 236729 25 0 0 20 0 20 0 6766685 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918386182928 139917972822696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) S 19738 19741 15294 0 -1 1077944384 4859 0 0 0 273 17 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918300424720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13270076 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) S 19738 19741 15294 0 -1 1077944384 4575 0 0 0 278 18 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918299372176 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13270076 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) S 19738 19741 15294 0 -1 1077944384 5112 0 0 0 272 21 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918298319120 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13270076 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) S 19738 19741 15294 0 -1 1077944384 4223 0 0 0 268 19 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918297266576 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) S 19738 19741 15294 0 -1 1077944384 4516 0 0 0 270 20 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918296214544 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) S 19738 19741 15294 0 -1 1077944384 5848 0 0 0 271 19 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918295162000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13270076 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) S 19738 19741 15294 0 -1 1077944384 4531 0 0 0 273 18 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918294108944 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13270076 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) S 19738 19741 15294 0 -1 1077944384 4531 0 0 0 275 20 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918293056400 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13270076 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 11278 0 0 0 189 15 0 0 20 0 20 0 6766688 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917047269616 139918381955714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917046215904 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917045162752 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19755/stat : 19755 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917044111312 139918381963163 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19756] ppid=19738 vsize=13270076 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19756/stat : 19756 (java) S 19738 19741 15294 0 -1 1077944384 6953 0 0 0 183 1 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917043059440 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19757] ppid=19738 vsize=13270076 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 6365 0 0 0 178 1 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917042006896 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 7827 0 0 0 183 2 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917040953840 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 8119 0 0 0 84 2 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 2269 0 0 0 34 29 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 2400.04
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 19741 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2374.1 s]
/proc/loadavg: 0.82 1.19 1.40 2/255 19885
/proc/meminfo: memFree=30780164/32770624 swapFree=5952/271024
[pid=19741] ppid=19738 vsize=13270076 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/19741/stat : 19741 (java) S 19738 19741 15294 0 -1 1077944320 120109 0 0 0 239793 211 0 0 20 0 20 0 6766685 13588557824 245247 33554432000 4194304 4196468 140730201598016 140730201580560 139918381944567 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
/proc/19741/statm: 3317519 245247 3830 1 0 3305234 0
[pid=19741/tid=19742] ppid=19738 vsize=13270076 CPUtime=2367.54 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19742/stat : 19742 (java) R 19738 19741 15294 0 -1 4202560 37707 0 0 0 236729 25 0 0 20 0 20 0 6766685 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918386182928 139917972822696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19744] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19744/stat : 19744 (java) S 19738 19741 15294 0 -1 1077944384 4859 0 0 0 273 17 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918300424720 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19745] ppid=19738 vsize=13270076 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19745/stat : 19745 (java) S 19738 19741 15294 0 -1 1077944384 4575 0 0 0 278 18 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918299372176 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19746] ppid=19738 vsize=13270076 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19746/stat : 19746 (java) S 19738 19741 15294 0 -1 1077944384 5112 0 0 0 272 21 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918298319120 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19747] ppid=19738 vsize=13270076 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19747/stat : 19747 (java) S 19738 19741 15294 0 -1 1077944384 4223 0 0 0 268 19 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918297266576 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19748] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19748/stat : 19748 (java) S 19738 19741 15294 0 -1 1077944384 4516 0 0 0 270 20 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918296214544 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19749] ppid=19738 vsize=13270076 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19749/stat : 19749 (java) S 19738 19741 15294 0 -1 1077944384 5848 0 0 0 271 19 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918295162000 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19750] ppid=19738 vsize=13270076 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19750/stat : 19750 (java) S 19738 19741 15294 0 -1 1077944384 4531 0 0 0 273 18 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918294108944 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19751] ppid=19738 vsize=13270076 CPUtime=2.95 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19751/stat : 19751 (java) S 19738 19741 15294 0 -1 1077944384 4531 0 0 0 275 20 0 0 20 0 20 0 6766686 13588557824 245247 33554432000 4194304 4196468 140730201598016 139918293056400 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19752] ppid=19738 vsize=13270076 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19752/stat : 19752 (java) S 19738 19741 15294 0 -1 1077944384 11278 0 0 0 189 15 0 0 20 0 20 0 6766688 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917047269616 139918381955714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19753] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19753/stat : 19753 (java) S 19738 19741 15294 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917046215904 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19754] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19754/stat : 19754 (java) S 19738 19741 15294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6766689 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917045162752 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19755] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19755/stat : 19755 (java) S 19738 19741 15294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917044111312 139918381963163 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19756] ppid=19738 vsize=13270076 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19756/stat : 19756 (java) S 19738 19741 15294 0 -1 1077944384 6953 0 0 0 183 1 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917043059440 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19757] ppid=19738 vsize=13270076 CPUtime=1.79 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19757/stat : 19757 (java) S 19738 19741 15294 0 -1 1077944384 6365 0 0 0 178 1 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917042006896 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19758] ppid=19738 vsize=13270076 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19758/stat : 19758 (java) S 19738 19741 15294 0 -1 1077944384 7827 0 0 0 183 2 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917040953840 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19759] ppid=19738 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19759/stat : 19759 (java) S 19738 19741 15294 0 -1 1077944384 8119 0 0 0 84 2 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917039901296 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19760] ppid=19738 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19760/stat : 19760 (java) S 19738 19741 15294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917038848480 139918381954773 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
[pid=19741/tid=19761] ppid=19738 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/19741/task/19761/stat : 19761 (java) S 19738 19741 15294 0 -1 1077944384 2269 0 0 0 34 29 0 0 20 0 20 0 6766693 13588557824 245247 33554432000 4194304 4196468 140730201598016 139917037796016 139918381955714 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19554304 140730201601161 140730201601348 140730201601348 140730201604047 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2374.12
CPU time (s): 2400.07
CPU user time (s): 2397.95
CPU system time (s): 2.11975
CPU usage (%): 101.093
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.95
system time used= 2.11976
maximum resident set size= 1159992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140395
involuntary context switches= 136958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2658 second user time and 23.5697 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 11:16:58
IDJOB=4246858
IDBENCH=126252
IDSOLVER=2628
FILE ID=node149/4246858-1500715018
RUNJOBID= node149-1500684204-15325
PBS_JOBID= 20623346
Free space on /tmp= 61980 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-a4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246858-1500715018/watcher-4246858-1500715018 -o /tmp/evaluation-result-4246858-1500715018/solver-4246858-1500715018 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500684204-15325 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1750425275 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246858-1500715018.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=1750425275

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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:        30418412 kB
MemAvailable:   30701056 kB
Buffers:          124248 kB
Cached:           438464 kB
SwapCached:            0 kB
Active:          1636112 kB
Inactive:         277568 kB
Active(anon):    1353956 kB
Inactive(anon):     8692 kB
Active(file):     282156 kB
Inactive(file):   268876 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42612 kB
Writeback:             0 kB
AnonPages:       1365072 kB
Mapped:            45640 kB
Shmem:              8848 kB
Slab:             129456 kB
SReclaimable:      94896 kB
SUnreclaim:        34560 kB
KernelStack:        4576 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3232740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1239040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61980 MiB
End job on node149 at 2017-07-22 11:56:32