Trace number 4250213

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: Concrete 3.4UNSAT 17.9364 6.77197

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

3.75/2.16	c Concrete v3.4 running
17.85/6.72	s UNSATISFIABLE

Verifier Data


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-4250213-1500776359/watcher-4250213-1500776359 -o /tmp/evaluation-result-4250213-1500776359/solver-4250213-1500776359 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560 bin/concrete HOME/instance-4250213-1500776359.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.30 1.93 1.67 3/261 30117
/proc/meminfo: memFree=30893672/32770624 swapFree=7184/341768
[pid=30117] ppid=30114 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (bash) S 30114 30117 25602 0 -1 4202496 685 1533 0 0 0 0 0 0 20 0 1 0 12902680 9736192 350 33554432000 4194304 5098028 140736237382656 140736237380296 140222938119168 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 32698368 140736237384974 140736237385059 140736237385059 140736237387758 0
/proc/30117/statm: 2377 350 278 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 2.30 1.93 1.67 3/261 30117
/proc/meminfo: memFree=30893672/32770624 swapFree=7184/341768
[pid=30117] ppid=30114 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (bash) S 30114 30117 25602 0 -1 4202496 878 6419 0 0 0 0 0 1 20 0 1 0 12902680 9871360 377 33554432000 4194304 5098028 140736237382656 140736237376664 140222938119168 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 32698368 140736237384974 140736237385059 140736237385059 140736237387758 0
/proc/30117/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200399 s]
/proc/loadavg: 2.30 1.93 1.67 3/261 30117
/proc/meminfo: memFree=30893672/32770624 swapFree=7184/341768
[pid=30117] ppid=30114 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 5008 12544 0 0 5 1 9 3 20 0 13 0 12902680 10686320640 5364 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2608965 5364 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300349 s]
/proc/loadavg: 2.30 1.93 1.67 3/261 30117
/proc/meminfo: memFree=30893672/32770624 swapFree=7184/341768
[pid=30117] ppid=30114 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 9504 12544 0 0 20 3 9 3 20 0 20 0 12902680 11164049408 10596 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2725598 10596 2995 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700182 s]
/proc/loadavg: 2.30 1.93 1.67 3/261 30117
/proc/meminfo: memFree=30893672/32770624 swapFree=7184/341768
[pid=30117] ppid=30114 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 13023 12544 0 0 84 4 9 3 20 0 20 0 12902680 11164385280 16297 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2725680 16297 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50076 s]
/proc/loadavg: 2.30 1.93 1.67 3/281 30190
/proc/meminfo: memFree=30778308/32770624 swapFree=7184/341796
[pid=30117] ppid=30114 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 27749 12544 0 0 202 14 9 3 20 0 20 0 12902680 11175264256 44727 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2728336 44727 3407 1 0 2716450 0
[pid=30117/tid=30172] ppid=30114 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) R 30114 30117 25602 0 -1 4202560 19710 12544 0 0 126 5 9 3 20 0 20 0 12902693 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948173141784 139947768123936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 41 12544 0 0 0 1 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 130 12544 0 0 0 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 17 12544 0 0 1 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 12 12544 0 0 0 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 21 12544 0 0 0 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 41 12544 0 0 1 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 24 12544 0 0 0 0 9 3 20 0 20 0 12902694 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) S 30114 30117 25602 0 -1 1077944384 1290 12544 0 0 1 0 9 3 20 0 20 0 12902696 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947375151344 139948168923778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947374097632 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902697 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) S 30114 30117 25602 0 -1 1077944384 974 12544 0 0 12 0 9 3 20 0 20 0 12902700 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947370941168 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) S 30114 30117 25602 0 -1 1077944384 1092 12544 0 0 13 0 9 3 20 0 20 0 12902700 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947369888624 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) S 30114 30117 25602 0 -1 1077944384 635 12544 0 0 14 0 9 3 20 0 20 0 12902700 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947368835568 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) R 30114 30117 25602 0 -1 4202560 1477 12544 0 0 25 0 9 3 20 0 20 0 12902700 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947367782944 139948152993118 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 7 12544 0 0 0 0 9 3 20 0 20 0 12902701 11175264256 44727 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10083 s]
/proc/loadavg: 2.30 1.93 1.67 4/281 30190
/proc/meminfo: memFree=30713336/32770624 swapFree=7184/341804
[pid=30117] ppid=30114 vsize=10925820 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 47574 12544 0 0 613 28 9 3 20 0 20 0 12902680 11188039680 79763 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2731455 79763 3475 1 0 2719010 0
[pid=30117/tid=30172] ppid=30114 vsize=10925820 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) R 30114 30117 25602 0 -1 4202560 31103 12544 0 0 278 8 9 3 20 0 20 0 12902693 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948173111872 139948154078231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 51 12544 0 0 1 2 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 145 12544 0 0 1 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 43 12544 0 0 2 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 140 12544 0 0 1 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10925820 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 31 12544 0 0 2 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10925820 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 50 12544 0 0 2 2 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 47 12544 0 0 1 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10925820 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 43 12544 0 0 3 1 9 3 20 0 20 0 12902694 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10925820 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) S 30114 30117 25602 0 -1 1077944384 1551 12544 0 0 2 0 9 3 20 0 20 0 12902696 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947375151344 139948168923778 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947374097632 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902697 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10925820 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) S 30114 30117 25602 0 -1 1077944384 2149 12544 0 0 64 1 9 3 20 0 20 0 12902700 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947370941168 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10925820 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) S 30114 30117 25602 0 -1 1077944384 4507 12544 0 0 90 1 9 3 20 0 20 0 12902700 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947369888624 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10925820 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) S 30114 30117 25602 0 -1 1077944384 1690 12544 0 0 65 0 9 3 20 0 20 0 12902700 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947368835568 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10925820 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) S 30114 30117 25602 0 -1 1077944384 3783 12544 0 0 93 1 9 3 20 0 20 0 12902700 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947367783024 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 8 12544 0 0 0 0 9 3 20 0 20 0 12902701 11188039680 79763 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 10925820

