Trace number 4244229

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.19 373.142

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-06.xml
MD5SUM000bb8293185d226d4bd39fa547f2fd1
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 benchmark0.036646999
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints62
Number of domains1
Minimum domain size729
Maximum domain size729
Distribution of domain sizes[{"size":729,"count":62}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":61},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":61}]
Number of extensional constraints61
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":61},{"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-4244229-1500681892/watcher-4244229-1500681892 -o /tmp/evaluation-result-4244229-1500681892/solver-4244229-1500681892 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500681493-7242 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244229-1500681892.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.01 3.59 4.59 3/263 7426
/proc/meminfo: memFree=31560236/32770624 swapFree=5780/234832
[pid=7426] ppid=7423 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3456971 369864704 1935 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 90299 1935 1081 1 0 79210 0
[pid=7426/tid=7427] ppid=7423 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) S 7423 7426 2448 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3456972 369864704 1935 33554432000 4194304 4196468 140730530379696 139622417815968 139622413585026 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0

[startup+0.100064 s]
/proc/loadavg: 2.01 3.59 4.59 3/263 7426
/proc/meminfo: memFree=31560236/32770624 swapFree=5780/234832
[pid=7426] ppid=7423 vsize=10900556 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 5263 0 0 0 10 1 0 0 20 0 20 0 3456971 11162169344 6869 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725139 6869 2807 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 3164 0 0 0 7 0 0 0 20 0 20 0 3456972 11162169344 6869 33554432000 4194304 4196468 140730530379696 139622417808848 139622405811006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10900556

[startup+0.200277 s]
/proc/loadavg: 2.01 3.59 4.59 3/263 7426
/proc/meminfo: memFree=31560236/32770624 swapFree=5780/234832
[pid=7426] ppid=7423 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 7503 0 0 0 24 2 0 0 20 0 20 0 3456971 11162169344 9296 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725139 9296 2898 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 5074 0 0 0 16 1 0 0 20 0 20 0 3456972 11162169344 9296 33554432000 4194304 4196468 140730530379696 139622417807584 139622413595805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300268 s]
/proc/loadavg: 2.01 3.59 4.59 3/263 7426
/proc/meminfo: memFree=31560236/32770624 swapFree=5780/234832
[pid=7426] ppid=7423 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 8843 0 0 0 44 3 0 0 20 0 20 0 3456971 11162247168 11058 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 11058 3023 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 5707 0 0 0 26 2 0 0 20 0 20 0 3456972 11162247168 11058 33554432000 4194304 4196468 140730530379696 139622417796896 139622413595226 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10900632

[startup+0.70027 s]
/proc/loadavg: 2.01 3.59 4.59 3/263 7426
/proc/meminfo: memFree=31560236/32770624 swapFree=5780/234832
[pid=7426] ppid=7423 vsize=10900632 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 15877 0 0 0 199 6 0 0 20 0 20 0 3456971 11162247168 40542 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 40542 3096 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 5939 0 0 0 64 3 0 0 20 0 20 0 3456972 11162247168 40542 33554432000 4194304 4196468 140730530379696 139622417791880 139622024729512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 10900632

[startup+1.50088 s]
/proc/loadavg: 2.01 3.59 4.59 6/283 7446
/proc/meminfo: memFree=31343964/32770624 swapFree=5780/234868
[pid=7426] ppid=7423 vsize=10900632 CPUtime=4.39 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 18060 0 0 0 402 37 0 0 20 0 20 0 3456971 11162247168 71991 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 71991 3123 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 5962 0 0 0 131 3 0 0 20 0 20 0 3456972 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622417798688 139622024870238 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 2448 0 -1 1077944384 108 0 0 0 7 5 0 0 20 0 20 0 3456972 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622350265232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 2448 0 -1 1077944384 55 0 0 0 4 3 0 0 20 0 20 0 3456972 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622349212432 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 2448 0 -1 1077944384 115 0 0 0 8 4 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622348160144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 2448 0 -1 1077944384 108 0 0 0 5 4 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622347107344 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 2448 0 -1 1077944384 69 0 0 0 6 3 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622346054032 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 2448 0 -1 1077944384 101 0 0 0 6 3 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622345001232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 2448 0 -1 1077944384 105 0 0 0 8 4 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622343948944 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 2448 0 -1 1077944384 116 0 0 0 9 2 0 0 20 0 20 0 3456973 11162247168 71991 33554432000 4194304 4196468 140730530379696 139622342896144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3456974 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621889178224 139622413585026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621888124192 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621887071856 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621886020176 139622413592475 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2413 0 0 0 49 0 0 0 20 0 20 0 3456977 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 1996 0 0 0 46 0 0 0 20 0 20 0 3456977 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 3845 0 0 0 89 0 0 0 20 0 20 0 3456978 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 1616 0 0 0 27 0 0 0 20 0 20 0 3456978 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 71991 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 10900632

