Trace number 4243643

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2415.5 387.655

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
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 benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
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-4243643-1500674750/watcher-4243643-1500674750 -o /tmp/evaluation-result-4243643-1500674750/solver-4243643-1500674750 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500672327-13435 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243643-1500674750.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.89 1.99 2.03 5/261 14297
/proc/meminfo: memFree=28645240/32770624 swapFree=5920/203720
[pid=14297] ppid=14294 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 2118 0 0 0 0 0 0 0 20 0 2 0 2744063 8550137856 2329 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2087436 2395 1197 1 0 2076347 0
[pid=14297/tid=14298] ppid=14294 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) R 14294 14297 9824 0 -1 4202560 908 0 0 0 0 0 0 0 20 0 2 0 2744063 8550137856 2461 33554432000 4194304 4196468 140726594216656 140698024753568 140698001632480 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0

[startup+0.100102 s]
/proc/loadavg: 1.89 1.99 2.03 5/261 14297
/proc/meminfo: memFree=28645240/32770624 swapFree=5920/203720
[pid=14297] ppid=14294 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 5241 0 0 0 9 1 0 0 20 0 20 0 2744063 11162169344 6805 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725139 6805 2760 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) R 14294 14297 9824 0 -1 4202560 3193 0 0 0 7 0 0 0 20 0 20 0 2744063 11162169344 6805 33554432000 4194304 4196468 140726594216656 140698024749808 140698020533405 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200287 s]
/proc/loadavg: 1.89 1.99 2.03 5/261 14297
/proc/meminfo: memFree=28645240/32770624 swapFree=5920/203720
[pid=14297] ppid=14294 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 7418 0 0 0 24 2 0 0 20 0 20 0 2744063 11162169344 9193 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725139 9193 2856 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) R 14294 14297 9824 0 -1 4202560 5051 0 0 0 17 1 0 0 20 0 20 0 2744063 11162169344 9193 33554432000 4194304 4196468 140726594216656 140698024745968 140697642594067 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300363 s]
/proc/loadavg: 1.89 1.99 2.03 5/261 14297
/proc/meminfo: memFree=28645240/32770624 swapFree=5920/203720
[pid=14297] ppid=14294 vsize=10900556 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 9066 0 0 0 51 3 0 0 20 0 20 0 2744063 11162169344 20637 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725139 20637 3017 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) R 14294 14297 9824 0 -1 4202560 5086 0 0 0 25 2 0 0 20 0 20 0 2744063 11162169344 20637 33554432000 4194304 4196468 140726594216656 140698024742800 140697644035950 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10900556

[startup+0.700331 s]
/proc/loadavg: 1.89 1.99 2.03 5/261 14297
/proc/meminfo: memFree=28645240/32770624 swapFree=5920/203720
[pid=14297] ppid=14294 vsize=10900556 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 12283 0 0 0 139 76 0 0 20 0 20 0 2744063 11162169344 74283 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725139 74283 3054 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900556 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) R 14294 14297 9824 0 -1 4202560 5477 0 0 0 48 6 0 0 20 0 20 0 2744063 11162169344 74283 33554432000 4194304 4196468 140726594216656 140698024738904 140698001917697 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10900556

[startup+1.50075 s]
/proc/loadavg: 1.89 1.99 2.03 7/281 14317
/proc/meminfo: memFree=28210608/32770624 swapFree=5920/203784
[pid=14297] ppid=14294 vsize=10900632 CPUtime=4.95 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 14685 0 0 0 332 163 0 0 20 0 20 0 2744063 11162247168 144176 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 144176 3113 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 5883 0 0 0 109 8 0 0 20 0 20 0 2744063 11162247168 144176 33554432000 4194304 4196468 140726594216656 140698024749248 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 170 0 0 0 8 19 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697962515672 140698013611326 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 181 0 0 0 7 19 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697626533208 140698013608315 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 196 0 0 0 8 20 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697625480152 140698005539362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 128 0 0 0 7 19 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697624427608 140698005539362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 246 0 0 0 10 18 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697623374552 140698013608355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 174 0 0 0 10 16 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697622322008 140698005533600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 149 0 0 0 10 15 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697621268640 140698013608315 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 185 0 0 0 7 20 0 0 20 0 20 0 2744064 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697620216408 140698005539362 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697563309344 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697561203952 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14311/stat : 14311 (java) S 14294 14297 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2744069 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697560152528 140698020530075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14312] ppid=14294 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14312/stat : 14312 (java) S 14294 14297 9824 0 -1 1077944384 1595 0 0 0 34 0 0 0 20 0 20 0 2744069 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697491466480 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 1949 0 0 0 45 0 0 0 20 0 20 0 2744069 11162247168 144176 33554432000 4194304 4196468 140726594216656 140697490413936 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 1210 0 0 0 43 0 0 0 20 0 20 0 2744069 11162247168 144688 33554432000 4194304 4196468 140726594216656 140697489360880 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 1047 0 0 0 29 0 0 0 20 0 20 0 2744069 11162247168 144688 33554432000 4194304 4196468 140726594216656 140697488308336 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 144688 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 144688 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 10900632

