Trace number 4248093

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 NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30SAT 6.09716 5.16086

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-03.xml
MD5SUM179d2a128a53b26e9bde33d3c842c186
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.0598898
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.32	c version: 2017-06-30
0.25/0.62	c seed: 1601685516
0.25/0.62	c timeout: 2400
0.25/0.62	c memlimit: 15500
0.25/0.62	c nbcore: 8
0.25/0.62	c Parsing instance...
1.00/0.83	c Parsing done, starting search...
6.02/5.15	s SATISFIABLE
6.02/5.15	v <instantiation>
6.02/5.15	v 	<list>
6.02/5.15	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] x[27] x[28] x[29]
6.02/5.15	v 	</list>
6.02/5.15	v 	<values>
6.02/5.15	v 		1 0 1 0 1 1 0 1 0 1 1 1 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 1 0 
6.02/5.15	v 	</values>
6.02/5.15	v </instantiation>

Verifier Data

OK	

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-4248093-1500734897/watcher-4248093-1500734897 -o /tmp/evaluation-result-4248093-1500734897/solver-4248093-1500734897 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500718425-25432 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1601685516 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248093-1500734897.xml 

pid=27998
running on 8 cores: 4-7,12-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.28 1.39 1.51 3/265 28001
/proc/meminfo: memFree=30915404/32770624 swapFree=5936/309860
[pid=28001] ppid=27998 vsize=10621200 CPUtime=0 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 1801 0 0 0 0 0 0 0 20 0 2 0 8756908 10876108800 2037 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16784584 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 2655300 2037 1173 1 0 2644211 0
[pid=28001/tid=28002] ppid=27998 vsize=10634536 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 576 0 0 0 0 0 0 0 20 0 2 0 8756908 10889764864 2102 33554432000 4194304 4196468 140727201343408 140122528336288 140122516383648 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0

[startup+0.10013 s]
/proc/loadavg: 1.28 1.39 1.51 3/265 28001
/proc/meminfo: memFree=30915404/32770624 swapFree=5936/309860
[pid=28001] ppid=27998 vsize=13264380 CPUtime=0.09 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 5312 0 0 0 8 1 0 0 20 0 20 0 8756908 13582725120 5897 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3316095 5897 3130 1 0 3303815 0
[pid=28001/tid=28002] ppid=27998 vsize=13264380 CPUtime=0.08 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 3404 0 0 0 7 1 0 0 20 0 20 0 8756908 13582725120 5897 33554432000 4194304 4196468 140727201343408 140122528336480 140122480729974 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200497 s]
/proc/loadavg: 1.28 1.39 1.51 3/265 28001
/proc/meminfo: memFree=30915404/32770624 swapFree=5936/309860
[pid=28001] ppid=27998 vsize=13263912 CPUtime=0.25 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 8692 0 0 0 23 2 0 0 20 0 20 0 8756908 13582245888 8739 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3315978 8739 3535 1 0 3303698 0
[pid=28001/tid=28002] ppid=27998 vsize=13263912 CPUtime=0.17 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 6415 0 0 0 16 1 0 0 20 0 20 0 8756908 13582245888 8739 33554432000 4194304 4196468 140727201343408 140122528291584 140122508174686 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.723484 s]
/proc/loadavg: 1.28 1.39 1.51 3/265 28001
/proc/meminfo: memFree=30915404/32770624 swapFree=5936/309860
[pid=28001] ppid=27998 vsize=13265980 CPUtime=0.89 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 11784 0 0 0 84 5 0 0 20 0 20 0 8756908 13584363520 15612 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3316495 15612 3743 1 0 3304210 0
[pid=28001/tid=28002] ppid=27998 vsize=13265980 CPUtime=0.55 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 8491 0 0 0 52 3 0 0 20 0 20 0 8756908 13584363520 15612 33554432000 4194304 4196468 140727201343408 140122528308992 140122508174686 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 13265980

