Trace number 4248074

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 16.3849 5.95673

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-bvg/
Subisomorphism-si2-b09-m200-02.xml
MD5SUM58809a6bda86b5c8d29edf225741fab0
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.014643
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints155
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":40}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":9,"count":4},{"degree":10,"count":22}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":154},{"arity":40,"count":1}]
Number of extensional constraints154
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":154},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.71/2.16	c Concrete v3.4 running
16.24/5.93	v <instantiation>
16.24/5.93	v       <list>
16.24/5.93	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]
16.24/5.93	v       </list>
16.24/5.93	v       <values>
16.24/5.93	v         79 30 2 173 35 195 62 127 40 196 5 45 162 186 124 14 180 177 155 85 63 110 94 83 12 97 156 20 74 114 125 7 157 154 132 199 65 98 141 93
16.24/5.93	v       </values>
16.24/5.93	v     </instantiation>
16.24/5.93	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-4248074-1500742525/watcher-4248074-1500742525 -o /tmp/evaluation-result-4248074-1500742525/solver-4248074-1500742525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560 bin/concrete HOME/instance-4248074-1500742525.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.71 1.58 3/261 26258
/proc/meminfo: memFree=29563124/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (bash) S 26255 26258 20253 0 -1 4202496 684 1532 0 0 0 0 0 0 20 0 1 0 9518931 9736192 350 33554432000 4194304 5098028 140732715490320 140732715487960 140032885025792 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 21028864 140732715496718 140732715496803 140732715496803 140732715499502 0
/proc/26258/statm: 2377 350 278 221 0 86 0

[startup+0.10014 s]
/proc/loadavg: 1.85 1.71 1.58 3/261 26258
/proc/meminfo: memFree=29563124/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (bash) S 26255 26258 20253 0 -1 4202496 877 6416 0 0 0 0 0 1 20 0 1 0 9518931 9871360 377 33554432000 4194304 5098028 140732715490320 140732715484328 140032885025792 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 21028864 140732715496718 140732715496803 140732715496803 140732715499502 0
/proc/26258/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20038 s]
/proc/loadavg: 1.85 1.71 1.58 3/261 26258
/proc/meminfo: memFree=29563124/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 4893 12282 0 0 6 1 9 3 20 0 13 0 9518931 10686320640 5253 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2608965 5253 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300297 s]
/proc/loadavg: 1.85 1.71 1.58 3/261 26258
/proc/meminfo: memFree=29563124/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 9386 12282 0 0 21 3 9 3 20 0 20 0 9518931 11164049408 10487 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2725598 10487 3007 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700206 s]
/proc/loadavg: 1.85 1.71 1.58 3/261 26258
/proc/meminfo: memFree=29563124/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10902720 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 13027 12282 0 0 83 5 9 3 20 0 20 0 9518931 11164385280 16361 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2725680 16361 3232 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50087 s]
/proc/loadavg: 1.85 1.71 1.58 3/281 26331
/proc/meminfo: memFree=29456188/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10913344 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 26688 12282 0 0 205 12 9 3 20 0 20 0 9518931 11175264256 44199 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2728336 44199 3414 1 0 2716450 0
[pid=26258/tid=26313] ppid=26255 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) R 26255 26258 20253 0 -1 4202560 19179 12282 0 0 125 6 9 3 20 0 20 0 9518944 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810274535232 139810255682383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 25 12282 0 0 1 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 18 12282 0 0 0 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 156 12282 0 0 1 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 36 12282 0 0 1 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 23 12282 0 0 1 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 28 12282 0 0 1 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 6 12282 0 0 0 0 9 3 20 0 20 0 9518945 11175264256 44199 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 762 12282 0 0 1 0 9 3 20 0 20 0 9518947 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809743865120 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 44 12282 0 0 0 0 9 3 20 0 20 0 9518947 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809742812784 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) S 26255 26258 20253 0 -1 1077944384 930 12282 0 0 14 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809740707952 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) S 26255 26258 20253 0 -1 1077944384 1189 12282 0 0 16 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809739655152 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) S 26255 26258 20253 0 -1 1077944384 696 12282 0 0 11 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809738602864 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) R 26255 26258 20253 0 -1 4202560 1387 12282 0 0 27 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809737550064 139810270335578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 6 12282 0 0 0 0 9 3 20 0 20 0 9518952 11175264256 44199 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10115 s]
/proc/loadavg: 1.85 1.71 1.58 5/281 26331
/proc/meminfo: memFree=29384244/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10927868 CPUtime=6.16 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 47380 12282 0 0 585 19 9 3 20 0 20 0 9518931 11190136832 56593 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2731967 56593 3480 1 0 2719522 0
[pid=26258/tid=26313] ppid=26255 vsize=10927868 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) R 26255 26258 20253 0 -1 4202560 32993 12282 0 0 281 9 9 3 20 0 20 0 9518944 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810274537328 139809860327712 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 25 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 18 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 156 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 36 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 23 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 28 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 6 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 56593 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 802 12282 0 0 1 0 9 3 20 0 20 0 9518947 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809743865120 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 44 12282 0 0 0 0 9 3 20 0 20 0 9518947 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809742812784 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10927868 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) R 26255 26258 20253 0 -1 4202560 1774 12282 0 0 50 1 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809740707952 139810248730586 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10927868 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) R 26255 26258 20253 0 -1 4202560 4310 12282 0 0 94 1 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809739655152 139810249539133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) R 26255 26258 20253 0 -1 4202560 1282 12282 0 0 47 1 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809738602864 139810249765950 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10927868 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) S 26255 26258 20253 0 -1 1077944384 3675 12282 0 0 100 1 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809737550064 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 7 12282 0 0 0 0 9 3 20 0 20 0 9518952 11190136832 56593 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20158 s]
/proc/loadavg: 1.85 1.71 1.58 5/281 26331
/proc/meminfo: memFree=29384244/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10927868 CPUtime=6.55 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 47749 12282 0 0 624 19 9 3 20 0 20 0 9518931 11190136832 60888 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2731967 60888 3482 1 0 2719522 0
[pid=26258/tid=26313] ppid=26255 vsize=10927868 CPUtime=3.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) R 26255 26258 20253 0 -1 4202560 33032 12282 0 0 291 9 9 3 20 0 20 0 9518944 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810274541544 139810270326166 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 25 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 18 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 156 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 36 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 23 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 28 12282 0 0 1 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 6 12282 0 0 0 0 9 3 20 0 20 0 9518945 11190136832 60888 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 802 12282 0 0 1 0 9 3 20 0 20 0 9518947 11190136832 60888 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11190136832 60888 33554432000 4194304 4196468 140724725517168 139809743865120 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 44 12282 0 0 0 0 9 3 20 0 20 0 9518947 11190136832 60888 33554432000 4194304 4196468 140724725517168 139809742812784 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11190136832 60888 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10927868 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) R 26255 26258 20253 0 -1 4202560 1820 12282 0 0 58 1 9 3 20 0 20 0 9518951 11190136832 60888 33554432000 4194304 4196468 140724725517168 139809740689808 139810256344960 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0

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

