Trace number 4246612

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.6366 5.43381

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-46.xml
MD5SUMb0e0e0cbf2af4f13cc216adaf1c260a3
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.064185001
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints433
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":1},{"degree":9,"count":2},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":5},{"degree":13,"count":5},{"degree":14,"count":1},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":4},{"degree":19,"count":2},{"degree":20,"count":5},{"degree":21,"count":2},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":25,"count":1},{"degree":26,"count":2},{"degree":27,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":433}]
Number of extensional constraints433
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":433}]
Optimization problemNO
Type of objective

Solver Data

3.64/2.19	c Concrete v3.4 running
15.54/5.42	v <instantiation>
15.54/5.42	v       <list>
15.54/5.42	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.54/5.42	v       </list>
15.54/5.42	v       <values>
15.54/5.42	v         12 5 12 17 11 3 17 13 6 6 19 19 12 6 5 7 14 12 7 19 15 4 15 20 11 4 18 1 2 15 17 20 13 12 9 3 20 9 2 14 10 6 13 1 4 1 16 19 6 7
15.54/5.42	v       </values>
15.54/5.42	v     </instantiation>
15.54/5.42	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-4246612-1500716193/watcher-4246612-1500716193 -o /tmp/evaluation-result-4246612-1500716193/solver-4246612-1500716193 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560 bin/concrete HOME/instance-4246612-1500716193.xml 

pid=19128
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.69 2.25 2.02 2/261 19131
/proc/meminfo: memFree=26187068/32770624 swapFree=5784/159452
[pid=19131] ppid=19128 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (bash) S 19128 19131 15196 0 -1 4202496 684 1531 0 0 0 0 0 0 20 0 1 0 6884453 9736192 350 33554432000 4194304 5098028 140736806587664 140736806585304 139899876408320 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 35962880 140736806589710 140736806589795 140736806589795 140736806592494 0
/proc/19131/statm: 2377 350 278 221 0 86 0

[startup+0.100127 s]
/proc/loadavg: 2.69 2.25 2.02 2/261 19131
/proc/meminfo: memFree=26187068/32770624 swapFree=5784/159452
[pid=19131] ppid=19128 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (bash) S 19128 19131 15196 0 -1 4202496 878 6415 0 0 0 0 0 1 20 0 1 0 6884453 9871360 377 33554432000 4194304 5098028 140736806587664 140736806581672 139899876408320 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 35962880 140736806589710 140736806589795 140736806589795 140736806592494 0
/proc/19131/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200319 s]
/proc/loadavg: 2.69 2.25 2.02 2/261 19131
/proc/meminfo: memFree=26187068/32770624 swapFree=5784/159452
[pid=19131] ppid=19128 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 5009 12810 0 0 6 1 8 3 20 0 13 0 6884453 10686320640 4856 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2608965 4856 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300236 s]
/proc/loadavg: 2.69 2.25 2.02 2/261 19131
/proc/meminfo: memFree=26187068/32770624 swapFree=5784/159452
[pid=19131] ppid=19128 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 9543 12810 0 0 22 3 8 3 20 0 20 0 6884453 11164049408 10126 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2725598 10126 3000 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700201 s]
/proc/loadavg: 2.69 2.25 2.02 2/261 19131
/proc/meminfo: memFree=26187068/32770624 swapFree=5784/159452
[pid=19131] ppid=19128 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 13131 12810 0 0 80 4 8 3 20 0 20 0 6884453 11164385280 15993 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2725680 15993 3220 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 2.69 2.25 2.02 10/281 19204
/proc/meminfo: memFree=26081832/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10913344 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 27616 12810 0 0 204 12 8 3 20 0 20 0 6884453 11175264256 43927 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2728336 43927 3415 1 0 2716450 0
[pid=19131/tid=19186] ppid=19128 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) R 19128 19131 15196 0 -1 4202560 19347 12810 0 0 126 5 8 3 20 0 20 0 6884466 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990805168096 139990438389900 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) S 19128 19131 15196 0 -1 1077944384 20 12810 0 0 0 1 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990407768848 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) S 19128 19131 15196 0 -1 1077944384 17 12810 0 0 0 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990406716304 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) S 19128 19131 15196 0 -1 1077944384 34 12810 0 0 1 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990405663760 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) S 19128 19131 15196 0 -1 1077944384 16 12810 0 0 1 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990404611216 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) S 19128 19131 15196 0 -1 1077944384 71 12810 0 0 1 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990403557648 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) S 19128 19131 15196 0 -1 1077944384 12 12810 0 0 1 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990402505104 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) S 19128 19131 15196 0 -1 1077944384 19 12810 0 0 0 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990401452560 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) S 19128 19131 15196 0 -1 1077944384 128 12810 0 0 0 0 8 3 20 0 20 0 6884467 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990400400016 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 1389 12810 0 0 1 0 8 3 20 0 20 0 6884469 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990275475952 139990800951938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 54 12810 0 0 0 0 8 3 20 0 20 0 6884470 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990274422176 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 45 12810 0 0 1 0 8 3 20 0 20 0 6884470 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990273369584 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) S 19128 19131 15196 0 -1 1077944384 1080 12810 0 0 11 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990271264752 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) R 19128 19131 15196 0 -1 4202560 1152 12810 0 0 16 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990270212504 139990779107272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) R 19128 19131 15196 0 -1 4202560 633 12810 0 0 11 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990269159960 139990778826945 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) R 19128 19131 15196 0 -1 4202560 1467 12810 0 0 26 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990268107120 139990780655606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884475 11175264256 43927 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10111 s]
/proc/loadavg: 2.69 2.25 2.02 4/281 19204
/proc/meminfo: memFree=26009156/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10925820 CPUtime=6.55 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 48761 12810 0 0 627 17 8 3 20 0 20 0 6884453 11188039680 66486 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2731455 66486 3485 1 0 2719010 0
[pid=19131/tid=19186] ppid=19128 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) R 19128 19131 15196 0 -1 4202560 31317 12810 0 0 283 8 8 3 20 0 20 0 6884466 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990805172576 139990442276358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) S 19128 19131 15196 0 -1 1077944384 20 12810 0 0 0 1 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990407768848 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) S 19128 19131 15196 0 -1 1077944384 17 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990406716304 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) S 19128 19131 15196 0 -1 1077944384 34 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990405663760 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) S 19128 19131 15196 0 -1 1077944384 16 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990404611216 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) S 19128 19131 15196 0 -1 1077944384 71 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990403557648 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) S 19128 19131 15196 0 -1 1077944384 12 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990402505104 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) S 19128 19131 15196 0 -1 1077944384 19 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990401452560 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) S 19128 19131 15196 0 -1 1077944384 128 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990400400016 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 1653 12810 0 0 1 0 8 3 20 0 20 0 6884469 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990275475952 139990800951938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 54 12810 0 0 0 0 8 3 20 0 20 0 6884470 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990274422176 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 45 12810 0 0 1 0 8 3 20 0 20 0 6884470 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990273369584 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10925820 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) R 19128 19131 15196 0 -1 4202560 2197 12810 0 0 72 0 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990271264880 139990780232394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10925820 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) R 19128 19131 15196 0 -1 4202560 2311 12810 0 0 67 1 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990270199360 139990781641726 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10925820 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) R 19128 19131 15196 0 -1 4202560 4480 12810 0 0 88 1 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990269148272 139990784435041 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10925820 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) R 19128 19131 15196 0 -1 4202560 4253 12810 0 0 105 0 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990268104912 139990779895389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 5 12810 0 0 0 0 8 3 20 0 20 0 6884475 11188039680 66486 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 10925820

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

