Trace number 4246622

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.4SAT 15.1593 5.38279

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
MD5SUMa4dbf7a89b77d3d2fc660abfcd1a3804
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.038649999
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints412
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":11,"count":4},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":10},{"degree":15,"count":2},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":3},{"degree":19,"count":4},{"degree":20,"count":3},{"degree":21,"count":3},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":2},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":412}]
Number of extensional constraints412
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":412}]
Optimization problemNO
Type of objective

Solver Data

3.63/2.28	c Concrete v3.4 running
15.04/5.30	v <instantiation>
15.04/5.30	v       <list>
15.04/5.30	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
15.04/5.30	v       </list>
15.04/5.30	v       <values>
15.04/5.30	v         9 16 9 4 15 1 16 18 20 9 9 3 16 10 20 19 20 4 12 13 14 12 16 15 5 18 3 12 8 11 16 20 1 19 8 3 10 1 20 9 4 5 12 7 11 1 16 7 11 17
15.04/5.30	v       </values>
15.04/5.30	v     </instantiation>
15.04/5.30	s SATISFIABLE

Verifier Data

OK	

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-4246622-1500716306/watcher-4246622-1500716306 -o /tmp/evaluation-result-4246622-1500716306/solver-4246622-1500716306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25080 --watchdog 2560 bin/concrete HOME/instance-4246622-1500716306.xml 

pid=30917
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.39 2.48 2.08 3/265 30920
/proc/meminfo: memFree=28443908/32770624 swapFree=5884/339436
[pid=30920] ppid=30917 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (bash) S 30917 30920 16913 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 6897548 9736192 350 33554432000 4194304 5098028 140723236590336 140723236587976 139717607230464 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 39723008 140723236599054 140723236599139 140723236599139 140723236601838 0
/proc/30920/statm: 2377 350 277 221 0 86 0

[startup+0.100135 s]
/proc/loadavg: 2.39 2.48 2.08 3/265 30920
/proc/meminfo: memFree=28443908/32770624 swapFree=5884/339436
[pid=30920] ppid=30917 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (bash) S 30917 30920 16913 0 -1 4202496 884 6419 0 0 0 0 0 1 20 0 1 0 6897548 9871360 378 33554432000 4194304 5098028 140723236590336 140723236584344 139717607230464 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 39723008 140723236599054 140723236599139 140723236599139 140723236601838 0
/proc/30920/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200433 s]
/proc/loadavg: 2.39 2.48 2.08 3/265 30920
/proc/meminfo: memFree=28443908/32770624 swapFree=5884/339436
[pid=30920] ppid=30917 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 4801 12281 0 0 7 0 7 3 20 0 13 0 6897548 10686320640 5157 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800971 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2608965 5157 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300368 s]
/proc/loadavg: 2.39 2.48 2.08 3/265 30920
/proc/meminfo: memFree=28443908/32770624 swapFree=5884/339436
[pid=30920] ppid=30917 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 8128 12281 0 0 23 2 7 3 20 0 20 0 6897548 11163947008 9124 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2725573 9124 2908 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700247 s]
/proc/loadavg: 2.39 2.48 2.08 3/265 30920
/proc/meminfo: memFree=28443908/32770624 swapFree=5884/339436
[pid=30920] ppid=30917 vsize=10902720 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 11666 12281 0 0 56 3 7 3 20 0 20 0 6897548 11164385280 13976 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2725680 13976 3063 1 0 2713890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10902720

[startup+1.50107 s]
/proc/loadavg: 2.39 2.48 2.08 3/285 30993
/proc/meminfo: memFree=28348848/32770624 swapFree=5884/339740
[pid=30920] ppid=30917 vsize=10913344 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 25349 12281 0 0 178 8 7 3 20 0 20 0 6897548 11175264256 34662 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2728336 34662 3368 1 0 2716450 0
[pid=30920/tid=30975] ppid=30917 vsize=10913344 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) R 30917 30920 16913 0 -1 4202560 19324 12281 0 0 118 5 7 3 20 0 20 0 6897560 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305512472664 140305492321630 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) S 30917 30920 16913 0 -1 1077944384 2 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305444932752 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305443879952 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305111046800 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305109994000 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 2 12281 0 0 0 0 7 3 20 0 20 0 6897561 11175264256 34662 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 5 12281 0 0 0 0 7 3 20 0 20 0 6897563 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 33 12281 0 0 0 0 7 3 20 0 20 0 6897564 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304324376096 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 21 12281 0 0 0 0 7 3 20 0 20 0 6897564 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304323323248 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10913344 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) S 30917 30920 16913 0 -1 1077944384 781 12281 0 0 7 0 7 3 20 0 20 0 6897568 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304321218928 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) S 30917 30920 16913 0 -1 1077944384 1358 12281 0 0 15 0 7 3 20 0 20 0 6897569 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304320166128 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) S 30917 30920 16913 0 -1 1077944384 516 12281 0 0 12 0 7 3 20 0 20 0 6897569 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304319113328 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10913344 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) S 30917 30920 16913 0 -1 1077944384 1157 12281 0 0 23 0 7 3 20 0 20 0 6897569 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304318060528 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 5 12281 0 0 0 0 7 3 20 0 20 0 6897569 11175264256 34662 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10913344

