Trace number 4248005

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-30? (TO) 2400.07 2364.11

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark19973.1
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.27/0.29	c version: 2017-06-30
0.27/0.29	c seed: 1812840828
0.27/0.29	c timeout: 2400
0.27/0.29	c memlimit: 15500
0.27/0.29	c nbcore: 8
0.44/0.31	c Parsing instance...
2.94/1.52	c Parsing done, starting search...
2400.05/2364.10	s UNKNOWN

Verifier Data


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-4248005-1500734672/watcher-4248005-1500734672 -o /tmp/evaluation-result-4248005-1500734672/solver-4248005-1500734672 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500710999-18716 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1812840828 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248005-1500734672.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.67 1.84 1.91 2/261 23305
/proc/meminfo: memFree=28685680/32770624 swapFree=5948/301104
[pid=23305] ppid=23302 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 8733988 369864704 1924 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 90299 1924 1072 1 0 79210 0
[pid=23305/tid=23306] ppid=23302 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) S 23302 23305 18684 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 8733988 369864704 1924 33554432000 4194304 4196468 140736008175008 139932991220128 139932986989186 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0

[startup+0.100102 s]
/proc/loadavg: 1.67 1.84 1.91 2/261 23305
/proc/meminfo: memFree=28685680/32770624 swapFree=5948/301104
[pid=23305] ppid=23302 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 6560 0 0 0 9 1 0 0 20 0 20 0 8733988 13582245888 6856 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3315978 6856 3370 1 0 3303698 0
[pid=23305/tid=23306] ppid=23302 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 4575 0 0 0 8 0 0 0 20 0 20 0 8733988 13582245888 6856 33554432000 4194304 4196468 140736008175008 139932991207368 139932971058526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200378 s]
/proc/loadavg: 1.67 1.84 1.91 2/261 23305
/proc/meminfo: memFree=28685680/32770624 swapFree=5948/301104
[pid=23305] ppid=23302 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 8866 0 0 0 25 2 0 0 20 0 20 0 8733988 13582245888 8826 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3315978 8826 3514 1 0 3303698 0
[pid=23305/tid=23306] ppid=23302 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 6548 0 0 0 17 1 0 0 20 0 20 0 8733988 13582245888 8826 33554432000 4194304 4196468 140736008175008 139932991192368 139932971058526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300284 s]
/proc/loadavg: 1.67 1.84 1.91 2/261 23305
/proc/meminfo: memFree=28685680/32770624 swapFree=5948/301104
[pid=23305] ppid=23302 vsize=13263912 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 10153 0 0 0 41 3 0 0 20 0 20 0 8733988 13582245888 11437 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3315978 11437 3685 1 0 3303698 0
[pid=23305/tid=23306] ppid=23302 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 7286 0 0 0 25 2 0 0 20 0 20 0 8733988 13582245888 11437 33554432000 4194304 4196468 140736008175008 139932991201072 139932986999965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13263912

[startup+0.70021 s]
/proc/loadavg: 1.67 1.84 1.91 2/261 23305
/proc/meminfo: memFree=28685680/32770624 swapFree=5948/301104
[pid=23305] ppid=23302 vsize=13265980 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 12905 0 0 0 123 6 0 0 20 0 20 0 8733988 13584363520 17746 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3316495 17746 3768 1 0 3304210 0
[pid=23305/tid=23306] ppid=23302 vsize=13265980 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 8615 0 0 0 64 4 0 0 20 0 20 0 8733988 13584363520 17746 33554432000 4194304 4196468 140736008175008 139932991212592 139932604271205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13265980

[startup+1.50074 s]
/proc/loadavg: 1.67 1.84 1.91 3/281 23325
/proc/meminfo: memFree=28608428/32770624 swapFree=5948/300900
[pid=23305] ppid=23302 vsize=13268028 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 20363 0 0 0 286 8 0 0 20 0 20 0 8733988 13586460672 46107 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317007 46107 3781 1 0 3304722 0
[pid=23305/tid=23306] ppid=23302 vsize=13268028 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 11089 0 0 0 142 5 0 0 20 0 20 0 8733988 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932991180784 139932986989974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 8733989 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 8733991 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 8733991 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932180928160 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 8733992 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932179875056 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23319/stat : 23319 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733995 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932178823632 139932986996635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23320] ppid=23302 vsize=13268028 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23320/stat : 23320 (java) S 23302 23305 18684 0 -1 1077944384 2447 0 0 0 35 0 0 0 20 0 20 0 8733995 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932177770736 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23321] ppid=23302 vsize=13268028 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) R 23302 23305 18684 0 -1 4202560 1914 0 0 0 33 0 0 0 20 0 20 0 8733995 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932176711384 139932965241761 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13268028 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) R 23302 23305 18684 0 -1 4202560 1117 0 0 0 31 0 0 0 20 0 20 0 8733995 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932175665136 139932971753565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13268028 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) R 23302 23305 18684 0 -1 4202560 2379 0 0 0 42 0 0 0 20 0 20 0 8733995 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932174608320 139932986991943 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13586460672 46107 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 13268028