[pid=26258/tid=26320] ppid=26255 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 102 12282 0 0 4 1 9 3 20 0 20 0 9518945 11192233984 88967 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 39 12282 0 0 4 1 9 3 20 0 20 0 9518945 11192233984 88967 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10929916 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 1844 12282 0 0 5 0 9 3 20 0 20 0 9518947 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809743865248 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 45 12282 0 0 0 0 9 3 20 0 20 0 9518947 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809742812800 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10929916 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) R 26255 26258 20253 0 -1 4202560 2381 12282 0 0 182 1 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809740708248 139810251620122 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10929916 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) R 26255 26258 20253 0 -1 4202560 4420 12282 0 0 225 1 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809739655152 139810270326166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10929916 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) S 26255 26258 20253 0 -1 1077944384 2138 12282 0 0 172 1 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809738602864 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10929916 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) R 26255 26258 20253 0 -1 4202560 4135 12282 0 0 131 1 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809737550064 139810254394718 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 10 12282 0 0 0 0 9 3 20 0 20 0 9518952 11192233984 88967 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 10929916

[startup+5.61532 s]
/proc/loadavg: 2.27 1.79 1.61 7/281 26331
/proc/meminfo: memFree=29112964/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10995452 CPUtime=14.85 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 63989 12282 0 0 1435 38 9 3 20 0 20 0 9518931 11259342848 115271 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2748863 115271 3488 1 0 2736418 0
[pid=26258/tid=26313] ppid=26255 vsize=10995452 CPUtime=5.43 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) R 26255 26258 20253 0 -1 4202560 41767 12282 0 0 518 13 9 3 20 0 20 0 9518944 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810274547656 139809859595791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 46 12282 0 0 4 2 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 61 12282 0 0 5 2 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 39 12282 0 0 4 1 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 194 12282 0 0 5 1 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10995452 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 67 12282 0 0 5 2 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 51 12282 0 0 4 2 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10995452 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 103 12282 0 0 5 1 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 40 12282 0 0 4 1 9 3 20 0 20 0 9518945 11259342848 115271 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10995452 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 1898 12282 0 0 5 0 9 3 20 0 20 0 9518947 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809743865248 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 45 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809742812800 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10995452 CPUtime=2.77 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) R 26255 26258 20253 0 -1 4202560 5488 12282 0 0 263 2 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809740694768 139810253699059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10995452 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) R 26255 26258 20253 0 -1 4202560 5069 12282 0 0 259 2 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809739644800 139810255994384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10995452 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) R 26255 26258 20253 0 -1 4202560 2229 12282 0 0 198 1 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809738584480 139810254706415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10995452 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) S 26255 26258 20253 0 -1 1077944384 4694 12282 0 0 148 2 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809737550064 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 12 12282 0 0 0 0 9 3 20 0 20 0 9518952 11259342848 115271 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 10995452