[startup+3.10111 s]
/proc/loadavg: 2.39 2.48 2.08 4/285 30993
/proc/meminfo: memFree=28264760/32770624 swapFree=5884/339748
[pid=30920] ppid=30917 vsize=10925820 CPUtime=5.84 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 41593 12281 0 0 553 21 7 3 20 0 20 0 6897548 11188039680 65254 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2731455 65254 3476 1 0 2719010 0
[pid=30920/tid=30975] ppid=30917 vsize=10925820 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) R 30917 30920 16913 0 -1 4202560 29558 12281 0 0 271 8 7 3 20 0 20 0 6897560 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305512467928 140305122798720 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) S 30917 30920 16913 0 -1 1077944384 31 12281 0 0 0 1 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305444932752 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) S 30917 30920 16913 0 -1 1077944384 128 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305443879952 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 17 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 21 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) S 30917 30920 16913 0 -1 1077944384 25 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305111046800 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) S 30917 30920 16913 0 -1 1077944384 13 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305109994000 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 19 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 51 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 65254 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 1585 12281 0 0 1 0 7 3 20 0 20 0 6897563 11188039680 65254 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 55 12281 0 0 0 0 7 3 20 0 20 0 6897564 11188039680 65254 33554432000 4194304 4196468 140732691839520 140304324376160 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11188039680 65254 33554432000 4194304 4196468 140732691839520 140304323323248 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10925820 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) R 30917 30920 16913 0 -1 4202560 1426 12281 0 0 53 1 7 3 20 0 20 0 6897568 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304321201808 140305491596689 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10925820 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) R 30917 30920 16913 0 -1 4202560 2051 12281 0 0 66 0 7 3 20 0 20 0 6897569 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304320148648 140305493146758 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10925820 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) R 30917 30920 16913 0 -1 4202560 1309 12281 0 0 50 1 7 3 20 0 20 0 6897569 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304319113248 140305492200816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10925820 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) R 30917 30920 16913 0 -1 4202560 3119 12281 0 0 101 1 7 3 20 0 20 0 6897569 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304318060448 140305501340990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 6 12281 0 0 0 0 7 3 20 0 20 0 6897569 11188039680 65766 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 10925820

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

[startup+3.20144 s]
/proc/loadavg: 2.39 2.48 2.08 4/285 30993
/proc/meminfo: memFree=28264760/32770624 swapFree=5884/339748
[pid=30920] ppid=30917 vsize=10925820 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 41785 12281 0 0 597 22 7 3 20 0 20 0 6897548 11188039680 69550 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2731455 69550 3476 1 0 2719010 0
[pid=30920/tid=30975] ppid=30917 vsize=10925820 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) R 30917 30920 16913 0 -1 4202560 29572 12281 0 0 280 9 7 3 20 0 20 0 6897560 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305512470200 140305508253078 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) S 30917 30920 16913 0 -1 1077944384 31 12281 0 0 0 1 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305444932752 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) S 30917 30920 16913 0 -1 1077944384 128 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305443879952 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 17 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 21 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) S 30917 30920 16913 0 -1 1077944384 25 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305111046800 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) S 30917 30920 16913 0 -1 1077944384 13 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305109994000 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 19 12281 0 0 0 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 51 12281 0 0 1 0 7 3 20 0 20 0 6897561 11188039680 69550 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 1585 12281 0 0 1 0 7 3 20 0 20 0 6897563 11188039680 69550 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 55 12281 0 0 0 0 7 3 20 0 20 0 6897564 11188039680 69550 33554432000 4194304 4196468 140732691839520 140304324376160 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11188039680 69550 33554432000 4194304 4196468 140732691839520 140304323323248 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11188039680 69550 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10925820 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) S 30917 30920 16913 0 -1 1077944384 1448 12281 0 0 62 1 7 3 20 0 20 0 6897568 11188039680 69550 33554432000 4194304 4196468 140732691839520 140304321218928 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0

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

