Trace number 4244207

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: sat4j-CSP 2017-07-05? (TO) 2415.9 335.442

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
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 benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data


Verifier Data

One s line expected

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-4244207-1500681760/watcher-4244207-1500681760 -o /tmp/evaluation-result-4244207-1500681760/solver-4244207-1500681760 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244207-1500681760.xml 

pid=15049
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.98 2.04 2.04 3/262 15052
/proc/meminfo: memFree=30296968/32770624 swapFree=5960/210320
[pid=15052] ppid=15049 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3440843 369864704 1935 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 90299 1935 1081 1 0 79210 0
[pid=15052/tid=15053] ppid=15049 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3440844 369864704 1935 33554432000 4194304 4196468 140728276766656 139977735199136 139977730968194 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0

[startup+0.100101 s]
/proc/loadavg: 1.98 2.04 2.04 3/262 15052
/proc/meminfo: memFree=30296968/32770624 swapFree=5960/210320
[pid=15052] ppid=15049 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 4985 0 0 0 8 1 0 0 20 0 20 0 3440843 11162169344 6080 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725139 6080 2626 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) R 15049 15052 9826 0 -1 4202560 3086 0 0 0 7 1 0 0 20 0 20 0 3440844 11162169344 6080 33554432000 4194304 4196468 140728276766656 139977735199328 139977730978973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.20037 s]
/proc/loadavg: 1.98 2.04 2.04 3/262 15052
/proc/meminfo: memFree=30296968/32770624 swapFree=5960/210320
[pid=15052] ppid=15049 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 7103 0 0 0 23 2 0 0 20 0 20 0 3440843 11162169344 8442 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725139 8442 2854 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) R 15049 15052 9826 0 -1 4202560 4813 0 0 0 16 1 0 0 20 0 20 0 3440844 11162169344 8442 33554432000 4194304 4196468 140728276766656 139977735193264 139977730978973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300321 s]
/proc/loadavg: 1.98 2.04 2.04 3/262 15052
/proc/meminfo: memFree=30296968/32770624 swapFree=5960/210320
[pid=15052] ppid=15049 vsize=10900556 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 9496 0 0 0 48 3 0 0 20 0 20 0 3440843 11162169344 11883 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725139 11883 3019 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) R 15049 15052 9826 0 -1 4202560 5214 0 0 0 26 2 0 0 20 0 20 0 3440844 11162169344 11883 33554432000 4194304 4196468 140728276766656 139977735184656 139977715037534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10900556

[startup+0.700296 s]
/proc/loadavg: 1.98 2.04 2.04 3/262 15052
/proc/meminfo: memFree=30296968/32770624 swapFree=5960/210320
[pid=15052] ppid=15049 vsize=10900632 CPUtime=2.18 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 14573 0 0 0 201 17 0 0 20 0 20 0 3440843 11162247168 52568 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 52568 3103 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) R 15049 15052 9826 0 -1 4202560 5793 0 0 0 60 4 0 0 20 0 20 0 3440844 11162247168 52568 33554432000 4194304 4196468 140728276766656 139977735185552 139977363062089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10900632