[startup+5.80098 s]
/proc/loadavg: 2.27 1.79 1.61 7/281 26331
/proc/meminfo: memFree=29112964/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10995452 CPUtime=15.87 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 64093 12282 0 0 1536 39 9 3 20 0 20 0 9518931 11259342848 117908 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2748863 117908 3490 1 0 2736418 0
[pid=26258/tid=26313] ppid=26255 vsize=10995452 CPUtime=5.46 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) S 26255 26258 20253 0 -1 1077944384 41783 12282 0 0 521 13 9 3 20 0 20 0 9518944 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810274551936 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10995452 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 49 12282 0 0 13 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 64 12282 0 0 14 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10995452 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 42 12282 0 0 14 1 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10995452 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 200 12282 0 0 16 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10995452 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 79 12282 0 0 16 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 59 12282 0 0 14 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10995452 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 111 12282 0 0 15 1 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10995452 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 43 12282 0 0 15 2 9 3 20 0 20 0 9518945 11259342848 117908 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10995452 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) R 26255 26258 20253 0 -1 4202560 1902 12282 0 0 9 0 9 3 20 0 20 0 9518947 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809744917552 139810254682096 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809743865232 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 45 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809742812800 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10995452 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) S 26255 26258 20253 0 -1 1077944384 5501 12282 0 0 266 2 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809740687792 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10995452 CPUtime=2.77 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) S 26255 26258 20253 0 -1 1077944384 5069 12282 0 0 263 2 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809739634608 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10995452 CPUtime=2.15 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) S 26255 26258 20253 0 -1 1077944384 2241 12282 0 0 202 1 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809738601664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10995452 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) S 26255 26258 20253 0 -1 1077944384 4707 12282 0 0 149 2 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809737547568 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 12 12282 0 0 0 0 9 3 20 0 20 0 9518952 11259342848 117908 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 10995452

