Trace number 4243381

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.42 339.958

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s03c-table.xml
MD5SUMbc37ae807389cdc0fd22ee32ece92e88
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.54422
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":54},{"degree":4,"count":27}]
Minimum constraint arity9
Maximum constraint arity27
Distribution of constraint arities[{"arity":9,"count":27},{"arity":27,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","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-4243381-1500670674/watcher-4243381-1500670674 -o /tmp/evaluation-result-4243381-1500670674/solver-4243381-1500670674 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500669978-4896 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243381-1500670674.xml 

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

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


[startup+0 s]
/proc/loadavg: 8.87 8.95 6.14 4/262 5220
/proc/meminfo: memFree=27081312/32770624 swapFree=5668/226796
[pid=5220] ppid=5217 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 2218 0 0 0 0 0 0 0 20 0 2 0 2334873 8550137856 2442 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2087436 2442 1197 1 0 2076347 0
[pid=5220/tid=5221] ppid=5217 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 927 0 0 0 0 0 0 0 20 0 4 0 2334873 8553295872 2508 33554432000 4194304 4196468 140728963261456 140124586374864 140124574850647 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 2334874 8553295872 2508 33554432000 4194304 4196468 140728963261456 140124518824928 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=8353856 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2334874 8554348544 2508 33554432000 4194304 4196468 140728963261456 140124517772128 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2334874 8555401216 2508 33554432000 4194304 4196468 140728963261456 140124186602208 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=8354884 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 2334874 8555401216 2508 33554432000 4194304 4196468 140728963261456 140124185549408 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=8355912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 2334874 8556453888 2508 33554432000 4194304 4196468 140728963261456 140124184497632 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=8356940 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 2334874 8557506560 2508 33554432000 4194304 4196468 140728963261456 140124183444832 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=8357968 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 2334874 8558559232 2508 33554432000 4194304 4196468 140728963261456 140124182392032 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=8685648 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 2334874 8894103552 2508 33554432000 4194304 4196468 140728963261456 140124181339232 140124582143701 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0

[startup+0.1001 s]
/proc/loadavg: 8.87 8.95 6.14 4/262 5220
/proc/meminfo: memFree=27081312/32770624 swapFree=5668/226796
[pid=5220] ppid=5217 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 4999 0 0 0 9 1 0 0 20 0 20 0 2334873 11162169344 6077 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725139 6077 2638 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 3085 0 0 0 7 0 0 0 20 0 20 0 2334873 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124586370016 140124197344950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124518824592 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124517771792 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124186601872 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124185549072 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124184497296 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124183444496 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124182391696 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 6077 33554432000 4194304 4196468 140728963261456 140124181338896 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200745 s]
/proc/loadavg: 8.87 8.95 6.14 4/262 5220
/proc/meminfo: memFree=27081312/32770624 swapFree=5668/226796
[pid=5220] ppid=5217 vsize=10900556 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 7192 0 0 0 23 2 0 0 20 0 20 0 2334873 11162169344 9028 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725139 9028 2884 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 4797 0 0 0 16 1 0 0 20 0 20 0 2334873 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124586330288 140124566213982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124518824592 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124517771792 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124186601872 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124185549072 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124184497296 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124183444496 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124182391696 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 9028 33554432000 4194304 4196468 140728963261456 140124181338896 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300659 s]
/proc/loadavg: 8.87 8.95 6.14 4/262 5220
/proc/meminfo: memFree=27081312/32770624 swapFree=5668/226796
[pid=5220] ppid=5217 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 8215 0 0 0 40 4 0 0 20 0 20 0 2334873 11162169344 14614 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725139 14614 2961 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 5069 0 0 0 25 2 0 0 20 0 20 0 2334873 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124586364656 140124582155421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124518824592 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124517771792 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124186601872 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124185549072 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124184497296 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124183444496 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124182391696 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2334874 11162169344 14614 33554432000 4194304 4196468 140728963261456 140124181338896 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.701723 s]
/proc/loadavg: 8.87 8.95 6.14 4/262 5220
/proc/meminfo: memFree=27081312/32770624 swapFree=5668/226796
[pid=5220] ppid=5217 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 11675 0 0 0 149 30 0 0 20 0 20 0 2334873 11162247168 65801 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725158 65801 3098 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900632 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 5809 0 0 0 57 5 0 0 20 0 20 0 2334873 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124586370888 140124199495064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 31 0 0 0 2 2 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124518824592 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 19 0 0 0 0 3 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124517771792 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 13 0 0 0 2 1 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124186601872 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 35 0 0 0 1 4 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124185549072 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 8 0 0 0 2 1 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124184497296 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 30 0 0 0 0 4 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124183444496 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 24 0 0 0 2 2 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124182391696 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 26 0 0 0 1 4 0 0 20 0 20 0 2334874 11162247168 65801 33554432000 4194304 4196468 140728963261456 140124181338896 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10900632