[startup+1.50166 s]
/proc/loadavg: 1.98 2.04 2.04 3/282 15072
/proc/meminfo: memFree=30011156/32770624 swapFree=5960/210704
[pid=15052] ppid=15049 vsize=10900632 CPUtime=5.69 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 17220 0 0 0 446 123 0 0 20 0 20 0 3440843 11162247168 131695 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 131695 3123 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) R 15049 15052 9826 0 -1 4202560 6007 0 0 0 111 6 0 0 20 0 20 0 3440844 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977735187488 139977366825882 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) S 15049 15052 9826 0 -1 1077944384 159 0 0 0 14 14 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977683577488 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) S 15049 15052 9826 0 -1 1077944384 108 0 0 0 13 13 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977336478224 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) S 15049 15052 9826 0 -1 1077944384 163 0 0 0 14 14 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977335425424 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) S 15049 15052 9826 0 -1 1077944384 159 0 0 0 13 14 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977334372624 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) S 15049 15052 9826 0 -1 1077944384 162 0 0 0 14 15 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977333320848 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) S 15049 15052 9826 0 -1 1077944384 168 0 0 0 16 13 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977332268048 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) S 15049 15052 9826 0 -1 1077944384 126 0 0 0 15 11 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977331215248 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) S 15049 15052 9826 0 -1 1077944384 144 0 0 0 13 14 0 0 20 0 20 0 3440845 11162247168 131695 33554432000 4194304 4196468 140728276766656 139977330162448 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) S 15049 15052 9826 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3440847 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976938330480 139977730968194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15066/stat : 15066 (java) S 15049 15052 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976935171920 139977730975643 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15067] ppid=15049 vsize=10900632 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15067/stat : 15067 (java) S 15049 15052 9826 0 -1 1077944384 2468 0 0 0 60 0 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976934120304 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 1603 0 0 0 56 0 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976933067504 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 2537 0 0 0 67 0 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976932014704 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 1840 0 0 0 32 1 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976930961904 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440853 11162247168 131695 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 10900632

[startup+3.10076 s]
/proc/loadavg: 1.98 2.04 2.04 10/282 15072
/proc/meminfo: memFree=29568104/32770624 swapFree=5960/210704
[pid=15052] ppid=15049 vsize=10900632 CPUtime=14.33 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 19737 0 0 0 1216 217 0 0 20 0 20 0 3440843 11162247168 187358 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 187358 3134 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 6008 0 0 0 137 6 0 0 20 0 20 0 3440844 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977735191808 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) S 15049 15052 9826 0 -1 1077944384 502 0 0 0 101 27 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977683577488 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) S 15049 15052 9826 0 -1 1077944384 430 0 0 0 103 24 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977336478224 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) S 15049 15052 9826 0 -1 1077944384 526 0 0 0 104 25 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977335425424 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) S 15049 15052 9826 0 -1 1077944384 688 0 0 0 103 25 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977334372624 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) S 15049 15052 9826 0 -1 1077944384 296 0 0 0 101 28 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977333320848 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) S 15049 15052 9826 0 -1 1077944384 425 0 0 0 104 25 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977332268048 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) S 15049 15052 9826 0 -1 1077944384 516 0 0 0 105 22 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977331215248 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) S 15049 15052 9826 0 -1 1077944384 295 0 0 0 102 27 0 0 20 0 20 0 3440845 11162247168 187358 33554432000 4194304 4196468 140728276766656 139977330162448 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) R 15049 15052 9826 0 -1 4202560 233 0 0 0 32 0 0 0 20 0 20 0 3440847 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976938328912 139977715657763 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15066/stat : 15066 (java) S 15049 15052 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976935171920 139977730975643 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15067] ppid=15049 vsize=10900632 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15067/stat : 15067 (java) S 15049 15052 9826 0 -1 1077944384 2468 0 0 0 60 0 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976934120304 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 1604 0 0 0 57 0 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976933067504 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 2538 0 0 0 68 0 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976931999696 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 1841 0 0 0 33 1 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976930961904 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3440853 11162247168 187358 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 10900632

