Trace number 4246809

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)1000 2400.04 2391.32

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.26/0.28	c version: 2017-06-30
0.26/0.28	c seed: 751412759
0.26/0.28	c timeout: 2400
0.26/0.28	c memlimit: 15500
0.26/0.28	c nbcore: 8
0.45/0.30	c Parsing instance...
8.39/2.76	c Parsing done, starting search...
10.05/3.24	o 1000
2400.00/2391.30	s SATISFIABLE
2400.00/2391.30	v <instantiation>
2400.00/2391.30	v 	<list>
2400.00/2391.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] x[23] x[24] x[25] x[26]
2400.00/2391.30	v 	</list>
2400.00/2391.30	v 	<values>
2400.00/2391.30	v 		0 87 246 295 362 434 468 537 600 628 699 737 784 823 845 878 904 920 935 956 970 980 988 993 997 999 1000 
2400.00/2391.30	v 	</values>
2400.00/2391.30	v </instantiation>

Verifier Data

OK	1000

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-4246809-1500714439/watcher-4246809-1500714439 -o /tmp/evaluation-result-4246809-1500714439/solver-4246809-1500714439 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500683185-8691 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 751412759 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246809-1500714439.xml 

pid=16010
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.73 1.71 3/261 16013
/proc/meminfo: memFree=31671476/32770624 swapFree=5876/124000
[pid=16013] ppid=16010 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 6712269 369864704 1925 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 90299 1925 1072 1 0 79210 0
[pid=16013/tid=16014] ppid=16010 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) S 16010 16013 8659 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6712269 369864704 1925 33554432000 4194304 4196468 140735002438000 139895945484704 139895941253762 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0

[startup+0.100097 s]
/proc/loadavg: 1.78 1.73 1.71 3/261 16013
/proc/meminfo: memFree=31671476/32770624 swapFree=5876/124000
[pid=16013] ppid=16010 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 6488 0 0 0 9 1 0 0 20 0 20 0 6712269 13582245888 6724 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3315978 6724 3351 1 0 3303698 0
[pid=16013/tid=16014] ppid=16010 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 4535 0 0 0 8 0 0 0 20 0 20 0 6712269 13582245888 6724 33554432000 4194304 4196468 140735002438000 139895945472360 139895925323102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200483 s]
/proc/loadavg: 1.78 1.73 1.71 3/261 16013
/proc/meminfo: memFree=31671476/32770624 swapFree=5876/124000
[pid=16013] ppid=16010 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 8945 0 0 0 24 2 0 0 20 0 20 0 6712269 13582245888 9425 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3315978 9425 3551 1 0 3303698 0
[pid=16013/tid=16014] ppid=16010 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 6625 0 0 0 17 1 0 0 20 0 20 0 6712269 13582245888 9425 33554432000 4194304 4196468 140735002438000 139895945464560 139895941264541 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300401 s]
/proc/loadavg: 1.78 1.73 1.71 3/261 16013
/proc/meminfo: memFree=31671476/32770624 swapFree=5876/124000
[pid=16013] ppid=16010 vsize=13263932 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 10306 0 0 0 42 3 0 0 20 0 20 0 6712269 13582266368 11546 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3315983 11546 3694 1 0 3303698 0
[pid=16013/tid=16014] ppid=16010 vsize=13263932 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 7390 0 0 0 26 2 0 0 20 0 20 0 6712269 13582266368 11546 33554432000 4194304 4196468 140735002438000 139895945476608 139895926933200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13263932

[startup+0.700344 s]
/proc/loadavg: 1.78 1.73 1.71 3/261 16013
/proc/meminfo: memFree=31671476/32770624 swapFree=5876/124000
[pid=16013] ppid=16010 vsize=13265980 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 13005 0 0 0 141 5 0 0 20 0 20 0 6712269 13584363520 30638 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3316495 30638 3753 1 0 3304210 0
[pid=16013/tid=16014] ppid=16010 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 8383 0 0 0 64 3 0 0 20 0 20 0 6712269 13584363520 30638 33554432000 4194304 4196468 140735002438000 139895945474064 139895941254550 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13265980