[startup+3.1009 s]
/proc/loadavg: 2.01 3.59 4.59 7/283 7446
/proc/meminfo: memFree=31072772/32770624 swapFree=5780/234860
[pid=7426] ppid=7423 vsize=10900632 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 19752 0 0 0 711 125 0 0 20 0 20 0 3456971 11162247168 151285 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 151285 3128 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=2.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 6059 0 0 0 258 5 0 0 20 0 20 0 3456972 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622417806216 139622024829350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 2448 0 -1 1077944384 216 0 0 0 27 15 0 0 20 0 20 0 3456972 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622350265232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 2448 0 -1 1077944384 180 0 0 0 24 14 0 0 20 0 20 0 3456972 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622349212432 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 2448 0 -1 1077944384 222 0 0 0 27 14 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622348160144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 2448 0 -1 1077944384 244 0 0 0 24 15 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622347107344 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 2448 0 -1 1077944384 255 0 0 0 25 14 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622346054032 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 2448 0 -1 1077944384 214 0 0 0 25 15 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622345001232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 2448 0 -1 1077944384 239 0 0 0 28 14 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622343948944 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 2448 0 -1 1077944384 219 0 0 0 29 13 0 0 20 0 20 0 3456973 11162247168 151285 33554432000 4194304 4196468 140730530379696 139622342896144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3456974 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621889178224 139622413585026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621886020176 139622413592475 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2592 0 0 0 60 0 0 0 20 0 20 0 3456977 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 2254 0 0 0 55 0 0 0 20 0 20 0 3456977 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 3857 0 0 0 95 0 0 0 20 0 20 0 3456978 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 1624 0 0 0 28 0 0 0 20 0 20 0 3456978 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 151285 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 10900632

[startup+6.30082 s]
/proc/loadavg: 2.01 3.56 4.58 3/283 7446
/proc/meminfo: memFree=30518476/32770624 swapFree=5780/234860
[pid=7426] ppid=7423 vsize=10900632 CPUtime=20.11 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 31572 0 0 0 1818 193 0 0 20 0 20 0 3456971 11162247168 264117 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 264117 3154 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=3.84 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) R 7423 7426 2448 0 -1 4202560 6761 0 0 0 376 8 0 0 20 0 20 0 3456972 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622417806872 139622025152983 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) S 7423 7426 2448 0 -1 1077944384 732 0 0 0 135 23 0 0 20 0 20 0 3456972 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622350265232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) S 7423 7426 2448 0 -1 1077944384 444 0 0 0 130 22 0 0 20 0 20 0 3456972 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622349212432 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) S 7423 7426 2448 0 -1 1077944384 490 0 0 0 132 23 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622348160144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) S 7423 7426 2448 0 -1 1077944384 775 0 0 0 129 24 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622347107344 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) S 7423 7426 2448 0 -1 1077944384 845 0 0 0 128 22 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622346054032 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) S 7423 7426 2448 0 -1 1077944384 454 0 0 0 128 21 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622345001232 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) S 7423 7426 2448 0 -1 1077944384 564 0 0 0 131 21 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622343948944 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) S 7423 7426 2448 0 -1 1077944384 802 0 0 0 134 21 0 0 20 0 20 0 3456973 11162247168 264117 33554432000 4194304 4196468 140730530379696 139622342896144 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 1246 0 0 0 82 0 0 0 20 0 20 0 3456974 11162247168 264117 33554432000 4194304 4196468 140730530379696 139621889178224 139622413585026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 264117 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 264117 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=290.87 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) R 7423 7426 2448 0 -1 4202560 10258 0 0 0 28795 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622343949144 139622398524990 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=290.13 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) R 7423 7426 2448 0 -1 4202560 12591 0 0 0 28721 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622342896344 139622398271631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=26.34 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 59759 0 0 0 2630 4 0 0 20 0 20 0 3456974 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621889176544 139622413584085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621886019824 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2995 0 0 0 63 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 7278 0 0 0 99 1 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 9514 0 0 0 147 1 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 2876 0 0 0 30 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 906 0 0 0 8 6 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 2407.49
Current children cumulated vsize (KiB) 10900632