[startup+1.50079 s]
/proc/loadavg: 8.32 8.84 6.12 3/282 5240
/proc/meminfo: memFree=26671360/32770624 swapFree=5668/226980
[pid=5220] ppid=5217 vsize=10900632 CPUtime=3.21 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 13100 0 0 0 272 49 0 0 20 0 20 0 2334873 11162247168 116025 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725158 116025 3115 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900632 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) R 5217 5220 2474 0 -1 4202560 5937 0 0 0 130 7 0 0 20 0 20 0 2334873 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124586371176 140124200270395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) S 5217 5220 2474 0 -1 1077944384 175 0 0 0 4 5 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124518824592 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) S 5217 5220 2474 0 -1 1077944384 103 0 0 0 2 4 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124517771792 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) S 5217 5220 2474 0 -1 1077944384 83 0 0 0 3 3 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124186601872 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) S 5217 5220 2474 0 -1 1077944384 112 0 0 0 3 6 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124185549072 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) S 5217 5220 2474 0 -1 1077944384 94 0 0 0 3 4 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124184497296 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) S 5217 5220 2474 0 -1 1077944384 115 0 0 0 3 6 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124183444496 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) S 5217 5220 2474 0 -1 1077944384 44 0 0 0 5 3 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124182391696 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900632 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) S 5217 5220 2474 0 -1 1077944384 162 0 0 0 3 6 0 0 20 0 20 0 2334874 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124181338896 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5231] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5231/stat : 5231 (java) S 5217 5220 2474 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 2334877 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124125129072 140124582144642 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5232] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5232/stat : 5232 (java) S 5217 5220 2474 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2334877 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124124075104 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5233] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5233/stat : 5233 (java) S 5217 5220 2474 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2334878 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124123022192 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5234] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5234/stat : 5234 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124121970512 140124582152091 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5235] ppid=5217 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5235/stat : 5235 (java) S 5217 5220 2474 0 -1 1077944384 1279 0 0 0 28 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124120918896 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5236] ppid=5217 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5236/stat : 5236 (java) S 5217 5220 2474 0 -1 1077944384 1039 0 0 0 25 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124119866096 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5237] ppid=5217 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5237/stat : 5237 (java) S 5217 5220 2474 0 -1 1077944384 1285 0 0 0 31 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124118813296 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5238] ppid=5217 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5238/stat : 5238 (java) S 5217 5220 2474 0 -1 1077944384 1097 0 0 0 22 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124117760496 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5239] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5239/stat : 5239 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124116707936 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5240] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5240/stat : 5240 (java) S 5217 5220 2474 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2334882 11162247168 116025 33554432000 4194304 4196468 140728963261456 140124115655216 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 3.21

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

[pid=5220/tid=5236] ppid=5217 vsize=10900632 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5236/stat : 5236 (java) S 5217 5220 2474 0 -1 1077944384 10768 0 0 0 176 2 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124119866096 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5237] ppid=5217 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5237/stat : 5237 (java) S 5217 5220 2474 0 -1 1077944384 8976 0 0 0 124 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124118813296 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5238] ppid=5217 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5238/stat : 5238 (java) S 5217 5220 2474 0 -1 1077944384 2484 0 0 0 35 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124117760496 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5239] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5239/stat : 5239 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124116707936 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5240] ppid=5217 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5240/stat : 5240 (java) S 5217 5220 2474 0 -1 1077944384 260 0 0 0 9 6 0 0 20 0 20 0 2334882 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124115655216 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 2400.45
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 -5220
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5220 sig 9
??? end of watcher thread

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