[startup+3.20143 s]
/proc/loadavg: 2.69 2.25 2.02 4/281 19204
/proc/meminfo: memFree=26009156/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10925820 CPUtime=6.95 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 48935 12810 0 0 666 18 8 3 20 0 20 0 6884453 11188039680 71228 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2731455 71228 3485 1 0 2719010 0
[pid=19131/tid=19186] ppid=19128 vsize=10925820 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) R 19128 19131 15196 0 -1 4202560 31340 12810 0 0 293 8 8 3 20 0 20 0 6884466 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990805170736 139990438329472 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) S 19128 19131 15196 0 -1 1077944384 20 12810 0 0 0 1 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990407768848 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) S 19128 19131 15196 0 -1 1077944384 17 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990406716304 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) S 19128 19131 15196 0 -1 1077944384 34 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990405663760 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) S 19128 19131 15196 0 -1 1077944384 16 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990404611216 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) S 19128 19131 15196 0 -1 1077944384 71 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990403557648 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) S 19128 19131 15196 0 -1 1077944384 12 12810 0 0 1 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990402505104 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) S 19128 19131 15196 0 -1 1077944384 19 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990401452560 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) S 19128 19131 15196 0 -1 1077944384 128 12810 0 0 0 0 8 3 20 0 20 0 6884467 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990400400016 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 1653 12810 0 0 1 0 8 3 20 0 20 0 6884469 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990275475952 139990800951938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 54 12810 0 0 0 0 8 3 20 0 20 0 6884470 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990274422176 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 45 12810 0 0 1 0 8 3 20 0 20 0 6884470 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990273369584 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10925820 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) S 19128 19131 15196 0 -1 1077944384 2228 12810 0 0 81 0 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990271264752 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10925820 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) R 19128 19131 15196 0 -1 4202560 2327 12810 0 0 75 1 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990270212208 139990793925833 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10925820 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) R 19128 19131 15196 0 -1 4202560 4521 12810 0 0 95 1 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990269159664 139990800952726 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10925820 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) S 19128 19131 15196 0 -1 1077944384 4313 12810 0 0 110 0 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990268107120 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 5 12810 0 0 0 0 8 3 20 0 20 0 6884475 11188039680 71228 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 10925820

