Trace number 4244228

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) 2416.22 623.253

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
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 benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
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-4244228-1500681887/watcher-4244228-1500681887 -o /tmp/evaluation-result-4244228-1500681887/solver-4244228-1500681887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7439 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244228-1500681887.xml 

pid=7763
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 1.39 2.74 3.84 15/262 7766
/proc/meminfo: memFree=31625116/32770624 swapFree=5780/234900
[pid=7766] ppid=7763 vsize=109440 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 1633 0 0 0 0 0 0 0 20 0 2 0 3456339 112066560 1370 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 27360 1370 1038 1 0 16810 0
[pid=7766/tid=7767] ppid=7763 vsize=109440 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) D 7763 7766 2468 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 2 0 3456340 112066560 1370 33554432000 4194304 4196468 140721240573392 139628062520528 139628050962989 0 4 0 16784584 18446744072101703204 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0

[startup+0.100065 s]
/proc/loadavg: 1.39 2.74 3.84 15/262 7766
/proc/meminfo: memFree=31625116/32770624 swapFree=5780/234900
[pid=7766] ppid=7763 vsize=10833892 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 4520 0 0 0 7 1 0 0 20 0 19 0 3456339 11093905408 5648 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2708473 5648 2601 1 0 2696911 0
[pid=7766/tid=7767] ppid=7763 vsize=10833892 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 2633 0 0 0 6 0 0 0 20 0 19 0 3456340 11093905408 5648 33554432000 4194304 4196468 140721240573392 139628062526104 139628050961781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10833892

[startup+0.20039 s]
/proc/loadavg: 1.39 2.74 3.84 15/262 7766
/proc/meminfo: memFree=31625116/32770624 swapFree=5780/234900
[pid=7766] ppid=7763 vsize=10900556 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 6846 0 0 0 22 2 0 0 20 0 20 0 3456339 11162169344 7708 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725139 7708 2878 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 4503 0 0 0 16 1 0 0 20 0 20 0 3456340 11162169344 7708 33554432000 4194304 4196468 140721240573392 139628062513808 139628042364254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.300343 s]
/proc/loadavg: 1.39 2.74 3.84 15/262 7766
/proc/meminfo: memFree=31625116/32770624 swapFree=5780/234900
[pid=7766] ppid=7763 vsize=10900556 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 7525 0 0 0 36 3 0 0 20 0 20 0 3456339 11162169344 9351 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725139 9351 2906 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 5016 0 0 0 25 1 0 0 20 0 20 0 3456340 11162169344 9351 33554432000 4194304 4196468 140721240573392 139628062519576 139628058305693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 10900556

[startup+0.700254 s]
/proc/loadavg: 1.39 2.74 3.84 15/262 7766
/proc/meminfo: memFree=31625116/32770624 swapFree=5780/234900
[pid=7766] ppid=7763 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 11061 0 0 0 152 5 0 0 20 0 20 0 3456339 11162247168 32781 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 32781 3083 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 5779 0 0 0 63 3 0 0 20 0 20 0 3456340 11162247168 32781 33554432000 4194304 4196468 140721240573392 139628062517008 139628042364254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 10900632

[startup+1.50108 s]
/proc/loadavg: 1.39 2.74 3.84 3/282 7786
/proc/meminfo: memFree=31138804/32770624 swapFree=5780/234800
[pid=7766] ppid=7763 vsize=10900632 CPUtime=5.27 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 15047 0 0 0 402 125 0 0 20 0 20 0 3456339 11162247168 142654 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 142654 3115 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 5917 0 0 0 105 6 0 0 20 0 20 0 3456340 11162247168 142654 33554432000 4194304 4196468 140721240573392 139628062520448 139627662031975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 2468 0 -1 1077944384 200 0 0 0 18 14 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627984357776 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 2468 0 -1 1077944384 731 0 0 0 18 13 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627983304976 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 2468 0 -1 1077944384 281 0 0 0 18 14 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627982252688 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 2468 0 -1 1077944384 273 0 0 0 19 13 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627981199888 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 2468 0 -1 1077944384 198 0 0 0 17 14 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627980147600 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 2468 0 -1 1077944384 189 0 0 0 18 13 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627979094800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 2468 0 -1 1077944384 302 0 0 0 18 14 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627658734736 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 2468 0 -1 1077944384 197 0 0 0 17 14 0 0 20 0 20 0 3456342 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627657681936 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3456344 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627265222768 139628058294914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627262064720 139628058302363 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7781] ppid=7763 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 2468 0 -1 1077944384 1963 0 0 0 40 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627261012592 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 910 0 0 0 37 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 1135 0 0 0 43 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 1177 0 0 0 27 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 142654 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 10900632