[startup+339.301 s]
/proc/loadavg: 8.86 8.35 6.63 10/283 5276
/proc/meminfo: memFree=18829280/32770624 swapFree=5668/227292
[pid=5220] ppid=5217 vsize=10900632 CPUtime=2411.54 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 912911 0 0 0 238573 2581 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725158 2061099 3154 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900632 CPUtime=31.43 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) S 5217 5220 2474 0 -1 1077944384 55478 0 0 0 3120 23 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124586362992 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900632 CPUtime=295.69 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) R 5217 5220 2474 0 -1 4202560 98493 0 0 0 29236 333 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124518824480 140124567118791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900632 CPUtime=295.99 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) R 5217 5220 2474 0 -1 4202560 73836 0 0 0 29292 307 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124517771992 140124567118506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900632 CPUtime=295.46 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) R 5217 5220 2474 0 -1 4202560 137454 0 0 0 29260 286 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124186602072 140124563729468 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900632 CPUtime=296.26 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) R 5217 5220 2474 0 -1 4202560 131024 0 0 0 29311 315 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124185549272 140124567084100 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900632 CPUtime=296.04 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) R 5217 5220 2474 0 -1 4202560 60460 0 0 0 29273 331 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124184497496 140124566587398 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900632 CPUtime=294.96 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) R 5217 5220 2474 0 -1 4202560 55533 0 0 0 29174 322 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124183444696 140124566587691 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900632 CPUtime=295.6 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) R 5217 5220 2474 0 -1 4202560 111221 0 0 0 29236 324 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124182391896 140124567118515 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900632 CPUtime=295.96 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) R 5217 5220 2474 0 -1 4202560 79527 0 0 0 29273 323 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124181339096 140124566831134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5231] ppid=5217 vsize=10900632 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5231/stat : 5231 (java) S 5217 5220 2474 0 -1 1077944384 76266 0 0 0 851 4 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124125127392 140124582143701 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5232] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5232/stat : 5232 (java) S 5217 5220 2474 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124124075104 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5233] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5233/stat : 5233 (java) S 5217 5220 2474 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 2334878 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124123022192 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5234] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5234/stat : 5234 (java) S 5217 5220 2474 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124121970160 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5235] ppid=5217 vsize=10900632 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5235/stat : 5235 (java) S 5217 5220 2474 0 -1 1077944384 9716 0 0 0 194 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124120918896 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5236] ppid=5217 vsize=10900632 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5236/stat : 5236 (java) S 5217 5220 2474 0 -1 1077944384 10768 0 0 0 176 2 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124119866096 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5237] ppid=5217 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5237/stat : 5237 (java) S 5217 5220 2474 0 -1 1077944384 8976 0 0 0 124 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124118813296 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5238] ppid=5217 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5238/stat : 5238 (java) S 5217 5220 2474 0 -1 1077944384 2484 0 0 0 35 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124117760496 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5239] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5239/stat : 5239 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124116707936 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5240] ppid=5217 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5240/stat : 5240 (java) S 5217 5220 2474 0 -1 1077944384 260 0 0 0 9 6 0 0 20 0 20 0 2334882 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124115655216 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 2411.54
Current children cumulated vsize (KiB) 10900632