[startup+0.800345 s]
/proc/loadavg: 1.28 1.39 1.51 3/265 28001
/proc/meminfo: memFree=30915404/32770624 swapFree=5936/309860
[pid=28001] ppid=27998 vsize=13268028 CPUtime=1 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 12375 0 0 0 95 5 0 0 20 0 20 0 8756908 13586460672 17676 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 17676 3745 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=0.62 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 8958 0 0 0 59 3 0 0 20 0 20 0 8756908 13586460672 17676 33554432000 4194304 4196468 140727201343408 140122528308448 140122508174686 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13268028

[startup+1.5003 s]
/proc/loadavg: 1.28 1.39 1.51 3/285 28021
/proc/meminfo: memFree=30799716/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=2.39 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 16890 0 0 0 231 8 0 0 20 0 20 0 8756908 13586460672 32807 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 32807 3780 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=1.33 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10124 0 0 0 128 5 0 0 20 0 20 0 8756908 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122528330344 140122120012045 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 32807 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121986160288 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121985107184 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 1584 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 32807 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 13268028

[startup+3.10081 s]
/proc/loadavg: 1.28 1.39 1.51 3/285 28021
/proc/meminfo: memFree=30734476/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=4.01 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 19606 0 0 0 391 10 0 0 20 0 20 0 8756908 13586460672 49298 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 49298 3808 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=2.92 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10296 0 0 0 286 6 0 0 20 0 20 0 8756908 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122528332952 140122120012049 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121986160352 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121985107200 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 2817 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 13268028

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

[startup+3.60066 s]
/proc/loadavg: 1.28 1.39 1.51 3/285 28021
/proc/meminfo: memFree=30734476/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=4.51 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 19627 0 0 0 441 10 0 0 20 0 20 0 8756908 13586460672 49298 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 49298 3808 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=3.42 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10316 0 0 0 336 6 0 0 20 0 20 0 8756908 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122528330304 140122120012064 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0

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