[startup+372.801 s]
/proc/loadavg: 8.56 6.13 5.30 8/283 7460
/proc/meminfo: memFree=23187544/32770624 swapFree=5780/235280
[pid=7426] ppid=7423 vsize=10900632 CPUtime=2413.77 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 201794 0 0 0 238957 2420 0 0 20 0 20 0 3456971 11162247168 2072434 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 2072434 3155 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=49.44 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) S 7423 7426 2448 0 -1 1077944384 17210 0 0 0 4917 27 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622417807696 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=291.7 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) R 7423 7426 2448 0 -1 4202560 14506 0 0 0 28857 313 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622350265128 139622406202087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=291.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) R 7423 7426 2448 0 -1 4202560 10378 0 0 0 28888 275 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622349212328 139622399332696 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=291.84 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) R 7423 7426 2448 0 -1 4202560 11608 0 0 0 28875 309 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622348160344 139622398524484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=292.43 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) R 7423 7426 2448 0 -1 4202560 12929 0 0 0 28950 293 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622347107240 139622406202087 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=291.8 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) R 7423 7426 2448 0 -1 4202560 14441 0 0 0 28878 302 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622346053616 139622406202087 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=292.32 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) R 7423 7426 2448 0 -1 4202560 13174 0 0 0 28933 299 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622345001432 139622395169796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=291.66 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) R 7423 7426 2448 0 -1 4202560 10258 0 0 0 28874 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622343949144 139622398524484 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=290.93 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) R 7423 7426 2448 0 -1 4202560 12591 0 0 0 28801 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622342896344 139622398524872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=26.34 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 59759 0 0 0 2630 4 0 0 20 0 20 0 3456974 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621889176544 139622413584085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621886019824 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2995 0 0 0 63 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 7278 0 0 0 99 1 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 9514 0 0 0 147 1 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 2876 0 0 0 30 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 906 0 0 0 8 6 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 2413.77
Current children cumulated vsize (KiB) 10900632

[startup+373.014 s]
/proc/loadavg: 8.60 6.18 5.32 10/283 7460
/proc/meminfo: memFree=23187544/32770624 swapFree=5780/235280
[pid=7426] ppid=7423 vsize=10900632 CPUtime=2415.42 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 201794 0 0 0 239121 2421 0 0 20 0 20 0 3456971 11162247168 2072434 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 2072434 3155 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=49.44 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) S 7423 7426 2448 0 -1 1077944384 17210 0 0 0 4917 27 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622417807696 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=291.89 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) R 7423 7426 2448 0 -1 4202560 14506 0 0 0 28876 313 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622350265128 139622399332696 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=291.82 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) R 7423 7426 2448 0 -1 4202560 10378 0 0 0 28907 275 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622349212328 139622406202087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=292.05 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) R 7423 7426 2448 0 -1 4202560 11608 0 0 0 28896 309 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622348160344 139622398525340 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=292.64 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) R 7423 7426 2448 0 -1 4202560 12929 0 0 0 28970 294 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622347107240 139622406202087 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=292.01 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) R 7423 7426 2448 0 -1 4202560 14441 0 0 0 28899 302 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622346053928 139622406202087 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=292.53 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) R 7423 7426 2448 0 -1 4202560 13174 0 0 0 28954 299 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622345001432 139622395170387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=291.88 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) R 7423 7426 2448 0 -1 4202560 10258 0 0 0 28896 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622343949144 139622398027889 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=291.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) R 7423 7426 2448 0 -1 4202560 12591 0 0 0 28822 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622342896344 139622398558916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=26.34 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 59759 0 0 0 2630 4 0 0 20 0 20 0 3456974 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621889176544 139622413584085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621886019824 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2995 0 0 0 63 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 7278 0 0 0 99 1 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 9514 0 0 0 147 1 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 2876 0 0 0 30 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 906 0 0 0 8 6 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 2415.42
Current children cumulated vsize (KiB) 10900632