[startup+6.30116 s]
/proc/loadavg: 2.12 1.90 1.66 7/281 30190
/proc/meminfo: memFree=30311192/32770624 swapFree=7184/341808
[pid=30117] ppid=30114 vsize=10997500 CPUtime=15.8 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 65489 12544 0 0 1488 80 9 3 20 0 20 0 12902680 11261440000 164799 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2749375 164799 3500 1 0 2736930 0
[pid=30117/tid=30172] ppid=30114 vsize=10997500 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) R 30114 30117 25602 0 -1 4202560 39941 12544 0 0 576 12 9 3 20 0 20 0 12902693 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948173125280 139948152956261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 150 12544 0 0 8 6 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 276 12544 0 0 6 7 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 159 12544 0 0 8 8 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 211 12544 0 0 7 7 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 166 12544 0 0 9 6 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 119 12544 0 0 7 8 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 133 12544 0 0 6 5 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 172 12544 0 0 8 6 9 3 20 0 20 0 12902694 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) S 30114 30117 25602 0 -1 1077944384 2546 12544 0 0 5 0 9 3 20 0 20 0 12902696 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947375151344 139948168923778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947374097632 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902697 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10997500 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) R 30114 30117 25602 0 -1 4202560 4888 12544 0 0 218 2 9 3 20 0 20 0 12902700 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947370922184 139948154927008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10997500 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) R 30114 30117 25602 0 -1 4202560 6981 12544 0 0 243 2 9 3 20 0 20 0 12902700 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947369875824 139948148145232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10997500 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) R 30114 30117 25602 0 -1 4202560 2370 12544 0 0 199 0 9 3 20 0 20 0 12902700 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947368821664 139948153834434 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10997500 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) R 30114 30117 25602 0 -1 4202560 5134 12544 0 0 178 1 9 3 20 0 20 0 12902700 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947367783024 139948147392625 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 11 12544 0 0 0 0 9 3 20 0 20 0 12902701 11261440000 164799 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 10997500

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30117 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40142 s]
/proc/loadavg: 2.12 1.90 1.66 7/281 30190
/proc/meminfo: memFree=30311192/32770624 swapFree=7184/341808
[pid=30117] ppid=30114 vsize=10997500 CPUtime=16.23 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 66097 12544 0 0 1531 80 9 3 20 0 20 0 12902680 11261440000 165520 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2749375 165520 3501 1 0 2736930 0
[pid=30117/tid=30172] ppid=30114 vsize=10997500 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) R 30114 30117 25602 0 -1 4202560 39968 12544 0 0 586 12 9 3 20 0 20 0 12902693 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948173146112 139947770734147 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 150 12544 0 0 8 6 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10997500 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 276 12544 0 0 6 7 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10997500 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 159 12544 0 0 8 8 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 211 12544 0 0 7 7 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 166 12544 0 0 9 6 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10997500 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 119 12544 0 0 7 8 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10997500 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 133 12544 0 0 6 5 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10997500 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 172 12544 0 0 8 6 9 3 20 0 20 0 12902694 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10997500 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) S 30114 30117 25602 0 -1 1077944384 2546 12544 0 0 5 0 9 3 20 0 20 0 12902696 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947375151344 139948168923778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947374097632 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902697 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10997500 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) R 30114 30117 25602 0 -1 4202560 5432 12544 0 0 228 2 9 3 20 0 20 0 12902700 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947370927424 139948148605731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10997500 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) R 30114 30117 25602 0 -1 4202560 6988 12544 0 0 253 2 9 3 20 0 20 0 12902700 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947369870992 139948148601292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10997500 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) R 30114 30117 25602 0 -1 4202560 2376 12544 0 0 209 0 9 3 20 0 20 0 12902700 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947368821808 139948153794562 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10997500 CPUtime=1.95 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) R 30114 30117 25602 0 -1 4202560 5158 12544 0 0 182 1 9 3 20 0 20 0 12902700 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947367782944 139948152993118 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 11 12544 0 0 0 0 9 3 20 0 20 0 12902701 11261440000 165520 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 10997500