[startup+1.50117 s]
/proc/loadavg: 1.96 1.77 1.72 14/281 16033
/proc/meminfo: memFree=31412360/32770624 swapFree=5876/124332
[pid=16013] ppid=16010 vsize=13265980 CPUtime=4.56 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 18319 0 0 0 413 43 0 0 20 0 20 0 6712269 13584363520 93957 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3316495 93957 3797 1 0 3304210 0
[pid=16013/tid=16014] ppid=16010 vsize=13265980 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 8680 0 0 0 130 6 0 0 20 0 20 0 6712269 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895945478752 139895941254550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 41 0 0 0 3 4 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13265980 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 46 0 0 0 4 5 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13265980 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 60 0 0 0 4 5 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13265980 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 30 0 0 0 3 2 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 40 0 0 0 4 3 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 36 0 0 0 4 3 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13265980 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 51 0 0 0 3 4 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13265980 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 39 0 0 0 4 4 0 0 20 0 20 0 6712270 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 6712272 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6712273 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6712273 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895402111728 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16027/stat : 16027 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712276 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895401060304 139895941261211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16028] ppid=16010 vsize=13265980 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16028/stat : 16028 (java) R 16010 16013 8659 0 -1 4202560 2229 0 0 0 64 0 0 0 20 0 20 0 6712276 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895399998816 139895941263962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16029] ppid=16010 vsize=13265980 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) R 16010 16013 8659 0 -1 4202560 1669 0 0 0 63 0 0 0 20 0 20 0 6712276 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895398945680 139895941263962 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13265980 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) R 16010 16013 8659 0 -1 4202560 2809 0 0 0 81 1 0 0 20 0 20 0 6712276 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895397892624 139895925138670 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13265980 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) R 16010 16013 8659 0 -1 4202560 1131 0 0 0 38 0 0 0 20 0 20 0 6712276 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895396846016 139895933484005 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712277 13584363520 93957 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 13265980

[startup+3.10115 s]
/proc/loadavg: 1.96 1.77 1.72 4/281 16033
/proc/meminfo: memFree=31212388/32770624 swapFree=5876/124332
[pid=16013] ppid=16010 vsize=13270076 CPUtime=9.72 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 34542 0 0 0 897 75 0 0 20 0 20 0 6712269 13588557824 162011 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3317519 162011 3825 1 0 3305234 0
[pid=16013/tid=16014] ppid=16010 vsize=13270076 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 11917 0 0 0 278 10 0 0 20 0 20 0 6712269 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895945480248 139895941254550 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13270076 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 91 0 0 0 7 8 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13270076 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 68 0 0 0 9 8 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13270076 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 82 0 0 0 7 8 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13270076 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 59 0 0 0 5 4 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13270076 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 64 0 0 0 7 6 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13270076 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 70 0 0 0 8 7 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13270076 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 86 0 0 0 8 7 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13270076 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 72 0 0 0 8 8 0 0 20 0 20 0 6712270 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 20 0 6712272 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895402111744 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16027/stat : 16027 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712276 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895401060304 139895941261211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16028] ppid=16010 vsize=13270076 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16028/stat : 16028 (java) S 16010 16013 8659 0 -1 1077944384 4525 0 0 0 149 1 0 0 20 0 20 0 6712276 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895400008432 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16029] ppid=16010 vsize=13270076 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) S 16010 16013 8659 0 -1 1077944384 4912 0 0 0 168 1 0 0 20 0 20 0 6712276 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895398955888 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13270076 CPUtime=1.61 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) S 16010 16013 8659 0 -1 1077944384 4764 0 0 0 160 1 0 0 20 0 20 0 6712276 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895397902832 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13270076 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) S 16010 16013 8659 0 -1 1077944384 6202 0 0 0 75 0 0 0 20 0 20 0 6712276 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895396850288 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 162011 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (KiB) 13270076

[startup+6.30085 s]
/proc/loadavg: 1.96 1.77 1.72 3/281 16033
/proc/meminfo: memFree=30958400/32770624 swapFree=5876/124340
[pid=16013] ppid=16010 vsize=13270076 CPUtime=13.85 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 36626 0 0 0 1284 101 0 0 20 0 20 0 6712269 13588557824 181586 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3317519 181586 3828 1 0 3305234 0
[pid=16013/tid=16014] ppid=16010 vsize=13270076 CPUtime=6.01 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 12179 0 0 0 590 11 0 0 20 0 20 0 6712269 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895945479016 139895566538669 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13270076 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 145 0 0 0 10 11 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13270076 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 180 0 0 0 12 11 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13270076 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 119 0 0 0 10 11 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13270076 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 160 0 0 0 9 7 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13270076 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 275 0 0 0 11 9 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13270076 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 108 0 0 0 11 10 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13270076 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 145 0 0 0 11 11 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13270076 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 154 0 0 0 11 11 0 0 20 0 20 0 6712270 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 672 0 0 0 1 0 0 0 20 0 20 0 6712272 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 181586 33554432000 4194304 4196468 140735002438000 139895402111744 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=16013/tid=16029] ppid=16010 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) S 16010 16013 8659 0 -1 1077944384 7401 0 0 0 189 1 0 0 20 0 20 0 6712276 13588557824 770758 33554432000 4194304 4196468 140735002438000 139895398955888 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) S 16010 16013 8659 0 -1 1077944384 5366 0 0 0 178 1 0 0 20 0 20 0 6712276 13588557824 770758 33554432000 4194304 4196468 140735002438000 139895397902832 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13270076 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) S 16010 16013 8659 0 -1 1077944384 7095 0 0 0 79 1 0 0 20 0 20 0 6712276 13588557824 770758 33554432000 4194304 4196468 140735002438000 139895396850288 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 770758 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13270076 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 1686 0 0 0 56 69 0 0 20 0 20 0 6712277 13588557824 770758 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 2330.95
Current children cumulated vsize (KiB) 13270076