[startup+4.80106 s]
/proc/loadavg: 2.96 2.31 2.05 6/281 19204
/proc/meminfo: memFree=25866492/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10995452 CPUtime=13.02 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 59814 12810 0 0 1261 30 8 3 20 0 20 0 6884453 11259342848 88265 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2748863 88265 3493 1 0 2736418 0
[pid=19131/tid=19186] ppid=19128 vsize=10995452 CPUtime=4.63 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) R 19128 19131 15196 0 -1 4202560 38162 12810 0 0 440 12 8 3 20 0 20 0 6884466 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990805174296 139990438285632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) S 19128 19131 15196 0 -1 1077944384 50 12810 0 0 4 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990407768848 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) S 19128 19131 15196 0 -1 1077944384 20 12810 0 0 3 0 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990406716304 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) S 19128 19131 15196 0 -1 1077944384 103 12810 0 0 4 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990405663760 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) S 19128 19131 15196 0 -1 1077944384 78 12810 0 0 4 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990404611216 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) S 19128 19131 15196 0 -1 1077944384 99 12810 0 0 4 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990403557648 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) S 19128 19131 15196 0 -1 1077944384 57 12810 0 0 4 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990402505104 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) S 19128 19131 15196 0 -1 1077944384 37 12810 0 0 3 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990401452560 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) S 19128 19131 15196 0 -1 1077944384 144 12810 0 0 3 1 8 3 20 0 20 0 6884467 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990400400016 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 2377 12810 0 0 4 0 8 3 20 0 20 0 6884469 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990275475952 139990800951938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 55 12810 0 0 0 0 8 3 20 0 20 0 6884470 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990274422240 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 45 12810 0 0 1 0 8 3 20 0 20 0 6884470 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990273369600 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10995452 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) R 19128 19131 15196 0 -1 4202560 3328 12810 0 0 205 1 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990271246320 139990784351685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10995452 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) R 19128 19131 15196 0 -1 4202560 2880 12810 0 0 196 1 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990270194144 139990784351663 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10995452 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) R 19128 19131 15196 0 -1 4202560 4944 12810 0 0 207 1 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990269149624 139990782485392 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10995452 CPUtime=1.83 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) R 19128 19131 15196 0 -1 4202560 5295 12810 0 0 171 1 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990268103856 139990784560081 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 8 12810 0 0 0 0 8 3 20 0 20 0 6884475 11259342848 88265 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 10995452