[pid=30920/tid=30982] ppid=30917 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 26 12281 0 0 1 1 7 3 20 0 20 0 6897561 11190136832 78046 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 59 12281 0 0 1 0 7 3 20 0 20 0 6897561 11190136832 78046 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 1632 12281 0 0 1 0 7 3 20 0 20 0 6897563 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 56 12281 0 0 0 0 7 3 20 0 20 0 6897564 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304324376160 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304323323264 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10927868 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) R 30917 30920 16913 0 -1 4202560 2846 12281 0 0 122 1 7 3 20 0 20 0 6897568 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304321200032 140305491737927 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10927868 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) R 30917 30920 16913 0 -1 4202560 2975 12281 0 0 136 0 7 3 20 0 20 0 6897569 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304320152152 140305491625936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10927868 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) R 30917 30920 16913 0 -1 4202560 2847 12281 0 0 118 1 7 3 20 0 20 0 6897569 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304319094704 140305486258122 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10927868 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) S 30917 30920 16913 0 -1 1077944384 4691 12281 0 0 141 2 7 3 20 0 20 0 6897569 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304318060528 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 8 12281 0 0 0 0 7 3 20 0 20 0 6897569 11190136832 78046 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 10927868

[startup+4.80109 s]
/proc/loadavg: 2.44 2.49 2.08 6/285 30993
/proc/meminfo: memFree=28125848/32770624 swapFree=5884/339752
[pid=30920] ppid=30917 vsize=10995452 CPUtime=12.61 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 65111 12281 0 0 1219 32 7 3 20 0 20 0 6897548 11259342848 90056 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2748863 90056 3488 1 0 2736418 0
[pid=30920/tid=30975] ppid=30917 vsize=10995452 CPUtime=4.5 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) R 30917 30920 16913 0 -1 4202560 42556 12281 0 0 429 11 7 3 20 0 20 0 6897560 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305512472272 140305136911789 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) S 30917 30920 16913 0 -1 1077944384 44 12281 0 0 3 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305444932752 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) S 30917 30920 16913 0 -1 1077944384 231 12281 0 0 3 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305443879952 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 112 12281 0 0 4 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 65 12281 0 0 4 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) S 30917 30920 16913 0 -1 1077944384 48 12281 0 0 4 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305111046800 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) S 30917 30920 16913 0 -1 1077944384 35 12281 0 0 5 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305109994000 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 27 12281 0 0 3 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 68 12281 0 0 3 1 7 3 20 0 20 0 6897561 11259342848 90056 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 2615 12281 0 0 4 1 7 3 20 0 20 0 6897563 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 56 12281 0 0 0 0 7 3 20 0 20 0 6897564 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304324376160 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304323323264 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10995452 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) R 30917 30920 16913 0 -1 4202560 4591 12281 0 0 195 1 7 3 20 0 20 0 6897568 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304321212120 140305493140730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10995452 CPUtime=2.13 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) R 30917 30920 16913 0 -1 4202560 3350 12281 0 0 203 0 7 3 20 0 20 0 6897569 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304320146768 140305494297645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10995452 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) R 30917 30920 16913 0 -1 4202560 3745 12281 0 0 179 1 7 3 20 0 20 0 6897569 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304319090288 140305494393926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10995452 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) R 30917 30920 16913 0 -1 4202560 5383 12281 0 0 171 2 7 3 20 0 20 0 6897569 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304318055176 140305501338027 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 9 12281 0 0 0 0 7 3 20 0 20 0 6897569 11259342848 90056 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 10995452