[startup+3.10079 s]
/proc/loadavg: 1.67 1.84 1.91 4/281 23325
/proc/meminfo: memFree=28465012/32770624 swapFree=5948/300900
[pid=23305] ppid=23302 vsize=13270076 CPUtime=6.39 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 28658 0 0 0 620 19 0 0 20 0 20 0 8733988 13588557824 59274 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317519 59274 3808 1 0 3305234 0
[pid=23305/tid=23306] ppid=23302 vsize=13270076 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 12322 0 0 0 298 6 0 0 20 0 20 0 8733988 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932991214392 139932607403650 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 40 0 0 0 1 1 0 0 20 0 20 0 8733989 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932180928224 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 8733992 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932179875072 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23319/stat : 23319 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733995 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932178823632 139932986996635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23320] ppid=23302 vsize=13270076 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23320/stat : 23320 (java) S 23302 23305 18684 0 -1 1077944384 3938 0 0 0 85 1 0 0 20 0 20 0 8733995 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932177770736 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23321] ppid=23302 vsize=13270076 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) S 23302 23305 18684 0 -1 1077944384 3864 0 0 0 85 1 0 0 20 0 20 0 8733995 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932176718192 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13270076 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) S 23302 23305 18684 0 -1 1077944384 2909 0 0 0 84 1 0 0 20 0 20 0 8733995 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932175665136 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13270076 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) S 23302 23305 18684 0 -1 1077944384 3642 0 0 0 54 0 0 0 20 0 20 0 8733995 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932174612592 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 59274 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 13270076