[startup+5.20103 s]
/proc/loadavg: 2.96 2.31 2.05 6/281 19204
/proc/meminfo: memFree=25866492/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10997968 CPUtime=14.59 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 62533 12810 0 0 1416 32 8 3 20 0 20 0 6884453 11261919232 90799 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2749492 90799 3497 1 0 2737047 0
[pid=19131/tid=19186] ppid=19128 vsize=10997968 CPUtime=4.97 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) S 19128 19131 15196 0 -1 1077944384 38181 12810 0 0 474 12 8 3 20 0 20 0 6884466 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990805178336 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10997968 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) R 19128 19131 15196 0 -1 4202560 57 12810 0 0 6 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990407768968 139990793568999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10997968 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) R 19128 19131 15196 0 -1 4202560 28 12810 0 0 6 0 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990406716424 139990793568999 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10997968 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) R 19128 19131 15196 0 -1 4202560 104 12810 0 0 7 2 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990405663880 139990793568999 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10997968 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) R 19128 19131 15196 0 -1 4202560 80 12810 0 0 7 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990404611416 139990785641424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10997968 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) R 19128 19131 15196 0 -1 4202560 101 12810 0 0 6 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990403557768 139990793568999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10997968 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) R 19128 19131 15196 0 -1 4202560 58 12810 0 0 8 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990402505224 139990793568999 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10997968 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) R 19128 19131 15196 0 -1 4202560 39 12810 0 0 6 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990401452680 139990786699608 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10997968 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) R 19128 19131 15196 0 -1 4202560 146 12810 0 0 7 1 8 3 20 0 20 0 6884467 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990400400136 139990793568999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10997968 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 2406 12810 0 0 7 0 8 3 20 0 20 0 6884469 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990275474576 139990800950997 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10997968 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 55 12810 0 0 0 0 8 3 20 0 20 0 6884470 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990274422240 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10997968 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 45 12810 0 0 1 0 8 3 20 0 20 0 6884470 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990273369600 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10997968 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10997968 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) R 19128 19131 15196 0 -1 4202560 5752 12810 0 0 244 1 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990271251384 139990784327532 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10997968 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) S 19128 19131 15196 0 -1 1077944384 2942 12810 0 0 218 1 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990270212208 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10997968 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) S 19128 19131 15196 0 -1 1077944384 4998 12810 0 0 231 1 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990269159664 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10997968 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) S 19128 19131 15196 0 -1 1077944384 5401 12810 0 0 180 1 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990268107120 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10997968 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10997968 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 8 12810 0 0 0 0 8 3 20 0 20 0 6884475 11261919232 90799 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 10997968