[startup+6.30077 s]
/proc/loadavg: 1.99 2.03 2.04 10/282 15072
/proc/meminfo: memFree=28938400/32770624 swapFree=5960/210716
[pid=15052] ppid=15049 vsize=10900632 CPUtime=29.02 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 35283 0 0 0 2571 331 0 0 20 0 20 0 3440843 11162247168 341973 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 341973 3140 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=2.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 6870 0 0 0 206 10 0 0 20 0 20 0 3440844 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977735193440 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) S 15049 15052 9826 0 -1 1077944384 1286 0 0 0 251 42 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977683577488 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) S 15049 15052 9826 0 -1 1077944384 1008 0 0 0 252 39 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977336478224 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) S 15049 15052 9826 0 -1 1077944384 6349 0 0 0 253 35 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977335425424 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) S 15049 15052 9826 0 -1 1077944384 1289 0 0 0 257 38 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977334372624 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) S 15049 15052 9826 0 -1 1077944384 696 0 0 0 253 42 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977333320848 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) S 15049 15052 9826 0 -1 1077944384 1116 0 0 0 254 40 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977332268048 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) S 15049 15052 9826 0 -1 1077944384 1115 0 0 0 256 37 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977331215248 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) S 15049 15052 9826 0 -1 1077944384 1094 0 0 0 253 40 0 0 20 0 20 0 3440845 11162247168 341973 33554432000 4194304 4196468 140728276766656 139977330162448 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) R 15049 15052 9826 0 -1 4202560 3941 0 0 0 110 0 0 0 20 0 20 0 3440847 11162247168 341973 33554432000 4194304 4196468 140728276766656 139976938328912 139977715657787 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 341973 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 341973 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 2713 0 0 0 64 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976933067552 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 3714 0 0 0 74 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976932014752 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 4228 0 0 0 40 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976930961952 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 864 0 0 0 7 9 0 0 20 0 20 0 3440853 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 2400.39
Current children cumulated vsize (KiB) 10900632

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15052
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15052 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+334.401 s]
/proc/loadavg: 8.95 6.21 3.82 9/282 15166
/proc/meminfo: memFree=23325660/32770624 swapFree=5960/211080
[pid=15052] ppid=15049 vsize=10900632 CPUtime=2408.17 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 191524 0 0 0 238586 2231 0 0 20 0 20 0 3440843 11162247168 2088404 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 2088404 3145 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=14.94 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 16576 0 0 0 1481 13 0 0 20 0 20 0 3440844 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977735192928 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=296.42 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) R 15049 15052 9826 0 -1 4202560 13361 0 0 0 29360 282 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977683577688 139977715414684 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=295.81 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) R 15049 15052 9826 0 -1 4202560 9887 0 0 0 29304 277 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977336478344 139977723585255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=296.76 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) R 15049 15052 9826 0 -1 4202560 15483 0 0 0 29404 272 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977335425544 139977723585255 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=296.37 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) R 15049 15052 9826 0 -1 4202560 11219 0 0 0 29375 262 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977334372744 139977723585255 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=296.39 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) R 15049 15052 9826 0 -1 4202560 10346 0 0 0 29343 296 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977333320968 139977723585255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=296.18 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) R 15049 15052 9826 0 -1 4202560 13458 0 0 0 29359 259 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977332268168 139977723585255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=296.04 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) R 15049 15052 9826 0 -1 4202560 15180 0 0 0 29333 271 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977331215368 139977723585255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=296.46 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) R 15049 15052 9826 0 -1 4202560 10514 0 0 0 29365 281 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977330162568 139977723585255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=20.04 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) S 15049 15052 9826 0 -1 1077944384 59196 0 0 0 2001 3 0 0 20 0 20 0 3440847 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976938329024 139977730967253 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15066/stat : 15066 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976935171568 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15067] ppid=15049 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15067/stat : 15067 (java) S 15049 15052 9826 0 -1 1077944384 3416 0 0 0 66 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976934120064 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 2713 0 0 0 64 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976933067552 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 3714 0 0 0 74 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976932014752 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 4228 0 0 0 40 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976930961952 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 864 0 0 0 7 9 0 0 20 0 20 0 3440853 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 2408.17
Current children cumulated vsize (KiB) 10900632