[startup+6.30079 s]
/proc/loadavg: 1.69 1.84 1.91 3/281 23325
/proc/meminfo: memFree=28398656/32770624 swapFree=5948/300900
[pid=23305] ppid=23302 vsize=13270076 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 30079 0 0 0 956 39 0 0 20 0 20 0 8733988 13588557824 95915 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317519 95915 3818 1 0 3305234 0
[pid=23305/tid=23306] ppid=23302 vsize=13270076 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 12731 0 0 0 611 7 0 0 20 0 20 0 8733988 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932991216368 139932607085141 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 73 0 0 0 3 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13270076 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 40 0 0 0 3 2 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13270076 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 514 0 0 0 2 2 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 129 0 0 0 3 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13270076 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 67 0 0 0 2 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13270076 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 141 0 0 0 2 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 20 0 8733989 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 8733991 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932180928224 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 8733992 13588557824 95915 33554432000 4194304 4196468 140736008175008 139932179875072 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=23305/tid=23321] ppid=23302 vsize=13270076 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) S 23302 23305 18684 0 -1 1077944384 3986 0 0 0 89 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932176718192 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13270076 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) S 23302 23305 18684 0 -1 1077944384 3310 0 0 0 87 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932175665136 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13270076 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) S 23302 23305 18684 0 -1 1077944384 3759 0 0 0 56 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932174612592 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13270076 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 840 0 0 0 27 31 0 0 20 0 20 0 8733996 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 2296.63
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.36 1.43 1.48 3/281 23509
/proc/meminfo: memFree=29981936/32770624 swapFree=5948/303112
[pid=23305] ppid=23302 vsize=13270076 CPUtime=2357.69 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 95105 0 0 0 235426 343 0 0 20 0 20 0 8733988 13588557824 195456 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317519 195456 3819 1 0 3305234 0
[pid=23305/tid=23306] ppid=23302 vsize=13270076 CPUtime=2311.73 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 36715 0 0 0 231154 19 0 0 20 0 20 0 8733988 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932991216768 139932607307593 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13270076 CPUtime=4.83 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 2970 0 0 0 448 35 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 2055 0 0 0 452 38 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13270076 CPUtime=4.82 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 4874 0 0 0 444 38 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13270076 CPUtime=4.78 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 3414 0 0 0 437 41 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13270076 CPUtime=4.84 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 4188 0 0 0 449 35 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13270076 CPUtime=4.91 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 3521 0 0 0 454 37 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13270076 CPUtime=4.81 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 7174 0 0 0 445 36 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13270076 CPUtime=4.82 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 2988 0 0 0 445 37 0 0 20 0 20 0 8733989 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13270076 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 9831 0 0 0 302 25 0 0 20 0 20 0 8733991 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932180928224 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 8733992 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932179875072 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23319/stat : 23319 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932178823632 139932986996635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23320] ppid=23302 vsize=13270076 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23320/stat : 23320 (java) S 23302 23305 18684 0 -1 1077944384 4036 0 0 0 90 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932177770736 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23321] ppid=23302 vsize=13270076 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) S 23302 23305 18684 0 -1 1077944384 3988 0 0 0 89 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932176718192 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13270076 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) S 23302 23305 18684 0 -1 1077944384 3312 0 0 0 87 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932175665136 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13270076 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) S 23302 23305 18684 0 -1 1077944384 3761 0 0 0 56 1 0 0 20 0 20 0 8733995 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932174612592 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13270076 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 855 0 0 0 28 31 0 0 20 0 20 0 8733996 13588557824 195456 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 2357.69
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.1 s]
/proc/loadavg: 1.44 1.44 1.48 3/281 23509
/proc/meminfo: memFree=29977940/32770624 swapFree=5948/303144
[pid=23305] ppid=23302 vsize=13270076 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 96008 0 0 0 239657 348 0 0 20 0 20 0 8733988 13588557824 195968 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317519 195968 3819 1 0 3305234 0
[pid=23305/tid=23306] ppid=23302 vsize=13270076 CPUtime=2353.35 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 37157 0 0 0 235316 19 0 0 20 0 20 0 8733988 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932991216560 139932607353021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 2989 0 0 0 455 35 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13270076 CPUtime=4.98 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 2061 0 0 0 460 38 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 4879 0 0 0 451 39 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13270076 CPUtime=4.87 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 3465 0 0 0 445 42 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13270076 CPUtime=4.93 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 4192 0 0 0 457 36 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13270076 CPUtime=5 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 3612 0 0 0 463 37 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13270076 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 7178 0 0 0 453 36 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 3066 0 0 0 453 37 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13270076 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 10007 0 0 0 307 25 0 0 20 0 20 0 8733991 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932180928224 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 8733992 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932179875072 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23319/stat : 23319 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932178823632 139932986996635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23320] ppid=23302 vsize=13270076 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23320/stat : 23320 (java) S 23302 23305 18684 0 -1 1077944384 4038 0 0 0 90 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932177770736 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23321] ppid=23302 vsize=13270076 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) S 23302 23305 18684 0 -1 1077944384 3990 0 0 0 89 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932176718192 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13270076 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) S 23302 23305 18684 0 -1 1077944384 3314 0 0 0 87 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932175665136 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13270076 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) S 23302 23305 18684 0 -1 1077944384 3763 0 0 0 56 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932174612592 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13270076 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 874 0 0 0 28 32 0 0 20 0 20 0 8733996 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 64 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 2400.05
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 23305 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2364.1 s]
/proc/loadavg: 1.44 1.44 1.48 3/281 23509
/proc/meminfo: memFree=29977940/32770624 swapFree=5948/303144
[pid=23305] ppid=23302 vsize=13270076 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/23305/stat : 23305 (java) S 23302 23305 18684 0 -1 1077944320 96008 0 0 0 239657 348 0 0 20 0 20 0 8733988 13588557824 195968 33554432000 4194304 4196468 140736008175008 140736008157552 139932986978039 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
/proc/23305/statm: 3317519 195968 3819 1 0 3305234 0
[pid=23305/tid=23306] ppid=23302 vsize=13270076 CPUtime=2353.35 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23306/stat : 23306 (java) R 23302 23305 18684 0 -1 4202560 37157 0 0 0 235316 19 0 0 20 0 20 0 8733988 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932991216560 139932607353021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23308] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23308/stat : 23308 (java) S 23302 23305 18684 0 -1 1077944384 2989 0 0 0 455 35 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932925942800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23309] ppid=23302 vsize=13270076 CPUtime=4.98 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23309/stat : 23309 (java) S 23302 23305 18684 0 -1 1077944384 2061 0 0 0 460 38 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932924890256 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23310] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23310/stat : 23310 (java) S 23302 23305 18684 0 -1 1077944384 4879 0 0 0 451 39 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932923837200 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23311] ppid=23302 vsize=13270076 CPUtime=4.87 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23311/stat : 23311 (java) S 23302 23305 18684 0 -1 1077944384 3465 0 0 0 445 42 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932922784656 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23312] ppid=23302 vsize=13270076 CPUtime=4.93 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23312/stat : 23312 (java) S 23302 23305 18684 0 -1 1077944384 4192 0 0 0 457 36 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932921731600 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23313] ppid=23302 vsize=13270076 CPUtime=5 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23313/stat : 23313 (java) S 23302 23305 18684 0 -1 1077944384 3612 0 0 0 463 37 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932580928144 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23314] ppid=23302 vsize=13270076 CPUtime=4.89 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23314/stat : 23314 (java) S 23302 23305 18684 0 -1 1077944384 7178 0 0 0 453 36 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932579875088 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23315] ppid=23302 vsize=13270076 CPUtime=4.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23315/stat : 23315 (java) S 23302 23305 18684 0 -1 1077944384 3066 0 0 0 453 37 0 0 20 0 20 0 8733989 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932578822544 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23316] ppid=23302 vsize=13270076 CPUtime=3.32 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23316/stat : 23316 (java) S 23302 23305 18684 0 -1 1077944384 10007 0 0 0 307 25 0 0 20 0 20 0 8733991 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932181981936 139932986989186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23317] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23317/stat : 23317 (java) S 23302 23305 18684 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 8733991 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932180928224 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23318] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23318/stat : 23318 (java) S 23302 23305 18684 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 8733992 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932179875072 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23319] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23319/stat : 23319 (java) S 23302 23305 18684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932178823632 139932986996635 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23320] ppid=23302 vsize=13270076 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23320/stat : 23320 (java) S 23302 23305 18684 0 -1 1077944384 4038 0 0 0 90 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932177770736 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23321] ppid=23302 vsize=13270076 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23321/stat : 23321 (java) S 23302 23305 18684 0 -1 1077944384 3990 0 0 0 89 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932176718192 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23322] ppid=23302 vsize=13270076 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23322/stat : 23322 (java) S 23302 23305 18684 0 -1 1077944384 3314 0 0 0 87 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932175665136 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23323] ppid=23302 vsize=13270076 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23323/stat : 23323 (java) S 23302 23305 18684 0 -1 1077944384 3763 0 0 0 56 1 0 0 20 0 20 0 8733995 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932174612592 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23324] ppid=23302 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23324/stat : 23324 (java) S 23302 23305 18684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 8733996 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932173560800 139932986988245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
[pid=23305/tid=23325] ppid=23302 vsize=13270076 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/23305/task/23325/stat : 23325 (java) S 23302 23305 18684 0 -1 1077944384 874 0 0 0 28 32 0 0 20 0 20 0 8733996 13588557824 195968 33554432000 4194304 4196468 140736008175008 139932172508336 139932986989186 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 64 0 0 6293624 6294260 32006144 140736008176777 140736008176964 140736008176964 140736008179663 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2364.11
CPU time (s): 2400.07
CPU user time (s): 2396.58
CPU system time (s): 3.48803
CPU usage (%): 101.521
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.58
system time used= 3.48803
maximum resident set size= 784424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199930
involuntary context switches= 147803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9364 second user time and 20.3451 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 16:44:32
IDJOB=4248005
IDBENCH=130625
IDSOLVER=2628
FILE ID=node139/4248005-1500734672
RUNJOBID= node139-1500710999-18716
PBS_JOBID= 20623349
Free space on /tmp= 61948 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.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-4248005-1500734672/watcher-4248005-1500734672 -o /tmp/evaluation-result-4248005-1500734672/solver-4248005-1500734672 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500710999-18716 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1812840828 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248005-1500734672.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=1812840828

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

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

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.08
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:        28686092 kB
MemAvailable:   29083740 kB
Buffers:          141496 kB
Cached:           535664 kB
SwapCached:            0 kB
Active:          3330772 kB
Inactive:         309704 kB
Active(anon):    2966308 kB
Inactive(anon):     8600 kB
Active(file):     364464 kB
Inactive(file):   301104 kB
Unevictable:        5948 kB
Mlocked:            5948 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42080 kB
Writeback:            28 kB
AnonPages:       3081180 kB
Mapped:            46156 kB
Shmem:              8852 kB
Slab:             130068 kB
SReclaimable:      95832 kB
SUnreclaim:        34236 kB
KernelStack:        4816 kB
PageTables:        11092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3740468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2959360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61908 MiB
End job on node139 at 2017-07-22 17:23:57