[startup+6.60105 s]
/proc/loadavg: 2.12 1.90 1.66 5/281 30190
/proc/meminfo: memFree=30231688/32770624 swapFree=7184/341812
[pid=30117] ppid=30114 vsize=10997500 CPUtime=17.4 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 74932 12544 0 0 1646 82 9 3 20 0 20 0 12902680 11261440000 168620 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2749992 168620 3501 1 0 2737547 0
[pid=30117/tid=30172] ppid=30114 vsize=10999968 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) S 30114 30117 25602 0 -1 1077944384 40235 12544 0 0 593 12 9 3 20 0 20 0 12902693 11263967232 168620 33554432000 4194304 4196468 140730805700240 139948173150384 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10999968 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 928 12544 0 0 14 6 9 3 20 0 20 0 12902694 11263967232 168620 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10999968 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 317 12544 0 0 11 8 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10999968 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 189 12544 0 0 13 8 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10999968 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 220 12544 0 0 16 7 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10999968 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 195 12544 0 0 18 6 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10999968 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 159 12544 0 0 14 8 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10999968 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 170 12544 0 0 16 6 9 3 20 0 20 0 12902694 11263967232 168682 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10999968 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 244 12544 0 0 17 7 9 3 20 0 20 0 12902694 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10999968 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) R 30114 30117 25602 0 -1 4202560 3166 12544 0 0 9 0 9 3 20 0 20 0 12902696 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947375149632 139948154042544 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10999968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947374097536 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10999968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 46 12544 0 0 0 0 9 3 20 0 20 0 12902697 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10999968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10999968 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) R 30114 30117 25602 0 -1 4202560 9904 12544 0 0 248 2 9 3 20 0 20 0 12902700 11263967232 168748 33554432000 4194304 4196468 140730805700240 139947370926512 139948150456348 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10999968 CPUtime=2.74 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) S 30114 30117 25602 0 -1 1077944384 7633 12544 0 0 260 2 9 3 20 0 20 0 12902700 11263967232 168814 33554432000 4194304 4196468 140730805700240 139947369868368 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10999968 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) S 30114 30117 25602 0 -1 1077944384 4312 12544 0 0 225 0 9 3 20 0 20 0 12902700 11263967232 168814 33554432000 4194304 4196468 140730805700240 139947368820560 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10999968 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) S 30114 30117 25602 0 -1 1077944384 5207 12544 0 0 184 1 9 3 20 0 20 0 12902700 11263967232 168814 33554432000 4194304 4196468 140730805700240 139947367778896 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10999968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11263967232 168814 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10999968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 11 12544 0 0 0 0 9 3 20 0 20 0 12902701 11263967232 168814 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 17.4
Current children cumulated vsize (KiB) 10997500