[startup+5.90102 s]
/proc/loadavg: 2.27 1.79 1.61 7/281 26331
/proc/meminfo: memFree=29112964/32770624 swapFree=5724/305284
[pid=26258] ppid=26255 vsize=10995452 CPUtime=16.24 cores=1,3,5,7,9,11,13,15
/proc/26258/stat : 26258 (java) S 26255 26258 20253 0 -1 1077944320 64163 12282 0 0 1572 40 9 3 20 0 20 0 9518931 11259342848 117965 33554432000 4194304 4196468 140724725517168 140724725499712 139810270314231 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
/proc/26258/statm: 2748863 117965 3490 1 0 2736418 0
[pid=26258/tid=26313] ppid=26255 vsize=10995452 CPUtime=5.49 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26313/stat : 26313 (java) R 26255 26258 20253 0 -1 4202560 41830 12282 0 0 524 13 9 3 20 0 20 0 9518944 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810274532672 139810251879209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26314] ppid=26255 vsize=10995452 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26314/stat : 26314 (java) S 26255 26258 20253 0 -1 1077944384 50 12282 0 0 16 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810196388752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26315] ppid=26255 vsize=10995452 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26315/stat : 26315 (java) S 26255 26258 20253 0 -1 1077944384 65 12282 0 0 17 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810195335952 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26316] ppid=26255 vsize=10995452 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26316/stat : 26316 (java) S 26255 26258 20253 0 -1 1077944384 43 12282 0 0 17 1 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810194283664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26317] ppid=26255 vsize=10995452 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26317/stat : 26317 (java) S 26255 26258 20253 0 -1 1077944384 200 12282 0 0 18 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810193230864 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26318] ppid=26255 vsize=10995452 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26318/stat : 26318 (java) S 26255 26258 20253 0 -1 1077944384 81 12282 0 0 19 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810192177552 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26319] ppid=26255 vsize=10995452 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26319/stat : 26319 (java) S 26255 26258 20253 0 -1 1077944384 61 12282 0 0 17 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810191124752 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26320] ppid=26255 vsize=10995452 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26320/stat : 26320 (java) S 26255 26258 20253 0 -1 1077944384 117 12282 0 0 18 1 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810190072464 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26321] ppid=26255 vsize=10995452 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26321/stat : 26321 (java) S 26255 26258 20253 0 -1 1077944384 43 12282 0 0 17 2 9 3 20 0 20 0 9518945 11259342848 117965 33554432000 4194304 4196468 140724725517168 139810189019664 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26322] ppid=26255 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26322/stat : 26322 (java) S 26255 26258 20253 0 -1 1077944384 1902 12282 0 0 13 0 9 3 20 0 20 0 9518947 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809744919152 139810270325378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26323] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26323/stat : 26323 (java) S 26255 26258 20253 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809743865248 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26324] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26324/stat : 26324 (java) S 26255 26258 20253 0 -1 1077944384 45 12282 0 0 0 0 9 3 20 0 20 0 9518947 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809742812800 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26325] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26325/stat : 26325 (java) S 26255 26258 20253 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809741761104 139810270332827 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26326] ppid=26255 vsize=10995452 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26326/stat : 26326 (java) R 26255 26258 20253 0 -1 4202560 5503 12282 0 0 269 2 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809740694496 139810249561596 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26327] ppid=26255 vsize=10995452 CPUtime=2.8 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26327/stat : 26327 (java) R 26255 26258 20253 0 -1 4202560 5071 12282 0 0 266 2 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809739632400 139810253800247 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26328] ppid=26255 vsize=10995452 CPUtime=2.16 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26328/stat : 26328 (java) S 26255 26258 20253 0 -1 1077944384 2246 12282 0 0 203 1 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809738602864 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26329] ppid=26255 vsize=10995452 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26329/stat : 26329 (java) S 26255 26258 20253 0 -1 1077944384 4708 12282 0 0 149 2 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809737550064 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26330] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26330/stat : 26330 (java) S 26255 26258 20253 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 9518951 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809736498016 139810270324437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
[pid=26258/tid=26331] ppid=26255 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26258/task/26331/stat : 26331 (java) S 26255 26258 20253 0 -1 1077944384 12 12282 0 0 0 0 9 3 20 0 20 0 9518952 11259342848 117965 33554432000 4194304 4196468 140724725517168 139809735445296 139810270325378 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 33263616 140724725521089 140724725523863 140724725523863 140724725526479 0
Current children cumulated CPU time (s) 16.24
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 5.95673
CPU time (s): 16.3849
CPU user time (s): 15.9356
CPU system time (s): 0.449287
CPU usage (%): 275.065
Max. virtual memory (cumulated for all children) (KiB): 10997952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9356
system time used= 0.449287
maximum resident set size= 474308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76801
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= 10002
involuntary context switches= 1270

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049536 second user time and 0.074809 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 18:55:25
IDJOB=4248074
IDBENCH=133051
IDSOLVER=2630
FILE ID=node140/4248074-1500742525
RUNJOBID= node140-1500739996-23970
PBS_JOBID= 20623347
Free space on /tmp= 61836 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-bvg/Subisomorphism-si2-b09-m200-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248074-1500742525/watcher-4248074-1500742525 -o /tmp/evaluation-result-4248074-1500742525/solver-4248074-1500742525 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560  bin/concrete HOME/instance-4248074-1500742525.xml

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

MD5SUM BENCH= 58809a6bda86b5c8d29edf225741fab0
RANDOM SEED=846782612

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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:        29562800 kB
MemAvailable:   29914920 kB
Buffers:          156304 kB
Cached:           475064 kB
SwapCached:            0 kB
Active:          2453636 kB
Inactive:         314104 kB
Active(anon):    2139096 kB
Inactive(anon):     8820 kB
Active(file):     314540 kB
Inactive(file):   305284 kB
Unevictable:        5724 kB
Mlocked:            5724 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24684 kB
Writeback:            92 kB
AnonPages:       2142436 kB
Mapped:            44744 kB
Shmem:              8852 kB
Slab:             130752 kB
SReclaimable:      96260 kB
SUnreclaim:        34492 kB
KernelStack:        4608 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2968388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61812 MiB
End job on node140 at 2017-07-22 18:55:32