[startup+3.10113 s]
/proc/loadavg: 1.39 2.74 3.84 10/282 7786
/proc/meminfo: memFree=30469208/32770624 swapFree=5780/234800
[pid=7766] ppid=7763 vsize=10900632 CPUtime=13.81 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 19710 0 0 0 1178 203 0 0 20 0 20 0 3456339 11162247168 260304 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 260304 3130 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) R 7763 7766 2468 0 -1 4202560 6371 0 0 0 123 10 0 0 20 0 20 0 3456340 11162247168 260304 33554432000 4194304 4196468 140721240573392 139628062520448 139627659029088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) S 7763 7766 2468 0 -1 1077944384 496 0 0 0 109 23 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627984357776 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) S 7763 7766 2468 0 -1 1077944384 1104 0 0 0 109 23 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627983304976 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) S 7763 7766 2468 0 -1 1077944384 1540 0 0 0 107 24 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627982252688 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) S 7763 7766 2468 0 -1 1077944384 847 0 0 0 109 22 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627981199888 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) S 7763 7766 2468 0 -1 1077944384 734 0 0 0 109 23 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627980147600 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) S 7763 7766 2468 0 -1 1077944384 337 0 0 0 107 22 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627979094800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) S 7763 7766 2468 0 -1 1077944384 430 0 0 0 106 24 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627658734736 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 2468 0 -1 1077944384 308 0 0 0 106 24 0 0 20 0 20 0 3456342 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627657681936 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 990 0 0 0 37 0 0 0 20 0 20 0 3456344 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627265222768 139628058294914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627262064720 139628058302363 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7781] ppid=7763 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 2468 0 -1 1077944384 1963 0 0 0 41 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627261012592 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 910 0 0 0 37 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 1135 0 0 0 43 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 1178 0 0 0 27 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 260304 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 10900632

[startup+6.30101 s]
/proc/loadavg: 2.40 2.92 3.90 10/282 7786
/proc/meminfo: memFree=28459108/32770624 swapFree=5780/234812
[pid=7766] ppid=7763 vsize=10900632 CPUtime=31.93 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 51273 0 0 0 2603 590 0 0 20 0 20 0 3456339 11162247168 687627 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 687627 3130 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) S 7763 7766 2468 0 -1 1077944384 8205 0 0 0 217 16 0 0 20 0 20 0 3456340 11162247168 687627 33554432000 4194304 4196468 140721240573392 139628062520912 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=3.46 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) R 7763 7766 2468 0 -1 4202560 4492 0 0 0 272 74 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627984357672 139628044042584 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=3.48 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) R 7763 7766 2468 0 -1 4202560 4509 0 0 0 281 67 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627983305176 139628042981414 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=3.47 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) R 7763 7766 2468 0 -1 4202560 6200 0 0 0 274 73 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627982252272 139628050911975 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=3.44 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) R 7763 7766 2468 0 -1 4202560 3713 0 0 0 272 72 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627981199784 139628050911975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=3.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) R 7763 7766 2468 0 -1 4202560 4901 0 0 0 272 69 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627980147496 139628050911975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) R 7763 7766 2468 0 -1 4202560 3615 0 0 0 275 68 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627979094696 139628050911975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=3.46 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) R 7763 7766 2468 0 -1 4202560 3762 0 0 0 273 73 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627658735000 139628042981601 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=3.43 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) S 7763 7766 2468 0 -1 1077944384 3633 0 0 0 271 72 0 0 20 0 20 0 3456342 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627657681520 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 1657 0 0 0 37 0 0 0 20 0 20 0 3456344 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627265221088 139628058293973 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 687627 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 15055 0 0 0 134 2 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 5897 0 0 0 128 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 3442 0 0 0 41 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 417 0 0 0 13 9 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 6 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 2400.51
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 -7766
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7766 sig 9
??? end of watcher thread

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