[startup+335.201 s]
/proc/loadavg: 8.95 6.21 3.82 9/282 15166
/proc/meminfo: memFree=23325660/32770624 swapFree=5960/211080
[pid=15052] ppid=15049 vsize=10900632 CPUtime=2414.26 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 191524 0 0 0 239191 2235 0 0 20 0 20 0 3440843 11162247168 2088404 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 2088404 3145 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=14.94 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 16576 0 0 0 1481 13 0 0 20 0 20 0 3440844 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977735192928 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=297.21 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) R 15049 15052 9826 0 -1 4202560 13361 0 0 0 29439 282 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977683577688 139977715657691 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=296.58 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) R 15049 15052 9826 0 -1 4202560 9887 0 0 0 29380 278 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977336478032 139977723585255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=297.5 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) R 15049 15052 9826 0 -1 4202560 15483 0 0 0 29478 272 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977335425544 139977723585255 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=297.14 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) R 15049 15052 9826 0 -1 4202560 11219 0 0 0 29452 262 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977334372744 139977723585255 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=297.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) R 15049 15052 9826 0 -1 4202560 10346 0 0 0 29419 297 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977333320656 139977723585255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=296.94 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) R 15049 15052 9826 0 -1 4202560 13458 0 0 0 29434 260 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977332268168 139977714340082 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=296.79 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) R 15049 15052 9826 0 -1 4202560 15180 0 0 0 29407 272 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977331215368 139977723585255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=297.22 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) R 15049 15052 9826 0 -1 4202560 10514 0 0 0 29441 281 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977330162568 139977723585255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=20.04 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) S 15049 15052 9826 0 -1 1077944384 59196 0 0 0 2001 3 0 0 20 0 20 0 3440847 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976938329024 139977730967253 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15066/stat : 15066 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976935171568 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15067] ppid=15049 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15067/stat : 15067 (java) S 15049 15052 9826 0 -1 1077944384 3416 0 0 0 66 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976934120064 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 2713 0 0 0 64 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976933067552 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 3714 0 0 0 74 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976932014752 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 4228 0 0 0 40 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976930961952 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 864 0 0 0 7 9 0 0 20 0 20 0 3440853 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 2414.26
Current children cumulated vsize (KiB) 10900632