[startup+2382.3 s]
/proc/loadavg: 1.68 1.78 1.85 3/281 16189
/proc/meminfo: memFree=25844980/32770624 swapFree=5876/127128
[pid=16013] ppid=16010 vsize=13270076 CPUtime=2391 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 179697 0 0 0 238831 269 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3317519 768580 3829 1 0 3305234 0
[pid=16013/tid=16014] ppid=16010 vsize=13270076 CPUtime=2380.49 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 102684 0 0 0 237969 80 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895945480928 139895566790527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 4475 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13270076 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 5975 0 0 0 23 15 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 3132 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13270076 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 4131 0 0 0 19 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13270076 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 5915 0 0 0 20 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13270076 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 5839 0 0 0 22 13 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13270076 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 4081 0 0 0 19 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13270076 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 3503 0 0 0 22 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13270076 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 12018 0 0 0 6 6 0 0 20 0 20 0 6712272 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895402111744 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16027/stat : 16027 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895401060304 139895941261211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16028] ppid=16010 vsize=13270076 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16028/stat : 16028 (java) S 16010 16013 8659 0 -1 1077944384 4963 0 0 0 173 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895400008432 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16029] ppid=16010 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) S 16010 16013 8659 0 -1 1077944384 7405 0 0 0 189 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895398955888 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) S 16010 16013 8659 0 -1 1077944384 5371 0 0 0 178 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895397902832 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13270076 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) S 16010 16013 8659 0 -1 1077944384 7099 0 0 0 79 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895396850288 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13270076 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 1720 0 0 0 57 71 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 2391
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.3 s]
/proc/loadavg: 1.70 1.78 1.85 3/281 16189
/proc/meminfo: memFree=25844980/32770624 swapFree=5876/127140
[pid=16013] ppid=16010 vsize=13270076 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 179884 0 0 0 239731 269 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3317519 768580 3829 1 0 3305234 0
[pid=16013/tid=16014] ppid=16010 vsize=13270076 CPUtime=2389.49 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 102871 0 0 0 238869 80 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895945480928 139895566911292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 4475 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13270076 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 5975 0 0 0 23 15 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 3132 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13270076 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 4131 0 0 0 19 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13270076 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 5915 0 0 0 20 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13270076 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 5839 0 0 0 22 13 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13270076 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 4081 0 0 0 19 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13270076 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 3503 0 0 0 22 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13270076 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 12018 0 0 0 6 6 0 0 20 0 20 0 6712272 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895402111744 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16027/stat : 16027 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895401060304 139895941261211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16028] ppid=16010 vsize=13270076 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16028/stat : 16028 (java) S 16010 16013 8659 0 -1 1077944384 4963 0 0 0 173 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895400008432 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16029] ppid=16010 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) S 16010 16013 8659 0 -1 1077944384 7405 0 0 0 189 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895398955888 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) S 16010 16013 8659 0 -1 1077944384 5371 0 0 0 178 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895397902832 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13270076 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) S 16010 16013 8659 0 -1 1077944384 7099 0 0 0 79 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895396850288 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13270076 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 1720 0 0 0 57 72 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 2400
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 16013 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2391.3 s]
/proc/loadavg: 1.70 1.78 1.85 3/281 16189
/proc/meminfo: memFree=25844980/32770624 swapFree=5876/127140
[pid=16013] ppid=16010 vsize=13270076 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/16013/stat : 16013 (java) S 16010 16013 8659 0 -1 1077944320 179884 0 0 0 239731 269 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 140735002420544 139895941242615 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
/proc/16013/statm: 3317519 768580 3829 1 0 3305234 0
[pid=16013/tid=16014] ppid=16010 vsize=13270076 CPUtime=2389.49 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16014/stat : 16014 (java) R 16010 16013 8659 0 -1 4202560 102871 0 0 0 238869 80 0 0 20 0 20 0 6712269 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895945480928 139895566911292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16016] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16016/stat : 16016 (java) S 16010 16013 8659 0 -1 1077944384 4475 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895880206864 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16017] ppid=16010 vsize=13270076 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16017/stat : 16017 (java) S 16010 16013 8659 0 -1 1077944384 5975 0 0 0 23 15 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895879154320 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16018] ppid=16010 vsize=13270076 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16018/stat : 16018 (java) S 16010 16013 8659 0 -1 1077944384 3132 0 0 0 20 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895878101264 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16019] ppid=16010 vsize=13270076 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16019/stat : 16019 (java) S 16010 16013 8659 0 -1 1077944384 4131 0 0 0 19 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895536834960 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16020] ppid=16010 vsize=13270076 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16020/stat : 16020 (java) S 16010 16013 8659 0 -1 1077944384 5915 0 0 0 20 12 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895535782928 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16021] ppid=16010 vsize=13270076 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16021/stat : 16021 (java) S 16010 16013 8659 0 -1 1077944384 5839 0 0 0 22 13 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895534730384 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16022] ppid=16010 vsize=13270076 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16022/stat : 16022 (java) S 16010 16013 8659 0 -1 1077944384 4081 0 0 0 19 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895533677328 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16023] ppid=16010 vsize=13270076 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16023/stat : 16023 (java) S 16010 16013 8659 0 -1 1077944384 3503 0 0 0 22 14 0 0 20 0 20 0 6712270 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895532624784 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16024] ppid=16010 vsize=13270076 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16024/stat : 16024 (java) S 16010 16013 8659 0 -1 1077944384 12018 0 0 0 6 6 0 0 20 0 20 0 6712272 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895404218608 139895941253762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16025] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16025/stat : 16025 (java) S 16010 16013 8659 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895403164896 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16026] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16026/stat : 16026 (java) S 16010 16013 8659 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6712273 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895402111744 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16027] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16027/stat : 16027 (java) S 16010 16013 8659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895401060304 139895941261211 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16028] ppid=16010 vsize=13270076 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16028/stat : 16028 (java) S 16010 16013 8659 0 -1 1077944384 4963 0 0 0 173 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895400008432 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16029] ppid=16010 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16029/stat : 16029 (java) S 16010 16013 8659 0 -1 1077944384 7405 0 0 0 189 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895398955888 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16030] ppid=16010 vsize=13270076 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16030/stat : 16030 (java) S 16010 16013 8659 0 -1 1077944384 5371 0 0 0 178 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895397902832 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16031] ppid=16010 vsize=13270076 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16031/stat : 16031 (java) S 16010 16013 8659 0 -1 1077944384 7099 0 0 0 79 1 0 0 20 0 20 0 6712276 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895396850288 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16032] ppid=16010 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16032/stat : 16032 (java) S 16010 16013 8659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895395797472 139895941252821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
[pid=16013/tid=16033] ppid=16010 vsize=13270076 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/16013/task/16033/stat : 16033 (java) S 16010 16013 8659 0 -1 1077944384 1720 0 0 0 57 72 0 0 20 0 20 0 6712277 13588557824 768580 33554432000 4194304 4196468 140735002438000 139895394745008 139895941253762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29773824 140735002444938 140735002445124 140735002445124 140735002447823 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2391.32
CPU time (s): 2400.04
CPU user time (s): 2397.33
CPU system time (s): 2.70981
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.33
system time used= 2.70981
maximum resident set size= 3473712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58327
involuntary context switches= 122118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1761 second user time and 16.6247 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-22 11:07:19
IDJOB=4246809
IDBENCH=126242
IDSOLVER=2628
FILE ID=node121/4246809-1500714439
RUNJOBID= node121-1500683185-8691
PBS_JOBID= 20623335
Free space on /tmp= 61940 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-27-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-4246809-1500714439/watcher-4246809-1500714439 -o /tmp/evaluation-result-4246809-1500714439/solver-4246809-1500714439 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500683185-8691 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 751412759 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246809-1500714439.xml

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=751412759

node121.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		: 2400.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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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	: 5334.00
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		: 2133.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		: 1733.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	: 5334.00
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		: 2267.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:        31671524 kB
MemAvailable:   31827744 kB
Buffers:          141204 kB
Cached:           289408 kB
SwapCached:            0 kB
Active:           469864 kB
Inactive:         184516 kB
Active(anon):     174748 kB
Inactive(anon):    60516 kB
Active(file):     295116 kB
Inactive(file):   124000 kB
Unevictable:        5876 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44700 kB
Writeback:             0 kB
AnonPages:        251988 kB
Mapped:            45220 kB
Shmem:              8840 kB
Slab:             138736 kB
SReclaimable:     105880 kB
SUnreclaim:        32856 kB
KernelStack:        4848 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1148728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61900 MiB
End job on node121 at 2017-07-22 11:47:10