[startup+339.701 s]
/proc/loadavg: 8.86 8.35 6.63 10/283 5276
/proc/meminfo: memFree=18829280/32770624 swapFree=5668/227292
[pid=5220] ppid=5217 vsize=10900632 CPUtime=2414.73 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 912911 0 0 0 238892 2581 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725158 2061099 3154 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900632 CPUtime=31.43 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) S 5217 5220 2474 0 -1 1077944384 55478 0 0 0 3120 23 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124586362992 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900632 CPUtime=296.09 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) R 5217 5220 2474 0 -1 4202560 98493 0 0 0 29276 333 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124518824480 140124563730053 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900632 CPUtime=296.39 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) R 5217 5220 2474 0 -1 4202560 73836 0 0 0 29332 307 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124517771992 140124566587181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900632 CPUtime=295.85 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) R 5217 5220 2474 0 -1 4202560 137454 0 0 0 29299 286 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124186602072 140124566831247 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900632 CPUtime=296.66 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) R 5217 5220 2474 0 -1 4202560 131024 0 0 0 29351 315 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124185549272 140124563729955 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900632 CPUtime=296.44 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) R 5217 5220 2474 0 -1 4202560 60460 0 0 0 29313 331 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124184497496 140124563730506 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900632 CPUtime=295.36 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) R 5217 5220 2474 0 -1 4202560 55533 0 0 0 29214 322 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124183444696 140124566587319 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900632 CPUtime=296 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) R 5217 5220 2474 0 -1 4202560 111221 0 0 0 29276 324 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124182391896 140124566831134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900632 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) R 5217 5220 2474 0 -1 4202560 79527 0 0 0 29313 323 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124181339096 140124563730077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5231] ppid=5217 vsize=10900632 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5231/stat : 5231 (java) S 5217 5220 2474 0 -1 1077944384 76266 0 0 0 851 4 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124125127392 140124582143701 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5232] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5232/stat : 5232 (java) S 5217 5220 2474 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124124075104 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5233] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5233/stat : 5233 (java) S 5217 5220 2474 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 2334878 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124123022192 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5234] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5234/stat : 5234 (java) S 5217 5220 2474 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124121970160 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5235] ppid=5217 vsize=10900632 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5235/stat : 5235 (java) S 5217 5220 2474 0 -1 1077944384 9716 0 0 0 194 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124120918896 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5236] ppid=5217 vsize=10900632 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5236/stat : 5236 (java) S 5217 5220 2474 0 -1 1077944384 10768 0 0 0 176 2 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124119866096 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5237] ppid=5217 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5237/stat : 5237 (java) S 5217 5220 2474 0 -1 1077944384 8976 0 0 0 124 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124118813296 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5238] ppid=5217 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5238/stat : 5238 (java) S 5217 5220 2474 0 -1 1077944384 2484 0 0 0 35 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124117760496 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5239] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5239/stat : 5239 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124116707936 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5240] ppid=5217 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5240/stat : 5240 (java) S 5217 5220 2474 0 -1 1077944384 260 0 0 0 9 6 0 0 20 0 20 0 2334882 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124115655216 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 2414.73
Current children cumulated vsize (KiB) 10900632