[startup+335.401 s]
/proc/loadavg: 8.95 6.21 3.82 9/282 15166
/proc/meminfo: memFree=23325660/32770624 swapFree=5960/211080
[pid=15052] ppid=15049 vsize=10900632 CPUtime=2415.82 cores=1,3,5,7,9,11,13,15
/proc/15052/stat : 15052 (java) S 15049 15052 9826 0 -1 1077944320 191524 0 0 0 239346 2236 0 0 20 0 20 0 3440843 11162247168 2088404 33554432000 4194304 4196468 140728276766656 140728276749200 139977730957047 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
/proc/15052/statm: 2725158 2088404 3145 1 0 2713552 0
[pid=15052/tid=15053] ppid=15049 vsize=10900632 CPUtime=14.94 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15053/stat : 15053 (java) S 15049 15052 9826 0 -1 1077944384 16576 0 0 0 1481 13 0 0 20 0 20 0 3440844 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977735192928 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15055] ppid=15049 vsize=10900632 CPUtime=297.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15055/stat : 15055 (java) R 15049 15052 9826 0 -1 4202560 13361 0 0 0 29459 282 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977683577688 139977715657680 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15056] ppid=15049 vsize=10900632 CPUtime=296.77 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15056/stat : 15056 (java) R 15049 15052 9826 0 -1 4202560 9887 0 0 0 29399 278 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977336478344 139977723585255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15057] ppid=15049 vsize=10900632 CPUtime=297.69 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15057/stat : 15057 (java) R 15049 15052 9826 0 -1 4202560 15483 0 0 0 29497 272 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977335425544 139977723585255 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15058] ppid=15049 vsize=10900632 CPUtime=297.33 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15058/stat : 15058 (java) R 15049 15052 9826 0 -1 4202560 11219 0 0 0 29471 262 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977334372432 139977723585255 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15059] ppid=15049 vsize=10900632 CPUtime=297.36 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15059/stat : 15059 (java) R 15049 15052 9826 0 -1 4202560 10346 0 0 0 29439 297 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977333320968 139977723585255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15060] ppid=15049 vsize=10900632 CPUtime=297.13 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15060/stat : 15060 (java) R 15049 15052 9826 0 -1 4202560 13458 0 0 0 29453 260 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977332268168 139977716715856 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15061] ppid=15049 vsize=10900632 CPUtime=296.98 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15061/stat : 15061 (java) R 15049 15052 9826 0 -1 4202560 15180 0 0 0 29426 272 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977331215056 139977723585255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15062] ppid=15049 vsize=10900632 CPUtime=297.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15062/stat : 15062 (java) R 15049 15052 9826 0 -1 4202560 10514 0 0 0 29460 281 0 0 20 0 20 0 3440845 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139977330162568 139977723585255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15063] ppid=15049 vsize=10900632 CPUtime=20.04 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15063/stat : 15063 (java) S 15049 15052 9826 0 -1 1077944384 59196 0 0 0 2001 3 0 0 20 0 20 0 3440847 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976938329024 139977730967253 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15064] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15064/stat : 15064 (java) S 15049 15052 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976937276512 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15065] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15065/stat : 15065 (java) S 15049 15052 9826 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3440848 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976936223616 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15066] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15066/stat : 15066 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976935171568 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15067] ppid=15049 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15067/stat : 15067 (java) S 15049 15052 9826 0 -1 1077944384 3416 0 0 0 66 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976934120064 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15068] ppid=15049 vsize=10900632 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15068/stat : 15068 (java) S 15049 15052 9826 0 -1 1077944384 2713 0 0 0 64 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976933067552 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15069] ppid=15049 vsize=10900632 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15069/stat : 15069 (java) S 15049 15052 9826 0 -1 1077944384 3714 0 0 0 74 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976932014752 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15070] ppid=15049 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15070/stat : 15070 (java) S 15049 15052 9826 0 -1 1077944384 4228 0 0 0 40 1 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976930961952 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15071] ppid=15049 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15071/stat : 15071 (java) S 15049 15052 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3440852 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976929909344 139977730967253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
[pid=15052/tid=15072] ppid=15049 vsize=10900632 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15052/task/15072/stat : 15072 (java) S 15049 15052 9826 0 -1 1077944384 864 0 0 0 7 9 0 0 20 0 20 0 3440853 11162247168 2088404 33554432000 4194304 4196468 140728276766656 139976928856624 139977730968194 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38035456 140728276772011 140728276772164 140728276772164 140728276774863 0
Current children cumulated CPU time (s) 2415.82
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 335.442
CPU time (s): 2415.9
CPU user time (s): 2393.5
CPU system time (s): 22.4007
CPU usage (%): 720.212
Max. virtual memory (cumulated for all children) (KiB): 10900632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.5
system time used= 22.4007
maximum resident set size= 8353944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26702
involuntary context switches= 157639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.1787 second user time and 3.66338 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 02:02:40
IDJOB=4244207
IDBENCH=138457
IDSOLVER=2623
FILE ID=node149/4244207-1500681760
RUNJOBID= node149-1500672434-13136
PBS_JOBID= 20623272
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244207-1500681760/watcher-4244207-1500681760 -o /tmp/evaluation-result-4244207-1500681760/solver-4244207-1500681760 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244207-1500681760.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=470934468

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30296644 kB
MemAvailable:   30318244 kB
Buffers:           45020 kB
Cached:           286380 kB
SwapCached:            0 kB
Active:          1871096 kB
Inactive:         219004 kB
Active(anon):    1761840 kB
Inactive(anon):     8684 kB
Active(file):     109256 kB
Inactive(file):   210320 kB
Unevictable:        5960 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             0 kB
AnonPages:       1764396 kB
Mapped:            42384 kB
Shmem:              8848 kB
Slab:              68684 kB
SReclaimable:      35720 kB
SUnreclaim:        32964 kB
KernelStack:        4560 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3062076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1681408 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= 62024 MiB
End job on node149 at 2017-07-22 02:08:15