[startup+5.20092 s]
/proc/loadavg: 2.44 2.49 2.08 6/285 30993
/proc/meminfo: memFree=28125848/32770624 swapFree=5884/339752
[pid=30920] ppid=30917 vsize=10997944 CPUtime=14.67 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 76194 12281 0 0 1423 34 7 3 20 0 20 0 6897548 11261894656 93051 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2749486 93051 3505 1 0 2737041 0
[pid=30920/tid=30975] ppid=30917 vsize=10997944 CPUtime=4.71 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) S 30917 30920 16913 0 -1 1077944384 43132 12281 0 0 450 11 7 3 20 0 20 0 6897560 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305512478688 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10997944 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) R 30917 30920 16913 0 -1 4202560 56 12281 0 0 14 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305444932752 140305500869351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10997944 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) R 30917 30920 16913 0 -1 4202560 241 12281 0 0 14 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305443879952 140305500869351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10997944 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 139 12281 0 0 13 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10997944 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 77 12281 0 0 17 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10997944 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) R 30917 30920 16913 0 -1 4202560 118 12281 0 0 12 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305111046800 140305508253078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10997944 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) R 30917 30920 16913 0 -1 4202560 45 12281 0 0 16 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305109994000 140305491624178 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10997944 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) R 30917 30920 16913 0 -1 1077944384 669 12281 0 0 13 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10997944 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) R 30917 30920 16913 0 -1 4202560 72 12281 0 0 15 1 7 3 20 0 20 0 6897561 11261894656 93051 33554432000 4194304 4196468 140732691839520 140305107888400 140305500869351 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10997944 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 4523 12281 0 0 9 1 7 3 20 0 20 0 6897563 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304325428720 140305508251349 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10997944 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 56 12281 0 0 0 0 7 3 20 0 20 0 6897564 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304324375696 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10997944 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304323322816 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10997944 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10997944 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) S 30917 30920 16913 0 -1 1077944384 6478 12281 0 0 217 1 7 3 20 0 20 0 6897568 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304321210032 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10997944 CPUtime=2.36 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) S 30917 30920 16913 0 -1 1077944384 3948 12281 0 0 225 1 7 3 20 0 20 0 6897569 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304320155408 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10997944 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) R 30917 30920 16913 0 -1 4202560 7880 12281 0 0 219 2 7 3 20 0 20 0 6897569 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304319099352 140305489762534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10997944 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) S 30917 30920 16913 0 -1 1077944384 6571 12281 0 0 180 2 7 3 20 0 20 0 6897569 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304318060528 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10997944 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10997944 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 9 12281 0 0 0 0 7 3 20 0 20 0 6897569 11261894656 93051 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 10997944