[startup+622.401 s]
/proc/loadavg: 7.36 6.85 5.61 9/255 7855
/proc/meminfo: memFree=23664676/32770624 swapFree=5780/235328
[pid=7766] ppid=7763 vsize=10900632 CPUtime=2409.94 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 576344 0 0 0 238472 2522 0 0 20 0 20 0 3456339 11162247168 2087549 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 2087549 3157 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=339.67 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) S 7763 7766 2468 0 -1 1077944384 31767 0 0 0 33947 20 0 0 20 0 20 0 3456340 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139628062505152 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=255.42 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) R 7763 7766 2468 0 -1 4202560 42775 0 0 0 25248 294 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627984357672 139628044042584 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=255.49 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) R 7763 7766 2468 0 -1 4202560 54683 0 0 0 25258 291 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627983304872 139628050911975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=256.35 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) R 7763 7766 2468 0 -1 4202560 94327 0 0 0 25317 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627982252584 139628050911975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=255.47 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) R 7763 7766 2468 0 -1 4202560 43435 0 0 0 25217 330 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627981199784 139628050911975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=254.99 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) R 7763 7766 2468 0 -1 4202560 59246 0 0 0 25181 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627980147496 139628050911975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=255.76 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) R 7763 7766 2468 0 -1 4202560 55048 0 0 0 25257 319 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627979095000 139628039880225 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=255.12 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) R 7763 7766 2468 0 -1 4202560 40640 0 0 0 25211 301 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627658734320 139628050911975 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=255.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) R 7763 7766 2468 0 -1 4202560 54799 0 0 0 25224 305 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627657681832 139628050911975 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=21.95 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 65864 0 0 0 2191 4 0 0 20 0 20 0 3456344 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627265221088 139628058293973 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 2468 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627262064368 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7781] ppid=7763 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 2468 0 -1 1077944384 7555 0 0 0 98 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627261012592 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 15055 0 0 0 134 2 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 5897 0 0 0 128 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 3442 0 0 0 41 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 417 0 0 0 13 9 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 2409.94
Current children cumulated vsize (KiB) 10900632

[startup+622.801 s]
/proc/loadavg: 7.36 6.85 5.61 9/255 7855
/proc/meminfo: memFree=23664676/32770624 swapFree=5780/235328
[pid=7766] ppid=7763 vsize=10900632 CPUtime=2413.01 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 576344 0 0 0 238778 2523 0 0 20 0 20 0 3456339 11162247168 2087549 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 2087549 3157 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=339.67 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) S 7763 7766 2468 0 -1 1077944384 31767 0 0 0 33947 20 0 0 20 0 20 0 3456340 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139628062505152 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=255.79 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) R 7763 7766 2468 0 -1 4202560 42775 0 0 0 25285 294 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627984357360 139628050911975 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=255.88 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) R 7763 7766 2468 0 -1 4202560 54683 0 0 0 25296 292 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627983304872 139628050911975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=256.74 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) R 7763 7766 2468 0 -1 4202560 94327 0 0 0 25356 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627982252584 139628050911975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=255.85 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) R 7763 7766 2468 0 -1 4202560 43435 0 0 0 25255 330 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627981199784 139628041666802 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=255.38 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) R 7763 7766 2468 0 -1 4202560 59246 0 0 0 25220 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627980147496 139628050911975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=256.16 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) R 7763 7766 2468 0 -1 4202560 55048 0 0 0 25297 319 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627979095000 139628042981519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=255.51 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) R 7763 7766 2468 0 -1 4202560 40640 0 0 0 25250 301 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627658734632 139628050911975 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=255.66 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) R 7763 7766 2468 0 -1 4202560 54799 0 0 0 25260 306 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627657681832 139628050911975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=21.95 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 65864 0 0 0 2191 4 0 0 20 0 20 0 3456344 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627265221088 139628058293973 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 2468 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627262064368 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7781] ppid=7763 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 2468 0 -1 1077944384 7555 0 0 0 98 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627261012592 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 15055 0 0 0 134 2 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 5897 0 0 0 128 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 3442 0 0 0 41 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 417 0 0 0 13 9 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 6 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 2413.01
Current children cumulated vsize (KiB) 10900632