[startup+6.71855 s]
/proc/loadavg: 2.12 1.90 1.66 5/281 30190
/proc/meminfo: memFree=30231688/32770624 swapFree=7184/341812
[pid=30117] ppid=30114 vsize=10999976 CPUtime=17.85 cores=0,2,4,6,8,10,12,14
/proc/30117/stat : 30117 (java) S 30114 30117 25602 0 -1 1077944320 76496 12544 0 0 1690 83 9 3 20 0 20 0 12902680 11263975424 169316 33554432000 4194304 4196468 140730805700240 140730805682784 139948168912631 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
/proc/30117/statm: 2749994 169316 3501 1 0 2737549 0
[pid=30117/tid=30172] ppid=30114 vsize=10999976 CPUtime=6.18 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30172/stat : 30172 (java) R 30114 30117 25602 0 -1 4202560 40265 12544 0 0 594 12 9 3 20 0 20 0 12902693 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948173146296 139948150475232 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30173] ppid=30114 vsize=10999976 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30173/stat : 30173 (java) S 30114 30117 25602 0 -1 1077944384 928 12544 0 0 17 6 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948094986768 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30174] ppid=30114 vsize=10999976 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30174/stat : 30174 (java) S 30114 30117 25602 0 -1 1077944384 321 12544 0 0 15 8 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948093934224 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30175] ppid=30114 vsize=10999976 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30175/stat : 30175 (java) S 30114 30117 25602 0 -1 1077944384 190 12544 0 0 16 8 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948092881168 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30176] ppid=30114 vsize=10999976 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30176/stat : 30176 (java) S 30114 30117 25602 0 -1 1077944384 221 12544 0 0 19 7 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948091828624 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30177] ppid=30114 vsize=10999976 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30177/stat : 30177 (java) S 30114 30117 25602 0 -1 1077944384 196 12544 0 0 21 6 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948090776592 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30178] ppid=30114 vsize=10999976 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30178/stat : 30178 (java) S 30114 30117 25602 0 -1 1077944384 163 12544 0 0 17 8 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948089724048 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30179] ppid=30114 vsize=10999976 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30179/stat : 30179 (java) S 30114 30117 25602 0 -1 1077944384 175 12544 0 0 19 6 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139948088670992 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30180] ppid=30114 vsize=10999976 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30180/stat : 30180 (java) S 30114 30117 25602 0 -1 1077944384 246 12544 0 0 21 7 9 3 20 0 20 0 12902694 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947768015760 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30181] ppid=30114 vsize=10999976 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30181/stat : 30181 (java) S 30114 30117 25602 0 -1 1077944384 3168 12544 0 0 15 0 9 3 20 0 20 0 12902696 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947375151344 139948168923778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30182] ppid=30114 vsize=10999976 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30182/stat : 30182 (java) S 30114 30117 25602 0 -1 1077944384 55 12544 0 0 0 0 9 3 20 0 20 0 12902697 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947374097696 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30183] ppid=30114 vsize=10999976 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30183/stat : 30183 (java) S 30114 30117 25602 0 -1 1077944384 47 12544 0 0 0 0 9 3 20 0 20 0 12902697 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947373044480 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30184] ppid=30114 vsize=10999976 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30184/stat : 30184 (java) S 30114 30117 25602 0 -1 1077944384 1 12544 0 0 0 0 9 3 20 0 20 0 12902700 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947371993040 139948168931227 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30185] ppid=30114 vsize=10999976 CPUtime=2.72 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30185/stat : 30185 (java) R 30114 30117 25602 0 -1 4202560 11020 12544 0 0 258 2 9 3 20 0 20 0 12902700 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947370927192 139948150457299 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30186] ppid=30114 vsize=10999976 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30186/stat : 30186 (java) R 30114 30117 25602 0 -1 4202560 7728 12544 0 0 261 2 9 3 20 0 20 0 12902700 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947369868568 139948162009467 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30187] ppid=30114 vsize=10999976 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30187/stat : 30187 (java) R 30114 30117 25602 0 -1 4202560 4441 12544 0 0 226 0 9 3 20 0 20 0 12902700 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947368820600 139948152808643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30188] ppid=30114 vsize=10999976 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30188/stat : 30188 (java) R 30114 30117 25602 0 -1 4202560 5217 12544 0 0 184 1 9 3 20 0 20 0 12902700 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947367783024 139948148301056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30189] ppid=30114 vsize=10999976 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30189/stat : 30189 (java) S 30114 30117 25602 0 -1 1077944384 3 12544 0 0 0 0 9 3 20 0 20 0 12902701 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947366730208 139948168922837 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
[pid=30117/tid=30190] ppid=30114 vsize=10999976 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30117/task/30190/stat : 30190 (java) S 30114 30117 25602 0 -1 1077944384 11 12544 0 0 0 0 9 3 20 0 20 0 12902701 11263975424 169316 33554432000 4194304 4196468 140730805700240 139947365677744 139948168923778 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 30216192 140730805701313 140730805704087 140730805704087 140730805706703 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 10999976

