Trace number 4246788

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.05 2390.03

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark661
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.43/0.37	c version: 2017-06-30
0.43/0.37	c seed: 618451797
0.43/0.37	c timeout: 2400
0.43/0.37	c memlimit: 15500
0.43/0.37	c nbcore: 8
0.43/0.40	c Parsing instance...
7.82/2.52	c Parsing done, starting search...
8.94/2.89	o 1000
2400.00/2390.01	s SATISFIABLE
2400.00/2390.01	v <instantiation>
2400.00/2390.01	v 	<list>
2400.00/2390.01	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]
2400.00/2390.01	v 	</list>
2400.00/2390.01	v 	<values>
2400.00/2390.01	v 		0 228 325 394 455 488 600 640 711 749 797 819 853 878 904 920 935 956 970 980 988 993 997 999 1000 
2400.00/2390.01	v 	</values>
2400.00/2390.01	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-4246788-1500714400/watcher-4246788-1500714400 -o /tmp/evaluation-result-4246788-1500714400/solver-4246788-1500714400 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500714400-18227 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 618451797 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246788-1500714400.xml 

pid=18266
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: 2.09 2.16 2.12 3/254 18269
/proc/meminfo: memFree=31711696/32770624 swapFree=5892/151156
[pid=18269] ppid=18266 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 1917 0 0 0 0 0 0 0 20 0 2 0 6709736 10889764864 2168 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 2658634 2168 1188 1 0 2647545 0
[pid=18269/tid=18271] ppid=18266 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 744 0 0 0 0 0 0 0 20 0 2 0 6709736 10889764864 2300 33554432000 4194304 4196468 140721204188096 140069909645728 140069897693088 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0

[startup+0.100126 s]
/proc/loadavg: 2.09 2.16 2.12 3/254 18269
/proc/meminfo: memFree=31711696/32770624 swapFree=5892/151156
[pid=18269] ppid=18266 vsize=13263912 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 6335 0 0 0 8 1 0 0 20 0 20 0 6709736 13582245888 6608 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3315978 6608 3063 1 0 3303698 0
[pid=18269/tid=18271] ppid=18266 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 4417 0 0 0 7 1 0 0 20 0 20 0 6709736 13582245888 6608 33554432000 4194304 4196468 140721204188096 140069909644512 140069862038501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13263912

[startup+0.200407 s]
/proc/loadavg: 2.09 2.16 2.12 3/254 18269
/proc/meminfo: memFree=31711696/32770624 swapFree=5892/151156
[pid=18269] ppid=18266 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 8841 0 0 0 24 3 0 0 20 0 20 0 6709736 13582245888 8838 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3315978 8838 3511 1 0 3303698 0
[pid=18269/tid=18271] ppid=18266 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 6595 0 0 0 16 2 0 0 20 0 20 0 6709736 13582245888 8838 33554432000 4194304 4196468 140721204188096 140069909608000 140069905425565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300341 s]
/proc/loadavg: 2.09 2.16 2.12 3/254 18269
/proc/meminfo: memFree=31711696/32770624 swapFree=5892/151156
[pid=18269] ppid=18266 vsize=13263912 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 9440 0 0 0 39 4 0 0 20 0 20 0 6709736 13582245888 9768 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3315978 9768 3573 1 0 3303698 0
[pid=18269/tid=18271] ppid=18266 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 6971 0 0 0 25 2 0 0 20 0 20 0 6709736 13582245888 9768 33554432000 4194304 4196468 140721204188096 140069909616480 140069891097051 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13263912

[startup+0.700315 s]
/proc/loadavg: 2.09 2.16 2.12 3/254 18269
/proc/meminfo: memFree=31711696/32770624 swapFree=5892/151156
[pid=18269] ppid=18266 vsize=13265980 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 13190 0 0 0 132 6 0 0 20 0 20 0 6709736 13584363520 25182 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3316495 25182 3749 1 0 3304210 0
[pid=18269/tid=18271] ppid=18266 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 8359 0 0 0 63 4 0 0 20 0 20 0 6709736 13584363520 25182 33554432000 4194304 4196468 140721204188096 140069909639104 140069503533761 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13265980