[startup+5.30095 s]
/proc/loadavg: 2.44 2.49 2.08 6/285 30993
/proc/meminfo: memFree=28125848/32770624 swapFree=5884/339752
[pid=30920] ppid=30917 vsize=10997952 CPUtime=15.04 cores=0,2,4,6,8,10,12,14
/proc/30920/stat : 30920 (java) S 30917 30920 16913 0 -1 1077944320 77008 12281 0 0 1460 34 7 3 20 0 20 0 6897548 11261902848 93091 33554432000 4194304 4196468 140732691839520 140732691822064 140305508241143 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
/proc/30920/statm: 2749488 93091 3505 1 0 2737043 0
[pid=30920/tid=30975] ppid=30917 vsize=10997952 CPUtime=4.76 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30975/stat : 30975 (java) R 30917 30920 16913 0 -1 4202560 43266 12281 0 0 455 11 7 3 20 0 20 0 6897560 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305512463136 140305492321660 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30976] ppid=30917 vsize=10997952 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30976/stat : 30976 (java) S 30917 30920 16913 0 -1 1077944384 56 12281 0 0 16 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305444932752 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30977] ppid=30917 vsize=10997952 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30977/stat : 30977 (java) S 30917 30920 16913 0 -1 1077944384 241 12281 0 0 15 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305443879952 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30978] ppid=30917 vsize=10997952 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30978/stat : 30978 (java) S 30917 30920 16913 0 -1 1077944384 142 12281 0 0 14 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305442827152 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30979] ppid=30917 vsize=10997952 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30979/stat : 30979 (java) S 30917 30920 16913 0 -1 1077944384 77 12281 0 0 19 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305112099600 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30980] ppid=30917 vsize=10997952 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30980/stat : 30980 (java) S 30917 30920 16913 0 -1 1077944384 118 12281 0 0 14 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305111046800 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30981] ppid=30917 vsize=10997952 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30981/stat : 30981 (java) S 30917 30920 16913 0 -1 1077944384 45 12281 0 0 18 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305109994000 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30982] ppid=30917 vsize=10997952 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30982/stat : 30982 (java) S 30917 30920 16913 0 -1 1077944384 671 12281 0 0 14 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305108941200 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30983] ppid=30917 vsize=10997952 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30983/stat : 30983 (java) S 30917 30920 16913 0 -1 1077944384 73 12281 0 0 17 1 7 3 20 0 20 0 6897561 11261902848 93091 33554432000 4194304 4196468 140732691839520 140305107888400 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30984] ppid=30917 vsize=10997952 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30984/stat : 30984 (java) S 30917 30920 16913 0 -1 1077944384 4524 12281 0 0 13 1 7 3 20 0 20 0 6897563 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304325430128 140305508252290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30985] ppid=30917 vsize=10997952 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30985/stat : 30985 (java) S 30917 30920 16913 0 -1 1077944384 56 12281 0 0 0 0 7 3 20 0 20 0 6897564 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304324376160 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30986] ppid=30917 vsize=10997952 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30986/stat : 30986 (java) S 30917 30920 16913 0 -1 1077944384 43 12281 0 0 0 0 7 3 20 0 20 0 6897564 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304323323264 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30987] ppid=30917 vsize=10997952 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30987/stat : 30987 (java) S 30917 30920 16913 0 -1 1077944384 1 12281 0 0 0 0 7 3 20 0 20 0 6897568 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304322271568 140305508259739 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30988] ppid=30917 vsize=10997952 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30988/stat : 30988 (java) R 30917 30920 16913 0 -1 4202560 6489 12281 0 0 219 1 7 3 20 0 20 0 6897568 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304321206608 140305487413338 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30989] ppid=30917 vsize=10997952 CPUtime=2.38 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30989/stat : 30989 (java) S 30917 30920 16913 0 -1 1077944384 3957 12281 0 0 227 1 7 3 20 0 20 0 6897569 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304320166128 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30990] ppid=30917 vsize=10997952 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30990/stat : 30990 (java) R 30917 30920 16913 0 -1 4202560 8514 12281 0 0 229 2 7 3 20 0 20 0 6897569 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304319099120 140305489760818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30991] ppid=30917 vsize=10997952 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30991/stat : 30991 (java) S 30917 30920 16913 0 -1 1077944384 6591 12281 0 0 181 3 7 3 20 0 20 0 6897569 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304318060528 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30992] ppid=30917 vsize=10997952 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30992/stat : 30992 (java) S 30917 30920 16913 0 -1 1077944384 3 12281 0 0 0 0 7 3 20 0 20 0 6897569 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304317008992 140305508251349 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
[pid=30920/tid=30993] ppid=30917 vsize=10997952 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30920/task/30993/stat : 30993 (java) S 30917 30920 16913 0 -1 1077944384 9 12281 0 0 0 0 7 3 20 0 20 0 6897569 11261902848 93091 33554432000 4194304 4196468 140732691839520 140304315956272 140305508252290 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 8 0 0 6293624 6294260 15253504 140732691847873 140732691850647 140732691850647 140732691853263 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 10997952

Child status: 0
Real time (s): 5.38279
CPU time (s): 15.1593
CPU user time (s): 14.759
CPU system time (s): 0.400321
CPU usage (%): 281.626
Max. virtual memory (cumulated for all children) (KiB): 10997952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.759
system time used= 0.400321
maximum resident set size= 373608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90303
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= 9651
involuntary context switches= 2578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053953 second user time and 0.062945 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 11:38:26
IDJOB=4246622
IDBENCH=126141
IDSOLVER=2630
FILE ID=node133/4246622-1500716306
RUNJOBID= node133-1500696963-25080
PBS_JOBID= 20623321
Free space on /tmp= 61960 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-54.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246622-1500716306/watcher-4246622-1500716306 -o /tmp/evaluation-result-4246622-1500716306/solver-4246622-1500716306 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25080 --watchdog 2560  bin/concrete HOME/instance-4246622-1500716306.xml

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

MD5SUM BENCH= a4dbf7a89b77d3d2fc660abfcd1a3804
RANDOM SEED=1352348485

node133.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		: 2133.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.13
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	: 5229.85
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	: 5334.13
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		: 2668.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	: 5229.85
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28444336 kB
MemAvailable:   28789388 kB
Buffers:          138360 kB
Cached:           484644 kB
SwapCached:            0 kB
Active:          3534260 kB
Inactive:         348208 kB
Active(anon):    3262376 kB
Inactive(anon):     8772 kB
Active(file):     271884 kB
Inactive(file):   339436 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24400 kB
Writeback:             0 kB
AnonPages:       2406276 kB
Mapped:            44400 kB
Shmem:              8872 kB
Slab:             134404 kB
SReclaimable:      99132 kB
SUnreclaim:        35272 kB
KernelStack:        5008 kB
PageTables:        10720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3927952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2177024 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= 61936 MiB
End job on node133 at 2017-07-22 11:38:31