Child status: 0
Real time (s): 6.77197
CPU time (s): 17.9364
CPU user time (s): 17.0472
CPU system time (s): 0.8892
CPU usage (%): 264.863
Max. virtual memory (cumulated for all children) (KiB): 10999976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0472
system time used= 0.8892
maximum resident set size= 677972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11523
involuntary context switches= 3192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050816 second user time and 0.087114 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-23 04:19:19
IDJOB=4250213
IDBENCH=139312
IDSOLVER=2630
FILE ID=node139/4250213-1500776359
RUNJOBID= node139-1500773743-28228
PBS_JOBID= 20624581
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250213-1500776359/watcher-4250213-1500776359 -o /tmp/evaluation-result-4250213-1500776359/solver-4250213-1500776359 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500773743-28228 --watchdog 2560  bin/concrete HOME/instance-4250213-1500776359.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=1625509356

node139.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		: 1733.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	: 5334.08
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		: 2133.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	: 5334.08
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		: 1733.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	: 5334.08
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		: 2133.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	: 5334.08
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		: 1733.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	: 5334.08
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	: 5334.08
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		: 1600.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	: 5334.08
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		: 1733.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	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30894156 kB
MemAvailable:   31394788 kB
Buffers:          163020 kB
Cached:           617148 kB
SwapCached:            0 kB
Active:          1082316 kB
Inactive:         349756 kB
Active(anon):     656256 kB
Inactive(anon):     8648 kB
Active(file):     426060 kB
Inactive(file):   341108 kB
Unevictable:        7184 kB
Mlocked:            7184 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27784 kB
Writeback:             0 kB
AnonPages:        664260 kB
Mapped:            45580 kB
Shmem:              8852 kB
Slab:             133780 kB
SReclaimable:      98596 kB
SUnreclaim:        35184 kB
KernelStack:        4864 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61888 MiB
End job on node139 at 2017-07-23 04:19:26