[startup+3.10078 s]
/proc/loadavg: 1.89 1.99 2.03 5/281 14317
/proc/meminfo: memFree=27742756/32770624 swapFree=5920/203784
[pid=14297] ppid=14294 vsize=10900632 CPUtime=7.99 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 20292 0 0 0 567 232 0 0 20 0 20 0 2744063 11162247168 321706 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 321706 3132 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 7680 0 0 0 241 16 0 0 20 0 20 0 2744063 11162247168 321706 33554432000 4194304 4196468 140726594216656 140698024748032 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 258 0 0 0 19 27 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697962515672 140698005533600 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 387 0 0 0 18 27 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697626532896 140698005539362 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 388 0 0 0 19 27 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697625480152 140698005539344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 242 0 0 0 18 27 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697624427608 140698005539362 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 770 0 0 0 21 27 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697623374552 140698005539362 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 473 0 0 0 21 23 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697622322008 140698013608315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 396 0 0 0 21 23 0 0 20 0 20 0 2744064 11162247168 321706 33554432000 4194304 4196468 140726594216656 140697621268952 140698005539362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 363 0 0 0 19 28 0 0 20 0 20 0 2744064 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697620216408 140698013608315 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 796 0 0 0 1 0 0 0 20 0 20 0 2744066 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697563309344 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697561203952 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14311/stat : 14311 (java) S 14294 14297 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2744069 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697560152528 140698020530075 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14312] ppid=14294 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14312/stat : 14312 (java) S 14294 14297 9824 0 -1 1077944384 2580 0 0 0 38 0 0 0 20 0 20 0 2744069 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697491466480 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 2024 0 0 0 46 0 0 0 20 0 20 0 2744069 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697490413936 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 1280 0 0 0 45 0 0 0 20 0 20 0 2744069 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697489360880 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 1292 0 0 0 36 0 0 0 20 0 20 0 2744069 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697488308336 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 322218 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 10900632

[startup+6.30081 s]
/proc/loadavg: 1.90 1.99 2.03 4/281 14317
/proc/meminfo: memFree=26149300/32770624 swapFree=5920/203796
[pid=14297] ppid=14294 vsize=10900632 CPUtime=14.19 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 26457 0 0 0 974 445 0 0 20 0 20 0 2744063 11162247168 555913 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 555913 3133 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 9303 0 0 0 510 23 0 0 20 0 20 0 2744063 11162247168 556425 33554432000 4194304 4196468 140726594216656 140698024747968 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 454 0 0 0 36 52 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697962515360 140698013608315 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 591 0 0 0 34 51 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697626533208 140698013611326 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 870 0 0 0 36 51 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697625480152 140698002137772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 427 0 0 0 34 53 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697624427608 140698013608315 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 938 0 0 0 37 52 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697623374552 140698005533600 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 685 0 0 0 38 48 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697622322008 140698013614552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 876 0 0 0 34 52 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697621268952 140698005539362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 545 0 0 0 36 53 0 0 20 0 20 0 2744064 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697620216408 140698013611326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 1682 0 0 0 1 0 0 0 20 0 20 0 2744066 11162247168 556425 33554432000 4194304 4196468 140726594216656 140697563309344 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 556937 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 557449 33554432000 4194304 4196468 140726594216656 140697561203952 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 9159 0 0 0 202 2 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697490413984 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 9156 0 0 0 194 1 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697489360928 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 4389 0 0 0 53 1 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697488308384 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 852 0 0 0 8 8 0 0 20 0 20 0 2744070 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 2400.56
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 -14297
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14297 sig 9
??? end of watcher thread

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