[startup+339.901 s]
/proc/loadavg: 8.86 8.35 6.63 10/283 5276
/proc/meminfo: memFree=18829280/32770624 swapFree=5668/227292
[pid=5220] ppid=5217 vsize=10900632 CPUtime=2416.33 cores=1,3,5,7,9,11,13,15
/proc/5220/stat : 5220 (java) S 5217 5220 2474 0 -1 1077944320 912911 0 0 0 239052 2581 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140728963244000 140124582133495 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
/proc/5220/statm: 2725158 2061099 3154 1 0 2713552 0
[pid=5220/tid=5221] ppid=5217 vsize=10900632 CPUtime=31.43 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5221/stat : 5221 (java) S 5217 5220 2474 0 -1 1077944384 55478 0 0 0 3120 23 0 0 20 0 20 0 2334873 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124586362992 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5222] ppid=5217 vsize=10900632 CPUtime=296.29 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5222/stat : 5222 (java) R 5217 5220 2474 0 -1 4202560 98493 0 0 0 29296 333 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124518824480 140124563729489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5223] ppid=5217 vsize=10900632 CPUtime=296.59 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5223/stat : 5223 (java) R 5217 5220 2474 0 -1 4202560 73836 0 0 0 29352 307 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124517771992 140124566587453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5224] ppid=5217 vsize=10900632 CPUtime=296.05 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5224/stat : 5224 (java) R 5217 5220 2474 0 -1 4202560 137454 0 0 0 29319 286 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124186602072 140124566831134 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5225] ppid=5217 vsize=10900632 CPUtime=296.86 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5225/stat : 5225 (java) R 5217 5220 2474 0 -1 4202560 131024 0 0 0 29371 315 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124185549272 140124563729313 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5226] ppid=5217 vsize=10900632 CPUtime=296.64 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5226/stat : 5226 (java) R 5217 5220 2474 0 -1 4202560 60460 0 0 0 29333 331 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124184497496 140124567118791 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5227] ppid=5217 vsize=10900632 CPUtime=295.56 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5227/stat : 5227 (java) R 5217 5220 2474 0 -1 4202560 55533 0 0 0 29234 322 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124183444696 140124567084201 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5228] ppid=5217 vsize=10900632 CPUtime=296.2 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5228/stat : 5228 (java) R 5217 5220 2474 0 -1 4202560 111221 0 0 0 29296 324 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124182391896 140124567118791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5229] ppid=5217 vsize=10900632 CPUtime=296.56 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5229/stat : 5229 (java) R 5217 5220 2474 0 -1 4202560 79527 0 0 0 29333 323 0 0 20 0 20 0 2334874 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124181339096 140124567084100 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5231] ppid=5217 vsize=10900632 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5231/stat : 5231 (java) S 5217 5220 2474 0 -1 1077944384 76266 0 0 0 851 4 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124125127392 140124582143701 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5232] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5232/stat : 5232 (java) S 5217 5220 2474 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 2334877 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124124075104 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5233] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5233/stat : 5233 (java) S 5217 5220 2474 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 2334878 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124123022192 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5234] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5234/stat : 5234 (java) S 5217 5220 2474 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124121970160 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5235] ppid=5217 vsize=10900632 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5235/stat : 5235 (java) S 5217 5220 2474 0 -1 1077944384 9716 0 0 0 194 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124120918896 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5236] ppid=5217 vsize=10900632 CPUtime=1.78 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5236/stat : 5236 (java) S 5217 5220 2474 0 -1 1077944384 10768 0 0 0 176 2 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124119866096 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5237] ppid=5217 vsize=10900632 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5237/stat : 5237 (java) S 5217 5220 2474 0 -1 1077944384 8976 0 0 0 124 1 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124118813296 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5238] ppid=5217 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5238/stat : 5238 (java) S 5217 5220 2474 0 -1 1077944384 2484 0 0 0 35 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124117760496 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5239] ppid=5217 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5239/stat : 5239 (java) S 5217 5220 2474 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2334881 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124116707936 140124582143701 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
[pid=5220/tid=5240] ppid=5217 vsize=10900632 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/5220/task/5240/stat : 5240 (java) S 5217 5220 2474 0 -1 1077944384 260 0 0 0 9 6 0 0 20 0 20 0 2334882 11162247168 2061099 33554432000 4194304 4196468 140728963261456 140124115655216 140124582144642 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 27607040 140728963269803 140728963269956 140728963269956 140728963272655 0
Current children cumulated CPU time (s) 2416.33
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 339.958
CPU time (s): 2416.42
CPU user time (s): 2390.56
CPU system time (s): 25.8621
CPU usage (%): 710.8
Max. virtual memory (cumulated for all children) (KiB): 10904456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.56
system time used= 25.8621
maximum resident set size= 8244832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 912915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31995
involuntary context switches= 158145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12724 second user time and 3.52346 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-21 22:57:54
IDJOB=4243381
IDBENCH=120385
IDSOLVER=2623
FILE ID=node130/4243381-1500670674
RUNJOBID= node130-1500669978-4896
PBS_JOBID= 20623290
Free space on /tmp= 61940 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s03c-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243381-1500670674/watcher-4243381-1500670674 -o /tmp/evaluation-result-4243381-1500670674/solver-4243381-1500670674 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500669978-4896 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243381-1500670674.xml

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

MD5SUM BENCH= bc37ae807389cdc0fd22ee32ece92e88
RANDOM SEED=2050788046

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1733.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:        27081316 kB
MemAvailable:   27105684 kB
Buffers:           40824 kB
Cached:           295116 kB
SwapCached:            0 kB
Active:          5076724 kB
Inactive:         235624 kB
Active(anon):    4978868 kB
Inactive(anon):     8828 kB
Active(file):      97856 kB
Inactive(file):   226796 kB
Unevictable:        5668 kB
Mlocked:            5668 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21892 kB
Writeback:            24 kB
AnonPages:       4997980 kB
Mapped:            41576 kB
Shmem:              8844 kB
Slab:              63016 kB
SReclaimable:      31104 kB
SUnreclaim:        31912 kB
KernelStack:        4912 kB
PageTables:        15124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6295904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4712448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61936 MiB
End job on node130 at 2017-07-21 23:03:34