[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 49298 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121986160352 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121985107200 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 2817 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 49298 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13268028

[startup+4.80065 s]
/proc/loadavg: 1.33 1.40 1.51 3/285 28021
/proc/meminfo: memFree=30728456/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=5.73 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 19686 0 0 0 562 11 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 50322 3808 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=4.62 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10340 0 0 0 456 6 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122528332888 140122120012294 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121986160352 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121985107200 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 2817 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13268028

[startup+5.00067 s]
/proc/loadavg: 1.33 1.40 1.51 3/285 28021
/proc/meminfo: memFree=30728456/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=5.92 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 19686 0 0 0 581 11 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 50322 3808 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=4.81 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10340 0 0 0 475 6 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122528332888 140122120011831 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121986160352 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121985107200 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 2817 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 13268028

[startup+5.1007 s]
/proc/loadavg: 1.33 1.40 1.51 3/285 28021
/proc/meminfo: memFree=30728456/32770624 swapFree=5936/309888
[pid=28001] ppid=27998 vsize=13268028 CPUtime=6.02 cores=4-7,12-15
/proc/28001/stat : 28001 (java) S 27998 28001 25400 0 -1 1077944320 19686 0 0 0 591 11 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140727201325952 140122524094199 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
/proc/28001/statm: 3317007 50322 3808 1 0 3304722 0
[pid=28001/tid=28002] ppid=27998 vsize=13268028 CPUtime=4.91 cores=4-7,12-15
/proc/28001/task/28002/stat : 28002 (java) R 27998 28001 25400 0 -1 4202560 10340 0 0 0 485 6 0 0 20 0 20 0 8756908 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122528332888 140122120010496 0 4 0 16800975 0 0 0 -1 12 0 0 14 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28004] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28004/stat : 28004 (java) S 27998 28001 25400 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122442574864 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28005] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28005/stat : 28005 (java) S 27998 28001 25400 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122441522320 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28006] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28006/stat : 28006 (java) S 27998 28001 25400 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122440469264 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28007] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28007/stat : 28007 (java) S 27998 28001 25400 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122439416720 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28008] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28008/stat : 28008 (java) S 27998 28001 25400 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122438363664 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28009] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28009/stat : 28009 (java) S 27998 28001 25400 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122437311120 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28010] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28010/stat : 28010 (java) S 27998 28001 25400 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122116843792 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28011] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28011/stat : 28011 (java) S 27998 28001 25400 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 8756909 13586460672 50322 33554432000 4194304 4196468 140727201343408 140122115791248 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28012] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28012/stat : 28012 (java) S 27998 28001 25400 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 8756911 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121987214064 140122524105346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28013] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28013/stat : 28013 (java) S 27998 28001 25400 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121986160352 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28014] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28014/stat : 28014 (java) S 27998 28001 25400 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 8756912 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121985107200 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28015] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28015/stat : 28015 (java) S 27998 28001 25400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121984055760 140122524112795 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28016] ppid=27998 vsize=13268028 CPUtime=0.28 cores=4-7,12-15
/proc/28001/task/28016/stat : 28016 (java) S 27998 28001 25400 0 -1 1077944384 1765 0 0 0 28 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121983002864 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28017] ppid=27998 vsize=13268028 CPUtime=0.3 cores=4-7,12-15
/proc/28001/task/28017/stat : 28017 (java) S 27998 28001 25400 0 -1 1077944384 1265 0 0 0 30 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121981950320 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28018] ppid=27998 vsize=13268028 CPUtime=0.19 cores=4-7,12-15
/proc/28001/task/28018/stat : 28018 (java) S 27998 28001 25400 0 -1 1077944384 755 0 0 0 19 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121980897264 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28019] ppid=27998 vsize=13268028 CPUtime=0.23 cores=4-7,12-15
/proc/28001/task/28019/stat : 28019 (java) S 27998 28001 25400 0 -1 1077944384 2817 0 0 0 23 0 0 0 20 0 20 0 8756916 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121979844720 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28020] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28020/stat : 28020 (java) S 27998 28001 25400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121978792928 140122524104405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
[pid=28001/tid=28021] ppid=27998 vsize=13268028 CPUtime=0 cores=4-7,12-15
/proc/28001/task/28021/stat : 28021 (java) S 27998 28001 25400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8756917 13586460672 50322 33554432000 4194304 4196468 140727201343408 140121977740464 140122524105346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21270528 140727201350793 140727201350980 140727201350980 140727201353679 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13268028

Child status: 0
Real time (s): 5.16086
CPU time (s): 6.09716
CPU user time (s): 5.97439
CPU system time (s): 0.122768
CPU usage (%): 118.142
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.97439
system time used= 0.122768
maximum resident set size= 201660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2426
involuntary context switches= 392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032259 second user time and 0.042629 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 16:48:17
IDJOB=4248093
IDBENCH=133094
IDSOLVER=2628
FILE ID=node132/4248093-1500734897
RUNJOBID= node132-1500718425-25432
PBS_JOBID= 20623371
Free space on /tmp= 61712 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-03.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-4248093-1500734897/watcher-4248093-1500734897 -o /tmp/evaluation-result-4248093-1500734897/solver-4248093-1500734897 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500718425-25432 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1601685516 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248093-1500734897.xml

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

MD5SUM BENCH= 179d2a128a53b26e9bde33d3c842c186
RANDOM SEED=1601685516

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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		: 2000.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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 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	: 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	: 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	: 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		: 2133.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:        30914516 kB
MemAvailable:   31283564 kB
Buffers:          146776 kB
Cached:           500308 kB
SwapCached:            0 kB
Active:          1093548 kB
Inactive:         318484 kB
Active(anon):     768208 kB
Inactive(anon):     8624 kB
Active(file):     325340 kB
Inactive(file):   309860 kB
Unevictable:        5936 kB
Mlocked:            5936 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42248 kB
Writeback:             0 kB
AnonPages:        785424 kB
Mapped:            46108 kB
Shmem:              8872 kB
Slab:             133688 kB
SReclaimable:      99368 kB
SUnreclaim:        34320 kB
KernelStack:        4912 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1679444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61668 MiB
End job on node132 at 2017-07-22 16:48:23