[startup+1.50112 s]
/proc/loadavg: 2.32 2.21 2.13 8/284 18299
/proc/meminfo: memFree=31341856/32770624 swapFree=5892/151664
[pid=18269] ppid=18266 vsize=13265980 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 16718 0 0 0 407 44 0 0 20 0 20 0 6709736 13584363520 65633 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3316495 65633 3797 1 0 3304210 0
[pid=18269/tid=18271] ppid=18266 vsize=13265980 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 8718 0 0 0 133 6 0 0 20 0 20 0 6709736 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069909639936 140069508127445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 42 0 0 0 2 4 0 0 20 0 20 0 6709737 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 52 0 0 0 2 4 0 0 20 0 20 0 6709737 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 31 0 0 0 2 3 0 0 20 0 20 0 6709737 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 36 0 0 0 2 4 0 0 20 0 20 0 6709737 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13265980 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 40 0 0 0 3 4 0 0 20 0 20 0 6709737 13584363520 65633 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13265980 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 37 0 0 0 2 5 0 0 20 0 20 0 6709737 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13265980 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 44 0 0 0 3 4 0 0 20 0 20 0 6709737 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 54 0 0 0 2 4 0 0 20 0 20 0 6709737 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 6709739 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6709740 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18293/stat : 18293 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709743 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069365610448 140069905422235 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18294] ppid=18266 vsize=13265980 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18294/stat : 18294 (java) R 18266 18269 18196 0 -1 4202560 1832 0 0 0 66 0 0 0 20 0 20 0 6709743 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069364539360 140069888903845 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18295] ppid=18266 vsize=13265980 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) R 18266 18269 18196 0 -1 4202560 1338 0 0 0 73 0 0 0 20 0 20 0 6709743 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069363487232 140069897693093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13265980 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) R 18266 18269 18196 0 -1 4202560 1300 0 0 0 61 0 0 0 20 0 20 0 6709744 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069362452896 140069897692928 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13265980 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) R 18266 18269 18196 0 -1 4202560 1837 0 0 0 48 0 0 0 20 0 20 0 6709744 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069361396312 140069897640766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709744 13584363520 65699 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 13265980

[startup+3.10117 s]
/proc/loadavg: 2.32 2.21 2.13 4/284 18299
/proc/meminfo: memFree=31075912/32770624 swapFree=5892/151672
[pid=18269] ppid=18266 vsize=13270076 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 24023 0 0 0 889 70 0 0 20 0 20 0 6709736 13588557824 112106 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3317519 112106 3827 1 0 3305234 0
[pid=18269/tid=18271] ppid=18266 vsize=13270076 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 10564 0 0 0 283 8 0 0 20 0 20 0 6709736 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069909639288 140069512282796 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 68 0 0 0 6 7 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 76 0 0 0 6 6 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 57 0 0 0 5 6 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 85 0 0 0 4 7 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13270076 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 69 0 0 0 7 7 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 61 0 0 0 5 7 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 81 0 0 0 6 7 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 73 0 0 0 5 6 0 0 20 0 20 0 6709737 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 6709739 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18293/stat : 18293 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709743 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069365610448 140069905422235 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18294] ppid=18266 vsize=13270076 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18294/stat : 18294 (java) S 18266 18269 18196 0 -1 1077944384 2656 0 0 0 154 0 0 0 20 0 20 0 6709743 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069364558576 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18295] ppid=18266 vsize=13270076 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) S 18266 18269 18196 0 -1 1077944384 2259 0 0 0 159 1 0 0 20 0 20 0 6709743 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069363506032 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13270076 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) S 18266 18269 18196 0 -1 1077944384 2978 0 0 0 159 1 0 0 20 0 20 0 6709744 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069362452976 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13270076 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) S 18266 18269 18196 0 -1 1077944384 3408 0 0 0 82 1 0 0 20 0 20 0 6709744 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069361400432 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 112106 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 13270076

[startup+6.30117 s]
/proc/loadavg: 2.32 2.21 2.13 3/284 18299
/proc/meminfo: memFree=30973876/32770624 swapFree=5892/151680
[pid=18269] ppid=18266 vsize=13270076 CPUtime=13.02 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 28260 0 0 0 1231 71 0 0 20 0 20 0 6709736 13588557824 112353 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3317519 112353 3828 1 0 3305234 0
[pid=18269/tid=18271] ppid=18266 vsize=13270076 CPUtime=6.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 11041 0 0 0 603 8 0 0 20 0 20 0 6709736 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069909639960 140069512347263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 68 0 0 0 6 7 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 76 0 0 0 6 6 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 57 0 0 0 5 6 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 85 0 0 0 4 7 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13270076 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 69 0 0 0 7 7 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 61 0 0 0 5 7 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 81 0 0 0 6 7 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 73 0 0 0 5 6 0 0 20 0 20 0 6709737 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 6709739 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 112353 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=18269/tid=18295] ppid=18266 vsize=13270076 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) S 18266 18269 18196 0 -1 1077944384 5549 0 0 0 168 2 0 0 20 0 20 0 6709743 13588557824 764541 33554432000 4194304 4196468 140721204188096 140069363506032 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13270076 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) S 18266 18269 18196 0 -1 1077944384 4466 0 0 0 173 2 0 0 20 0 20 0 6709744 13588557824 764541 33554432000 4194304 4196468 140721204188096 140069362452976 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) S 18266 18269 18196 0 -1 1077944384 4394 0 0 0 84 2 0 0 20 0 20 0 6709744 13588557824 764541 33554432000 4194304 4196468 140721204188096 140069361400432 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 764541 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13270076 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 2150 0 0 0 59 49 0 0 20 0 20 0 6709744 13588557824 764541 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 2331.82
Current children cumulated vsize (KiB) 13270076