[startup+373.101 s]
/proc/loadavg: 8.60 6.18 5.32 10/283 7460
/proc/meminfo: memFree=23187544/32770624 swapFree=5780/235280
[pid=7426] ppid=7423 vsize=10900632 CPUtime=2416.11 cores=0,2,4,6,8,10,12,14
/proc/7426/stat : 7426 (java) S 7423 7426 2448 0 -1 1077944320 201794 0 0 0 239190 2421 0 0 20 0 20 0 3456971 11162247168 2072434 33554432000 4194304 4196468 140730530379696 140730530362240 139622413573879 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
/proc/7426/statm: 2725158 2072434 3155 1 0 2713552 0
[pid=7426/tid=7427] ppid=7423 vsize=10900632 CPUtime=49.44 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7427/stat : 7427 (java) S 7423 7426 2448 0 -1 1077944384 17210 0 0 0 4917 27 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622417807696 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7429] ppid=7423 vsize=10900632 CPUtime=291.97 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7429/stat : 7429 (java) R 7423 7426 2448 0 -1 4202560 14506 0 0 0 28884 313 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622350265128 139622396956914 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7430] ppid=7423 vsize=10900632 CPUtime=291.9 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7430/stat : 7430 (java) R 7423 7426 2448 0 -1 4202560 10378 0 0 0 28915 275 0 0 20 0 20 0 3456972 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622349212328 139622406202087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7431] ppid=7423 vsize=10900632 CPUtime=292.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7431/stat : 7431 (java) R 7423 7426 2448 0 -1 4202560 11608 0 0 0 28905 309 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622348160344 139622398524484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7432] ppid=7423 vsize=10900632 CPUtime=292.73 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7432/stat : 7432 (java) R 7423 7426 2448 0 -1 4202560 12929 0 0 0 28979 294 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622347107240 139622406202087 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7433] ppid=7423 vsize=10900632 CPUtime=292.09 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7433/stat : 7433 (java) R 7423 7426 2448 0 -1 4202560 14441 0 0 0 28907 302 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622346053928 139622406202087 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7434] ppid=7423 vsize=10900632 CPUtime=292.62 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7434/stat : 7434 (java) R 7423 7426 2448 0 -1 4202560 13174 0 0 0 28963 299 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622345001432 139622395170414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7435] ppid=7423 vsize=10900632 CPUtime=291.96 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7435/stat : 7435 (java) R 7423 7426 2448 0 -1 4202560 10258 0 0 0 28904 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622343949144 139622398271676 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7436] ppid=7423 vsize=10900632 CPUtime=291.23 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7436/stat : 7436 (java) R 7423 7426 2448 0 -1 4202560 12591 0 0 0 28831 292 0 0 20 0 20 0 3456973 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139622342896344 139622395127504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7437] ppid=7423 vsize=10900632 CPUtime=26.34 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7437/stat : 7437 (java) S 7423 7426 2448 0 -1 1077944384 59759 0 0 0 2630 4 0 0 20 0 20 0 3456974 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621889176544 139622413584085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7438] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7438/stat : 7438 (java) S 7423 7426 2448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621888124256 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7439] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7439/stat : 7439 (java) S 7423 7426 2448 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3456975 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621887071872 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7440] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7440/stat : 7440 (java) S 7423 7426 2448 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621886019824 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7441] ppid=7423 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7441/stat : 7441 (java) S 7423 7426 2448 0 -1 1077944384 2995 0 0 0 63 0 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621884967024 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7442] ppid=7423 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7442/stat : 7442 (java) S 7423 7426 2448 0 -1 1077944384 7278 0 0 0 99 1 0 0 20 0 20 0 3456977 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621883914224 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7443] ppid=7423 vsize=10900632 CPUtime=1.48 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7443/stat : 7443 (java) S 7423 7426 2448 0 -1 1077944384 9514 0 0 0 147 1 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621882861936 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7444] ppid=7423 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7444/stat : 7444 (java) S 7423 7426 2448 0 -1 1077944384 2876 0 0 0 30 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621881809136 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7445] ppid=7423 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7445/stat : 7445 (java) S 7423 7426 2448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621880757088 139622413584085 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
[pid=7426/tid=7446] ppid=7423 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7426/task/7446/stat : 7446 (java) S 7423 7426 2448 0 -1 1077944384 906 0 0 0 8 6 0 0 20 0 20 0 3456978 11162247168 2072434 33554432000 4194304 4196468 140730530379696 139621879704368 139622413585026 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33873920 140730530387115 140730530387268 140730530387268 140730530389967 0
Current children cumulated CPU time (s) 2416.11
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 373.142
CPU time (s): 2416.19
CPU user time (s): 2391.93
CPU system time (s): 24.2519
CPU usage (%): 647.524
Max. virtual memory (cumulated for all children) (KiB): 10900632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.93
system time used= 24.2519
maximum resident set size= 8290048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41113
involuntary context switches= 172200

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.22632 second user time and 3.82462 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 02:04:52
IDJOB=4244229
IDBENCH=138765
IDSOLVER=2623
FILE ID=node124/4244229-1500681892
RUNJOBID= node124-1500681493-7242
PBS_JOBID= 20623296
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 000bb8293185d226d4bd39fa547f2fd1
RANDOM SEED=1199237303

node124.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.16
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		: 2667.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.16
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.16
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		: 2267.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.16
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		: 1867.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.16
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.16
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		: 2267.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.16
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		: 2267.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.16
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:        31559956 kB
MemAvailable:   31574216 kB
Buffers:           46260 kB
Cached:           279436 kB
SwapCached:            0 kB
Active:           592980 kB
Inactive:         243552 kB
Active(anon):     513328 kB
Inactive(anon):     8720 kB
Active(file):      79652 kB
Inactive(file):   234832 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:            12 kB
AnonPages:        593796 kB
Mapped:            41860 kB
Shmem:              8840 kB
Slab:              63892 kB
SReclaimable:      31220 kB
SUnreclaim:        32672 kB
KernelStack:        4816 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1562608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62004 MiB
End job on node124 at 2017-07-22 02:11:05