[startup+623.201 s]
/proc/loadavg: 7.36 6.85 5.61 9/255 7855
/proc/meminfo: memFree=23664676/32770624 swapFree=5780/235328
[pid=7766] ppid=7763 vsize=10900632 CPUtime=2416.13 cores=0,2,4,6,8,10,12,14
/proc/7766/stat : 7766 (java) S 7763 7766 2468 0 -1 1077944320 576344 0 0 0 239089 2524 0 0 20 0 20 0 3456339 11162247168 2087549 33554432000 4194304 4196468 140721240573392 140721240555936 139628058283767 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
/proc/7766/statm: 2725158 2087549 3157 1 0 2713552 0
[pid=7766/tid=7767] ppid=7763 vsize=10900632 CPUtime=339.67 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7767/stat : 7767 (java) S 7763 7766 2468 0 -1 1077944384 31767 0 0 0 33947 20 0 0 20 0 20 0 3456340 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139628062505152 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7769] ppid=7763 vsize=10900632 CPUtime=256.18 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7769/stat : 7769 (java) R 7763 7766 2468 0 -1 4202560 42775 0 0 0 25324 294 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627984357360 139628050911975 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7770] ppid=7763 vsize=10900632 CPUtime=256.27 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7770/stat : 7770 (java) R 7763 7766 2468 0 -1 4202560 54683 0 0 0 25335 292 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627983304872 139628050911975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7771] ppid=7763 vsize=10900632 CPUtime=257.12 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7771/stat : 7771 (java) R 7763 7766 2468 0 -1 4202560 94327 0 0 0 25394 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627982252584 139628050911975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7772] ppid=7763 vsize=10900632 CPUtime=256.23 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7772/stat : 7772 (java) R 7763 7766 2468 0 -1 4202560 43435 0 0 0 25293 330 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627981199784 139628041666802 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7773] ppid=7763 vsize=10900632 CPUtime=255.77 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7773/stat : 7773 (java) R 7763 7766 2468 0 -1 4202560 59246 0 0 0 25259 318 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627980147496 139628050911975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7774] ppid=7763 vsize=10900632 CPUtime=256.56 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7774/stat : 7774 (java) R 7763 7766 2468 0 -1 4202560 55048 0 0 0 25337 319 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627979095000 139628042737499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7775] ppid=7763 vsize=10900632 CPUtime=255.9 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7775/stat : 7775 (java) R 7763 7766 2468 0 -1 4202560 40640 0 0 0 25289 301 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627658734632 139628050911975 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7776] ppid=7763 vsize=10900632 CPUtime=256.05 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7776/stat : 7776 (java) R 7763 7766 2468 0 -1 4202560 54799 0 0 0 25299 306 0 0 20 0 20 0 3456342 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627657681832 139628050911975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7777] ppid=7763 vsize=10900632 CPUtime=21.95 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7777/stat : 7777 (java) S 7763 7766 2468 0 -1 1077944384 65864 0 0 0 2191 4 0 0 20 0 20 0 3456344 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627265221088 139628058293973 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7778] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7778/stat : 7778 (java) S 7763 7766 2468 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627264168800 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7779] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7779/stat : 7779 (java) S 7763 7766 2468 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3456345 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627263116400 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7780] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7780/stat : 7780 (java) S 7763 7766 2468 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627262064368 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7781] ppid=7763 vsize=10900632 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7781/stat : 7781 (java) S 7763 7766 2468 0 -1 1077944384 7555 0 0 0 98 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627261012592 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7782] ppid=7763 vsize=10900632 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7782/stat : 7782 (java) S 7763 7766 2468 0 -1 1077944384 15055 0 0 0 134 2 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627259959792 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7783] ppid=7763 vsize=10900632 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7783/stat : 7783 (java) S 7763 7766 2468 0 -1 1077944384 5897 0 0 0 128 1 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627258907504 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7784] ppid=7763 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7784/stat : 7784 (java) S 7763 7766 2468 0 -1 1077944384 3442 0 0 0 41 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627257854704 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7785] ppid=7763 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7785/stat : 7785 (java) S 7763 7766 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627256801632 139628058293973 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
[pid=7766/tid=7786] ppid=7763 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7766/task/7786/stat : 7786 (java) S 7763 7766 2468 0 -1 1077944384 417 0 0 0 13 9 0 0 20 0 20 0 3456349 11162247168 2087549 33554432000 4194304 4196468 140721240573392 139627255748912 139628058294914 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 6 0 0 6293624 6294260 35192832 140721240581291 140721240581444 140721240581444 140721240584143 0
Current children cumulated CPU time (s) 2416.13
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 623.253
CPU time (s): 2416.22
CPU user time (s): 2390.92
CPU system time (s): 25.2953
CPU usage (%): 387.678
Max. virtual memory (cumulated for all children) (KiB): 10900632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.92
system time used= 25.2953
maximum resident set size= 8350480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 576348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 202132
involuntary context switches= 201430

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.64466 second user time and 5.65138 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:04:47
IDJOB=4244228
IDBENCH=138764
IDSOLVER=2623
FILE ID=node125/4244228-1500681887
RUNJOBID= node125-1500681880-7439
PBS_JOBID= 20623295
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244228-1500681887/watcher-4244228-1500681887 -o /tmp/evaluation-result-4244228-1500681887/solver-4244228-1500681887 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7439 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244228-1500681887.xml

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

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=1978089288

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 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.51
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.51
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		: 2667.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.51
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		: 2668.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		: 2400.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.51
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		: 2667.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.51
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	: 5333.51
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		: 2668.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.51
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		: 2400.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:        31644000 kB
MemAvailable:   31658680 kB
Buffers:           44584 kB
Cached:           282152 kB
SwapCached:            0 kB
Active:           511664 kB
Inactive:         243616 kB
Active(anon):     431676 kB
Inactive(anon):     8716 kB
Active(file):      79988 kB
Inactive(file):   234900 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4152 kB
Writeback:             0 kB
AnonPages:        335524 kB
Mapped:            41624 kB
Shmem:              8840 kB
Slab:              63312 kB
SReclaimable:      31256 kB
SUnreclaim:        32056 kB
KernelStack:        4576 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1299972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62024 MiB
End job on node125 at 2017-07-22 02:15:10