[startup+2382.3 s]
/proc/loadavg: 2.49 1.78 1.77 5/281 18458
/proc/meminfo: memFree=27793784/32770624 swapFree=5892/153972
[pid=18269] ppid=18266 vsize=13270076 CPUtime=2392.26 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 188682 0 0 0 238985 241 0 0 20 0 20 0 6709736 13588557824 769575 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3317519 769575 3829 1 0 3305234 0
[pid=18269/tid=18271] ppid=18266 vsize=13270076 CPUtime=2380.46 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 100892 0 0 0 237964 82 0 0 20 0 20 0 6709736 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069909642096 140069513009816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 6170 0 0 0 40 14 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13270076 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 4738 0 0 0 43 14 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13270076 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 8409 0 0 0 41 12 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 7711 0 0 0 41 14 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13270076 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 4984 0 0 0 44 14 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13270076 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 6890 0 0 0 40 13 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 4881 0 0 0 43 13 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 7034 0 0 0 41 13 0 0 20 0 20 0 6709737 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 15465 0 0 0 22 5 0 0 20 0 20 0 6709739 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18293/stat : 18293 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709743 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069365610448 140069905422235 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18294] ppid=18266 vsize=13270076 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18294/stat : 18294 (java) S 18266 18269 18196 0 -1 1077944384 3518 0 0 0 159 1 0 0 20 0 20 0 6709743 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069364558576 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18295] ppid=18266 vsize=13270076 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) S 18266 18269 18196 0 -1 1077944384 5553 0 0 0 168 2 0 0 20 0 20 0 6709743 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069363506032 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13270076 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) S 18266 18269 18196 0 -1 1077944384 4470 0 0 0 173 2 0 0 20 0 20 0 6709744 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069362452976 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) S 18266 18269 18196 0 -1 1077944384 4398 0 0 0 84 2 0 0 20 0 20 0 6709744 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069361400432 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13270076 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 2187 0 0 0 60 50 0 0 20 0 20 0 6709744 13588557824 769575 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 2392.26
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390 s]
/proc/loadavg: 2.45 1.79 1.77 3/281 18458
/proc/meminfo: memFree=27530152/32770624 swapFree=5892/153988
[pid=18269] ppid=18266 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 188818 0 0 0 239759 241 0 0 20 0 20 0 6709736 13588557824 770150 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3317519 770150 3829 1 0 3305234 0
[pid=18269/tid=18271] ppid=18266 vsize=13270076 CPUtime=2388.14 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 100910 0 0 0 238732 82 0 0 20 0 20 0 6709736 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069909642096 140069512886164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 6183 0 0 0 41 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13270076 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 4757 0 0 0 43 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 8437 0 0 0 42 12 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 7736 0 0 0 42 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13270076 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 4994 0 0 0 45 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 6893 0 0 0 41 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 4892 0 0 0 43 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 7041 0 0 0 41 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 15467 0 0 0 22 5 0 0 20 0 20 0 6709739 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18293/stat : 18293 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069365610448 140069905422235 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18294] ppid=18266 vsize=13270076 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18294/stat : 18294 (java) S 18266 18269 18196 0 -1 1077944384 3518 0 0 0 159 1 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069364558576 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18295] ppid=18266 vsize=13270076 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) S 18266 18269 18196 0 -1 1077944384 5553 0 0 0 168 2 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069363506032 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13270076 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) S 18266 18269 18196 0 -1 1077944384 4470 0 0 0 173 2 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069362452976 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) S 18266 18269 18196 0 -1 1077944384 4398 0 0 0 84 2 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069361400432 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13270076 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 2187 0 0 0 60 51 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 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 18269 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2390 s]
/proc/loadavg: 2.45 1.79 1.77 3/281 18458
/proc/meminfo: memFree=27530152/32770624 swapFree=5892/153988
[pid=18269] ppid=18266 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/18269/stat : 18269 (java) S 18266 18269 18196 0 -1 1077944320 188818 0 0 0 239759 241 0 0 20 0 20 0 6709736 13588557824 770150 33554432000 4194304 4196468 140721204188096 140721204170640 140069905403639 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
/proc/18269/statm: 3317519 770150 3829 1 0 3305234 0
[pid=18269/tid=18271] ppid=18266 vsize=13270076 CPUtime=2388.14 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18271/stat : 18271 (java) R 18266 18269 18196 0 -1 4202560 100910 0 0 0 238732 82 0 0 20 0 20 0 6709736 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069909642096 140069512886164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18275] ppid=18266 vsize=13270076 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18275/stat : 18275 (java) S 18266 18269 18196 0 -1 1077944384 6183 0 0 0 41 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069823883792 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18276] ppid=18266 vsize=13270076 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18276/stat : 18276 (java) S 18266 18269 18196 0 -1 1077944384 4757 0 0 0 43 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069503494800 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18277] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18277/stat : 18277 (java) S 18266 18269 18196 0 -1 1077944384 8437 0 0 0 42 12 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069502441744 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18278] ppid=18266 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18278/stat : 18278 (java) S 18266 18269 18196 0 -1 1077944384 7736 0 0 0 42 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069501389200 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18279] ppid=18266 vsize=13270076 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18279/stat : 18279 (java) S 18266 18269 18196 0 -1 1077944384 4994 0 0 0 45 14 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069500337168 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18280] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18280/stat : 18280 (java) S 18266 18269 18196 0 -1 1077944384 6893 0 0 0 41 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069499284624 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18281] ppid=18266 vsize=13270076 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18281/stat : 18281 (java) S 18266 18269 18196 0 -1 1077944384 4892 0 0 0 43 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069498231568 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18282] ppid=18266 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18282/stat : 18282 (java) S 18266 18269 18196 0 -1 1077944384 7041 0 0 0 41 13 0 0 20 0 20 0 6709737 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069497179024 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18283] ppid=18266 vsize=13270076 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18283/stat : 18283 (java) S 18266 18269 18196 0 -1 1077944384 15467 0 0 0 22 5 0 0 20 0 20 0 6709739 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069368768752 140069905414786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18284] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18284/stat : 18284 (java) S 18266 18269 18196 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069367715040 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18285] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18285/stat : 18285 (java) S 18266 18269 18196 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6709740 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069366661888 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18293] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18293/stat : 18293 (java) S 18266 18269 18196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069365610448 140069905422235 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18294] ppid=18266 vsize=13270076 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18294/stat : 18294 (java) S 18266 18269 18196 0 -1 1077944384 3518 0 0 0 159 1 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069364558576 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18295] ppid=18266 vsize=13270076 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18295/stat : 18295 (java) S 18266 18269 18196 0 -1 1077944384 5553 0 0 0 168 2 0 0 20 0 20 0 6709743 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069363506032 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18296] ppid=18266 vsize=13270076 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18296/stat : 18296 (java) S 18266 18269 18196 0 -1 1077944384 4470 0 0 0 173 2 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069362452976 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18297] ppid=18266 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18297/stat : 18297 (java) S 18266 18269 18196 0 -1 1077944384 4398 0 0 0 84 2 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069361400432 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18298] ppid=18266 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18298/stat : 18298 (java) S 18266 18269 18196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069360347616 140069905413845 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
[pid=18269/tid=18299] ppid=18266 vsize=13270076 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/18269/task/18299/stat : 18299 (java) S 18266 18269 18196 0 -1 1077944384 2187 0 0 0 60 51 0 0 20 0 20 0 6709744 13588557824 770150 33554432000 4194304 4196468 140721204188096 140069359295152 140069905414786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12189696 140721204192394 140721204192580 140721204192580 140721204195279 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2390.03
CPU time (s): 2400.05
CPU user time (s): 2397.61
CPU system time (s): 2.43659
CPU usage (%): 100.419
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.61
system time used= 2.43659
maximum resident set size= 3473208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64102
involuntary context switches= 124458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7559 second user time and 16.469 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 11:06:40
IDJOB=4246788
IDBENCH=126239
IDSOLVER=2628
FILE ID=node104/4246788-1500714400
RUNJOBID= node104-1500714400-18227
PBS_JOBID= 20623354
Free space on /tmp= 61996 MiB

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

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=618451797

node104.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	: 5334.12
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.57
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	: 5334.12
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		: 2267.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.57
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	: 5334.12
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.57
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	: 5334.12
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.57
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31718252 kB
MemAvailable:   31979124 kB
Buffers:          187892 kB
Cached:           336964 kB
SwapCached:          252 kB
Active:           368904 kB
Inactive:         207528 kB
Active(anon):       7304 kB
Inactive(anon):    56372 kB
Active(file):     361600 kB
Inactive(file):   151156 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             86412 kB
Writeback:             4 kB
AnonPages:         58464 kB
Mapped:            34260 kB
Shmem:              8772 kB
Slab:             162700 kB
SReclaimable:     127900 kB
SUnreclaim:        34800 kB
KernelStack:        4080 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61912 MiB
End job on node104 at 2017-07-22 11:46:31