[startup+386.401 s]
/proc/loadavg: 15.55 9.77 5.34 17/282 14418
/proc/meminfo: memFree=20736032/32770624 swapFree=5920/204292
[pid=14297] ppid=14294 vsize=10900632 CPUtime=2405.85 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 763896 0 0 0 238552 2033 0 0 20 0 20 0 2744063 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 2079947 3160 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=49.72 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 25957 0 0 0 4941 31 0 0 20 0 20 0 2744063 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140698024745648 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=288.38 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 87243 0 0 0 28571 267 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697962515672 140698005209118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=288.07 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 67970 0 0 0 28564 243 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697626533208 140698005209240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=288 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 57869 0 0 0 28567 233 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697625480152 140698005209254 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=288.07 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 71775 0 0 0 28566 241 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697624427608 140698002107296 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=288.56 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 103101 0 0 0 28609 247 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697623374240 140698005496775 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=288.22 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 61581 0 0 0 28576 246 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697622322008 140698005209118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=287.99 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 68828 0 0 0 28556 243 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697621268952 140698005209067 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=288.01 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 105275 0 0 0 28541 260 0 0 20 0 20 0 2744064 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697620216408 140698005496775 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=44.39 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 79887 0 0 0 4435 4 0 0 20 0 20 0 2744066 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697563309152 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697561203968 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14311/stat : 14311 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697560151280 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14312] ppid=14294 vsize=10900632 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14312/stat : 14312 (java) S 14294 14297 9824 0 -1 1077944384 9424 0 0 0 160 1 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697491466480 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 9159 0 0 0 202 2 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697490413936 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 9156 0 0 0 194 1 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697489360880 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 4389 0 0 0 53 1 0 0 20 0 20 0 2744069 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697488308336 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 852 0 0 0 8 8 0 0 20 0 20 0 2744070 11162247168 2079947 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 2405.85
Current children cumulated vsize (KiB) 10900632

[startup+387.201 s]
/proc/loadavg: 15.55 9.77 5.34 17/282 14418
/proc/meminfo: memFree=20446396/32770624 swapFree=5920/204292
[pid=14297] ppid=14294 vsize=10900632 CPUtime=2412.32 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 763930 0 0 0 239199 2033 0 0 20 0 20 0 2744063 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 2079948 3160 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=49.72 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 25957 0 0 0 4941 31 0 0 20 0 20 0 2744063 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140698024745648 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=289.19 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 87243 0 0 0 28652 267 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697962515672 140698003688063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=288.89 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 67971 0 0 0 28646 243 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697626533208 140698004965489 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=288.79 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 57869 0 0 0 28646 233 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697625480152 140698005209221 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=288.88 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 71791 0 0 0 28647 241 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697624427608 140698005462199 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=289.37 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 103101 0 0 0 28690 247 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697623374240 140698005496775 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=289.03 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 61581 0 0 0 28657 246 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697622322008 140698002107442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=288.8 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 68828 0 0 0 28637 243 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697621268952 140698005462084 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=288.82 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 105292 0 0 0 28622 260 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697620216408 140698002064730 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=44.39 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 79887 0 0 0 4435 4 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697563309152 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697561203968 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14311/stat : 14311 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697560151280 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14312] ppid=14294 vsize=10900632 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14312/stat : 14312 (java) S 14294 14297 9824 0 -1 1077944384 9424 0 0 0 160 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697491466480 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 9159 0 0 0 202 2 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697490413936 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 9156 0 0 0 194 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697489360880 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 4389 0 0 0 53 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697488308336 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 852 0 0 0 8 8 0 0 20 0 20 0 2744070 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 2412.32
Current children cumulated vsize (KiB) 10900632