[startup+5.40071 s]
/proc/loadavg: 2.96 2.31 2.05 6/281 19204
/proc/meminfo: memFree=25866492/32770624 swapFree=5784/159856
[pid=19131] ppid=19128 vsize=10995452 CPUtime=15.54 cores=0,2,4,6,8,10,12,14
/proc/19131/stat : 19131 (java) S 19128 19131 15196 0 -1 1077944320 63907 12810 0 0 1511 32 8 3 20 0 20 0 6884453 11259342848 91562 33554432000 4194304 4196468 140724102812768 140724102795312 139990800940791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
/proc/19131/statm: 2748863 91562 3497 1 0 2736418 0
[pid=19131/tid=19186] ppid=19128 vsize=10995452 CPUtime=5.01 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19186/stat : 19186 (java) R 19128 19131 15196 0 -1 4202560 38242 12810 0 0 478 12 8 3 20 0 20 0 6884466 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990805172896 139990438387976 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19187] ppid=19128 vsize=10995452 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19187/stat : 19187 (java) S 19128 19131 15196 0 -1 1077944384 59 12810 0 0 13 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990407768848 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19188] ppid=19128 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19188/stat : 19188 (java) S 19128 19131 15196 0 -1 1077944384 29 12810 0 0 15 0 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990406716304 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19189] ppid=19128 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19189/stat : 19189 (java) S 19128 19131 15196 0 -1 1077944384 105 12810 0 0 15 2 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990405663760 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19190] ppid=19128 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19190/stat : 19190 (java) S 19128 19131 15196 0 -1 1077944384 85 12810 0 0 17 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990404611216 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19191] ppid=19128 vsize=10995452 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19191/stat : 19191 (java) S 19128 19131 15196 0 -1 1077944384 102 12810 0 0 11 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990403557648 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19192] ppid=19128 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19192/stat : 19192 (java) S 19128 19131 15196 0 -1 1077944384 62 12810 0 0 16 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990402505104 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19193] ppid=19128 vsize=10995452 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19193/stat : 19193 (java) S 19128 19131 15196 0 -1 1077944384 40 12810 0 0 16 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990401452560 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19194] ppid=19128 vsize=10995452 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19194/stat : 19194 (java) S 19128 19131 15196 0 -1 1077944384 154 12810 0 0 15 1 8 3 20 0 20 0 6884467 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990400400016 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19195] ppid=19128 vsize=10995452 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19195/stat : 19195 (java) S 19128 19131 15196 0 -1 1077944384 2458 12810 0 0 13 0 8 3 20 0 20 0 6884469 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990275475952 139990800951938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19196] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19196/stat : 19196 (java) S 19128 19131 15196 0 -1 1077944384 55 12810 0 0 0 0 8 3 20 0 20 0 6884470 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990274422240 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19197] ppid=19128 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19197/stat : 19197 (java) S 19128 19131 15196 0 -1 1077944384 46 12810 0 0 1 0 8 3 20 0 20 0 6884470 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990273369600 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19198] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19198/stat : 19198 (java) S 19128 19131 15196 0 -1 1077944384 1 12810 0 0 0 0 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990272318160 139990800959387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19199] ppid=19128 vsize=10995452 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19199/stat : 19199 (java) R 19128 19131 15196 0 -1 4202560 6978 12810 0 0 264 1 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990271250216 139990779354885 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19200] ppid=19128 vsize=10995452 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19200/stat : 19200 (java) S 19128 19131 15196 0 -1 1077944384 2947 12810 0 0 218 1 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990270212208 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19201] ppid=19128 vsize=10995452 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19201/stat : 19201 (java) S 19128 19131 15196 0 -1 1077944384 4999 12810 0 0 231 1 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990269159664 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19202] ppid=19128 vsize=10995452 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19202/stat : 19202 (java) R 19128 19131 15196 0 -1 4202560 5404 12810 0 0 180 1 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990268106928 139990785264132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19203] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19203/stat : 19203 (java) S 19128 19131 15196 0 -1 1077944384 3 12810 0 0 0 0 8 3 20 0 20 0 6884474 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990267054816 139990800950997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
[pid=19131/tid=19204] ppid=19128 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/19131/task/19204/stat : 19204 (java) S 19128 19131 15196 0 -1 1077944384 10 12810 0 0 0 0 8 3 20 0 20 0 6884475 11259342848 91562 33554432000 4194304 4196468 140724102812768 139990266002352 139990800951938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26099712 140724102818497 140724102821271 140724102821271 140724102823887 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 5.43381
CPU time (s): 15.6366
CPU user time (s): 15.2587
CPU system time (s): 0.377922
CPU usage (%): 287.765
Max. virtual memory (cumulated for all children) (KiB): 10997968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2587
system time used= 0.377922
maximum resident set size= 367676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76897
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= 9494
involuntary context switches= 2454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034746 second user time and 0.064282 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 11:36:33
IDJOB=4246612
IDBENCH=126112
IDSOLVER=2630
FILE ID=node145/4246612-1500716193
RUNJOBID= node145-1500697238-13813
PBS_JOBID= 20623333
Free space on /tmp= 61836 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-46.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246612-1500716193/watcher-4246612-1500716193 -o /tmp/evaluation-result-4246612-1500716193/solver-4246612-1500716193 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500697238-13813 --watchdog 2560  bin/concrete HOME/instance-4246612-1500716193.xml

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

MD5SUM BENCH= b0e0e0cbf2af4f13cc216adaf1c260a3
RANDOM SEED=1383810777

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

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

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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		: 2667.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		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        26187804 kB
MemAvailable:   26364164 kB
Buffers:          157624 kB
Cached:           290480 kB
SwapCached:            0 kB
Active:          5893904 kB
Inactive:         227064 kB
Active(anon):    5617004 kB
Inactive(anon):    67856 kB
Active(file):     276900 kB
Inactive(file):   159208 kB
Unevictable:        5784 kB
Mlocked:            5784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24252 kB
Writeback:             0 kB
AnonPages:       5684804 kB
Mapped:            44444 kB
Shmem:              8852 kB
Slab:             146608 kB
SReclaimable:     112172 kB
SUnreclaim:        34436 kB
KernelStack:        4848 kB
PageTables:        16636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6271032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5392384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61812 MiB
End job on node145 at 2017-07-22 11:36:39