[startup+387.601 s]
/proc/loadavg: 15.55 9.77 5.34 17/282 14418
/proc/meminfo: memFree=20446396/32770624 swapFree=5920/204292
[pid=14297] ppid=14294 vsize=10900632 CPUtime=2415.42 cores=0,2,4,6,8,10,12,14
/proc/14297/stat : 14297 (java) S 14294 14297 9824 0 -1 1077944320 763938 0 0 0 239509 2033 0 0 20 0 20 0 2744063 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140726594199200 140698020511479 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
/proc/14297/statm: 2725158 2079948 3160 1 0 2713552 0
[pid=14297/tid=14298] ppid=14294 vsize=10900632 CPUtime=49.72 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14298/stat : 14298 (java) S 14294 14297 9824 0 -1 1077944384 25957 0 0 0 4941 31 0 0 20 0 20 0 2744063 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140698024745648 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14299] ppid=14294 vsize=10900632 CPUtime=289.58 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14299/stat : 14299 (java) R 14294 14297 9824 0 -1 4202560 87243 0 0 0 28691 267 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697962515672 140698004965471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14301] ppid=14294 vsize=10900632 CPUtime=289.27 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14301/stat : 14301 (java) R 14294 14297 9824 0 -1 4202560 67971 0 0 0 28684 243 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697626533208 140698005462185 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14302] ppid=14294 vsize=10900632 CPUtime=289.18 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14302/stat : 14302 (java) R 14294 14297 9824 0 -1 4202560 57869 0 0 0 28685 233 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697625480152 140698005209118 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14303] ppid=14294 vsize=10900632 CPUtime=289.27 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14303/stat : 14303 (java) R 14294 14297 9824 0 -1 4202560 71791 0 0 0 28686 241 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697624427608 140698005496720 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14304] ppid=14294 vsize=10900632 CPUtime=289.75 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14304/stat : 14304 (java) R 14294 14297 9824 0 -1 4202560 103101 0 0 0 28728 247 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697623374240 140698002107339 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14305] ppid=14294 vsize=10900632 CPUtime=289.42 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14305/stat : 14305 (java) R 14294 14297 9824 0 -1 4202560 61581 0 0 0 28696 246 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697622322008 140698000537637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14306] ppid=14294 vsize=10900632 CPUtime=289.18 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14306/stat : 14306 (java) R 14294 14297 9824 0 -1 4202560 68828 0 0 0 28675 243 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697621268952 140698005496775 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14307] ppid=14294 vsize=10900632 CPUtime=289.2 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14307/stat : 14307 (java) R 14294 14297 9824 0 -1 4202560 105300 0 0 0 28660 260 0 0 20 0 20 0 2744064 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697620216408 140698005496775 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14308] ppid=14294 vsize=10900632 CPUtime=44.39 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14308/stat : 14308 (java) S 14294 14297 9824 0 -1 1077944384 79887 0 0 0 4435 4 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697563309152 140698020521685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14309] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14309/stat : 14309 (java) S 14294 14297 9824 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697562257120 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14310] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14310/stat : 14310 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744066 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697561203968 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14311] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14311/stat : 14311 (java) S 14294 14297 9824 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697560151280 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14312] ppid=14294 vsize=10900632 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14312/stat : 14312 (java) S 14294 14297 9824 0 -1 1077944384 9424 0 0 0 160 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697491466480 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14313] ppid=14294 vsize=10900632 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14313/stat : 14313 (java) S 14294 14297 9824 0 -1 1077944384 9159 0 0 0 202 2 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697490413936 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14314] ppid=14294 vsize=10900632 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14314/stat : 14314 (java) S 14294 14297 9824 0 -1 1077944384 9156 0 0 0 194 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697489360880 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14315] ppid=14294 vsize=10900632 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14315/stat : 14315 (java) S 14294 14297 9824 0 -1 1077944384 4389 0 0 0 53 1 0 0 20 0 20 0 2744069 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697488308336 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14316] ppid=14294 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14316/stat : 14316 (java) S 14294 14297 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2744070 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697487256544 140698020521685 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
[pid=14297/tid=14317] ppid=14294 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14297/task/14317/stat : 14317 (java) S 14294 14297 9824 0 -1 1077944384 852 0 0 0 8 8 0 0 20 0 20 0 2744070 11162247168 2079948 33554432000 4194304 4196468 140726594216656 140697486204080 140698020522626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18268160 140726594221227 140726594221380 140726594221380 140726594224079 0
Current children cumulated CPU time (s) 2415.42
Current children cumulated vsize (KiB) 10900632

Child ended because it received signal 9 (SIGKILL)
Real time (s): 387.655
CPU time (s): 2415.5
CPU user time (s): 2395.12
CPU system time (s): 20.3815
CPU usage (%): 623.105
Max. virtual memory (cumulated for all children) (KiB): 10902744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.12
system time used= 20.3815
maximum resident set size= 8320128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 763942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35672
involuntary context switches= 190749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37478 second user time and 3.98626 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-22 00:05:51
IDJOB=4243643
IDBENCH=125604
IDSOLVER=2623
FILE ID=node113/4243643-1500674750
RUNJOBID= node113-1500672327-13435
PBS_JOBID= 20623305
Free space on /tmp= 61832 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243643-1500674750/watcher-4243643-1500674750 -o /tmp/evaluation-result-4243643-1500674750/solver-4243643-1500674750 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500672327-13435 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243643-1500674750.xml

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

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=1495269529

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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		: 2533.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:        28645736 kB
MemAvailable:   28852640 kB
Buffers:           40196 kB
Cached:           474276 kB
SwapCached:            0 kB
Active:          3527792 kB
Inactive:         212304 kB
Active(anon):    3228760 kB
Inactive(anon):     8584 kB
Active(file):     299032 kB
Inactive(file):   203720 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            108100 kB
Writeback:             0 kB
AnonPages:       3240860 kB
Mapped:            42180 kB
Shmem:              8848 kB
Slab:              72448 kB
SReclaimable:      39972 kB
SUnreclaim:        32476 kB
KernelStack:        4848 kB
PageTables:        11876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4280668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3129344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      148864 kB
DirectMap2M:    33396736 kB

Free space on /tmp at the end= 61912 MiB
End job on node113 at 2017-07-22 00:12:19